March 2011
6 posts
Mar 18th
2 tags
Integrating Erlang and Java →
Mar 10th
13 notes
Mar 8th
2 tags
“Wallaby is the code name for an experimental Flash-to-HTML 5 converter that...”
– Adobe launches Flash-to-HTML5 conversion tool | Graphics & 3-D | Creative Notes | Macworld
Mar 8th
5 notes
2 tags
“Like we did with the Samsung Galaxy Tab we’re going to put the Xoom through the...”
– Motorola Xoom: The HTML5 Developer Scorecard | Blog | Sencha
Mar 8th
1 note
3 tags
“We choose bitcask for the backend. We did some tests with innostore, but bitcask...”
– On moving from CouchDB to Riak
Mar 7th
8 notes
February 2011
1 post
Episode 0.4.9 - Git, Showoff, and XBox Kinect with... →
Feb 23rd
114 notes
January 2011
2 posts
Dive Into HTML5 →
A free book by Mark Pilgrim.
Jan 11th
Why You Can’t Work at Work →
Jason Fried (37signals) explains why you can’t work at a modern work place.
Jan 6th
November 2010
2 posts
wincent.com: Command-T →
Probably the best Quick Open (a’la Cmd+T in TextMate) plugin available for VIM.
Nov 17th
Nov 11th
October 2010
3 posts
guard: Ruby DSL for creating filesystem watchers →
thechangelog: Watching the filesystem and re-running test suites have long been the sweet spot for Autotest and Watchr. As more and more preprocessed tools like CoffeeScript and Sass are more widely adopted, there are a growing number of scenarios where you may want to watch the file system and act on the changes. Rémy Coutable and Thibaud Guillaume-Gentil are developing Guard, a Ruby-based...
Oct 14th
33 notes
1 tag
Fix annoying git pull remote problem
Have you ever seen this after invoking git pull? You asked me to pull without telling me which branch you want to merge with, and 'branch.master.merge' in your configuration file does not tell me, either. Please specify which branch you want to use on the command line and try again (e.g. 'git pull <repository> <refspec>'). See git-pull(1) for details. If you often merge with the same...
Oct 3rd
Detecting the number of processors with Ruby →
Oct 1st
September 2010
11 posts
Sep 30th
gitifier: Growl alerts for any Git repo including... →
Looks rather nice.
Sep 30th
Sep 28th
Announcing SproutCore 1.4! →
sproutcore: Those of you who have been following SproutCore may have noticed the appearance of a series of Release Candidate gems for version 1.4. Today, we’d like to offically announce the release of version 1.4! Why the jump from 1.0? We’re going on a year since the first release of 1.0 and almost exactly eight months since 1.0.1046 and a whole lot has happened since then. This release has...
Sep 27th
multitrack: Rack app to track multiple traffic... →
thechangelog: If you’ve found tracking return on your marketing dollars a challenge for your web application, take a look at Multitrack from Shopify founder Tobias Lütke. Multitrack is a Rack app that lets you store multiple traffic sources for your application signups. To use Multitrack, deploy the Rack app to your own server on your server stack of choice, configure the database info, and...
Sep 26th
WatchWatch
Timelapse Montage (by Mike Flores)
Sep 24th
2 tags
Sep 23rd
Read Ruby 1.9: Free Ebook About the Ruby... →
Very early draft of a book about version 1.9 of the Ruby programming language, released under a Creative Commons license
Sep 20th
streamie: Node.js + Websockets = Real time Twitter... →
thechangelog: As new technologies are delivering on the promise of the Real Time Web, it’s becoming apparent that the revolution will be streamed. Malte Ubl seems to agree, creating Streamie, your very own real-time Twitter stream powered by Node.js and Websockets. We talked about how crazy fast Node.js can be in Episode 0.2.0. In Episode 0.3.1, we talked about the possibilities of pushing...
Sep 20th
2 tags
Sep 20th
Rakefiles for Go Language →
Rake task for building Go applications
Sep 19th
June 2010
1 post
Jun 4th
February 2010
1 post
1 tag
Abort instead of exit in Ruby
Are you familiar with this code? if error? puts "Sorry, error occured..." exit 1 end Just replace that with: abort "Sorry, error occured..." if error? Simple and beautiful.
Feb 28th
December 2009
2 posts
3 tags
uninitialized constant MysqlCompat::MysqlRes on...
Having issues with uninitialized constant MysqlCompat::MysqlRes on Snow Leopard? Be sure to say export ARCHFLAGS="-arch x86_64". Solves the problem quickly.
Dec 27th
3 tags
Silence gem specification warnings
If you happen to get those: [565] $ rake (in /Users/piotr/Projects/Lookup) config.gem: Unpacked gem cache in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. config.gem: Unpacked gem cache in vendor/gems not in a versioned directory. Giving up. config.gem: Unpacked gem doc in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix...
Dec 27th
October 2009
12 posts
Polish
mig_jc: That's a different statement
pusewicz: bfelujkgfdsl c2 fsopgir 3ptir]uptorwuh
barrym: i swear i'll never understand polish
Oct 28th
WatchWatch
TREI ‘Lead Me On’ feat. Thomas Oliver (taken from the ‘Innuendo’ LP) on Vimeo (via Vimeo)
Oct 26th
3 tags
How To: Integrity automated continuous integration...
Integrity is a Continuous Integration server solution which is very easy to set up, especially when you work with Git projects. In this short tutorial, I am going to show you hot to get up and running with Integrity in a couple of simple steps. We are going to build a box with Ruby Enterprise, Passenger and Nginx as a web server. General packages First step is to get all the build essentials...
Oct 24th
4 tags
New rails_sequel Plugin
Recently, I was porting an Merb and Rails application from DataMapper to Sequel. It is pretty much straightforward with Merb, as you only have to specify use_orm :sequel in your init.rb file to get Sequel configured automatically. With Rails you have to do this manually eg.: DB = Sequel.connect('mysql://localhost/database') or… use my new plugin rails_sequel. rails_sequel is a simple...
Oct 24th
Oct 7th
Oct 4th
ustwo™'s .™ viral, part two. →
Pretty nifty game. Very simple idea. Nicely done.
Oct 1st
Inspirational Showcase of Business Card Websites →
Finally, a good place to begin designing my own website.
Oct 1st
OnLive: Beta Program →
I wish it was available in UK too.
Oct 1st
Tweetie pricing fuss highlights App Store flaw →
I do not understand people. Is $3 too much for you? Then DON’T FUCKING BUY IT.
Oct 1st
Battlefield: Bad Company 2 'Moments' trailer is... →
It’s truly amazing how games look nowadays. The experience is unbelievable. I miss my Amiga.
Oct 1st
Lose/Lose game deletes files as you play →
I just love the idea.
Oct 1st
June 2009
1 post
nutrun » Blog Archive » Distributed programming... →
Jun 3rd
May 2009
3 posts
Axiis : Data Visualization Framework →
May 21st
Glyphish — Icons and resources for iPhone... →
May 7th
Flowplayer - Flash Video Player for the Web →
May 4th
April 2009
2 posts
Extremely Useful Geography Vectors: Maps and... →
Apr 27th
FakeWeb API Documentation →
Apr 24th
March 2009
4 posts
RFuzz: home →
Mar 26th
Free Online Games | InstantAction →
Mar 26th
Mar 18th