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

 



Forgot your password?
typodupeerror

Comment Re:Worried (Score 3, Insightful) 845

Did you ever stop to ask yourself why 21st century American working conditions are better than those from the 19th? A lot of it comes down to health and safety regulation, including child-labor laws. The existence of sweatshops and ill-run factories all over the third world shows that companies are willing (and always will be willing) to sacrifice the lives of their workers as long as it is profitable for them to do so. Repealing that legislation would be a sure way to go right back to the sort of working conditions we had in American in the 1800s and the sort of working conditions we find in China today.

Comment Re:Why not digital destruction? (Score 2) 209

Well, DBAN is open source. If you have suspicions, you're welcome to review the source compile your own version with a trusted compiler. If that isn't to your liking, there are commercial tools that do the same thing.

As for, "What if a drive is mishandled and doesn't get wiped," well, isn't that a concern with physical destruction too?

Submission + - Vim Turns 20 (arstechnica.com)

quanticle writes: 20 years ago today, Bram Moolenaar released vim to the public. Share your vim stories and your tales of battles with emacs users.

Comment Re:You mean Moronix, right? (Score 1) 179

OSX is designed for a single hardware specification, Linux runs on countless of hardware, and we have to reverse engineer some drivers and try to make most hardware work. Your comments are clearly disrespectful, and you should go bitch the hardware manufacturers instead.

In that vein, a registry of some kind that told you what hardware was compatible with your Linux distro would be a godsend. I mean, I've seen various half-hearted attempts to start something like this, but they've always petered out. Then when you find them on Google, you get your hopes up, only to have them dashed by lists upon lists of laptops, video cards, sound cards, etc. that were EOL'd years ago.

Comment Re:Bah (Score 2) 147

No, this is NIMBY-ism, plain and simple. The argument of the Osage people is exactly the same, and just as invalid, as that of the Massachusetts landowners who complained that an offshore windfarm would ruin the view from their beachfront homes.

Comment Re:Shouldn't that be platform neutral? (Score 1) 432

At the university I went to they run a scan to see if you're running the 'approved' anti-virus software, and won't let you onto the network if you're not running it. That said, the IT folks I spoke with were fairly clued-in and put in exceptions for your MAC address if you were running Linux, OSX or some other OS.

Comment Re:Finally some sanity (Score 1) 433

As another commenter pointed out, some degree programs (Computer Engineering, being a prime example) really only work if they're stretched out over a 5-year period. I just wish universities would be honest with their students and say, "Yeah, this degree can be finished in 4 years, but realistically, it'll take 5." I think that would go a long way towards helping those of us who take a little longer to understand a given concept.

In any case, I ended up getting my degree in 5 years. I tried to do the grind for three years (like you), then I burned out, spent two semesters off working, and then returned to school to finish my degree.

Comment Re:WTF? (Score 1) 292

Think for example user interfaces for managing hardware, system settings (user accounts, security, firewall, wired and wireless network), etc.

There's no reason that any of those things require low level hooks. Every single one of those functions is managed by a command-line program that can be called from anywhere (GUI control panel, CLI, shell script, etc.). All GNOME has to do is call the same command line utilities that shell scripts do.

GNOME depends on various background daemons that must be started at boot.

Indeed it does, and this very discussion is about one of those daemons. The Linux-only crowd is saying that GNOME should require systemd as a dependency. Unfortunately, systemd only runs on Linux. I think that GNOME should not depend on systemd until it has been ported to other operating systems (e.g. BSD, Solaris). Once systemd is available on all the platforms that GNOME supports, GNOME can rely on it being available.

Slashdot Top Deals

"This generation may be the one that will face Armageddon." -- Ronald Reagan, "People" magazine, December 26, 1985

Working...