Linklog » Archives » October 2004

the pixies really rock » « 04:52 04/10/04 | permalink | music

randomly surfing around i came across tef's article about website authentication systems. some interesting points that are well worth reading before rolling your own systems. » « 05:10 04/10/04 | permalink | web

the gravity lamp looks very cool - i like the idea of tech that doesn't just go to sleep metaphorically. » « 05:24 04/10/04 | permalink

cardinal (ruby on parrot) v0.1 has been released. sam ruby is looking interested in parrot. » « 06:16 04/10/04 | permalink | parrot ruby

lovely photoset on flickr - robots demand the right to vote in edmonton » « 07:31 04/10/04 | permalink | photos

bookmarked for alter - the sun java coding standard guidelines. » « 18:27 04/10/04 | permalink | software

sam ruby points to a nice metaclasses primer on p6i » « 20:50 04/10/04 | permalink | software

i'm going to give spamnet a try and see if it'll work with my setup. hmm » « 01:46 05/10/04 | permalink | email

today i've mostly been reading about surrogates (for the noted2 unicode library) and have finally tracked them down in the unicode manual. it seems like a poorly designed part of unicode, which should have just been replaced by utf32. » « 07:00 05/10/04 | permalink | unicode

london.pm has been going off topic alot lately (no suprise there), and has been talking about evolution of (non-computer) languages. "The biggest change in French spelling since the XVIth century occured during the Revolution -- the endings of the imperfect tense ("j'aimois" became "j'aimais") -- and it didn't come from the Académie.", states rafael garcia-suarez. » « 20:10 05/10/04 | permalink | language

ian fenn points out that he wrote dirifydashes, which is almostly exactly the same as my dashify, in june. but mine has the better name ;) » « 23:41 05/10/04 | permalink | mt software

and it seems ian wrote to me because anil blogged my plugin on the six apart pronet blog and it's been talked about on the pronet mailing list. (a sort of) fame at last! maybe ;) » « 23:47 05/10/04 | permalink | mt software

oooh - someone tracked down the history of "purple monkey dishwasher". i first came across it on kottke many years ago, and it's still the subtitle for my main mirc installation. » « 08:38 06/10/04 | permalink | web

Inline::Parrot looks like fun. not on cpan yet, but probably will be soon i expect. » « 17:59 06/10/04 | permalink | perl parrot

as the url states, this is too cool. » « 18:26 06/10/04 | permalink | movie

the steam survery results are interesting - regardless of the size of people's hard discs (and they vary with no pattern), everyone has a similar amount of space free. informatiomn always grows to fill the available space :) » « 18:54 06/10/04 | permalink

laszlo have open sourced their product. will this hurt flex? or dojo? hmm » « 19:10 06/10/04 | permalink | software web

someone is using my "choose" script on a poetry site. nice to see stuff out in the wild » « 01:14 07/10/04 | permalink

oooh - a harry beck trading card. that man was a tufte-esque genius. » « 05:58 07/10/04 | permalink | design

tom points to a nice conspiracy theory site, which might just be true - does bush use audio prompting in debates and addresses? » « 00:06 08/10/04 | permalink

a very cute site from pb - baby jeremy is being photographed with lots of famous people. i wonder how he'll feel about it when he's older. » « 03:40 08/10/04 | permalink | web

gah. my building started using our rfid tags to operate the lift yesterday, and i got home at about 1am to find they'd coded by tag to the wrong floor. so i had to take the stairs. stupid stupid fucking idiots. i just had to go and get my tag changed in the system - luckily i live a block from work. » « 18:56 08/10/04 | permalink

two interesting articles from steve about the future of television. » « 19:00 08/10/04 | permalink

another good article from steve about the future of media/television and why it might just be awesome. yay for the internet, etc » « 23:03 08/10/04 | permalink | tv

this large pdf from tfl shows the possible london tube map in 2016. interesting stuff » « 22:17 10/10/04 | permalink

i'm working on timezone stuff again, and came across this great timezone faq. some timezone stuff is really terrifying/retarded from a programming pov - "China observes one time zone UTC/GMT + 08:00 - which makes this time zone uncommonly wide. In the extreme western part of China the sun is at its highest point at 15:00, in the extreme eastern part - at 11:00." » « 19:23 11/10/04 | permalink | programming

statcounter looks pretty cool. i'm giving it a go on one site to see how it works out. i've been looking for a good stats package for a while. » « 00:11 12/10/04 | permalink

the flickr mt plugin is pretty awesome, using not only Flickr::API, but also my XML::Parser::Lite::Tree and XPath modules. code resuse strikes again! » « 02:50 12/10/04 | permalink | perl code

