Forgot your password?
typodupeerror

Comment Re:I don't currently use Rust (Score 0) 168

"Insightful" because this place is full of old people who really overestimate their abilities to know what is good.

The world is moving on, buddy. C is "fine" in so far as how amazing you are at writing code that doesn't have memory access issues. I'm not shitting on C. But Rust isn't crap - it's really very good and there's a reason why the active generation of big stakeholders (Linux kernel devs, MS, and way way beyond) are chuffed about the value it brings.

Comment Re: No, based on the summary (Score 3, Interesting) 140

It sounds to me like the input to the algorithm is truly random, but not unbiased, and the algorithm perfectly unbiases output from the particular source they are using. The rest of the article goes into the type of flaw they're addressing, and talks about very slightly unfair dice, which you could correct, but you'd need to know exactly how unfair they are, and you're always going to be very slightly wrong and end up correcting not quite perfectly. The obvious quantum RNG is to generate polarized light and measure it perpendicular to the polarization, but you'd still need to get it perfectly perpendicular. It sounds like they've built something that doesn't rely on precise alignment to give a known distribution, which they can then use to unbias the output perfectly.

Comment Re:Everyone's gunna poop on this (Score 1) 68

Ah, that's an interesting detail (one I agree with) - thank you for pointing that out.

If you need to force people to promote / accept your culture, you should be asking why people prefer other cultures and address those issues instead.

Need is too strong a word. Want is the word. And mostly its there to force content publishers to protect a culture - given the balance of size of American popular culture, American content providers, etc .. I think it's naive to think it comes down to "a free market would accurately represent the desires of a specific domestic market in which it operates"

Media/culture is not some giant buffet where people walk in and just take (and pay for) the plate they want.

Comment Re: yah this is bs (Score 1) 91

>Thanks to my severance package, I can't collect unemployment right now

I don't know where you live, but in my state in the US, you absolutely can collect unemployment while you are on severance. I've done so twice with full disclosure to the unemployment agency. Maybe double-check your situation?

Comment Re: Hmmmmm... (Score 1) 65

It's pretty close to being an MP3 marked as a BMP, actually. It's the result of taking a reversable transformation of the audio signal that separates out the different perceptible components and then discarding the ones that matter least, and keeping the important ones in a convenient form for accessing them. It's the first step you'd take if you wanted a computer to identify speakers or what they were saying. The only part that's image-related is making the diagram, but getting back to the data is just taking the pixel values.

I suspect that they started using spectrograms in reports at a time when getting back the data from the image would have lost too much quality to printing and scanning to hear anything as quiet as voices, but PDFs with lossless images retain all of that.

Slashdot Top Deals

Can't open /usr/games/lib/fortunes.dat.

Working...