Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:!Like (Score 5, Informative) 190

Bollocks. CSS was designed to separate styling from structure in web pages. It does this admirably, and only needs to be a declarative language to do so. This prevents a lot of "clever" hacks that including conditional or flow statements would have encouraged. It's the same reason why statically typed languages are better than dynamic ones - since the tooling and compile time checks can be much more comprehensive and optimisation is easier - but clueless twats prefer the dynamic ones, since they don't understand the downsides or foolishly think they are so good they wont screw up. Improved programmer productivity claims for including flow statements in CSS (or using dynamic languages) are crap as well, since while a programmer might find it easier to cobble together something that just about works, chances are very high that it will be harder to maintain.

Comment Re:But i like to dim my lights (Score 1) 308

I recently replaced ten halogen GU10 type bulbs in my house with LED ones, and the website I bought them from stocked dimmable ones. They even had replacements for the twelve G9 bulbs that we have in one room, which is great as the non-LED ones blow at a rate of roughly one a month and are very inefficient. We have an energy meter, and our daily consumption of electricity has roughly halved since replacing all the old incandescent and halogen bulbs.

Comment Fortune (Score 0) 135

Strange fortune cookie or whatever else that quote at the bottom of a Slashdot page is called:

To err is human; to forgive is simply not our policy. -- MIT Assasination Club

Seems somewhat awkward given events in Boston over the last 24 hours.

Comment Re:Oblig oblig XKCD (Score 3, Informative) 173

Whenever I install Debian or a derivative of it, I always find it includes Guile, but that no packages depend on it. The only reason it exists is because RMS didn't like Tcl, which was the up and coming glue language at the time. Despite its shortcomings, Tcl was a very nice language to extend, whereas Guile was (and probably still is) an incomplete dialect of Scheme that only satisfies the Lisp obsessives.

Comment Re:Sorry, but the PC was late (Score 1) 181

I can't remember their names, but there were two programming editors I used on VMS. Both had their quirks - the first wouldn't wrap text that was wider than the terminal screen (72 characters?), nor could it scroll. The second could wrap, but wouldn't allow you to do a "save as", which was a bit of a pain as you could accidentally navigate to a non-existent directory and open a new file by mistyping the name of the directory you'd intended to create the file in. You'd then happily enter a bunch of code, only to discover your navigation mistake when you went to save the file. Cue a bunch of DCL (DEC Command Language - the VMS shell scripting language) to create a 'cd' command that would check for the existence of a directory ...

Comment Re:VMS and Atari ST development tools (Score 1) 181

Blimey, just checked the Wikipedia article for Turbo Pascal and it did indeed pre-date the ST. In a weird piece of synchronicity, the article mentions the Nascom computer, since that's where the Turbo Pascal compiler originated. It's the second time in the last few days the Nascom has intruded on my consciousness, as it's the basis of a very rare drum computer that's just been added to the Vintage Synth Explorer.

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...