February 2012
5 posts
Feb 23rd
2 tags
log_switch 0.3.0 released! (belated)
I’m a week late on this, but oh well… 0.3.0 / 2012-02-03 Improvements: gh-2: Added ability to mix in LogSwitch::Mixin to cl #log in your class and have it delegate to your singleton logger. Bug fixes: gh-3: Fixed warning on @before_block.
Feb 10th
Feb 9th
Feb 9th
3 tags
Great write-up on using Capistrano to deploy to... →
Feb 9th
3 tags
Cool, automate-able, UML tool →
Feb 1st
January 2012
3 posts
2 tags
Jan 12th
14 notes
Jan 4th
December 2011
2 posts
Dec 25th
1 note
Dec 13th
November 2011
4 posts
WatchWatch
thequietamericans: Thanks CMJ for premiering our video!
Nov 14th
1 note
Get our record Strange Confessor for FREE!!! →
Nov 14th
2 tags
At first, RFCs scared me/put me to sleep; I got...
Thanks, RFC 6184: RTP Payload Format for H.264 Video The FU payload consists of fragments of the payload of the fragmented NAL unit so that if the fragmentation unit payloads of consecutive FUs are sequentially concatenated, the payload of the fragmented NAL unit can be reconstructed. The NAL unit type octet of the fragmented NAL unit is not included as such in the fragmentation unit...
Nov 4th
18 notes
4 tags
rtsp 0.2.2 released!
0.2.2 / 2011-11-02 Added a queue for listening and building the RTP file from the received data. Fixed bugs: gh-6: .gemspec was missing parslet dependency. Thanks tindron.
Nov 2nd
5 notes
October 2011
8 posts
3 tags
sdp 0.2.4 released!
0.2.4 / 2011-10-25 Bug Fixes: Fixed missing } in gemspec. This disallowed requiring sdp since the lib directory wasn’t getting built in to the gem.
Oct 27th
3 notes
1 tag
GET BENT!: Review: The Quiet Americans - Medicine →
letsgetbent: By Christian Church The Quiet Americans is an interesting choice of names for a group so steeped in British psychedelia. But from the first warped chord of “Be Alone” to the last bit of static on “Weird Mountain”, these Yanks from Fresno, CA stake their own claim. The six tracks on…
Oct 26th
10 notes
Oct 24th
Oct 14th
Oct 9th
2 tags
Oct 9th
4 tags
log_switch 0.1.0 released!
DESCRIPTION While developing other gems that required a single class/singleton style logger, I got tired of repeating the code to create that logger and mix it in to my base class. I just wanted to be able to require something, then be able to do: MyLib.log "some message" I also wanted to be able to programmatically turn on/off logging by doing something like: MyLib.log = false This gem allows...
Oct 8th
7 notes
2 tags
“I have looked in the mirror every morning and asked myself: “If today were...”
– Steve Jobs’ 2005 Stanford Commencement Address
Oct 6th
September 2011
8 posts
4 tags
Installing a new Ruby with RVM, homebrew on OSX
This is partially for my own reference, as I always forget which libraries to compile my rubies against when installing a new one with RVM, but I thought I’d post in case anyone else has the same forgetfulness. So, before installing any rubies, I make sure to: brew install curl git libyaml sqlite libxml2 wget rvm package install iconv rvm package install readline If you haven’t yet,...
Sep 26th
Sep 26th
Sep 17th
A MiniTest::Spec Tutorial: Elegant Spec-Style... →
Sep 12th
Stupid Simple Ruby Debugging →
Sep 12th
Sep 9th
1 tag
Sep 2nd
40 notes
I just giggled to myself: I passed in the hall the Pelco trainer that I asked during a training class, “What’s the Internet?” He didn’t think it was funny at the time. I wonder if he does now…
Sep 1st
August 2011
6 posts
3 tags
Aug 30th
1,573 notes
Aug 25th
Far Better Than 3-D: Animated GIFs That Savor A... →
Aug 16th
17 tags
Aug 16th
3,916 notes
“Your head is the place for having ideas, but not for holding and managing them.”
– David Allen
Aug 11th
Aug 10th
July 2011
4 posts
Jul 20th
Jul 17th
4 tags
Jul 16th
2 notes
3 tags
“Mental life is not neat and orderly. It does not proceed smoothly and...”
– The Design of Everyday Things, Donald A. Norman
Jul 3rd
3 notes
June 2011
5 posts
5 tags
Finally got a good explanation for why I should... →
Jun 30th
5 notes
3 tags
Building Structured API Clients with API Smith |... →
Jun 30th
6 notes
3 tags
Lessons Learned: The lean startup →
Jun 30th
Jun 21st
3 tags
Bug statistics are a waste of time →
Jun 14th
37 notes
May 2011
9 posts
May 28th
2 tags
RestSharp: Simple REST and HTTP API Client for... →
thechangelog: I’m a big fan of making idiomatic language bindings for APIs. Making common tasks such as URI generation, transport, authentication, and payload parsing configurable options and providing a higher-level API lets application developers focus on the business domain instead of low-level networking. .NET developers looking to write API wrappers without starting from scratch should...
May 23rd
19 notes
2 tags
Kinda cool Daft Punk mashup →
May 15th
May 10th
3 tags
test_linker 1.0.0 released!
1.0.0 / 2011-05-08 Added support for new (old) Rubies: 1.8.7  jruby 1.6.1  ree 1.8.7  Hash keys are all now symbols. Renamed methods: Wrapper#project_test_plans to Wrapper#test_plans. Wrapper#create_test_project to Wrapper#create_project. Wrapper#upload_test_project_attachment to Wrapper#upload_project_attachment. ...
May 9th
1 note