retarded annoyance of the day - people who insist on using the dollar sign for the 's' in microsoft. YOU ARE RETARDED. so what, other software companies aren't out to make money? somehow microsoft is apart from everyone else in their general aims. fucking idiots. » « 06:24 12/10/04 | permalink

the newly launched php wtf seem to be struggling for content - maybe there's not as many bad php programmers as one would imagine, or (as i find that hard to believe), the people running the site are finding bad code tough to spot ;) » « 06:37 12/10/04 | permalink | php code

i got asked - "i hoped you would have a solution for reading in more than 4kb from about 20 set cookies with 4kb each (~80kb)" and i said... you could (possibly) do it thus: create some kind of rewritten script that allowed you to create pages in virtual folders and set cookies on them at will. set each cookie to within the container folder, then use javascript and iframes to load cookies from all of the pages. e.g. have these pages: /cookies/1/, /cookies/2/, /cookies/3/, etc. and store 4kb worth of data in the cookies of each. this *may* work, but it may not. would probably be browser dependant. » « 06:46 12/10/04 | permalink | cookies

flickrwatch: i am not a nugget » « 07:35 12/10/04 | permalink | photos

'vancouver' magazine (yeah, snappy title) has photos of the awesome-looking millenium line skytrain stations. the station shown (brentwood) is probably worth checking out in person, and i intend to when i get the time. » « 07:38 12/10/04 | permalink | design vancouver

silly silly george - disambiguate is in the dictionary. » « 08:05 13/10/04 | permalink | words

a question i've had before: "the x argument is a unix timestamp, but in what timezone? UTC?". unix timestamps are always UTC, since that's part of their definition. » « 08:53 13/10/04 | permalink | code

the poignant guide to ruby now has 5 completed chapters (with the sixth slated to come this christmas). it's really really good - both funny and informative. » « 08:58 13/10/04 | permalink | ruby code

a nice faq answer about portable single character io. in a nutshell: no. of course, parrot will solve this for us by making everything seem portable. » « 18:27 13/10/04 | permalink | code parrot

a very interesting pdf talking about what we can learn about the human visual cortex from looking at hallucinations was posted to (void). makes for an interesting read. » « 02:07 14/10/04 | permalink

Inline::Parrot is now in CPAN. i suspect i'll be installing that later today. » « 17:27 14/10/04 | permalink | parrot code

i need a rofl-3000 » « 18:19 14/10/04 | permalink | tech

google's desktop search is now in public beta. it looks reallky fucking awesome. » « 18:28 14/10/04 | permalink | web

tuna are big fish. they can swim at 55mph. a bluefin can weigh up up to 1500 lbs. that's alot of sushi. » « 21:07 14/10/04 | permalink

aeriform are still looking good after all this time. » « 03:31 15/10/04 | permalink | design

digital thread was the zine i was looking for which made me run into areiform. full of really useful content, including their awesome fonthaus. » « 03:33 15/10/04 | permalink | design

unununium looks like a nice os project. one of the authors is working on adding parrot support. a parrot os would be cool. » « 23:12 17/10/04 | permalink | software parrot

cardinal is a parrot runtime for ruby. it's going to be a close call as to which dyn-language (ruby, python, php) makes it to a parrot-based beta first. » « 02:52 18/10/04 | permalink | parrot

the only weapon against religous nuts on trains is.... show tunes! » « 03:03 18/10/04 | permalink

pdd7 contains parrot's coding standards. this document alone seems to be larger than most oss projects. a very detailed basis to start coding on. (though i wonder how closely the actual source follows the conventions). » « 05:06 18/10/04 | permalink | parrot coding

i'm going to try and get remote desktop working tomorrow (tutorial) so that i can access my home laptop and set up my cvs repository there. i have used a remote desktop since terminal services first arrived (back when i worked on ubbdev) - i wonder how far it's come. » « 06:30 18/10/04 | permalink

feeling spendy? maybe the best use of the amazon api i've seen so far. » « 22:23 18/10/04 | permalink | web

e points out these awesome moam wrappers which appear to depict fruit having sex. and who complained? as if you couldn't guess ;) » « 00:19 19/10/04 | permalink

there's no 'i' in team america! oh, wait. utter genius from parker and stone. » « 17:42 19/10/04 | permalink | movie

the UKIP are complete morons. just in case you hadn't noticed... » « 18:50 19/10/04 | permalink

apparently it's old news, but apple has a nice faq entitled "How to pick up and carry your iMac G5" » « 18:51 19/10/04 | permalink | apple

