Click or type ~ to show Console
Type Ctrl-C to close console. Type 'wat?' to find out how this console was created.
Welcome to the Iloggable Interactive Console. You can navigate posts either by file hierarchy with cd [path] or via paged posts lists using the posts [page] command. You can navigate to a new post with the go [path|#id].

ILoggable

A place to keep my thoughts on programming

Daily Archives: January 31, 2011

git: pulling individual files from another branch

Here's a not too uncommon task in git that I just can't seem to remember: Merge specific files from another branch or revision It's simply checkout out that file on top of the current branch, but I always forget the … Continue reading

January 31, 2011 geek

Calculon: Building an actor framework

I'm currently extending functionality in the notify.me bots and in order to make this easier, I'm refactoring the adhoc actor-like message processing system I built into one a bit more flexible for adding features quickly. Right now message senders and … Continue reading

.net, geek , , ,