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/)PH
Posts
42
Comments
133
Joined
7 days ago

  • Hm, I think you are right. Looking at it again, there's also this:

    For one, enterprises largely disable QUIC and force websites like Google to downgrade back to TCP. This is because there’s only a single firewall vendor that can decrypt and inspect QUIC traffic (Go Fortinet!).

    I definitely don't think that is how it works. Maybe enterprises disable QUIC, but it's not because they can decrypt and inspect HTTPS traffic.

  • Yeah, it sits at this very satisfying cusp where it is clearly saying something, once you get over the "look at this upsetting thing I'm showing you" level, but I can also totally believe people coming to totally different conclusions about what it is saying. It's wild.

  • Fart gas is warmer than the surrounding atmosphere, therefore less dense. Your digestive system is under very slight compression (10-20 mmHg gauge pressure according to the internet), which I would guess does not equate to enough pressure to be more significant than the temperature gradient. Fart gas is also less dense than air at a given pressure by a pretty significant margin (1.06 g/L compared with 1.20 g/L).

    When you fart, you're releasing gas that is less dense than the atmosphere, which means you get slightly heavier. Think of yourself as a hot air balloon with a very tiny chamber, and when you release a 90 milliliter fart, you lose a little buoyancy and sink a little. You get heavier when you fart.

    I haven't done the math, but I looked around on the internet at some numbers, and that's what I think. I also ignored this because it is clearly AI slop, which is a little upsetting.

  • Updates are usually automatic (at least in the modern days with Steam), and DLCs are optional.

    Okay so by that definition, this one is a free DLC. Glad we got that cleared up lol, that was why I described it as a DLC.

    I don't think of DLC as having an explicit connotation of either free or paid, it can be either. Whatever. I've now edited the title again to what I should have titled it in the first place. Hopefully everyone can put this to bed and move on to some other equally urgent internet disputes now.

  • Palestine @lemmy.dbzer0.com

    Police arrest 13 people at Palestine Action protest in Norwich

  • IDK what is the panic about the distinction between a game update and a game DLC. I posted it because I played it and it was awesome and I wanted to let people know. In any case, I edited the title to say "update," hope you're okay with that phrasing.

  • One of the most important parts of a propaganda framework is the introduction of code-words, little phrasings that automatically call to mind a particular narrative you're trying to construct. "People are fleeing California to move to red states" may be true, it may not be, it may be because of property values more than anything else. Doesn't matter. By incorporating that same phrasing and framing into as many different contexts as possible, it does two things:

    1. It gives people security. It's like a little affirmation that gives them assurance they're on the right side. They can slip it into conversation on their YouTube channel, in their press conference, at their dinner table. It reminds them that everyone on the "enemy" side is stupid, and losing, and they're on the right side. It gives them camaraderie, it strengthens the bond.
    2. It creates an artificial external reality. If you just walk up to people a few times a week and say, "Democratic policies are a failure," they'll think you're super weird, and they might even disagree with you. But if you just use the code-word, if you allude to it, even in contexts like this that have nothing to do with anything, it'll smuggle its way into their worldview without them even noticing. Eventually, it's reach a point where if someone tries to tell them it's not that way, they'll scoff and decide the person is stupid, because everyone thinks that, they hear it everywhere.

    It's very effective.

  • Politics @beehaw.org

    Oklahoma to begin controversial test to weed out ‘woke’ teacher applicants today

    Games @lemmy.world

    I just played "Slay the Princess" and it rocks, here's the trailer

  • You define it in exactly the same way you just did. Completely fine, you have to do it for lots of things. It's nice that Python can do that too.

    Now, I'll grab a random snippet of code from some random file from my source dir:

     
        
            existing_bookmarks = db.session.execute(
                text('SELECT post_reply_id FROM "post_reply_bookmark" WHERE user_id = :user_id'),
                {"user_id": user_id}).scalars()
            reply = PostReply.query.filter(PostReply.id.in_(existing_bookmarks), PostReply.deleted == False).first()
            if reply:
                data = {"comment_id": reply.id, "save": True}
                with pytest.raises(Exception) as ex:
                    put_reply_save(auth, data)
                assert str(ex.value) == 'This comment has already been bookmarked.'
    
      

    You can see some classes in use, which again is fine. But you also see inline instantiation of some reply JSON, a database returning a list of post_reply_id values without needing a special interface definition for returning multiple values, lots and lots of cognitive and computational load per line of code that's being saved because the language features are saving people the heavy lifting of depending on user-defined classes for everything. It means you don't have as many adventures through the code where you're trying to modify a user-defined interface class, you don't need as much strong typing, that kind of thing.

    I would bet heavily that a lot of the things that are happening in that short little space of code, would need specific classes to get them done if the same project were getting implemented in some C++-derived language. Maybe not, I just grabbed a random segment of code instead of trying especially hard to find my perfect example to prove my point.

    It is fine, there are significant weaknesses to Python too, I'm not trying to say "yay python it's better for everything," anything like that. I'm just saying that if you don't get familiar with at least some language that does things more that way, and instead get solely accustomed to just user-defined classes or templates for every information exchange or functional definition, then you'll be missing out on a good paradigm for thinking about programming. That's all.

  • Complex data structures are not "more of a C++ type of program structure".

    Oh, they are not at all. Equating complex data structures with user-defined data structures (in the form of classes and fields and whatnot), and using the latter as the primary method of storing and working with data (so that you're constantly having to bring into your mental scope a bunch of different classes and how they need to interact), is 100% a C++ type of program structure. It's pretty unusual in my experience in Python. Or, I mean, it's perfectly common, but it's not primary in the same universal way that it is in C++ and derivatives. It gets to exist as its own useful thing without being the only way. That's what I am trying to say.

  • It is surprising to me that Cuomo can't understand that his every mannerism paints him as a massive piece of shit. IDK, maybe he's embedded enough in old school dirty money NYC politics that he thinks portraying as an effectively corrupt piece of shit will make him look like a winner or something, but that is part of why I posted this, is that it's very interesting to me just hearing the man having a chance to display his horrendousness in his own words.

  • Political Videos @sopuli.xyz

    Mamdani Links Cuomo To Epstein In Killer Attack Ad

  • it's actually better for stallions to carry a bit more weight

    It is clear that this horse knows what he's doing. Just give him oats and lady horses and let him run around and do his thing. Humans are fuckin' weird.

    Edit: I'm not up on my horse lingo

  • IDK, I just have never really had this become a serious issue for me. I get what you mean, some actions are a little bit of a pain in the neck because people are often sloppy about typing, but literally the only time I can remember it being an issue at all has been when numpy is involved and so I have to figure out if something is a native Python thing or a numpy-fied custom structure.

    I mean there's just not that many types. Generally something is a list, a number, a map, or a string, and it's pretty obvious which. Maybe there are OOP domain things where a lot of variables are objects of some kind of class (sort of more of a C++ type of program structure), and so it starts to become really critical to have strong type tools, I'm just saying I haven't really encountered too much trouble with it. I'm not saying it's imaginary, you may be right in your experience, I'm just saying I've worked on projects way bigger than a few hundred lines and never really had too much of an issue with it in practice in my experience.

  • Politics @beehaw.org

    Trump and Putin to be joined by their advisers at Alaska meeting

  • Hm... yeah, maybe so. They linked to taz, they quoted a random member of Masch, and they cited some other cases, but yeah maybe it would have been good to have an actual legal expert weighing in on how realistic it is that this will mean anything significant.

  • Politics @beehaw.org

    Democrats introduce joint resolution to end Trump’s ‘lawless’ DC takeover

    Politics @beehaw.org

    German court declares Karl Marx's teachings unconstitutional

    Technology @piefed.social

    AI crawlers now solve the Anubis challenges

    Politics @beehaw.org

    Trump’s attacks on Democratic-run US cities will not stop with Washington

    U.S. News @beehaw.org

    Indigenous Communities From Southern Mexico Refuse to Bow to ICE in California

    Ukraine @sopuli.xyz

    New air defence system being developed in Ukraine

    World News @quokk.au

    Australia finds record meth, cocaine, heroin use in wastewater analysis

    Technology @lemmy.zip

    Tencent doesn’t care if it can buy American GPUs again – it already has all the chips it needs

    Videos @lemmy.world

    Linus Torvalds on why desktop Linux sucks

    Cybersecurity @sh.itjust.works

    For $40, you can buy stolen police and government email accounts

    Political Videos @sopuli.xyz

    Gaza is the most dangerous place on Earth for journalists

    Political Videos @sopuli.xyz

    Israel Is Drawing Up Plans For Mass Expulsion Of Palestinians In Gaza

    World News @quokk.au

    UK teenager's death after hospital failings is ruled unlawful

    movies @piefed.social

    “My Undesirable Friends: Part I” Is a Staggering Portrait of Russian Journalists in Dissent

    Politics @beehaw.org

    Immigration Detention Has Become a Booming Business for Private Prison Giants