the corner office : tech blog

a tech blog, by Colin Pretorius

Avira fail

Avira antivirus is heavily borked, causing "insufficient resources" errors and crashing the machine: SEVERE Issue with Avira Personal Free SP1. Reported a couple of weeks ago and still no fix.

(Update: fixed? more)

{2010.11.18 17:40}

Fiddly bugs

Bah. Predict the range of pctOver:

double pctOver = cnt / rkList.size();

You can't do it until you know what type cnt is, and the answer is very different if cnt is an int.

Now predict the range of pctOver:

double pctOver = (double) cnt / rkList.size();

*sigh*

{2010.11.02 17:25}

Square pegs and round holes

I recently read an article mentioning that Jython had languished because its creator Jim Hugunin had left the project to work on IronPython at Microsoft. He's now left the IronPython project (via) and off to Google, leaving the soon-to-be-classic quote:
making that happen at Microsoft always felt like trying to fit a square peg into a round hole - which can be done but only at major cost to both the peg and the hole

His bullishness about Java is at odds with general sentiment, but it's worth being reminded that places like Google also have an interest in Java (in some form or another).

{2010.10.31 03:48}

Keeps getting bleaker

Stephen Colebourne: Babylon 5 & the Great War of Java. A catalog of bad news and problems.

Java is not going away any time soon but if it ain't going somewhere the new blood and smart money will be following the languages and platforms that are.

{2010.10.28 12:29}

Java on Mac

James Gosling: Steve Jobs Comments on Apple's Java Discontinuation.

Rights or wrongs aside, nothing positive is happening in Java land right now.

{2010.10.22 16:02}

Links 2010.09.16

And on top of that, Eclipse still doesn't support JDK7 as far as I can tell.

{2010.09.16 16:55}

Links 2010.09.12

{2010.09.12 15:09}

Links 2010.09.04

{2010.09.04 03:31}

Links 2010.09.01

{2010.09.01 00:46}

Links 2010.08.31

{2010.08.30 02:14}

« Older | Newer »