- Metissian – Projects – Mac OS X Packages – Subversion — Subversion packages – which don’t require fink – for OSX
Tagged as: cvs osx subversion versioncontrol
- PHP Login System with Admin Features | evolt.org — May as well look at another example of this. I dread coding login controllers.
Tagged as: login php programming webdevelopment
iPod Nano
07 September 2005
OK, so Apple have gone completely bonkers with the naming of their new iPod Nano. I’ll let that one go. I can also let go the complete axing of the iPod Mini as a line, as it never really mattered that much to me. What I can’t forgive is whichever lunatic thought that the bottom edge of an audio device was the best place for the headphone socket. That’s before you consider that it comes in black, of all the non-Apple colours in the world. Not that impressed, really – smaller, less space, same money, more whizz-bang. Sticking to my 3G 20gig, then.
(Also, I’m not convinced by this new “streamlined look” for iTunes 5, and will let others download the first stone, as it were – but you heard the prospect of it being “rubbish” here first).
Top tip for ‘tagging on steroids’ with Rails
06 September 2005
A few days I linked to Dema’s tagging mixin for Rails. In, well, about half an hour over the past two days I implemented it into a project I was working on – first into the models, then into visualisation. The interface will come last (though of course, that doesn’t mean it’s not getting a lot of thought right now).
One problem I ran into was that whilst I could tag away with new tags, adding an already-extant tag to a data object didn’t work – it threw an exception error. In the end, I found this was down to my join table – the tags_things
table that assigns tags to thing
objects. The thing was, as with most of my tables, I stuck an auto-incrementing id
column into it. This was really a stupid idea and not in any way necessary (though in all the other tables, it is fairly appropriate). The moment I just left it with two columns, tag_id
and thing_id
, it all worked fine.
It’s a nice mixin, by the way – makes searching by tag dead easy and it’s fairly lean. Saved me reinventing the wheel, that’s for sure.
Serious games modding
06 September 2005
Pasta and Vinegar links to this entry in the Serious Games Summit programme about modding Half-Life 2 as a visualisation tool. Absolutely fascinating.
- Tagging on Steroids with Rails — Fantastic. Looks like just what I need, and will save me a fair amount of time, too.
Tagged as: system:unfiled - XYZ Computing — "SNES – As Good As It’s Going To Get"
Tagged as: console gaming snes tecchnology videogames
Django/Rails meetup
05 September 2005
I’m hoping to be at the Django and Rails meetup for a few hours tonight. I’ve begun working in Rails on something, well, moderately big and moderately complicated, but I’ve been greatly enjoying the experience. If you’re there too, do say hi; it’d be good to chat. You might even be able to help me with my login controller…
Akai S3000XL sampler for sale
04 September 2005
Let’s take a long shot: is anyone interested in buying an Akai S3000XL sampler in pretty good condition? It’s expanded with a full 32mb of memory, it has the customary 8 outs, and I’ll also throw in a SCSI 100mb Zip Drive and an untested SCSI CD drive. I’ve also got the latest OS disk for it, and a full manual. The screen is in fairly good condition – not like it was when new, but not in need of a new backlight yet.
If you’re interested, email me. Ideally, London area. Will update with pictures soon.
Achewood tackles the accessibility issue
02 September 2005
With customary aplomb, Achewood tackles the accessibility issue. Sometimes, you just can’t make the web accessible for all.
Paul Daniels has a blog
02 September 2005
Paul Daniels – yes, the Paul Daniels, is keeping a blog. It’s rather good; he writes in a friendly, personal manner – just as you’d expect him to, really – and he combines interesting chat about magic with fairly traditional (for blogs) personal anecdotes. It’s quite fun; I may well subscribe.