Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Newsworthy because it comes with Linux Preinstall (Score 1) 133

Who approved this "article"?

This is great news for many of us who run Linux desktops. As this is one of the 2 laptops Dell delivers preinstalled with Linux in the dell.com/ubuntu program.

About 4 months ago I got an XPS 15, with almost identical specs ( 256 SSD, 16GB Ram, 4-Core i7 CPU, etc. ). But I had to void my warranty minutes after I opened the box to replace Windows with Ubuntu, so I'm basically on my own support-wise after spending north of $2K.

This laptop would have been perfect for someone like myself and hope its Linux configuration makes enough sales so that it's still around when I need a new computer 2-3 years from now.

Comment All runtimes crash (Score 1) 382

It randomly crashes for no apparent reason while running code that has run cleanly thousands upon thousands of times in the past.

And are you implying that doesn't happen with the C runtime?

Or seriously implying this happens less often when developers code in C/C++?

Comment Would be funny if it where true (Score 2) 382

...but then, they fire up Eclipse, or NetBeans, or Guiffy, or enable the Java support in their browser, or try to run an app on their favorite feature phone. And they wait for it to become responsive... ...and wait...

Would be funny if it where true, but Netbeans on my computer loads faster than Visual Studio. And both runs equally as fast.

Comment Java is fully open source (Score 4, Informative) 382

But Java was the important thing we couldn't let die. And it isn't open source so the community couldn't steal it away from oracle.

Java is fully open-sourced and the most open-sourced programming language I know. OpenJDK is the same source code Oracle uses for its JDK. It's easy to download and compile all Java executables. Here is a guide and a Youtube video detailing how to build the JDK.

Java is defined and updated by the JSR process, which resembles RFCs. And also by the JEP process which tells you exactly what's being built into Java and when. You can also use their bugtrackers and mailing lists to track Oracle engineers' work.

I've learnt a ton just by tracking those lists.

Image

Rotten Office Fridge Cleanup Sends 7 To Hospital 410

bokske writes "An office worker cleaning a fridge full of rotten food created a smell so noxious that it sent seven co-workers to the hospital and made many others ill. Firefighters had to evacuate the AT&T building in downtown San Jose on Tuesday, after the flagrant fumes prompted someone to call 911. A hazmat team was called in. Just another day at the office."

Comment Right question, probably wrong answer (Score 3, Informative) 78

The question you should be asking is - which shared calendar protocol should we choose?

Good call on the question remark, I'd disagree with your answer.

The problem is that iCalendar isn't calendar 'line' or 'sharing protocol, it's more of a 'serialization/persistance' protocol. iCalendar does not define any connection or query methods. Things like that have to be defined if there is to be any interop. We've actually written tools around the iCalendar/WebDAV combo, they work great for smaller teams, but you run into problems very quickly has the team grows or the calendar's use increases.

As things settle down, CalDAV, a.k.a RFC 4791 will probably become more of an entrenched calendar sharing standard. I've been working on a CalDAV Outlook plugin, Open Connector for quite some time. CalDAV is supported by Apple Calendaring products, Mozill thunderbird, Oracle calendaring server and a bunch of other open-source and commercial packages.

Software

Submission + - Blender 2.43 released!

An anonymous reader writes: The 2.43 release of Blender is out today (January 18, 2007)! Lots of goodies here — check out the 2.43 release log to get an impression of just how much has changed. Also, for the first time we have a series of Feature Videos demonstrating the power of some of the most important new features. Very cool stuff. Download 2.43 now! Also, a lot has changed behind the scenes: obviously we redid the entire website with a design by Matt Ebb. We also have a new webserver for the website dubbed 'Emo',and we also have three separate download servers (not counting our international mirrors), bringing our total download capacity up to 300mb. Slashdot and Digg? Bring 'em on!

Slashdot Top Deals

Always try to do things in chronological order; it's less confusing that way.

Working...