Our News Team @ 11 with host Snot Flickerman

  • 11 Posts
  • 863 Comments
Joined 11 months ago
cake
Cake day: October 24th, 2023

help-circle




  • The most sinister part of the chaos that Trump brews, honestly, is the deep apathy and antipathy towards politics that seems pervasive in society. Everyone was already tired by capitalism, but post-COVID the grind and the demand has spun ever higher while Trump keeps orchestrating chaos from, well, not even the fucking shadows but more like the toilet at Mar-a-Lago.

    It breaks a lot of people, and its fair, they’re just scraping by, worrying about their own. They have their own serious problems, medical issues, sorrow, loss, you name it, people are suffering. It’s validly hard for anyone to find the time for it and they become disconnected and disoriented.

    It’s fucking maddening that it works. It feels like humanity never actually left the dark ages.

    Anyway, quality Mother Jones article, good breakdown on why a lot of people’s memory of the past seems to forget the worst excesses. Explains a lot about the Bush administration, too, really.









  • Do Republicans really hate America this much?

    It’s been over 10 years of this. When hostile foreign nations are constantly angling to hurt Democrats and support Republicans, how can you honestly tell yourself that you’re on the right side of this issue.

    I’m no fan of the fucking US government, especially because they do the same kind of shit to other countries, but that’s the damn point, we’re trying to fucking do better and the people who maybe could do better for us are being ratfucked by hostile foreign governments who always suspiciously support Republicans. I get that a lot of Democrat senators and house members are scum, too, but that leaves a whole large swath of the party (especially at the local levels!) who are not.

    I just feel like if it was clear nations that had vested interest in our nations failure on the national stage was always supporting Democrats, I’d be a little skeptical of it. The fact that Republicans aren’t screams volumes.


  • The audit details and whitepaper details are far beyond my capabilities to understand. Can anyone with knowledge of the field tell us about the findings? If you would be so kind, please and thank you.

    Good on them for getting an audit and making the code publicly auditable, but I really would like to hear an opinion from some folks who are more involved in cryptography on whether this is Discord being genuine and doing the right thing, or is it Discord trying to use Public Relations and weasel words to make it seem like they’re doing the right thing.

    It’s just hard to trust a private company’s motives sometimes, but that doesn’t mean they’re not capable of doing the right thing. Thanks to anyone who can give some input on this.



  • So much yes on the typing, The number of young people who don’t even own a laptop and do all homework/correspondence on their phone is too damn high. (Which coincidentally, is tied to how they don’t understand file systems/path)

    That’s not to shun the use of phones or that form factor, and maybe this is just the old fogey in me, but phone interfaces are so limited and you have to jump through so many hoops to do what amount to keyboard shortcuts on a PC. (Yes I know some young people can be quite quick and accurate with them… thus old fogey)

    It’s rather more about how long it ends up taking them because they’re shunning a device that is aimed at streamlining such processes, instead of a device that is aimed at being a phone, with a computer slapped on for funsies.





  • hand out USB drives/cheap SSDs

    learning some “real” programming

    1. Handing out drives has to go hand-in-hand with education about how “you shouldn’t just plug in any drive that someone hands you or you find on the street.” That’s basic security consciousness at this point. You might point them towards the Open Source schematics for this USB Firewall: https://globotron.nz/products/usg-v1-0-hardware-usb-firewall

    2. Don’t start with “real” programming. Start with scripting. A place where you can get the feel of the ideas of programming while starting somewhere more basic. Linux scripting and Powershell scripting are both good places to start. You still get programming fundamentals (what is a loop, what’s an if-else statement, etc) without jumping into confusing versioning or where to get updates (should I let Windows update Python, or do I want to update it with pip? You have to choose one or things get fucky with them overwriting each other).

    3. When I mean more basic I mean literally things like SYNTAX and PATH are way more important for students to be understanding before they start programming. Syntax and path (relative and absolute), in my opinion, are easier to learn when you’re learning them on the OS you’re using. That means “real programming” is obfuscating things like syntax and path, and students need to understand these core concepts before they move on to "real programming.* EDIT: Like seriously, students need to understand what the fuck a delimiter is and why it is!