Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:recommended for advanced programmers (Score 1) 224

Hibernate also chooses to hide those SQL differences

Wrong. Reread my last comment. You're perfectly free to use any function, aggregate, or other feature defined only within your database when you're using hibernate. The ONLY thing the ORM is doing is combining relational with OOP. It isn't binding you to some whole new language that limits the features you can use (other than the aforementioned lack of aggregates in subselects).

It needs backend drivers to recognize the small portion of SQL that it actually uses to do such a mapping. Hiding the functionality of the database is well and good, but sometimes databases have fantastic functionality that you don't want to miss.

I don't want to be bound by the lowest common denominator of database functionality when I'm writing my code, and if Entities always requires this, then it is certainly always going to be much less functional than the databases it supports...and so will not be used.

Portables

Researchers Re-Examine Second Law of Thermodynamics 125

Many readers have written to tell us that researchers are examining the possibility of using Brownian ratchets to help combat the problem of heat dissipation in miniaturized electronics. "Currently, devices are engineered to operate near thermal equilibrium, in accordance with the Second Law of Thermodynamics which states that heat tends to transfer from a hotter unit to a cooler one. However, using the concept of Brownian ratchets, which are systems that convert non-equilibrium energy to do useful work, the researchers hope to allow computers to operate at low power levels, and harness power dissipated by other functions. 'The main quest we have is to see if by departing from near-equilibrium operation, we can perform computation more efficiently,' Ghosh told iTnews. 'We aren't breaking the Second Law — that's not what we are claiming,' he said. 'We are simply re-examining its implications, as much of the established understanding of power dissipation is based on near-equilibrium operation.'"

Comment Re:PHP.net is great. (Score 1) 538

I still use php.net a ton for the nitty gritty of everything, but for 90% of it all, I found it sometimes tedious to deal with. If you want EVERYTHING, it's great. I dunno, in a way it inspired me to write a php book because I was spending too much time trying to figure out sprintf() because it's not very beginner friendly. Since I mentioned it, I'll post a link to the book blog and the creative commons pdf version (complete): phpreferencebook.com.

I also really like going to tizag.com for their tutorials and plain jane explanations.
The Almighty Buck

Submission + - RIAA Receives $1 Billion Donation for Anti-Piracy

An anonymous reader writes: The RIAA has recieved a billion dollars US from an anonymous donor in order to fight against the "threat" of piracy. This news is particularly disheartening and does not bode well for actions to reform intellectual property law. It sure looks the RIAA lawsuits are gonna come faster and harder than ever.
User Journal

Journal Journal: Who I am

You want to know who I am? I suppose some of you have journals for that, but I put it all on my webpage. If you're looking for something amusing, check the humor section, or try the text adventures. Oh, and now there's a projects page, which is statistically unlikely to be of use to anyone - it's documentation on how I solved some of the common Linux problems that I couldn't find any good documen

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...