Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:"Not eradicated" isn't needed (Score 1) 185

The point that the grandparent is trying to make is that you don't need to prevent cancer, you need to prevent cancerous cells from having a serious adverse effect on the organism. There are a number of benign growths that have cancer-like properties that people can live with and that don't spread over the body. Being able to differentiate the benign versions from the malignant and kill off the malignant cells would not require eradicating the cancer mechanism, but would (from the perspective of humans outside of the medical profession) count as curing cancer.

Comment Re:it's not the ads it's the surveillance. (Score 1) 611

I wonder if this will change, given all of the reports about web advertising being a bubble. Advertisers are starting to notice that, for most of them, the ROI is tiny and that's eventually going to trickle up the supply chain. If Microsoft were smart, they'd sell off their ad business while it's still at an overinflated price and then work to kill the market.

Comment Re:it's not the ads it's the surveillance. (Score 1) 611

The self-destructing cookies plugin for Firefox has the cookie management policy that I want. Sites can leave whatever cookies they want, but they are silently removed when I navigate away from the page (there's also an undo feature, so if I realise after navigating away that I actually wanted the site to store something persistent, I can retrieve it). It also does the same for HTML5 local storage and will aggressively delete tracking cookies from ad networks. It needed basically no configuration other than to whitelist a few sites as I go.

I'd love to see Microsoft and Apple integrate this kind of functionality into IE and Safari. I doubt Google would do the same for Chrome, as they rely too heavily on aggressive tracking for making money. I don't really understand why Apple and Microsoft don't aggressively push privacy features in their browsers: they'd get good PR and hurt one of their competitors at the same time...

Comment Re:$230 (Score 1) 611

Don't get me wrong, DuckDuckGo sounds good. Sounds like they certainly don't actively track you. But I don't see them bragging that they "keep no data to hand over in the first place"

They don't use tracking cookies (their preferences cookies are not identifying, they're just a string of your options, if you've set them), so the most data that they can have for identifying you is the IP address. They've been SSL by default (redirecting from http to https and defaulting to https in search results where available, for example on Wikipedia) for a long time, so you don't suddenly jump into an unencrypted connection as soon as you leave.

Comment Re:Living in the country is an anachronism (Score 2) 276

One word: Zoning. If you've played SimCity, you have a good idea of the structure of a lot of US cities. For some reason, they decided that places where people live, places where people shop, and places where people work should all be separate and so you need to drive to get between them. In most of the rest of the world, cities formed where villages grew until they were overlapping, so contain a mixture of homes, shops, offices, and so on. In the UK, it's hard to live in a city (or town) and be more than 5 minutes walk from a grocery store and usually a load of other small shops. A big supermarket may be a bit further away, but most deliver so you don't usually need to physically visit them.

Comment Re:Oh god so what? (Score 1) 193

Clang has some builtins that allow you to get the carry bit, so you can cheaply write code that branches on carry. We (mostly CERT, I helped a bit) had a proposal for inclusion in C11 that would have added qualifiers on integers explicitly defining their overflow behaviour as trapping or wrapping, along with a model that let this be implemented cheaply (e.g. allowing a set of side-effect-free code to propagate temporary results and only trap if one of them along the way overflowed). Sadly, it didn't make it into the standard.

Comment Re:Are you Kidding Me (Score 3, Interesting) 71

I agree that Chrome browser has a generally pleasant interface (to the point that other browsers feel cluttered, to me). However, look at everything else Google touches. It's always cluttered, clunky, and misleading. G+, youtube, youtube mobile clients, youtube clients on consoles and roku and other devices. Google Docs. Even Gmail to a degree. Google has two things that are pleasing as interfaces: Chrome and Google.com's main page. Everything else feels like an engineer tossed it together in a day after working on the backend for two years.

Granted, this is but one man's opinion. Maybe everyone else loves these interfaces...?

Comment Re:The subscription cancer spreads (Score 1) 71

I'm fine with subscriptions. I would rather pay $5/mo to RDIO for access to their massive library than buy music. What could that $60/yr get me? Four CDs? No thanks.

On the other hand, they're all missing a lot of content, too. It's frustrating to really want one chunk of music and simply not be able to get it. And, of course, no subscription service gives you Led Zep or Beatles and AC/DC and so on, it seems.

I just don't know that I'd give Youtube $10/mo. Double the price.. for what is probably a weaker selection (and one that is probably geared more toward Gaga, Bieber, PewDiePie fans).

Plus, Youtube means Youtube/Google interface. Fuck that. RDIO isn't great, but at least it wasn't designed by Google's interface guys. *shudder*

Comment Re:Still... (Score 1) 193

If you can't call native code, you probably don't have a working JVM. The Oracle JDK and OpenJDK each include around a million lines of C in their standard libraries. That doesn't mean that you won't find it easier to write secure code in Java, it just means that you probably don't have much less C code in your TCB for a Java program than you do for a C one.

Slashdot Top Deals

I have ways of making money that you know nothing of. -- John D. Rockefeller

Working...