5C5C5C

joined 1 year ago
[–] 5C5C5C@programming.dev 3 points 3 weeks ago

I'm not convinced he really believes that OpenAI is going to roll out AGI in the next ten years, but I'm completely sure he's determined that it's a good marketing strategy to make people believe that he believes it.

[–] 5C5C5C@programming.dev 20 points 3 weeks ago (2 children)

These graphs only cover the demographic of 18-29 year olds, which historically do lean heavily towards progressive.

[–] 5C5C5C@programming.dev 8 points 3 weeks ago

OP really needs to heed this advice. Modifying things in the cache will cause breakages that will confuse the hell out of you.

[–] 5C5C5C@programming.dev 22 points 3 weeks ago (1 children)

Calculus was invented in the late 1600s, almost 2000 years after the Roman aqueducts were built. The Roman engineer would know some geometry, but certainly not calculus.

[–] 5C5C5C@programming.dev 12 points 1 month ago

Google is an enormous company which operates flatter than you'd expect for an organization of its size. It's entirely possible that someone from Google was involved in organizing this (i.e. booking the venue) without having buy-in from leadership. Once leadership became aware after being asked about it, they may have shut the whole thing down because they knew the optics would be bad.

[–] 5C5C5C@programming.dev 37 points 1 month ago

Speaking as an annoying Rust user, you're being bigoted. I'm annoying, but the vast majority of Rust users are normal people who you wouldn't even know are using Rust.

Don't lump all the others in with me, they don't deserve that.

[–] 5C5C5C@programming.dev 43 points 1 month ago (8 children)

How exactly is an individual supposed to determine which cops will be good and which will abuse their power?

Just as we can't make a general statement that all cops are definitely bad, you can't make a general statement that all cops in any particular country or town will be good.

From a basic risk management viewpoint, it doesn't make sense for anyone to accept the risk that any given cop won't abuse their position, even if we were willing to accept that very few would actually do so.

Cops have an extremely privileged status in society and the amount of damage that a bad one can do to an individual - on purpose or even by accident - is incalculable, including setting up an innocent person for capital punishment as we're seeing unfold in Missouri right now.

[–] 5C5C5C@programming.dev 18 points 1 month ago (1 children)

There have been articles out there for multiple days now which spell out your same conclusion, but these CNN clowns keep pushing the same false narrative. It's blatantly intentional misdirection at this point.

[–] 5C5C5C@programming.dev 0 points 1 month ago

The official act could be to use the national guard to rescue a US citizen from wrongful imprisonment, but that's the kind of thing that racist Republicans would start a civil war over in the name of "states' rights".

[–] 5C5C5C@programming.dev 5 points 1 month ago (3 children)

You'd be amazed at how resistant most people are to anything that feels unfamiliar, even if it's good for them. Coal and oil jobs are familiar, green jobs are not.

It should be as simple as you're suggesting, but sadly it isn't.

[–] 5C5C5C@programming.dev 1 points 1 month ago

Best practice when using .unwrap() in production code is to put a line of documentation immediately above the use of .unwrap() that describes the safety invariants which allow the unwrap to be safe.

Since code churn could eventually cause those safety invariants to be violated, I think it's not a bad thing for a blunt audit of .unwrap() to bring your attention to those cases and prompt to reevaluate if the invariants are still satisfied.

[–] 5C5C5C@programming.dev 5 points 1 month ago

But only if pattern matching were included, otherwise they would be as unpleasant as C++'s std::variant.

view more: next ›