JWZ writes that he’s confused by the promotion of CSS by the W3C et al.; I don’t believe that he quite understands the issue — or if he does, he professes to be ignorant in order to win some rhetorical point.
He seems to be annoyed that so many folks hated the presentation-oriented markup which Netscape introduced. He ignores the fact that structural markup leads to Good Things: automated indexing; improved searching; automatic transformation of presentation while leaving content unchanged, reading by the disabled (whether physically or technologically, e.
Read more →
If you publish a serial, you are eligible to apply for an International Standard Serial Number. This applies to magazines, journals, memoirs — and weblogs: anything which is a non-terminating serial issued in some medium. Unfortunately, the registrars are beginning to resist; apply while you’ve still a chance.
I do sympathise with them, though: the ISSN is only 7 data digits, plus a check digit, and this means that it is only possible to register some 10,000,000 serials.
Read more →
If you publish a serial, you are eligible to apply for an International Standard Serial Number. This applies to magazines, journals, memoirs — and weblogs: anything which is a non-terminating serial issued in some medium. Unfortunately, the registrars are beginning to resist; apply while you’ve still a chance.
I do sympathise with them, though: the ISSN is only 7 data digits, plus a check digit, and this means that it is only possible to register some 10,000,000 serials.
Read more →
Those who are old Mac hands like myself might recall an old abandoned Apple project of the mid-90s, Dylan. Mike Lockwood has an interesting tale of the layoff of the guys who developed it. ‘The kind of layoff that could only happen at Apple.’ The article’s worth reading solely for the screenshot of the Dylan IDE the guys were working on. A long time ago I read an article (which I can unfortunately no longer find) by a fellow who wrote that source code needed to be more than just files, but actual living data, which could be manipulated in various useful ways; it looks as though the Dylan guys might have been headed in that direction.
Read more →
Those who are old Mac hands like myself might recall an old abandoned Apple project of the mid-90s, Dylan. Mike Lockwood has an interesting tale of the layoff of the guys who developed it. ‘The kind of layoff that could only happen at Apple.’ The article’s worth reading solely for the screenshot of the Dylan IDE the guys were working on. A long time ago I read an article (which I can unfortunately no longer find) by a fellow who wrote that source code needed to be more than just files, but actual living data, which could be manipulated in various useful ways; it looks as though the Dylan guys might have been headed in that direction.
Read more →
IBM developerWorks has cool article on faster booting using make. What I find most interesting is the way that it uses an ancient tool for a new purpose. This is enabled by the Unix philosophy: small programs which do one thing very well. These small programs can be tied together in a myriad of useful ways; in this case, ~make~’s ability to calculate dependencies is utilised to start various services, and its ability to run jobs in parallel is utilised so that one need not wait for each to start before continuing.
Read more →
IBM developerWorks has cool article on faster booting using make. What I find most interesting is the way that it uses an ancient tool for a new purpose. This is enabled by the Unix philosophy: small programs which do one thing very well. These small programs can be tied together in a myriad of useful ways; in this case, ~make~’s ability to calculate dependencies is utilised to start various services, and its ability to run jobs in parallel is utilised so that one need not wait for each to start before continuing.
Read more →
According to this article, Microsoft’s Excel product is unsuited to statistical analysis and gives erroneous results. Use software such as Gnumeric — or just write your own in a real language such as Scheme or Lisp.
Read more →
According to this article, Microsoft’s Excel product is unsuited to statistical analysis and gives erroneous results. Use software such as Gnumeric — or just write your own in a real language such as Scheme or Lisp.
Read more →
An ancient develop has some great programming tips written by Bob Johnson. Good points, all, although some are pretty obvious. Well-worth taking to heart, though.
04 February 2018: updated URL
Read more →
An ancient develop has some great programming tips written by Bob Johnson. Good points, all, although some are pretty obvious. Well-worth taking to heart, though.
04 February 2018: updated URL
Read more →
An interesting geek toy to send MP3s to one’s stereo. It looks pretty sweet, although the OGG suport is kinda shaky (it re-encodes to MP3 on the fly, which eats CPU). I want one.
06 February 2018: updated URL
Read more →