Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Thatâ(TM)s cute (Score 1) 153

Northern Norway doesnt have a rail network, and airplanes are used instead of busses for people transportation, because the roads are so windy in and out of the fjords. And up there, there are lots of small airports scattered where it only takes 15 minutes to fly between them. It's perfect for efficient electric planes that can swap batteries at each airport.

Comment Re:Yet another profit center for the Trump admin (Score 0) 239

You're paying more for healthcare because you let the marked dictate spending. Read this article; https://www.nytimes.com/2018/05/14/upshot/medical-mystery-health-spending-1980.html

The life expectancy in the US is below other countries as well due to this.

Comment Re:Why are we so worried about RAM (Score 1, Informative) 505

This is a false dichotomy. Most software that uses less RAM is actually also faster.

Nowadays, it's usually faster to recompute than read it all back from RAM, and if an interactive program uses a lot of RAM, then it's likely keeping a lot of junk in memory that it doesn't need.

Wow, this is a perfect example of completely misunderstanding memory-CPU tradeoffs. No. For a non-trivial amount of data, it is never cheaper to recompute the data, at access-time. It may be faster overall, as you might be able to use the freed RAM in a better way elsewhere, but it will never speed the accessing task up.

If you recompute the data constantly, it has to hit RAM and then read it back, unless you're dealing with a dataset small enough to be stored completely in cache, in which case this is a nonissue anyway. More caching is never a bad thing, so long as you set smart defaults for how the caching is done, and you allow the users to configure it. More RAM, in the hands of a smart developer, is a Good Thing (TM).

The Courts

Mininova Starts Filtering Torrents 267

Dreen writes with this snippet from TorrentFreak: "Just a few days before their court appearance, Mininova, the largest BitTorrent site on the Internet, has started to filter content. The site is using a third-party content recognition system that will detect and remove torrent files that link to copyright-infringing files."

Slashdot Top Deals

The two most common things in the Universe are hydrogen and stupidity. -- Harlan Ellison

Working...