<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for pstehlik</title><link>http://disqus.com/by/pstehlik/</link><description></description><atom:link href="http://disqus.com/pstehlik/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 25 Feb 2013 12:11:28 -0000</lastBuildDate><item><title>Re: Public graylog2 instance upgraded to v0.9.6</title><link>http://pstehlik.com/2012/01/public-graylog2-instance-on-v0-9-6/#comment-811864505</link><description>&lt;p&gt;Working on a new instance with GL2 0.10.  Should be ready in the next week or so.  Sorry but pretty tied up.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 25 Feb 2013 12:11:28 -0000</pubDate></item><item><title>Re: Public graylog2 instance</title><link>http://pstehlik.com/2011/03/public-graylog2-instance/#comment-363333112</link><description>&lt;p&gt;Hey Michael,&lt;br&gt;Sorry for the late response but we redeploy the instance (and with that the password) every now and then when somebody thinks he is funny and changes the default PW/User combo. I am just doing that again and it should be OK to log with the mentioned details in a few minutes. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 14 Nov 2011 23:25:38 -0000</pubDate></item><item><title>Re: Public graylog2 instance</title><link>http://pstehlik.com/2011/03/public-graylog2-instance/#comment-363329693</link><description>&lt;p&gt;Hi Ronnie, &lt;br&gt;The below should get you there. It is a bit modified version of what we use for deployments. &lt;br&gt;You can find it in 'clear text' also at &lt;a href="http://pstehlik.com/share/code/gelf4j/example_grails_logging_gelf.groovy" rel="nofollow noopener" target="_blank" title="http://pstehlik.com/share/code/gelf4j/example_grails_logging_gelf.groovy"&gt;http://pstehlik.com/share/c...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;log4j = {&lt;br&gt;  appenders {&lt;br&gt;    file name:'file', file:"my_app.log", layout:pattern(conversionPattern: '%d %-5p [%t] %c %x - %m%n')&lt;br&gt;    console name:'console',layout:pattern(conversionPattern: '%d %-5p [%t] %c %x - %m%n')&lt;br&gt;    appender new com.pstehlik.groovy.gelf4j.appender.Gelf4JAppender(&lt;br&gt;      name:'gelf',&lt;br&gt;      graylogServerHost:'&lt;a href="http://graylog-server.my_app.com" rel="nofollow noopener" target="_blank" title="graylog-server.my_app.com"&gt;graylog-server.my_app.com&lt;/a&gt;',&lt;br&gt;      host:'&lt;a href="http://appserver-001.my_app.com" rel="nofollow noopener" target="_blank" title="appserver-001.my_app.com"&gt;appserver-001.my_app.com&lt;/a&gt;',&lt;br&gt;      additionalFields: ['app_server_id':'i-unique_amazon_id']&lt;br&gt;    )&lt;br&gt;    root {&lt;br&gt;      additivity = false&lt;br&gt;      warn 'console','file','gelf'&lt;br&gt;    }&lt;br&gt;    info additivity: false,&lt;br&gt;      gelf: [&lt;br&gt;        'org.apache.shiro',&lt;br&gt;        'grails.app.bootstrap.com.my_app',&lt;br&gt;        'grails.app.controller.com.my_app',&lt;br&gt;        'grails.app.domain.com.my_app',&lt;br&gt;        'grails.app.filters.com.my_app',&lt;br&gt;        'grails.app.service.com.my_app',&lt;br&gt;        'grails.app.tagLib.com.my_app',&lt;br&gt;        'com.my_app'&lt;br&gt;        ],&lt;br&gt;      file: [ &lt;br&gt;        'org.apache.shiro',&lt;br&gt;        'grails.app.bootstrap.com.my_app',&lt;br&gt;        'grails.app.controller.com.my_app',&lt;br&gt;        'grails.app.domain.com.my_app',&lt;br&gt;        'grails.app.filters.com.my_app',&lt;br&gt;        'grails.app.service.com.my_app',&lt;br&gt;        'grails.app.tagLib.com.my_app',&lt;br&gt;        'com.my_app'&lt;br&gt;      ]&lt;br&gt;  }&lt;br&gt;}&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 14 Nov 2011 23:18:46 -0000</pubDate></item><item><title>Re: Quick News Items</title><link>http://jameswilliams.be/blog/entry/209#comment-198080575</link><description>&lt;p&gt;looking forward to it!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 05 May 2011 20:57:43 -0000</pubDate></item><item><title>Re: Recovering from Amazon cloud outage</title><link>http://tomatohater.com/2011/04/21/recovering-amazon-cloud-outage/#comment-196694789</link><description>&lt;p&gt;you are asking the right question at the end of your post... how can we prevent this stuff from happening in the future... it is not only you guys who had issues, but many new startups and companies really just don't build and design enough for these kind of outages.&lt;/p&gt;&lt;p&gt;If you are in SF next wee (for Google I/O?) I would love to invite you to the 'T1000 Gathering' meetup on May 9th to discuss what strategies we can promote to 'startup land' (and in general) to build new things with technical failure in mind and how to prevent issues like the ones that the EBS outage generated.&lt;/p&gt;&lt;p&gt;It is an informal meetup with no set speakers but a big topic to discuss - would love your input &lt;a href="http://bit.ly/mpU5tT" rel="nofollow noopener" target="_blank" title="http://bit.ly/mpU5tT"&gt;http://bit.ly/mpU5tT&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Tue, 03 May 2011 23:05:32 -0000</pubDate></item><item><title>Re: Where There Are Clouds, It Sometimes Rains</title><link>http://claylo.com/post/4817029650#comment-190360537</link><description>&lt;p&gt;Love your two posts about the AWS issues.&lt;br&gt;We are meeting on Monday, May 9th in SF to discuss what we can do to weave high availability and fault tolerance into startup-world. Would love to hear your take!!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.softwareinsane.com/2011/04/t1000-gathering-how-to-prevent-skynet.html" rel="nofollow noopener" target="_blank" title="http://www.softwareinsane.com/2011/04/t1000-gathering-how-to-prevent-skynet.html"&gt;http://www.softwareinsane.c...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Fri, 22 Apr 2011 19:45:20 -0000</pubDate></item><item><title>Re: Failure Is Not An Option</title><link>http://claylo.com/post/4844798650#comment-190359973</link><description>&lt;p&gt;Love your two posts about the AWS issues.&lt;br&gt;We are meeting on Monday, May 9th in SF to discuss what we can do to weave high availability and fault tolerance into startup-world. Would love to hear your take!!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.softwareinsane.com/2011/04/t1000-gathering-how-to-prevent-skynet.html" rel="nofollow noopener" target="_blank" title="http://www.softwareinsane.com/2011/04/t1000-gathering-how-to-prevent-skynet.html"&gt;http://www.softwareinsane.c...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Fri, 22 Apr 2011 19:44:29 -0000</pubDate></item><item><title>Re: Amazon Cloud Computing Platform Goes Down, Takes Major Social Websites With It</title><link>http://www.geekosystem.com/amazon-ec2-down-reddit-quora-foursquare/#comment-189215935</link><description>&lt;p&gt;We are planning the 'T1000 Gathering' to start a discussion about how to prevent these large scale failures in the future and how to minimize their impact on the whole ecosystem.&lt;/p&gt;&lt;p&gt;The meetup ( &lt;a href="http://bit.ly/feYcuC" rel="nofollow noopener" target="_blank" title="http://bit.ly/feYcuC"&gt;http://bit.ly/feYcuC&lt;/a&gt; ) is on May 9th at 5pm in San Francisco followed by a screening of Terminator in the evening.&lt;/p&gt;&lt;p&gt;I would love to hear your thoughts and ideas!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 21 Apr 2011 17:53:16 -0000</pubDate></item><item><title>Re: Amazon EC2 goes down, taking with it Reddit, Foursquare and Quora</title><link>http://eu.techcrunch.com/2011/04/21/amazon-ec2-goes-down-taking-with-it-reddit-foursquare-and-quora/#comment-189211028</link><description>&lt;p&gt;We are planning the 'T1000 Gathering' to start a discussion about how to prevent large scale failures in the future and how to minimize their impact on the whole ecosystem.&lt;/p&gt;&lt;p&gt;We are having the meetup ( &lt;a href="http://bit.ly/feYcuC" rel="nofollow noopener" target="_blank" title="http://bit.ly/feYcuC"&gt;http://bit.ly/feYcuC&lt;/a&gt; ) at 5pm on May 9th in San Francisco followed by a screening of Terminator in the evening.&lt;/p&gt;&lt;p&gt;I would love to hear your thoughts and ideas!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 21 Apr 2011 17:50:41 -0000</pubDate></item><item><title>Re: Log4j appender for GELF &amp;amp; graylog2 - Released gelf4j v0.8</title><link>http://pstehlik.com/2011/02/log4j-appender-for-gelf-graylog2-released-gelf4j-v0-8/#comment-184222760</link><description>&lt;p&gt;Hey Erik,&lt;br&gt;Could you share more details on your setup? Which version are you using? I assume you are using a &lt;a href="http://log4j.properties" rel="nofollow noopener" target="_blank" title="log4j.properties"&gt;log4j.properties&lt;/a&gt; file?&lt;br&gt;If you are not using the newest version of gelf4j, check out the newest one at &lt;a href="https://github.com/pstehlik/gelf4j" rel="nofollow noopener" target="_blank" title="https://github.com/pstehlik/gelf4j"&gt;https://github.com/pstehlik...&lt;/a&gt;.&lt;br&gt;If that doesn't help at all, it would be great if we can take the conversation over to github and run this as an issue there -&amp;gt; &lt;a href="https://github.com/pstehlik/gelf4j/issues" rel="nofollow noopener" target="_blank" title="https://github.com/pstehlik/gelf4j/issues"&gt;https://github.com/pstehlik...&lt;/a&gt; Then all is in one place.&lt;br&gt;Here a working lo4gj properties config porion&lt;br&gt;----&lt;br&gt;log4j.appender.GELF=com.pstehlik.groovy.gelf4j.appender.Gelf4JAppender&lt;br&gt;log4j.appender.GELF.graylogServerHost=&lt;a href="http://public-graylog2.taulia.com" rel="nofollow noopener" target="_blank" title="public-graylog2.taulia.com"&gt;public-graylog2.taulia.com&lt;/a&gt;&lt;br&gt;&lt;a href="http://log4j.appender.GELF.host" rel="nofollow noopener" target="_blank" title="log4j.appender.GELF.host"&gt;log4j.appender.GELF.host&lt;/a&gt;=User Test Data Gen&lt;br&gt;log4j.appender.GELF.facility=1&lt;br&gt;log4j.appender.GELF.layout=org.apache.log4j.PatternLayout&lt;br&gt;log4j.appender.GELF.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n&lt;br&gt;----&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 14 Apr 2011 01:38:55 -0000</pubDate></item><item><title>Re: Deploying and Running Grails in the Cloud</title><link>http://pstehlik.com/2011/02/deploying-and-running-grails-in-the-cloud/#comment-144240004</link><description>&lt;p&gt;Looking forward to that feature!!! &lt;br&gt;So far the CloudFoundry plugin (IMHO) has the best ability to do 'push-button-deployments' onto EC2. &lt;br&gt;A native Beanstalk handling would be great to get things up and running easily!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 10 Feb 2011 13:55:14 -0000</pubDate></item><item><title>Re: Broken Pipe, Grails, Hibernate, Spring, JDBC and stale DB connection issues</title><link>http://pstehlik.com/2010/02/broken-pipe-grails-hibernate-spring-jdbc-and-stale-db-connection-issues/#comment-64360603</link><description>&lt;p&gt;thanks maurice. i changed the example accordinlgy&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 26 Jul 2010 19:08:45 -0000</pubDate></item><item><title>Re: Broken Pipe, Grails, Hibernate, Spring, JDBC and stale DB connection issues</title><link>http://pstehlik.com/2010/02/broken-pipe-grails-hibernate-spring-jdbc-and-stale-db-connection-issues/#comment-48953848</link><description>&lt;p&gt;I don't know if that config works. Does it? Have you tried it?&lt;/p&gt;&lt;p&gt;I would assume it doesn't unless these settings exist on com.mysql.jdbc.Driver (and are passed through by Grails).&lt;/p&gt;&lt;p&gt;You should set the c3p0 specific settings in  the resources.groovy and not in the DataSource.groovy&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Fri, 07 May 2010 12:16:26 -0000</pubDate></item><item><title>Re: How to run single Groovy based unit tests in Netbeans 6.7</title><link>http://pstehlik.com/2009/03/how-to-run-single-groovy-based-unit-tests-in-netbeans-6-7/#comment-48187982</link><description>&lt;p&gt;All that we did was explicitly adding the jUnit library to the project's classpath. That library should be pre-configured by Netbeans 6.8. Then a right-click on the test and 'Run File' executes the test.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 03 May 2010 13:16:07 -0000</pubDate></item><item><title>Re: How to run single Groovy based unit tests in Netbeans 6.7</title><link>http://pstehlik.com/2009/03/how-to-run-single-groovy-based-unit-tests-in-netbeans-6-7/#comment-47766374</link><description>&lt;p&gt;Hey Federico,&lt;br&gt;Unfortunately I haven't used NB6.8 very much as I eventually bought a license for IntelliJ as it really has much better support for Groovy/Grails.&lt;/p&gt;&lt;p&gt;One of my co-workers recently did use groovy unit-tests in NB6.8 and we figured it out pretty fast to get it working there. I will check with him as I don't remember exactly what the final fix was.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Fri, 30 Apr 2010 19:15:24 -0000</pubDate></item><item><title>Re: Broken Pipe, Grails, Hibernate, Spring, JDBC and stale DB connection issues</title><link>http://pstehlik.com/2010/02/broken-pipe-grails-hibernate-spring-jdbc-and-stale-db-connection-issues/#comment-43277940</link><description>&lt;p&gt;great to hear that you guys could use some of the info in this post!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 05 Apr 2010 02:23:31 -0000</pubDate></item><item><title>Re: How to run single Groovy based unit tests in Netbeans 6.7</title><link>http://software-is-insane.blogspot.com/2009/03/junit-test-single-groovy-netbeans.html#comment-8503940</link><description>&lt;p&gt;Hey Alvin,&lt;br&gt;Are you using the M3 of NetBeans 6.7? I don't know if the described workaround is good for NB 6.5!&lt;/p&gt;&lt;p&gt;In order to run a single .groovy file from NetBeans you have to right-click the filename in the file-tree and select 'Run File' (Shift+F6)&lt;br&gt;If the file that you are executing is within the 'Test Packages' etc it will then execute the 'test-single' traget and with this run the unit test on this single file.&lt;/p&gt;&lt;p&gt;You have to change the build.xml as I described before you can do that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Tue, 21 Apr 2009 15:23:29 -0000</pubDate></item><item><title>Re: How to run Groovy unit tests in Netbeans</title><link>http://software-is-insane.blogspot.com/2009/03/how-unit-test-groovy-netbeans.html#comment-7588866</link><description>&lt;p&gt;thanks for the hint!&lt;br&gt;will try that one out.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Sat, 28 Mar 2009 17:25:31 -0000</pubDate></item><item><title>Re: How to run Groovy unit tests in Netbeans</title><link>http://software-is-insane.blogspot.com/2009/03/how-unit-test-groovy-netbeans.html#comment-7320942</link><description>&lt;p&gt;Why do you think that you don't need to override -post-test-run?&lt;/p&gt;&lt;p&gt;If you are talking about how to include code highlighting in your blog/website, check out &lt;a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" rel="nofollow noopener" target="_blank" title="http://alexgorbatchev.com/wiki/SyntaxHighlighter"&gt;http://alexgorbatchev.com/w...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Wed, 18 Mar 2009 14:13:31 -0000</pubDate></item><item><title>Re: The speed difference between the different types of Strings in Groovy and Grails</title><link>http://thinkoutsidethebubble.net/2009/01/speed-difference-between-different.html#comment-5113945</link><description>&lt;p&gt;The question was not the difference between the Strings in general but more the question if there is a significant speed difference when using the one or the other  (or slahshy Strings etc) over the course of a complete project.&lt;/p&gt;&lt;p&gt;It was clear from the beginning that the double quoted Strings are more complex as they allow closures etc inside them.  However, they are only rendered into GStrings if they actually contain anything like that.  If they only contain text, they are normal Strings.  There was a really nice thread on the mailing list in regards to that with some good explanations from Jochen Theodorou -&amp;gt; &lt;a href="http://www.nabble.com/Speed-of-different-String-types-in-Groovy-Grails-tt21247790.html" rel="nofollow noopener" target="_blank" title="http://www.nabble.com/Speed-of-different-String-types-in-Groovy-Grails-tt21247790.html"&gt;http://www.nabble.com/Speed...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Wed, 14 Jan 2009 11:15:14 -0000</pubDate></item><item><title>Re: The speed difference between the different types of Strings in Groovy and Grails</title><link>http://thinkoutsidethebubble.net/2009/01/speed-difference-between-different.html#comment-4823887</link><description>&lt;p&gt;what times would you suggest make sense?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 01 Jan 2009 23:13:25 -0000</pubDate></item><item><title>Re: Boxee on AppleTV 2.3</title><link>http://avc.com/2008/11/boxee-on-applet/#comment-3999578</link><description>&lt;p&gt;would be great to have one of these invite codes for the time around thanksgiving - where one could probably find some hours to do hobby-tech instead of pure hobby-work-tech&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Mon, 24 Nov 2008 23:45:13 -0000</pubDate></item><item><title>Re: 2D Barcodes</title><link>http://jonebird.com/2008/11/06/2d-barcodes/#comment-3571514</link><description>&lt;p&gt;Hi there,&lt;br&gt;When you are talking about different interesting ways of using QR Codes, you should check out &lt;a href="http://www.Snappr.net" rel="nofollow noopener" target="_blank" title="http://www.Snappr.net"&gt;http://www.Snappr.net&lt;/a&gt; where you can create all different kinds of mobile content; linked with a QR Code. You can also print the Codes right from there on shirts, mugs etc and can also manage your content. That means you can for example let your personal Code point to your vCard one day, but the other day, a scanning person will get to your blog.&lt;/p&gt;&lt;p&gt;Hope you like it!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 06 Nov 2008 12:12:15 -0000</pubDate></item><item><title>Re: Open Systems, Open Data, Transparency</title><link>http://avc.com/2008/09/open-systems-op/#comment-2107551</link><description>&lt;p&gt;"For those that don't know Angelsoft is a free web service [...]"&lt;br&gt;As far as I can see it is only free for the Investor-Side. If you are registering as an entrepreneur "Angelsoft charges a non-refundable $250 application fee for posting to the Investor Community."&lt;/p&gt;&lt;p&gt;Cheers,&lt;br&gt; Philip&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pstehlik</dc:creator><pubDate>Thu, 04 Sep 2008 11:45:56 -0000</pubDate></item></channel></rss>