« September 2004 | Main | November 2004 »

October 30, 2004

Laziness or lobotomy?

The screen shot below shows what happens when you launch Unreal Tournament 2004 without the DVD in the drive:

Unreal Tournament 2004

Restart the game, nothing less. How much time would it have taken for the obviously highly skilled programming team that’s capable of developing such a game to implement a Quit button and make the OK button check for the disc’s presence again? Fifteen minutes? (This includes three minutes of programming and twelve of discussion with the management).

So, laziness or lobotomy?

October 29, 2004

Using wget to download a URL stored in the clipboard

Here is an alias used to quickly download a link using wget:

alias cget 'pbpaste | wget -i -'

pbpaste is a Mac OS X only command line utility that prints the clipboard to the standard output. wget’s -i option tells it to read URL(s) from a file, and - makes it use the standard input in place of a file.

To use it, copy a URL, open a new Terminal window and type cget. Download should begin, with all of wget’s great features like perseverence and robustness.

This technique will be improved in an upcoming article has been used by yours truly for almost a year and a half without feeling the need for improvement.

October 26, 2004

Contemporary Sci-Fi

My dad and I started giving a shot at some recent science-fiction novels lately. Here are my feelings about the ones I read, may they benefit anyone.

Voyage by Stephen Baxter, 1996

This novel depicts an alternate space program in which the USA land a manned mission on Mars in 1986. It tries — and unfortunately manages — to be extremely realistic and tell with pin-point accuracy how things could have happened if the American space program had taken a different direction after the Apollo missions.

If I needed help sleeping I’d read a real history book, thank you. It would have the same soporific effect but would at least compensate for it with authentic facts.

Une porte sur l’éther by Laurent Genefort, 2000

The hero of this book is the pollen of a plant, Ambrosia, that transits between two planets through a giant artefact, the Axis— Zzzzzzzzzzzzzzzzz…

The only amazing thing about this book is that I read it in its entirety. The ultra-basic story (each planet needs the other one but also hates it, so they go to war) is told in a ridiculously complex manner using a plethora of invented words (described extensively, did I say zzzzz already?) in an attempt to make a book about politics look like a science-fiction novel.

Wang : Les portes d’Occident by Pierre Bordage, 1996

The author seems to enjoy describing torture so much that he had to write two books about it. This one went straight to the trash.

So much for batch one. I am now taking a break with modern science-fiction before I start batch two. I just re-read some novels I thoroughly enjoyed the first time:

  • City (Demain les chiens) by Clifford D. Simak, 1952
  • The world of Ā (Le monde des Ā) by Alfred E. Van Vogt, 1945
  • The players of Ā (Les joueurs du Ā) by Alfred E. Van Vogt, 1948

Boy, it feels good.

October 13, 2004

Motley

I learned a new English word today, thanks to the Cambridge Klett Compact, French–English dictionary online:

motley
adjective [before noun]
consisting of many different types and therefore appearing strange or of low quality:

There’s a motley assortment/collection of old furniture in the house we’re renting at the moment.
The people who turned up to the meeting were a motley crew (= a group consisting of many different types of people).

The analogy (which is likely to make me lose one reader) struck immediately:

Linux
proper noun
operating system programmed by many different developers, merging many different user interface philosophies and available in many different flavours and therefore appearing strange or of low quality.

October 3, 2004

Reader poll

I’m going on holiday for a week, so it’s seems the perfect time for a little poll:

Does my blog have any readers?

If you read my blog, either from time to time or regularly, please leave a comment. (I hope the comment form works well. Otherwise, you can e-mail me at os3476 at this domain.)

Do not meddle in the affairs of Coding Ninjas, for they are subtle and quick to anger.