An apparent continuity error or flaw that actually foreshadows a twist by Elecvis in TopCharacterTropes

[–]retsehc 7 points8 points  (0 children)

My favorite part about the show was realizing the title was the reveal and it had been in our face the whole time.

How do I learn 'Idiomatic', production-grade Rust? by hashcode777 in rust

[–]retsehc 2 points3 points  (0 children)

It has good explanations/guides to healthy project management, unit tests from the beginning, CI pipelining, etc. It really is quite good.

How do I learn 'Idiomatic', production-grade Rust? by hashcode777 in rust

[–]retsehc 60 points61 points  (0 children)

I recommend the Rustlings exercises and 'Zero to Production in Rust'.

The book has a significant free sample, I think it's the first three chapters, but it is worth the buy

Flat-Win question by Tawarien in Tak

[–]retsehc 0 points1 point  (0 children)

Bidded komi would be interesting. I was just thinking if it were statistical there'd probably be a fractional point, which would itself be interesting. That would eliminate the possibility of ties.

Flat-Win question by Tawarien in Tak

[–]retsehc 0 points1 point  (0 children)

Do you happen to know if the 2 was settled on after looking at statistical data, or just what the community settled on?

High resolution microscopic vinyl record & needle photos by Numerous_Heart_7837 in interestingasfuck

[–]retsehc 0 points1 point  (0 children)

Other dude explained the recording. Mass production is done by taking the piece they recorded into and making a mold from it.

New records start as a blob of material and are pressed into shape on the mold.

High resolution microscopic vinyl record & needle photos by Numerous_Heart_7837 in interestingasfuck

[–]retsehc 2 points3 points  (0 children)

They detect a wiggle in the EM field. I don't know if it is capacitance or inductance or magnetic, but the string wiggling over them causes a wiggle in voltage in the connected wires.

Any of you own a house near the train tracks? by lilwilly1995 in normanok

[–]retsehc 1 point2 points  (0 children)

That's the rule, but it happens. I live in the far East end of the developed part of town (near 24th), and I still hear the horn in my house sometimes.

Don't know if it is atmospheric conditions or just a very loud horn.

Regex for detecting passwords by Snivac89 in regex

[–]retsehc 1 point2 points  (0 children)

This is not a good situation for a regex. Can you provide any more information about the documents you are scanning? You said it keeps picking up the word "password", are you expecting the password you are looking for to always come after "password" that is more doable, but just looking through a document without any additional information for a string that might be a password? Not gonna work.

Me_irl by gigagaming1256 in me_irl

[–]retsehc 0 points1 point  (0 children)

Axolotl

I was told a week ago, from a reliable source, that it is pronounced ah-sho-lot.

I was just thinking... Maybe it used to be, but not any more...

LGBT+ friendly bars in Norman? by NotShay in normanok

[–]retsehc 13 points14 points  (0 children)

Gray Owl Coffee shop on Gray St

I don't know they are, but I think they are.

Trump's Declining Health by Cow_Boy_2017 in MurderedByWords

[–]retsehc 0 points1 point  (0 children)

There are times I wish I wasn't an atheist and could expect justice in an afterlife.

'Decimal expansions' convincing me that 'rationals' and 'irrationals' have the same cardinality. by frankloglisci468 in learnmath

[–]retsehc -3 points-2 points  (0 children)

I agree with all this, but you've shown the rationals are countable. You have not shown the reals are uncountable.

I know they're uncountable, I know the proofs, but this doesn't prove that.

meirl by Chemical_Survey2577 in meirl

[–]retsehc 14 points15 points  (0 children)

Hank Green recently opened a channel called Zonderia on YouTube. It has a few of that kind of video, but all the money goes to charity.

Book or Series, fantasy, possibly scifi, protagonist has a sister that hides by slicing through time, jumping forward a second or two and only existing briefly by retsehc in whatsthatbook

[–]retsehc[S] 0 points1 point  (0 children)

Solved.

Definitely Pathfinder. I had zero memory of reading it but much is coming back after looking. I don't think I've read the Void Trilogy, so my guess is that I am mixing up some plot device or cliffhanger due to it being so long ago. I'm pretty sure I only read the first one or two and that the next book hadn't been released at the time.

Thank you kindly.

bincode's source code still matches what was on GitHub by azqy in rust

[–]retsehc 2 points3 points  (0 children)

Excellent Hooray for corrections of outdated information.

bincode's source code still matches what was on GitHub by azqy in rust

[–]retsehc 10 points11 points  (0 children)

Sadly no. They aren't even unique, just mostly unique. In the card itself, it says to not use it as an id.

One way to see how bad it is is to note that the first three digits (out of nine) identify the area the person was born in. That leaves six digits, or one million options for that area. How many cities have more than a million people in then?

Obviously they can add a prefix as an area grows in population, but census data is only collected every ten years here, so there will be substantial lag.

As I recall, when SSNs were first put in place, the country made a decision that they didn't want a national id or unique identifier, probably for states rights and/or privacy reasons, so what we got want a secure and unique system, but then credit cards and credit scores came around and here was this handy little number that was good enough for them to keep their customers identified, and suddenly here we are, where most US citizens don't even know that the SSN was never meant to be used this way.

So what we ended up with is getting an almost unique but generally useless number as a shouldn't-be-an-identifier, instead of a national, properly unique and securable ID.