January 2012
9 posts
2 tags
Today I Deleted my Reddit Account
This is something I’d been considering doing for quite some time, and had just been putting it off. This morning, however, I found myself in an argument with a random internet stranger over something very small and trivial - this doesn’t happen often, at all. I think in the two years I’ve been on Reddit, I’ve experienced this maybe three times. None the less, today it was...
Jan 31st
1 note
1 tag
Jan 17th
3 tags
Jan 17th
12 notes
4 tags
Vesper; a Sinatra web framework →
When it comes to structuring larger Sinatra apps, I’ve mostly just “rolled my own” following a basic MVC style architecture. Vesper’s aim seems to be to take some of the work out of that, and it does look cleaner than a couple others that I’ve looked at. I’m definitely going to be keeping an eye on this one and probably testing it out soon.
Jan 16th
22 notes
3 tags
Android Design →
This is definitely a step in the right direction for Android, whose UI has always lagged behind iOS. Edit: And here’s a set of relevant PSDs.
Jan 16th
3 notes
2 tags
JSON in Postgres 9.2 →
Looks great!
Jan 16th
20 notes
3 tags
Mass Assignment Protection, DataMapper, and...
Tip: You can use the DM Rails adapter MassAggisnmentSecurity sub-module inside Sinatra if you’d rather limit attribute access at the model level, rather than handling it in the controller (which certainly feels cleaner to me). For example: require 'dm-rails/mass_assignment_security' class Status include DataMapper::Resource include DataMapper::MassAssignmentSecurity ...
Jan 14th
1 note
2 tags
Better tabs with round out-borders →
Nifty, a fair bit of CSS, but a nice effect.
Jan 13th
5 notes
2 tags
Responsive Design; Responsibly Illustrated →
Nice illustration of the concept of responsive design.
Jan 13th
1 note