Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:And thus begins the end (Score 1) 229

Some of the big companies that are going to be essentially extorted money can actually prevent this from happening. If Google/Facebook/etc tell AT&T, "That's fine, we'll pay your extortion money. However, since we add so much value to your service, we've decided to no longer provide our services on your network unless you pay us slightly more than we are paying you". If major services started disappear off the AT&T network, I imagine they'd rethink this blatant violation of net-neutrality. I doubt the big internet companies would ever do something like this but, a guy can dream.

Comment Re:It's not cold if you have gear (Score 2) 684

I'd take it a step further and say the real story is that people are idiots. On a scale between Dangerously Oblivious and Zombie Apocalypse Prepper, most people heavily lean towards the former. Whether that's dressing for the conditions, driving for the conditions, keeping some basic emergency supplies in your car, having enough food in the house, having an emergency alternative heat source, etc. I'm not saying everyone needs a Unimog and a hardened bunker with a years worth of MREs in their backyard but, a little common sense and a little preparation can make most extreme winter weather nearly a non-event.

Comment Re:Dear Slashdot... (Score 1) 160

Well said and makes me think of this quote from Fear and Loathing:

"We had all the momentum; we were riding the crest of a high and beautiful wave. So now, less than five years later, you can go up on a steep hill in Las Vegas and look west, and with the right kind of eyes you can almost see the high-water mark - that place where the wave finally broke and rolled back."

Comment Re:Nuclear safety is different (Score 0) 200

The fossil fuel power plants themselves are less of a danger but, the methods used to extract the fuel can and do render huge swaths of land uninhabitable. There are parts of the U.S. where previously habitable (and populated) land has become uninhabitable (or nearly so) due to the groundwater and air pollution effects of hydraulic fracturing.

Comment Re:Protip (Score 1) 228

When I was younger and didn't have a personal machine, when I got home from work I'd boot my employer laptop with an Ubuntu Live CD and all was well. They certainly weren't savvy enough to have put some sort of monitoring below the OS level and so my por^H^H^H browsing habits were safe and the machine was in no danger of being compromised at the OS level.

Comment Re:The things windows does, as a real OS (Score 4, Interesting) 558

Defragging a potentially huge disk, in the background, on-the-fly, so the disk never slows down.

Why on earth would it do this while on battery? Can't it wait until the machine is plugged in again?

File search index, in the background, on-the-fly, so you can search faster. You can turn this off.

Again, why do this by default when on battery?

Full window dragging, and many other graphics enhancements. You can turn these off.

This will have almost no impact on battery life unless you are spending most of your time dragging around windows for your own amusement.

Is the printer still there? Let's check again.

Why? If I'm not trying to print anything, who cares if the printer is there.

Port polling, did you know that a USB port might gett polled 50'000 times per second? You can turn this down. A lot.

Why default to such an aggressive polls/second while on battery?

Scheduled tasks. Oh so many scheduled tasks. You probably have over 1'000 defined.

I certainly didn't schedule over 1000 tasks. Why are there over 1000 tasks scheduled and why are they scheduled to run while on battery?

Is the internet still connected? Let's check again.

Why? I'll know as soon as a webpage can't load.

An actual software Firewall. You can turn it off, or make it much simpler.

If this has any effect on battery life then it is horribly, horribly written.

Multi-user, multi-profile. Everything gets doubled.

You have multiple users logged into your laptop while on battery? Sure, it's possible but, I find it highly unlikely that most people do.

Is the printer still there? Let's check again.
Is the internet still connected? Let's check again.

See above.

Event logging. Windows knows what it's doing, because it takes the time to write it down.

That's the only potentially valid thing you've said so far. Well, the first sentence at least.

The windows registry. It's probably the single most reliable aspect of any operating system. It's incredibly fast, always-on, used tens of thousands of times in a single moment by a any application -- my graphics suite writes 12'000 registry entries when I close the application. And you never need to worry about it getting corrupted.

At this point I'm wondering if this is actually a troll.

No fewer than eight different scripting languages available at any moment.

I don't see how this could affect battery life at all.

Twenty versions of a single DLL loaded concurrently, for cross-decade application compatibility.

Except for the disk access to read the DLLs, just having them in memory makes no difference at all.

Comment Re:I must be getting old (Score 5, Insightful) 281

It may not be that old but, it's definitely of nostalgic value for a lot of people. 12 cores isn't mindblowing these days but, in 2001, cramming 12 processors (not 12 cores) into a single rack mountable computer was a very impressive feat. I worked at Sun in the late 90s and I'd love to own some brand new gear from that era because, in those days, Sun was doing really impressive things with hardware in an exciting time. It's like wanting to own a muscle car. It's probably not that fast, it handles like garbage, it uses too much gas, etc. But, damn, it's cool.

Comment Don't buy subsidized phones (Score 5, Insightful) 416

It's pretty simple what you can do about it: Don't buy subsidized phones. Not only do you end up paying more for a subsidized phone, you lose your rights to do whatever you want with it.

I really don't understand why people are so up in arms about this. I'm a card carrying member of the EFF and ACLU and, apart from the fact that this is a criminal offense instead of a civil issue, I'm not really that concerned because the "loophole" is so simple: Buy your fucking phone instead of renting it.

Comment Re:Modem noise (Score 1) 453

One of the problems I frequently notice with Python is that since whitespace has syntactic meaning, it seems like many Python programmers ONLY use whitespace for syntactic purposes. The language itself isn't too bad but, I can't count the number of times I've opened up a .py file and been greeted by a gigantic wall of nearly incomprehensible code. Now, sure, you can do that in most languages but, it seems especially prevalent in Python.

Comment Re:Except that detection is not cheap (Score 1) 686

Even if it weren't highly objectionable to allow a web page to query the status of my ad blocker, browser based blocking is only one form of ad blocking. You can also use a hosts file, a proxy (like squid), or even your router (like untangle). In fact, on a public/company network, you may not even be aware of the fact that you are blocking ads because it may be done at a level that you aren't in control of.

Comment Re:This is a loaded question (Score 2) 951

You can also go the other way if you are willing to use Xen. You can run native (well, Dom0) linux and then run a Windows VM with a VGA-passthrough video card to it. It's non-trivial to setup but, I've played at least a dozen Windows big release games at max graphics on my linux workstation using this method.

Hint: You will also need to get a PCI USB controller and a KVM to do this. (And, oddly, ATI cards are what you want for the passthrough card).

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...