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

 



Forgot your password?
typodupeerror
×

Comment Re:Why would I even consider using OpenSolaris? (Score 2, Insightful) 342

Most of OpenSolaris was under the CDDL, which provides protection from patent claims from Sun (now Oracle). So if you used OpenSolaris, they wouldn't have a case through copyright infringement -- it's an approved open-source license -- or through patents they hold. Reality is complicated, so it's always a good idea to read the license code is released under: http://www.opensource.org/licenses/cddl1.php

In other words: your concern about OpenSolaris specifically is unfounded. DalvikVM wasn't make by Sun and released under the CDDL, so there was no patent protection. This will still have a chilling effect on the Java ecosystem, of course.

In practice I would use Solaris for databases and storing other critical data. Linux has a long way to go before it has something as mature as ZFS, and I wouldn't trust important data on anything less. DTrace adds introspection that is wonderful on a live database as well. Operating systems are tools, so use them for what they're good at.

Comment Re:Oh Canada (Score 1) 359

OECD data that shows countries with universal healthcare spend less and have better outcomes in quite a few important metrics.

Here's a summary for the US: http://www.oecd.org/dataoecd/46/2/38980580.pdf

Not to put too fine a point on it, but libertarians live in a fantasy land. They talk theory, when hard data has been available for years. Empiricism > Wankery.

Comment Re:VIDEO tag? (Score 1) 325

IIRC, Opera was actually the first browser to release a (alpha?) version of their browser that supported <video>.

For whatever reason they haven't released one since.

Comment Re:I'm a sinner on this one... (Score 2, Insightful) 620

And I do understand why it's forbidden.

But you're special and won't screw up, right?

It's amazing the rationalizations that people go through. Stop coming up with excuses and pay attention to the road.

You're not special, and you're threatening people's lives with your selfish stupidity.

Comment Re:Actual risk? (Score 1) 620

Talking on a phone is equivalent to DUI: http://hfs.sagepub.com/cgi/content/abstract/48/2/381

It doesn't matter if you're using a hand-held or hands-free phone: http://hfs.sagepub.com/cgi/content/abstract/48/1/196

In other words, the danger lies in your concentration not being on the road. If you're writing text, you're not concentrating on the road. Therefore I'd be surprised if texting didn't have similar risks.

Please, do the right thing. It won't kill you to wait till you're at a destination to text. It might if you do (and others, unfortunately).

Comment Re:Uh huh. (Score 1) 1089

What decade do you live in, man? The 1980s? :/

http://www.xfree86.org/current/mit-shm.html

Also, I used to use X on a 486/66 with 16MB RAM -- and it worked comparable to Win95, which was quite good. My mp3 player has far more juice and memory than that machine did, let alone a netbook.

Please don't take about things you don't know about as if you do.

Programming

Submission + - Improve performance by merging & caching JS &a

NewsCloud writes: "Although breaking up stylesheets and Javascript into different files may be good practice, your resulting Web pages can actually experience a couple of problems from this. Since each CSS and JS file you link on a page performs a server request, the net performance on your site may be slowed. Furthermore, when you make updates to files, users may experience layout or scripting bugs due to client-side caching behaviors. Ed Eliot wrote an elegant script that merges CSS or JS files into individual files to improve performance and manage versioning automatically. He recently added JSMin compression to reduce delivery bandwidth further (a commenter added a PHP port of JSMin). I extended Ed's code to support multiple bundles and found my site performance greatly improved. It's also nice not to have to worry anymore about caching errors around CSS or JS updates. Ed's blog offers a number of other very useful, well-written PHP scripts (via Bazaar repository)."

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...