Forgot your password?
typodupeerror

Comment Re:Firefox Not Private by Default Bug (Score 1) 75

The funny thing is, although it is a bogus "bug" report, they treated it like it was real.

In any case, Mozilla only collects anonymized data by default. And you can happily, quickly, and easily turn that off and it will turn it off and it will remember that across updates.

Comment Re:Trust? (Score 1) 81

The problem isn't setting the pointer to 0, it's forgetting to free that pointer. If you wrote the value zero into it, you either did it accidentally, or, you meant to, which you'll find on review. I would add a comment above where you set the pointer to zero, explaining why it's being to set to zero. It wouldn't recommend randomly overwriting variables and pointers, unless you're doing something obvious with line of sight. A good rule of thumb is 50% of your code base should be comment, for that reason.

Do I set things to null for garbage collectors? Usually, depending on the language, when I'm done with them, since it marks the memory as truly free, and generally results in better garbage collection. In TypeScript / JavaScript it's generally a good policy to intentionally mark your structures as free, when you're done with them.

Seatbelts are a safety device, but they don't guarantee you can't get injured in a car accident. The issue is: Rust developers treat the seatbelt as accident prevention when it's not. Unsafe is the same as not putting the seatbelt on, but then claiming it's the same as being accident safe anyway, since someone else is wearing a seatbelt. If you doubt they think that, look up Lunduke, and read or watch his Rust coverage, they absolutely believe that Rust is some kind of magical language that makes the concept of bugs impossible.

I'll even settle this pointless argument if instead of memory safety, we just call it's reasonable memory assurance, which is more accurate.

Comment Re:Still can't turn off update notice (Score 1) 75

>"For all they keep doing, the one thing they can't seem to do is make a checkbox to stop being harassed about updates."

You literally post this on every article about Firefox. Aren't you tired yet? I have replied numerous times that they are *NEVER* going to do that. And then I pointed you to using policies, which will disable updates.

Comment Re:What? (Score 0) 75

20%, but it's only when loading very large images that are scaled down for display.

Once again showing the world you guess and bullshit with authority while not doing the bare minimum to educate yourself. Or do you think 4MB is 20% of 84MB?

If you're going to "help" someone, be right for a change. The screwed up symbol was the multiplication symbol. It's 20x less, or 5% of the original memory use. Stop spreading your ignorance.

Comment Re: Nothing of value was added (Score 1) 130

No one said rust is magic. But but attempting to claim that whole world of memory safety issues being resolved is somehow countered by a single vulnerability is not just dumb, it's mindbogglingly stupid.

Rust isn't perfect. But claiming the old tools were is just spectacularly ignorant, especially given the recent history of CVEs related to those "well-working, _old_ tools".

Rather than your dumb fucking US vs THEM approach, how about you advocate for both sides to improve their code?

Comment Separating from political control is a bad thing (Score 3, Insightful) 68

People who don't understand history think the idea of a currency free from any manipulation by an economic agenda is a good thing. The reality is very different. You only need to look to major economic depressions during times when some countries still had currencies backed by gold or silver. The inability to control the economy through monetary supply caused those specific countries to suffer from economic depression far longer than other countries.

The long timing and severity of the great depression for the USA, France, and Belgium is widely acknowledged to be caused by them switching back to a gold standard after WWI. In fact several countries floated their currency to enact economic controls (France) specifically because there was no other way for them to get out of depression.

But please, tell us who much you want to fuck yourself with your silly math cosplaying as a currency.

Comment Re:I just want a nice VR headset for my PC (Score 1) 60

The cable is only an issue because someone decided to turn VR into the Wii and the rest of the idiots in the industry followed suit.

That is an incredibly dumb assessment precisely because you completely failed to address the problem of the cable. The number of people who have accidentally ripped their headsets from the head due to the cable is near enough to 100%. A very very significant portion of people have damaged their cable or their headset, often beyond repair. The defining failure mode of the Rift CV1 wasn't the headset, but the fact that no replacement cables are available. Heck one of my friends ruined his motherboard thanks to yanking the cable with his arm mid game and reefing the USB port straight off the PCB. I ruined one cable just sitting on my arse when it was run over by the wheels of my chair one too many times.

The people who strived to eliminate the cable are the opposite of idiots. They addressed a very real problem. I loved my original Oculus Rift. I loved my Rift S, but wholly fucking shit did a whole world of usability open when that god fucking awful experience of being tethered and tangled was eliminated. And I played most of my games sitting on my arse.

But they bother most people

You are not most people, and clearly you've never met or conversed with most people. Get out, spend a bit of time on VR dedicated forums, or even just reddit. You'll find your opinion is in the strong minority. Side by side latency comparison is useless. The question is does it work for the use case or does it not. The existence of 144Hz+ gaming monitors doesn't mean that most people are perfectly fine gaming at 60Hz (in fact the majority of people are).

which is why VR couldn't break into the mainstream.

Latency has zero to do with why VR "couldn't break into the mainstream". At least not since Oculus resolved the motion sickness issue caused by latency back in 2013. By the way VR headsets have well and truly outsold the Nintendo 64. So if you don't consider that mainstream it's worth noting you also didn't consider a ground breaking and highly successful and popular gaming console mainstream either. I really question either your knowledge of the industry, or your disingenuous use of the term "mainstream".

Submission + - Hackers Stole Flockâ(TM)s Camera Software, Revealing How the Company Tracks (404media.co)

alternative_right writes: While much of the automatic license plate readerâ(TM)s (ALPR) most sensitive storage remained encrypted and inaccessible, the joint analysis of the recovered data shows that software running on the device explicitly detects people as well as vehicles, license plates, and bicycles. The camera can produce dozens of images of a single passing vehicle and, according to several weeks of recovered logs, generated more than a million images. Its computer-vision software also sometimes isolated bumper stickers and other graphics, including, in one case, an American flag patch on a motorcyclistâ(TM)s saddlebag.

Comment Re:Bitcoin does not need Washington to save it. (Score 1) 68

Bitcoin isn't a currency in the sovereign sense, but it is an intangible commodity. It's value is defined by supply and demand. As long as someone is willing to pay $76k (or the equivalent in goods or services), it's "worth" $76k regardless of your personal opinion of its legitimacy.

I don't personally consider art less than a century old "worth" the millions it sells for, but someone does, and that's all that matters.

Slashdot Top Deals

Your mode of life will be changed to EBCDIC.

Working...