Sunday, 20 February 2005
Warning at the bottom of the page
Do not eat iPod shuffle.
http://www.apple.com/ipodshuffle/
(I can't find it now though ._.) br>
http://www.apple.com/ipodshuffle/
(I can't find it now though ._.) br>
Thursday, 17 February 2005
Static electricity and computer building
Obvious precautions: Try not to remove articles of clothing while you work on the computer, for esthetic as well as practical reasons. DO NOT let your cat near the computer parts. Cats are walking static death bombs.
http://www.pcstats.com/articleview.cfm?articleid=1444&page=3 br>
http://www.pcstats.com/articleview.cfm?articleid=1444&page=3 br>
Wednesday, 2 February 2005
Evolution of programming languages
[19:00:34] SE|Around> I love token languages, but there's only one and it's dead.
[19:00:47] @Foolish> tokens are dead, long live tokens!
[19:00:55] Ophichius> Token Languages?
[19:01:06] SE|Around> Yeah, everything is a token
[19:01:17] SE|Around> and you pattern match to do anything.
[19:01:30] Ophichius> Hm, what exactly is a token?
[19:02:26] SE|Around> A token is a piece of information.
[19:02:30] SE|Around> "Hello" is a token.
[19:02:43] @Foolish> how about 'goodbye'?
[19:02:48] SE|Around> yep.
[19:02:54] SE|Around> "Hello Goodbye" is one token
[19:03:10] SE|Around> Explode("Hello Goodbye") would give you two.
[19:03:27] @Foolish> you didnt have a delimiter, how will it know! br>
[19:00:47] @Foolish> tokens are dead, long live tokens!
[19:00:55] Ophichius> Token Languages?
[19:01:06] SE|Around> Yeah, everything is a token
[19:01:17] SE|Around> and you pattern match to do anything.
[19:01:30] Ophichius> Hm, what exactly is a token?
[19:02:26] SE|Around> A token is a piece of information.
[19:02:30] SE|Around> "Hello" is a token.
[19:02:43] @Foolish> how about 'goodbye'?
[19:02:48] SE|Around> yep.
[19:02:54] SE|Around> "Hello Goodbye" is one token
[19:03:10] SE|Around> Explode("Hello Goodbye") would give you two.
[19:03:27] @Foolish> you didnt have a delimiter, how will it know! br>