Forgot your password?
typodupeerror

Comment Re:Why in the actual fuck would anyone do it? (Score 3, Insightful) 68

Remember when Elon bought the place and ran most of them out on a rail?

Considering Elon WORKED for the government to spread propaganda, continues to censor certain posts and words, blocked publication of information about J.D. Vance prior to the election, and continues to let lies about the 2020 election proliferate, no, I don't remember.

Comment Re:Put your mouth where your money is, Bill. (Score 1) 89

AI isn't actually smart. It's an at best average intelligence thing with an insane amount of available knowledge. Like the village idiot with eidetic memory.

As soon as you do any work with AI that's not available as a ready-to-apply solution from its training data, you begin to notice how much you need to correct it, keep it on track, remind it of basic constraints you already mentioned five times, etc. - it's performing at a level I'd accept from an intern, but not from a co-worker.

What it does have is data. Tons of data. Any question that would take you and me half an hour on Google and Wikipedia to answer it can answer in 10 seconds. That's a great tool. It is not intelligence, however.

Comment Re:No.... (Score 1) 83

lol

Welcome to the 21st century, you might have to catch up on a few things. Start with Mozilla Media Engine and AVFoundation / WebKit Media Stack.

Your website sends me an H.264 stream (or whatever you decided you'll use). It doesn't need to know shit about my graphics hardware.

Comment Re:No.... (Score 1) 83

Congrats, you just broke every video player on the internet. Nothing fullscreens anymore.

Complete bullshit. Even for fullscreen video, the website doesn't need to know my screen size. It should tell the browser "here are the resolutions I can offer you" and the browser picks one of those. All the website needs to know is if I prefer 1080p or 4K. And I might pick 1080p even if my screen is 4K because, say, the hotel wifi is slow.

You just broke layout, encryption, media delivery, fonts

Complete bullshit. None of these things break if I don't tell you my OS. I've got extensions in this browser that can fake my agent string and nothing breaks. Fonts? Are you kidding me? Be more specific, what exactly do you mean by that?

Errr it's the browser rendering engine that actually tells the website the graphics capabilities.

And there's no reason it needs to. What legit use case requires a website to know whether my GPU is an NVidia, AMD, Intel or whatever chip? A shitload of the capabilities are only needed for 3D scenes (like max texture size), which is 0.1% of the websites I visit - they can ask and I can whitelist just them. Why does it need my refresh rate?

Again: All of these things have a legit use case, sure. Often exactly one. That is rarely if ever used. There's absolutely no reason that EVERY WEBSITE can query information that only one website in a thousand actually needs.

You don't tell the baker, florist and car dealer your shoe size just because the shoe shop needs it to serve you, right?

Why? You'd be such an irrelevant bit of noise in the dataset.

Because I want to be irrelevant to the fucking ad industry. I don't want them to track me, profile me and try every trick in the book to manipulate me into buying shit I don't need.

Comment Re:No.... (Score 1) 83

Your browser leaks uniqueness out of every orifice and every single one of those things has a legit use case.

Sure, the same way that putting a finger into another man's ass has a legit use case (prostate examination) - but that doesn't mean I want every man to do that to me all the time.

The point is that tech companies are exploiting the legit use cases by abusing them when you're not in that use case. Basically, they think they can finger up your ass whenever they want, because once a few years ago you consented to a doctor to give you an exam and maybe you will do that again in the future.

which is capable of

I don't mind it being capable of. I mind it doing all kinds of shit without telling me and without giving me a choice. For example, I absolutely do not want websites to access my microphone. Or even know that I have one. For the once-a-year case where I might actually use that, I can enable it.

The problem is the same problem that the cybersecurity field has been fighting for 40 years: Permit All being the default.

Comment Re:horse needle incoming (Score 1) 54

Much better then finger sticks 20 times a day leaving the tips of your fingers covered in bruises, pin pricks or just numb.

Man, you must have some seriously major case of diabetes if you need 20 sticks per day! I take 22 units of Lantus every morning and Novolog on a sliding scale with each meal and only four sticks per day. One before each meal and one at bedtime.

Comment Re:No.... (Score 1) 83

It doesn't NEED to know any of these things. My browser knows the window (not screen) size and if your CSS is well-formed, it'll manage or maybe your page looks shit if you build it shit. It needs to know my OS only if I want a download link, not on every page I ever visit. It doesn't need graphics capabilities unless it wants to bypass the browser rendering engine, in which case it should ask for permission or fuck off.

The thing is that we give up too easily and the major browser manufacturers (one of which is an ad company themselves) are complicit.

I want "fuck the ad industry" mode, where the browser generates random but plausible values for every non-essential information a website requests. Different ones every 5 minutes.

Comment Remote screening (Score 1) 83

The problem is the leak is very hard to plug. Sites legitimately need to know your screen dimensions for stuff like layout.

I've often wondered if remote screening would put an end to this.

Imagine a paid service where the company serves as your window into the internet and composes your HTML and sends it to you as an image displayed by their app. You could magnify or smallify the image as needed, and the app would send mouse and keyboard events back to the company to be forwarded on your behalf.

It's not a fully formed idea, you would also need to package and send audio, deal with credit card payments, and so on, but for people with fast internet access this might be a doable solution.

(Of note: it's like a VPN, but the HTML compositing on the remote computer is an additional layer. A VPN service could randomize the output portal per session, but that's already a feature of VPNs.)

An advantage of this is that almost all the system configuration fingerprinting would be inaccessible to the wider world, if a breech happens none of your private files are available on the remote computer to be stolen, and a number of security guardrails could be implemented, such as ensuring that mouse events are short, keypress events contain only keypress information, only image information is displayed, and so on

A sophisticated client system might even incorporate multiple user identities per client user, keyed to a specific website. Your internet facing information could be different when visiting Amazon.com, as compared to WalMart.com.

VPNs aren't that expensive, and they're used by people who want the value of an extra level of security.

For most web browsing, this might be an extra level of anonymity for people who would value that extra level.

Slashdot Top Deals

All the simple programs have been written.

Working...