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

 



Forgot your password?
typodupeerror
×

Quicky Avalanche

Nate writes "Ed Di Cristofaro of HardWire has announced he will extend his hardware testing to Linux along with the usual Windows testing. "It's quickly spreading in popularity and has the potential to fall right behind Windows and into the #2 spot for desktop operating system users." Click below to read on.

Martin Hepworth writes "Looks like SUN are bowing the M$'s 'user-friendly' installation with a deal with Install Shield Software. "

Johan Walles writes "I dunno whether "scoop" is the correct term for this, but anyway: slashdot.org is on tenth place of the site rankings for the "Computers/Internet" category on Sixdegrees link Forty more votes would put Slashdot on third place (before www.linux.org), and 170 votes would put it first (above www.icq.com and www.cnet.com). So if all sixdegrees users reading /. would go "slashdot-effect" the poll, a whole bunch of new readers might very well see the light and come to /. for their daily updates :-)."

James S. Baughn writes "Seeing as how there aren't any good Linux humor sites, I've created Humorix: "All Linux Humor. All Copied Mottos. All the Time."

Exile57 writes "The music industry is trying to end the proliferation of the pirate music scene. Apparently, bootleg CD's are a booming market in other countries. On top of the CD's being pressed illegally, the industry is also a bit miffed at the amount of pirate MP3 sites on the Internet. Here's the story as told by CNN."

Andrew Dalke writes "Python 1.0 was just released It is an implementation of Python (my favorite language :) for the Java virtual machine. With it you get the full power of a very high level dynamic language able to access all of the Java classes, including awt, java beans, swing, jdbc and corba. It includes a binary version of OROMatcher to implement perl5 style regular expressions. I worked with the most recent beta version and didn't come across any bugs. The only problem I had was the startup time, which was about two seconds on my Indigo2 compared to the fraction of a second for the C implementation, but much of that was the JVM starting up. We also needed to sidegrade to Netscape's 4.05 AWT 1.1 Preview release to develop applets. The biggest advantage was the interactive nature of the implementation where I could test new code or examine the behaviour of different Java classes without recompiling. Overall I estimate that it took me about a quarter of the time to implement my project in JPython instead of straight Java. *advocacy on* I can predict people will comment on two things about Python as a language, so let me preemptively address them here: 1) Python isn't as flexible as Perl -- sure, but it is a lot cleaner in general and easier to do OO programming. I rarely notice the lack of the more baroque Perl control features since Python's exception handling and ease of creating helper classes simplify tasks like finalizing resource handling during error conditions. Python's real flexibility is integrating new functionality like Java classes, COM objects or database support in a straight-forward, modular fashion. More to the point of this announcement, you can't get a Perl applet running on top of the JVM. 2) Python uses indentation and newlines for scoping and statement end instead of {} and ; -- most people find it enjoyable once they get used to it (and when using an editor like emacs that understands the language syntax). It is a suprisingly nice feeling to be several blocks in at the end of a function definition and only having to press 'enter' to finish instead of ';enter}enter}enter}' to fulfil the requirements of the parser. *advocacy off* "

Robert Macaulay writes "There is a new CScene up: Issue 5"

This discussion has been archived. No new comments can be posted.

Quicky Avalanche

Comments Filter:

Heisenberg may have been here.

Working...