If I were designing a house which had quite a narrow front hall, I wouldn’t put the telephone master socket right by the front door, where nobody in their right mind would want to have a telephone, thus rendering it COMPLETELY USELESS.
Am very tired, and lots of bits of me ache. But I’m in the new house and have unpacked most of the lounge. Hurrah.
Off we flew to Glasgow for the lovely Kirsten’s birthday. Or rather, off we flew to Glasgow Prestwick, which is to Glasgow as London Luton is to London.
Anyway. After a special Ryanair queueing adventure, where I was sent back and forth from the checkin to the ticket desk twice, we boarded. I settled down to [...]
The Quicktime plugin keeps crashing Firefox so I finally install that iTunes update I’ve been putting off for ages (largely because Apple’s update software for Windows doesn’t work). There are pending Windows updates, so while I have all the windows closed anyway I reboot to do them.
On reboot, nTune hangs the machine until it is [...]
I get that you want to protect your business from burglars. I get that. I really do.
But if you allow your alarm to wail unattended for OVER AN HOUR when people are trying to sleep, then you should be shot.
Bane of restfulness!
Slayer of sleepytime!
Truly, thou art a cruel and capricious mistress.
Change working directory of java code to location of batch file before code is launched, call rt.exec(”batchfile.bat”), batch file runs.
Leave working directory alone, call
File dir = new File(”C:\\path\\to\\batch\\file”);
rt.exec(”batchfile.bat”, null, dir);
Batch file does not run, giving a file not found error.
Change second line to rt.exec(”cmd /c batchfile.bat”, null, dir); - batch file runs.
I’m not sure why [...]
In this particular case, about an hour and a half.
I’m sure there’s a moral in there somewhere, but other than “you apparently need to know more about how the APIs work internally than should be necessary” I can’t seem to find it.
Hey ho. Ever forward.
Every so often I get a small surge of creativity which enables me to dismantle someone else’s work and twist it to my own nefarious purpose. In the latest of this irregular series, I present: the Bioshock gamercard sig.
Uses my gamercard parser thing to dynamically update the score, and stuff. Nothing particularly special, perhaps, but [...]
There are no good space-based real time strategy games around these days. And, well, it’s a fairly niche genre, so I suppose it’s understandable. But last week I suddenly had the urge to dig out and re-play Homeworld: Cataclysm, so after much digging through boxes of stuff, I did so. And it was just as [...]