gne is dead. it's a sad day. » « 21:54 19/10/04 | permalink | games

icon buffet has some really nice icons, which might actually work well in desktop apps. » « 05:22 20/10/04 | permalink

after reading fight club (very good, very short) i read chuck palahniuk's diary. also very good, not quite as short and quite weird. » « 05:48 20/10/04 | permalink | books

i've just moved digital-web onto a server at mediatemple. their application server is blazing fast and the tech support is great (they phoned *me*). moving sites is such a pain in the ass, but having root on the destination certainly helps. » « 05:53 20/10/04 | permalink

jeff r is overcompensating. looks promising. » « 17:19 20/10/04 | permalink | comics

i keep meaning to apply for a vtt license. must do that » « 18:47 20/10/04 | permalink

leonard pointed out slurm for all good unicies (including os x), which is a neat real-time bandwidth monitor which graphs io on an interface using ncurses. ncurses! » « 04:46 21/10/04 | permalink | software

yellowtab are picking up where beos left off with zeta. looks very snazzy, and is running firefox (no more crappy be-browser) » « 05:08 21/10/04 | permalink | software

saft seems like a cool safari extension. via torrez » « 02:34 22/10/04 | permalink | software apple

a nice article on adaptivepath about tags talks about flickr » « 02:56 22/10/04 | permalink

e pointed me at ipod vs cassette. good stuff. i still love my mini though :) » « 04:33 22/10/04 | permalink | apple

this bush animcation is actually amusing » « 07:35 22/10/04 | permalink | flash

new band of the week: bearsuit are english and very cool. » « 07:48 22/10/04 | permalink | music

a trippy zoomy loopy thingy from b3ta can keep you distracted for hours. » « 07:53 22/10/04 | permalink

if it hasn't been done yet, some one should make a version of the modern tube map, nut include all of the closed stations. that would be interesting. » « 08:17 23/10/04 | permalink

and the map should link up to this site, which documents the stations excellently » « 08:23 23/10/04 | permalink

aha! there's a book/map along with dates and some history. » « 08:35 23/10/04 | permalink

"the JMA operates a network of 180 seismographs and 600 seismic intensity meters and provides real-time earthquake reports to the media and on the internet". this is very cool. » « 17:56 25/10/04 | permalink | web

erik is right. livejournal gets more things right than any other piece of blogging software. » « 20:54 25/10/04 | permalink | weblogs

the all-species toolkit is open source. now that's a worthy project. » « 08:22 26/10/04 | permalink

rip john peel :( » « 17:21 26/10/04 | permalink | music

i shouold get hold of a copy of flight volume one » « 17:34 26/10/04 | permalink | comics

from the same people that bought us iduck: "never again will you have to choose between having sushi or having a USB memory drive - thanks to the USB sushi drive". seriously. via neil matheson. » « 18:33 26/10/04 | permalink

mp3blogs is getting alot of traffic these days, which is good. » « 20:47 26/10/04 | permalink

clearly the problem with del.icio.us is that it's not just about porn. » « 22:13 27/10/04 | permalink | web

crumbs. everyone is talking about my php presentation. keith devens picks out the good bits. » « 22:25 27/10/04 | permalink | php web

pretty old, but john stewart on fresh air is good stuff. when did john stewart become the best news caster on american tv? » « 05:55 28/10/04 | permalink | politics

oh dear. e points out that devens is actually a moron. » « 05:56 28/10/04 | permalink

was this episode of rainbow ever really broadcast? i can't believe they could have gotten away with it. » « 07:50 28/10/04 | permalink | tv

the kottke piece has predictably descended into bitching: "Note that of the 58 mysql databases I've put up, only 5 required munging". woah - i'm overwhelmed by your experience! ;) at least webb gets it right: "Cal Henderson talks like he normally talks, and sparks fury and righteous anger. Highly entertaining." » « 17:36 28/10/04 | permalink | flickr

and someone else is getting offended by my like a sieve comment (or, at least, taking it out of context). » « 17:42 28/10/04 | permalink | php

peta are spamming people with this flash movie. as if i needed any more reason to hate them. » « 18:31 28/10/04 | permalink

a friend of lea's is doing some cool work. » « 19:41 29/10/04 | permalink | comics

the internet veterans for truth are hosting a great collection of video footage in the run up to the election. very good stuff » « 20:07 29/10/04 | permalink

i suspect a lot of work goes into typography for road signs. » « 20:14 29/10/04 | permalink | typo

i found the pascal compiler i was looking for - maybe as a basis for developing a pascal to parrot compiler. » « 23:00 31/10/04 | permalink | coding

rss | atom | rdf