Updated: 25/6/02; 10:04:18 AM


The Desktop Fishbowl
Charles blogs all the random nerd stuff he can find.

Thursday, 31 January 2002

Found in a comment on JavaLobby, which I rarely visit because the noise and rabid advocacy overwhelm any attempt at serious discusson, a link to a DeveloperWorks article on The pros and cons of generating native code from Java source.

Summary of the findings - compiling Java bytecodes into native code for execution may make a program faster. It may also make it slower. JVM-executed Java tends to use more memory than natively compiled Java, but not very much. Bytecode class-files take up less disk space then natively compiled executables, but only if you ignore the size of the JVM (which is huge).

Why is this important? Well, one of the differences between the compilation model of Java and Microsoft's Common Language Runtime (into which C# is compiled, for example) is that the CLR natively compiles everything before execution. These tests show that on the Java side, such an approach would give no appreciable benefit, from which we can extrapolate that it probably doesn't help C# much either.


2:33:25 PM    

Apple already have 150,000 pre-orders for the new iLamp^H^H^H^HMac.

I just realised that the ^H^H^H^H thing must be totally incomprehensible to most people. You see, on a lot of Unix terminals, ctrl-H is the same as backspace. This caused some problems in some programs (such as the "talk" installed on our University servers), because you'd hit backspace and instead of seeing some nice deletions, you'd just get a line of ^H^H^H^H across the screen.

A more web-friendly headline would have been: Apple already have 150,000 pre-orders for the new iLampMac.

(In emacs, ^H means "help", which was also very annoying. When telnetting in from home I had to either remap my keyboard, or learn to never use backspace in emacs.)


2:16:38 PM    

IBM: Linux investment nearly recouped. (CNet)

Although the article says the figures are a bit dodgy, that's still not bad given they allegedly put a billion dollars into something that everybody says you can't make money from.


11:21:36 AM    




January 2002
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Dec   Feb








Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

Click on the coffee mug to add Charles Miller's Instant Outline to your Radio UserLand buddy list.



Click here to visit the Radio UserLand website.


jenett.radio.console.v1.1
theme designed by
jenett.radio

Copyright 2002 © Charles Miller