Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Ubuntu please get one thing right first! (Score 1) 43

I use Ubuntu as my workstation OS, and manage quite a few Ubuntu cloud instances ( among others ). There are so many small issues we have to deal with everyday. On the desktop side there minor "polish" issues, like settings that reset on reset ( e.g. Bluetooth radio ). There are random lockups ( I've tried several common systems, including one that came with Ubuntu). I have a brand new Dell XPS 15 coming in a week I hope fairs better.

The fact that there is no way to use hibernate. It's 2015 and we can't use hibernate! A basic OS feature.

On the server side, upstart is an absolute nightmare.

Ubuntu launches on every device that gains traction ( Ubuntu for tablets, phones, etc ). But it seems the basic OS is still very rough around basic edges. But I wish they would just give us a polished desktop. Even if it may cost more than Windows I'd personally pay for it.

Comment What really does it bring to the table? (Score 1) 82

On the client side, we really need a bytecode standard that will allow developers to choose from multiple language "frontends". That would take the major browser makers coming together on this like they did for HTML5.

On the backend, we have dozens of VMs to choose from. What does Go bring that Java and JVM target languages, Ruby, Python, etc does not already give us?

Comment Ebola obviously spreads more easily... (Score 0, Troll) 421

...than they're letting on.

I understand though that admitting this would cause a panic, especially since there is no working vaccine. But it's beginning to look like the "direct contact with bodily fluids only." thing is not entirely true. Unless the amount of fluids needed is small enough to be transmitted via a sneeze, cough or something similar.

Comment Java does this much better than C++ (Score 2) 365

I'm sadly working with Java services now, and we have a seriously problem in that there's no reasonable way to tell that a Java program is getting close to crashing due to memory exhaustion. In C++, you can just monitor heap size, and alarm based on values and trends and all that good predictive jazz.

Java has JMX which can be used to do this much better than C++ can ( at least without a ton of effort ).

With Java you get this all out of the box. You can point a JMX console to your Java Runtime and monitor with zero code. Or use java.lang.management package programmatically.

Comment Usability is THE killer feature that Linux needs (Score 5, Insightful) 209

Unless there is some killer feature, or the distribution is tailored well to a specific niche, I am quite bored with the "yet another Linux distro" articles

As someone who uses Ubuntu as their primary desktop OS both at home and at work, I have to say that usability is the biggest feature holding back Linux desktop. It is the reason all those "year of the linux desktop" stories are BS. Hence it is the killer feature for the Linux Desktop.

Linux Desktop feels like someone built a great desktop but never went back and reviewed their work. There are so many little things daily that cause the OS to be hard to use for regular people. And yes, that includes Ubuntu.

I wish there was a commercial Linux desktop option that offered create support, spent some time cleaning up and smoothing out the rough edges on the Linux Desktop, and had just one top tier hardware partner. I would gladly pay a few hundred dollars a year for this.

Comment Re:Predictability?...Well... (Score 3, Interesting) 218

Well, I agree about that predictability in the fact that in New York, black patrons would hardly be able to [successfully] hail a taxi after 8 PM.

That's definitely not true. It's more likely black patrons will not be able to hail a cab in any rush hour period. E.g. 5pm, 2am ( many clubs and bars close ). It's not that the drivers are afraid, it's greed more than anything else.

The cab drivers know that statistically black patrons are more likely to take them to the outer reaches of the boroughs. The fair to these areas is ok, but coming back there is no fair. So it's worse than someone who stays in Manhattan and then the cab driver gets fairs every direction every time.

But it has nothing to do with the time of day, it's really about how busy they would be. At 4AM in the morning, when everything is quiet cab drivers will tell you they are happy to pick up anybody.

Slashdot Top Deals

BLISS is ignorance.

Working...