Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

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.

Comment Eat fewer cows, more kale (Score 1) 570

or some other vegetable else that grows easily in your neighborhood. As an added bonus you'll be healthier.

We have plenty of resources. What we lack is the ability (or will) to use our resources in ways that aren't completely retarded. Making better food choices and cutting population growth (primarily by providing better education to women in developing countries) will suffice in keeping us fed. The last thing we need is excuses to give more money and power to companies like Monsanto.

Google

Microsoft, Google Sue Troll Who Sued 397 Companies 176

FlorianMueller writes "Microsoft and Google have teamed up against a company that holds a geotagging patent and sued 397 companies last year in Texas, most of them in mid December. ... Now the two tech giants have entered the fray together and want the patent declared invalid and seek an injunction to prevent further lawsuits over it. Since the patent holder has already filed for an initial public offering, this intervention may come at just the right time to prevent the worst. Google and Microsoft say that there was prior art when the patent on an 'Internet organizer for accessing geographically and topically based information' was applied for in 1996."

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...