Playground
Just testing.
R has a JSON package
1257464684|%e %b %Y, %H:%M %Z|agohover
Named rjson, appropriately. It’s quite basic just now, but contains methods for interconversion between R objects and JSON. Something like this: > library(rjson) > data <- list(a=1,b=2,c=3) > json <- toJSON(data) > json [1] "{\"a\":1,\"b\":2,\"c\":3}" > cat(json, file="data.json") Use cases? I wonder if RApache could be used to build an API that serves R data in JSON format? Posted in [...]

Brief notes on Ubuntu 9.04 (jaunty) -> 9.10 (karmic)
1257149892|%e %b %Y, %H:%M %Z|agohover
Recording my Ubuntu upgrade experience has become something of a tradition, so here goes. Machine 1 (laptop, LG T1 Express Duo). Largely trouble-free. On-board soundcard not seen on reboot. Fixed (temporarily, lost on reboot) using “sudo alsa force-reload”. Machine 2 (various generic hardware, cobbled together over many years). Upgrade smooth until final restart, [...]

Flickr slideshow in WordPress.com using Vodpod
1252978392|%e %b %Y, %H:%M %Z|agohover
Not work-related but fun: How to embed a flickr slideshow in WordPress.com using Vodpod. Vodpod is new to me and quite amazing; I imagine this method will allow you to post any Flash with embed code as a video. As an example, a slideshow of Lane Cove images from my Flickr account. posted with vodpod [...]
















