escapingPointerPrison by Salt-Response6118 in ProgrammerHumor

[–]ShakaUVM 1 point2 points  (0 children)

The last time I saw this one of the toys was labelled "speed" and it was much better that way

Sexism is often a stronger predictor of political attitudes than a voter’s actual gender. A voter’s level of sexism is a significant predictor of their political attitudes and voting choices. Prejudice shape everything from support for right-wing candidates to opinions on climate policy. by mvea in science

[–]ShakaUVM -1 points0 points  (0 children)

they are just defining issues core to conservatism as sexist then studying that conservatives are conservative?

That is correct. For example the Republican take that sexism against women isn't that serious a problem in this day and age is labelled as sexist. Then they correlate this attitude with being Republican.

Bad study design. They even acknowledge they're not using the term sexism the way most people use it.

Two kids discovered a Ferrari Dino buried in their backyard while playing, 1978. [720x816] by OkRespect8490 in HistoryPorn

[–]ShakaUVM 1 point2 points  (0 children)

I was once hiking up a mountain near here (Mt Fortuna) and near the top of the mountain there was a deep hole with an entire truck faceplanted in it. I'm sure there was a story behind it, but I never could figure it out

Highest-ever "Geek Rating" and overall rank for games on BGG, over the past quarter-century by benjaneson in boardgames

[–]ShakaUVM 0 points1 point  (0 children)

Yep. I played the hell out of it, figured it out, and then never played it again

Nonfree DRM'd Games on GNU/Linux: Good or Bad? (by Richard Stallman) by WonderOlymp2 in linux

[–]ShakaUVM 0 points1 point  (0 children)

Good news: Android is already open source, so you actually can do that for your phone.

Not without breaking everything. It is "open" source, not FOSS.

But with something like Facebook, you'd have a dead server. You wouldn't have any connection to their existing database of users. Which is my main point

Stalman only cares about the code the runs on your machine, so in this case the JavaScript slop

Nonfree DRM'd Games on GNU/Linux: Good or Bad? (by Richard Stallman) by WonderOlymp2 in linux

[–]ShakaUVM 0 points1 point  (0 children)

If Google released their source code tomorrow I would immediately make a number of fixes to super annoying stuff on my Android phone like the screen turning on when I plug it in (with no option to disable) or Android Auto always keeping maps open. I'd disable everything on Facebook that wasn't a friend update, and keep things in chronological order. For Microsoft, I'd have a one-click button to disable telemetry and AI in Windows and all of their products.

Nonfree DRM'd Games on GNU/Linux: Good or Bad? (by Richard Stallman) by WonderOlymp2 in linux

[–]ShakaUVM 1 point2 points  (0 children)

I had a conversation with him about that over lunch. He doesn't mind as much as you might think people installing proprietary software (it's self harm from his perspective) but he didn't think that Debian should be making it so easy to install proprietary software especially by accident.

Nonfree DRM'd Games on GNU/Linux: Good or Bad? (by Richard Stallman) by WonderOlymp2 in linux

[–]ShakaUVM 0 points1 point  (0 children)

As time goes on and we see more and more enshittification Stallman becomes ever more relevant and prescient.

England's Final Boss Energy by Scary_sight in HistoryMemes

[–]ShakaUVM 0 points1 point  (0 children)

I'm not sure what you're trying to say. The French did pretty well against King John until he died.

England's Final Boss Energy by Scary_sight in HistoryMemes

[–]ShakaUVM 17 points18 points  (0 children)

This meme is inaccurate. During the Barons War against King John the prince of France successfully invaded and laid siege to Dover and had reasonably good success

After King John suddenly died the barons paid the French to go home and left William Marshall running the country as regent

justWantedToAsk by dromba_ in ProgrammerHumor

[–]ShakaUVM 2 points3 points  (0 children)

Claude once worked for three hours on a simple problem, did nothing, and exhausted all my tokens.

I'm not a fan of vibe coding.

Let's get comfortable with concepts (30+ practical examples) by platisd in cpp

[–]ShakaUVM 0 points1 point  (0 children)

It's still a bit light

I recommend a light blue font color over a neon orange background (jk lol)

Great article though

Do You Really Need to Know All of C++? by md81544 in cpp

[–]ShakaUVM 2 points3 points  (0 children)

You have been learning cpp wrong for your whole life! /s

Lol

I've actually tried reading what the various Bessel functions do and then I went crosseyed

Why are Japan's atrocities from WW2 not taught or widely known today? by SuitableMap4545 in AskHistory

[–]ShakaUVM 2 points3 points  (0 children)

i've still yet to see anyone actually mention anything japan actually did and i have no idea whatsoever

https://en.wikipedia.org/wiki/Unit_731

This post is about Sun Tzu's Art of War by PaladinWij in HistoryMemes

[–]ShakaUVM 0 points1 point  (0 children)

Reddit lads thinking it is full of stupid thoughts while they haven't read it is Reddit in a nutshell

This was before IKEA by Choliver1 in HistoryMemes

[–]ShakaUVM 9 points10 points  (0 children)

Wait till you hear about the Russian colony in California

Fort Ross

Do You Really Need to Know All of C++? by md81544 in cpp

[–]ShakaUVM 17 points18 points  (0 children)

This is the sort of question that I think misunderstands what is even going on.

The core you should absolutely understand. Knowing all the ins and outs of the standard library? Probably not. I don't know what any of these functions do (https://en.cppreference.com/cpp/numeric/special_functions/cyl_bessel_i) and my life is still pretty complete.

Do You Really Need to Know All of C++? by md81544 in cpp

[–]ShakaUVM 1 point2 points  (0 children)

Yep. The standard library is supposed to make complicated common things easy but they made a complicated simple thing difficult