February 2012
5 posts
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.
3 tags
Great write-up on using Capistrano to deploy to... →
3 tags
Cool, automate-able, UML tool →
January 2012
3 posts
2 tags
December 2011
2 posts
November 2011
4 posts
thequietamericans:
Thanks CMJ for premiering our video!
Get our record Strange Confessor for FREE!!! →
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...
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.
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.
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…
2 tags
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...
2 tags
I have looked in the mirror every morning and asked myself: “If today were...
– Steve Jobs’ 2005 Stanford Commencement Address
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,...
A MiniTest::Spec Tutorial: Elegant Spec-Style... →
Stupid Simple Ruby Debugging →
1 tag
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…
August 2011
6 posts
3 tags
Far Better Than 3-D: Animated GIFs That Savor A... →
17 tags
Your head is the place for having ideas, but not for holding and managing them.
– David Allen
July 2011
4 posts
4 tags
3 tags
Mental life is not neat and orderly. It does not proceed smoothly and...
– The Design of Everyday Things, Donald A. Norman
June 2011
5 posts
5 tags
Finally got a good explanation for why I should... →
3 tags
Building Structured API Clients with API Smith |... →
3 tags
Lessons Learned: The lean startup →
3 tags
Bug statistics are a waste of time →
May 2011
9 posts
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...
2 tags
Kinda cool Daft Punk mashup →
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.
...