• 0 Posts
  • 23 Comments
Joined 8 months ago
cake
Cake day: February 4th, 2024

help-circle














  • Are things like that happening though? With the insurance?

    I mean if the police want to come to my door and shoot me in the head or find a reason to brand me as a felon any day they can basically already do that. That goes for about anyone. It doesn’t really seem to matter if any data brokering company also happens to tag me as maybe being gay or having a 90% chance of supporting Palestine over Israel or similar

    I dunno. I just feel like a lot of the argument are contingent on envisioning some imminent future wherein every Western country turns into a completely fascist police state with like concentration camps - but also they can only get their information on local demographics based off of data sold by social media companies? And foreign ones at that? And even in this situation you’re not really doing anything about it but just trying to lie low and hope no one discovers you’re an atheist or whatever until you die of old age?

    It kind of reminds me of Pascals Wager. You know that one? Where it goes “ooo you have to believe in god because what if you don’t and the Christian god is real… you go to hell!?”. Like. Yeah, sure. I guess that could happen. But most people will shrug their shoulders at it, not really convinced. It requires a lot of assumptions





  • Minotaur@lemm.eetoProgrammer Humor@programming.devExam Answer
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I think you’re missing the forest for the trees here pretty heavily.

    Yes, Python has some goofy aspects about managing it while performing high level, in depth tasks.

    This is a post and a comment chain about pseudocode being taught to people who likely just learned what a “programming language” was several weeks ago. Essentially no one taking the GCSE knows what “bash-like scripts” even means.


  • Minotaur@lemm.eetoProgrammer Humor@programming.devExam Answer
    link
    fedilink
    arrow-up
    48
    arrow-down
    2
    ·
    6 months ago

    I’m very much guessing that this is just supposed to be a type of pseudocode given the context and vagueness of it.

    It’s a big reason why I really dont like pseudocode as instruction to people learning the basics of what programming is. It made more sense 20 years ago when programming languages were on a whole a lot more esoteric and less plain text, but now with simple languages like Python there’s simply little reason to not just write Python code or whatever.

    I took an intro to programming class in College and the single thing I got dinged on the most is “incorrect pseudocode”, which was either too formal and close to real code or too casual and close to plain English.

    It’s not a great system. We really need to get rid of it as a practice