Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment VirtualDimension (Score 2) 359

Back when I was still using XP (I've since switched to Linux and am getting by without multiple desktops on my home Windows 7 machine), VirtualDimension worked pretty well for me. You can give shortcut keys (I used Win+1-0) to switch between them, and it works by hiding all windows except those on the 'current desktop'. Some applications (most notably web browsers) would get sometimes get stuck on all the desktops if they were summoned to appear by another program while you were looking at a different desktop than the one you had put them on. Reason would seem to hang if I switched desktops while its file open dialog was open. But once I learned to avoid these situations it was perfectly useable.

I also used SlickRun and had each virtual desktop span 2 monitors and didn't run into any conflicts.

Comment Re:"from user's machines" (Score 2) 307

I suspect that comment was directed at developers, not users. I've often wondered how java got such traction among devs. I don't know any who actually enjoy using it. Their stories sound a lot like those told by Cobol programmers ("Things to do today: write code, write code, write code, ...").

* Build a JAR file
* Anyone with Java installed can run it

Is why. And the JVM is a pretty solid platform. I'm not a huge fan of the language itself, but no other platform comes close in terms of simplicity of development and deployment.

Programming

R7RS Scheme Progress Report 47

John Cowan recently gave a talk on the progress of R7RS (slides), the next revision of the Scheme language standard, at LispNYC. After the R6RS debacle, the community stepped back and is now basing the next standard on R5RS; the work has been split into two languages — R7RS-Small and R7RS-Large. The first working group is preparing to issue a final draft of the R7RS-Small language (PDF; clocking in at 73 pages vs. R5RS's 50) within the next few weeks. Read on for a summary of the planned changes to R7RS (more or less in the order of presentation).
Earth

Signs of Ozone Layer Recovery Detected 363

polar red writes "22 years of banning CFCs is starting to pay off. Researchers have finally been able to measure a reduction in size of the ozone layer hole, after finding the source of its fluctuations. 'Salby's results reveal a fast decline in ozone levels until the late 1990s, then a slow rebound that closely matches what theoretical calculations had predicted, says David Karoly, a climate scientist at the University of Melbourne, Australia. "It is the sort of result that was expected, but is the first to provide detection of an increase in Antarctic ozone levels," he says.'"

Comment Re:Victory for Tablizer? (Score 1) 755

Hmm, I've often thought that while OO is good for encapsulating low-level operations, relational database tables and SQL were a much more natural way to model and query data. I just started reading, but his table-oriented-programming page hints at this problem under 'No Ceilings'. I'm not yet sold on his idea of Control Tables, but then I haven't read that part, yet. Maybe he's onto something.

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...