Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Incremental != None (Score 1) 378

Google *is* innovating. It does so in a similar way as Philip Glass music. You listen to it and you barely notice how it evolves and keep adding to the whole, but should make the effort of listening to the beginning and then the end, there is a *huge* difference between them. Google is slowly but surely changing our lives. Apple is more about blowing our mind, which honestly besides the iPhone, there is not much else that did it. Small incremental innovation is still innovation.

Security

A Flood of Stable Linux Kernels Released 105

Julie188 writes "Greg Kroah-Hartman has released five new stable Linux kernels, correcting minor errors of their predecessors and including improvements which are unlikely to generate new errors. As so often with kernel versions in the stable series, it remains undisclosed if the new versions contain changes which fix security vulnerabilities, although the number of changes and some of the descriptions of those changes certainly suggest that all the new versions contain security fixes."

Comment You don't make peace by being hostile (Score 1) 973

From the article: "I have also heard from a continuing stream of extraordinarily hostile young men (always men) who insist on "educating" me on the ins and outs of cybermorality, the definition of "stealing," and why I deserve to choke on my own obsolescence."

He is talking about YOU guys from slashdot. Way to go! Don't you understand that you get more bees with honey than vinegar? And further than that, that whole nasty behavior of yours make us all who tries to change mentality to look even nerdier and jerks than before. *sight*

Open Source

Aquaria Goes Open Source 58

A post on the Wolfire blog yesterday announced that the source code for Aquaria has now been released. Aquaria, an action-adventure, underwater sidescroller from Bit Blot, was part of the Humble Indie Bundle, which was so successful that the developers of four games pledged to release them as open source. This marks the final release, following Lugaru, Gish, and Penumbra: Overture. The source code is available from a Mercurial repository.

Comment Re:People who do not learn from history.... (Score 1) 253

If you expect to program in other frameworks the way you do in Java, then yes you are right, it will be painful as it should be. You need to do a mind shift and see the problems through different glasses. Functional programming is really another universe and if you have never done anything beside pure OO, it will take time for you to really see what you missed all those years. And yes, you can do everything you asked and much more.

1- 2pc is easily done with a specialized server (which should use a platform agnostic protocol)
2- single-sign-on solutions are not exclusive to Java (nor should they!)
3- session failover can easily be done by storing state in a db or specialized switches for example
4- as long as there exist an interop layer between both platform, you can do that. If JVM is the only choice, there are other languages than Java that can be used.
5- debugging/tracing is dependent on ide/tools, not the platform. Again it is not exclusive to JVM nor Java.

One framework you can try is Lift (http://www.liftweb.net) made with Scala on the JVM. You will still be able to use your frameworks of choice while learning to master Scala and its libraries. If nothing else, learning functional programming will make you a better programmer/architect.

Comment Re:Twitter needs scalability experts (Score 1) 157

I am curious what someone with your experience thinks of PostgreSQL ? Would you say that it can scale properly as Oracle does ?

This is a genuine question as I am pondering between both for my startup. Even thought I already done my investigations, one more opinion cannot hurt :) Assuming my current DB design holds, it will have about 50 tables, most having less than 10,000 records and some having few millions records (they will be partitioned). The volume of reads will be much higher than writes. Write queries will involve mostly 1-2 tables and short transactions. Typical read queries will require many joins (thought most can be cached or materialized as the data is quite stale).

Comment Re:nightmares (Score 1) 495

"The patent system is seriously flawed, as the obviousnless requirement for an invention is generally ignored. Let's fix this and only award patents to creations that actually required serious effort, and not to every troll that wants a patent on how to scratch your butt with both hands."

Have you missed the last part of his comment ? The article you linked is a perfect example of what is wrong and should be fixed, as the parent poster said.

Google

Google Adds Scripting Capabilities To Google Docs 58

snydeq writes "Google will add scripting capabilities to Google Docs, allowing organizations to customize their online applications and automate tasks. Google plans to sign up about 1,000 customers over the next few weeks to test the feature, called Google Apps Script. It will be tested initially in Google Spreadsheets and extended to other Google Docs applications over time. The company isn't saying yet when Apps Script — which is based on JavaScript with object-based extensions added by Google — will be widely available. Google Docs users can already apply to try it out."

Slashdot Top Deals

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

Working...