Thursday, November 11, 2010

NTS:: #! setup

CrunchBang is my favourite Linux distro, and I have it running on my fileserver, which is running on a paltry 256Mb of RAM.

I discovered after poking around how to shutdown OpenBox properly, without the whole sudo shutdown problem (I found it would hang, and power-off). This script allows me to power-off once downloads are complete, using auto-shutdown, together with DownThemAll.

#/bin/bash
#
let wait_time=$1*60
echo "will shutdown in $1 minutes"
sleep $wait_time
gdm-control --shutdown && openbox --exit
exit 0

One of the things I've got going nicely is DropBox, which normally works well under Nautilus, so not really so good on OpenBox. DropBox works well following the instructions on the OpenBox wiki.

Friday, June 4, 2010

NTS: SMP8635

There seems to be plenty of software out there to build a firmware - there's various places to look, but I think there's a complete picture between them:

http://b-rad.cc/wdlxtv/
http://support.wdc.com/product/download.asp?groupid=1001&sid=112&lang=en
http://www.networkedmediatank.com/download/firmware/nmt/gpl/gpl.htm
http://wiki.opentvix.com/Sigma_Tools
http://www.wdtvc.com/downloads/
http://download.opentvix.com/

I've asked MagicTV NZ (aka HookTech), and they're in contact with Hong Kong, and hopefully trying to get the code from PixelMagic. It would be nice if there were media player abilities on this box:
... but I'm worried I'll brick the box in the process (and fall out of favour in the process!).

Monday, March 29, 2010

Slippery slope for linked data

I've been wondering for a while how to create a platform that used linked data natively.

There are plenty of platform building options which understand ordinary relational databases, but, for my requirements, there's nothing like Yii with a linked-data backend.

Anyway, I'd really like to see an OpenURL resolver re-use the data by making the requests it's given available as linked open data, in much the same way as SFX exposes it's data for other purposes, such as the bX service.

I also hope I can see a time when publishers, or a body representing them (CrossRef)will make the metadata for the articles they produce freely available, like Nature Publishing... hell, a lot of them expose their content to Google, so why not maximise their exposure via other means?