August 2009
1 post
Can't Believe I'm Re-Living This Nightmare
org.springframework.beans.factory.access.BootstrapException: Error executing bootstraps; nested exception is org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.OutOfMemoryError: PermGen space at org.codehaus.groovy.grails.web.context.GrailsContextLoader.createWebApplicationContext(GrailsContextLoader.java:74) at...
Aug 18th
12 notes
June 2009
1 post
“grails -suck-my-balls —force”
Jun 3rd
10 notes
May 2009
5 posts
“When everyone found out, they thought ‘Well, I guess we misjudged that...”
May 30th
Omg().iSuck(donkeyBalls)
public class Omg { public void iSuck( int val ) { System.out.println( "val is " + val ); } public static void main( String[] args ) { Integer donkeyBalls = null; new Omg().iSuck( donkeyBalls ); } }
May 28th
May 28th
OMG this is beautiful
10:50:01 disk008-000 0.00 0.00 207.65 1186.98 207.65 disk008-016 0.00 0.01 207.98 1186.98 207.98 11:00:01 disk008-000 0.00 0.00 201.60 1150.83 201.60 disk008-016 0.00 0.00 201.92 1150.83 201.92 11:10:01 disk008-000 0.01 0.03 208.28 1189.39 208.29 disk008-016 ...
May 13th
Twitter is down for maintenance.
WHAT’S UP TUMBLR?!?!?!?!
May 9th
April 2009
11 posts
// The getProfile method below will cause you brain damage. It uses a // servlet continuation, makes a JMS call, and uses XML serialization. // It also behaves differently depending on the values provided for // userId, requestingUserId, and profileMap which can carry a third // parameter, the username of the user whose profile we'd like to load. // Below, we're hoping to load the profile data...
Apr 29th
Apr 27th
Groovy is fucking retarded.
def included = ['java.lang.String','java.lang.Integer','java.lang.Float'] if( java.lang.Float.getClass().getName() in included ) { println("makes sense"); } else { println( "GROOVY IS FUCKING RETARDED" ); } Class.getClass().getName <— java.lang.String ‘java.lang.Float’ <— org.codehaus.groovy.runtime.GStringImpl Therefore, the ‘in’ doesn’t...
Apr 23rd
grails install-plugin jms
Five fucking minutes… then a compiler error. If it worked as advertised it wouldn’t be so bad. It never works as advertised. Reading [acegi] plug-in info … Reading [activemq] plug-in info … Reading [amazon-s3] plug-in info … Reading [aop] plug-in info … Reading [app-engine] plug-in info … Reading [applet] plug-in info … Reading [audit-logging]...
Apr 23rd
There’s a GWT plugin for Grails. That’s like Air Supply going on tour with Wham.
Apr 22nd
1 note
Apr 21st
Apr 20th
Apr 6th
Apr 5th
Apr 5th
You know it's a good taqueria when...
* There’s a big blue letter “C”, “D”, or “F” from the health department in the front window. * Water is free, served out of a plastic Igloo cooler next to the register. * There’s a jukebox with an impressive catalog of ranchera music and nothing else. * No credit cards accepted. * Options are “regular” and “super”,...
Apr 4th
February 2009
5 posts
Feb 24th
Feb 22nd
Joel Spolsky rant... →
This is great.
Feb 15th
Feb 7th
Feb 5th
January 2009
1 post
How to be a hacker in 2009:
Create an HTML form. Post it online. Wait for people to find it and provide you with their usernames and passwords because nobody can resist a login form these days.
Jan 8th
December 2008
1 post
jquery
i have something nice to say.  i like jquery.  http://jquery.com/ better than GWT (duh), better than YUI (duh), better than DOJO (duh), even better than prototype/scriptaculous (that was a surprise initially since i’ve always liked prototype and still do). the jquery hype isn’t hype. btw, you aren’t actually using GWT are you?
Dec 16th
November 2008
4 posts
I’m not in a hurry.
Nov 24th
“As an International Peace Queer, I believe that world peace is the...”
– Todd Snider, recent interview
Nov 16th
i need an agile coach... and a second butthole.
i’ve been spending this week looking for new gigs and this agile shit has got to stop.  i’ve read way too many job posts from teams exalting their “agile coaches”.  some people wouldn’t attempt to count their own balls without first consulting said coach lest they come up with the wrong count… or even worse, get the count right but approach the process in some...
Nov 14th
New Business Idea →
I’m going to start bagging up dogshit and selling it to SpringSource.  I will make lots of money.
Nov 12th
October 2008
7 posts
Oct 24th
Oct 21st
Oct 21st
Sucks Sucks Sucks
Here’s a simple Groovy program with a bug in it: class Sucks { def property1 def property2 Sucks( property1, property2 ) { this property1 = property1 this.property2 = property2 } } def s = new Sucks('a','b') See, I forgot a ‘.’ between ‘this’ and ‘property1’ in the constructor: angryprogrammer@host:~/$ groovyc...
Oct 15th
Oct 9th
Oct 3rd
Oct 2nd
September 2008
8 posts
Sep 28th
Sep 28th
Sep 16th
what?!?!
Imagine how you would feel if you ran a Ruby program and got an error back from the Perl interpreter.  This is only slightly better. % groovy PaginationControlTests.groovy Caught: java.lang.VerifyError: (class: PaginationControlTests, method: testEmptySet signature: ()V) Expecting to find object/array on stack
Sep 13th
Sep 12th
what the fuck kind of programming language is... →
Sep 12th
another reason. →
this is a new feature?  OMFG.
Sep 8th
one of many reasons i hate osx →
i really prefer to have a windowing system that has some configurability built into it.  i’ve found osx to be the most inflexible option out there.  it you like what you get out of the box you’re okay and if you don’t you get lectured by ui designers about how wrong you are and how much you don’t really need things to work the way you like them too.  i’m getting too...
Sep 8th
August 2008
10 posts
Aug 23rd
youhavegotobefuckingkiddingme
2008-08-15 13:05:33.256:/reviews:INFO: Initializing Spring root WebApplicationContext [4] spring.GrailsRuntimeConfigurator [RuntimeConfiguration] Unable to perform load beans from resources.groovy org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingPropertyException: No such property: com for class: resources at...
Aug 15th
Aug 15th
sometimes grails likes to hide the names of my...
Running 43 Unit Tests… Running test SolrQueryBuilderTests… null…SUCCESS null…SUCCESS null…SUCCESS Running test ProductListRequestUtilTests… null…SUCCESS null…SUCCESS null…SUCCESS null…SUCCESS null…SUCCESS null…SUCCESS null…SUCCESS null…SUCCESS Running test SolrProductQueryTests… null…SUCCESS...
Aug 14th
Aug 12th
Indecipherable
java.lang.NullPointerException at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:778) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170) at...
Aug 6th