Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OU
Posts
0
Comments
81
Joined
2 yr. ago

  • Source? The Yale link above specifically mentions:

    Nationally, women make up 57.3% of bachelor’s degree recipients but only 38.6% of STEM bachelor’s degree recipients.

    Anecdotally, I was in a STEM-focused school and major over 20 years ago, and it was overwhelming male-dominated. One of my colleagues graduated less than 10 years ago, and her experience was not dissimilar. She had to deal with quite a bit of sexism too, unfortunately.

  • If you have Elden Ring on PC, check out the seamless co-op mod. We were able to play through the whole game with very few issues. No invasions, no resummoning after bosses, normal use of torrent. It’s fantastic, and it’s shocking how well the mod works.

    https://www.nexusmods.com/eldenring/mods/510

  • Kerbal Space Program 2 and Dark Souls 3.

    KSP2 released their science patch this month that adds missions and a progression path to work through. It’s a lot more fun now that there are goals to work towards, and the missions are much better than what KSP1’s career mode offered.

    I’ve been co-op’ing through DS3 with a buddy, which has been a fun way to tide us over until Elden Ring’s DLC comes out. I just wish there was a similar seamless co-op mod for DS3. Neither of us are interested in PvP, and it’s a little tedious to have to go through everything twice.

  • USB plugs are actually a great at-home demonstration of quantum mechanics. The USB plug exists in a quantum superposition of alignment - being simultaneously correctly aligned and not aligned until being inserted. Once insertion is attempted, the wave function collapses to a random alignment.

  • There’s no downside to writing the guards afaik, but I’m more of a c programmer. It’s been a while since I did much c++, so I’m not up on modern conventions. But dealing with legacy code adhering to older conventions often comes with the territory with c and c++, so it’s something to keep in mind.

  • You can generally rely on a header file doing its own check to prevent being included twice. If a header doesn’t do that, it’s either wrong or doing something fucky. It is merely a convention, but it’s so widespread that you really don’t need to worry about it.

    You are mixing up some terms, so I want to help clarify. When you #include a header file, you aren’t importing a library. You are telling the compiler to insert the contents of that header file into your source where the #include line is. A library is something different. It is an already-compiled binary file. A library should also come with a header file to tell you what functions and classes are present in the library, but that header isn’t itself the library.

    It may seem annoying to have to repeat yourself between headers and source, but it’s honestly something you get used to.

  • (transcribed from a series of tweets) - iamragesparkle

    I was at a shitty crustpunk bar once getting an after-work beer. One of those shitholes where the bartenders clearly hate you. So the bartender and I were ignoring one another when someone sits next to me and he immediately says, "no. get out." And the dude next to me says, "hey i'm not doing anything, i'm a paying customer." and the bartender reaches under the counter for a bat or something and says, "out. now." and the dude leaves, kind of yelling. And he was dressed in a punk uniform, I noticed

    Anyway, I asked what that was about and the bartender was like, "you didn't see his vest but it was all nazi shit. Iron crosses and stuff. You get to recognize them."

    And i was like, ohok and he continues. "you have to nip it in the bud immediately. These guys come in and it's always a nice, polite one. And you serve them because you don't want to cause a scene. And then they become a regular and after awhile they bring a friend. And that dude is cool too. And then THEY bring friends and the friends bring friends and they stop being cool and then you realize, oh shit, this is a Nazi bar now. And it's too late because they're entrenched and if you try to kick them out, they cause a PROBLEM. So you have to shut them down.

    And i was like, 'oh damn.' and he said "yeah, you have to ignore their reasonable arguments because their end goal is to be terrible, awful people."

    And then he went back to ignoring me. But I haven't forgotten that at all.

  • Eh, gallows humor from a random nobody is one thing. Joking about basically ending the world as we know it from someone who literally has the power to end the world as we know it is another.

    This faux pas is certainly not at the top of my list of criticisms of Reagan, but he did deserve some shit for it.

  • If you think he did something illegal, report him to the police or sue him. If not, then this is freedom of speech.

    …and? People also have freedom of association, and people can choose not to associate with an organization that employs someone with morally awful beliefs - especially when they make those beliefs very public.

  • It’s crypto all over again, but with a less-useless technology underpinning it. Seriously, a computer doing grade school arithmetic is what will threaten humanity? I’m sure it’s interesting from a research perspective how that math is being done, but math is the easiest thing for a computer to do.

  • It also prohibits countries from claiming sovereignty, and it actually used the Antarctic treaty for inspiration.

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

    Which is not to say that it’s exactly the same situation as Antarctica, but the treaties are more similar than you might assume.

  • Not really, and no. This shouldn’t affect your already-running system. This change means that the iso will offer plasma by default and will run plasma in the live environment.

    And I wouldn’t say it’s particularly hard to switch from any desktop environment to another. It takes some relearning where stuff is, keyboard shortcuts, etc, but any desktop environment can run any Linux program, provided the necessary libraries are installed (which your package manager takes care of). You can install kde programs on your xfce desktop, and they will run fine (and vice versa). They’ll just pull in a bunch of kde libraries when you install.

  • A far more likely scenario is that they have been overstating what the software can do and how much room for progress remains with current methods.

    AI has blown up so fast with so much hype, that I’m very skeptical. I’ve seen what it can do, and it’s impressive over past machine learning algorithms. But it does play on the human tendency to anthropomorphize things.