monkeypatch.me
Projects | monkeypatch.me
http://monkeypatch.me/projects
A damn simple web service to make video calls. A no-hassle web service to share files with your friends. Available online at fipelines.org. A tail-f-like utility for feeds. It monitor a feed and emits new entries. Feedstail aim to be simple, hackable and compatible with rsstail. Crafted by Romain Gauthier. With little dirty hacks.
gearon.blogspot.com
Working notes: Clojure DC
http://gearon.blogspot.com/2012/08/clojure-dc.html
Wednesday, August 22, 2012. Tonight was the first night for Clojure DC. Which is a meetup group for Clojure users. It's a bit of a hike for me to get up there, but I dread getting too isolated from other professionals, so I decided it was worth making the trip despite the distance and traffic. Luckily, I was not disappointed. Although I was late (have you ever tried to cross the 14th Street Bridge at 6pm? Code), by embarking on a function to parse tnetstrings. Only the encoding and parsing is even simpler.
gearon.blogspot.com
Working notes: 08/01/2012 - 09/01/2012
http://gearon.blogspot.com/2012_08_01_archive.html
Tuesday, August 28, 2012. Having had a couple of responses to the last post, I couldn't help but revisit the code. There's not much to report, but since I've had some feedback from a few people who are new to Clojure I thought that there were a couple of things that I could mention. First, (and you can see this in the comments to the previous post. I wrote my original code in a REPL. And pasted it into the blog. Unfortunately, this caused me to miss a forward reference to the. The two main macros are.
monkeypatch.me
Backbone-TNetStrings-0.1.0 | monkeypatch.me
http://monkeypatch.me/blog/backbone-tnetstrings-0.1.0.html
Recently, I started a project using Erlang and Javascript, i.e. Cowboy. But I did not want to use the standard Backbone way to exchange data between the browser and the server. Indeed, I wanted to give TNetStrings. The result is Backbone-TNetStrings. Backbone-TNetStrings is a TNetStrings adapter for Backbone. Script type="text/javascript" src="backbone.js" /script script type="text/javascript" src="tnetstrings.js" /script script type="text/javascript" src="backbone-tnetstrings.js" /script.