November 2010
1 post
September 2010
1 post
Friends should be simple and deep, not complex and superficial.
– Mr. Rogers
July 2010
1 post
3 tags
A Lesser Photographer: The Photo Bubble →
Bubbles are usually reserved for complex products that most regular people own, and, now, more and more regular people are carrying powerful cameras (their phones) in their pockets wherever they go. The thing I’ve noticed is that they’re doing so without regard to the specs. They want a good picture (a result). That’s it. They exist comfortably outside the bubble, almost unaware the bubble...
May 2010
2 posts
You can spend tons on fancy equipment, but if you’ve got nothing to say…well,...
– REWORK (via alesserphotographer)
2 tags
So much complexity in software comes from trying to make one thing do two...
– Insight by Ryan at 37signals (via minimalmac) Echos the same sentiments as 37signals’ book Rework. An excellent read I just finished. I highly recommend it.
July 2009
1 post
1 tag
Hibernate OneToMany Annotations
As it was hard for me to find a clear example of a OneToMany join using Hibernate annotations in Java the other day, I decided to write this up.
This is an example of a unidirectional OneToMany join in Java using Hibernate. The JoinColumn name is a foreign key in the Message table. This will allow access to the Set of the messages that have been sent to the particular user. It automatically joins...