• 0 Posts
  • 115 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • While I’m not against an anonymous stand for what’s “right”, that really was the tipping point for a lot of changes on 4chan.

    It really fuelled the idea that anonymous should have some sort of goal of justice rather than just doing things “for the lulz”. It normalized the concept of shamelessly bringing your internet culture of choice out into the real world regardless of appropriateness (most of the protests were really just 4chan irl meetups, not really protests).

    The biggest change was the sheer amount of public attention it drew to the site. That brought in a huge influx of new users who didn’t care to conform to the existing board culture (for better or worse). Things changed considerably following all that mess.




  • That’s a combination of too simple/short in your sentences, mixed with too specific jargon with no clarification. It’s dumb as hell that people don’t know stuff like what a server is, but if they don’t you have to abstract it more.

    My go to is some form of: I’m in IT, I do systems administration. I help keep all the things behind the scenes working so that everyone’s stuff works at my workplace. Less of making your email work, more of making everyone’s email work.

    Obviously I work with a hell of a lot more than just email. I’m mostly scripting out custom automation jobs to bridge gaps in the integrations between different systems. But like you said, keep it simple.




  • The world is a wildly different place now, and the people developing them were headed by people motivated by reasons other than extracting as much money out of the world at any cost.

    This is not nearly as comparable.


    Beyond that, very few people had an issue with AI as fuzzy logic and machine learning. Those techniques were already in wide use all over the place to great success.

    The term has been co-opted by the generative, largely LLM folks to oversell the product they are offering as having some form of intelligence. They then pivot to marketing it as a solution to the problem of having to pay people to talk, write, or create visual or audio media.

    Generally, people aren’t against using AI to simulate countless permutations of motorcycle frame designs to help discover the most optimal one. They’re against wholesale reduction in soft skill and art/content creation jobs by replacing people with tools that are definitively not fit to task.

    Pushback against non-generative AI, such as self-driving cars, is general fatigue at being sold something not fit to task and being told that calling it out is being against a hypothetical future.







  • PowerShell variable names and function names are not case sensitive.

    I understand the conventions of using capitalization of those names having specific meanings in regards to things like constants, but the overwhelming majority of us all use IDEs now with autocomplete.

    Personally, I prefer to use prefixes anyway to denote that info. Works better with segmenting stuff for autocomplete, and has less overhead of deriving non-explicit meaning from stuff like formatting or capitalization choices.

    On top of that, you really shouldn’t be using variables with the same name but different capitalization in the same sections of code anyway. “Did I mean to use $AGE, $Age, or $age here?” God forbid someone come through to enforce standards or something and fuck that all up.






  • Lol, tell me you’ve never worked IT support again.

    The average user can’t remember passwords without browser autofill. They don’t want to tinker. A “just works” linux distro with a relatively limited set of default features targeted to a specific hardware set to avoid complications, like SteamOS on Steam Deck, is pretty much at the limit of the investment level the average user is willing to put in to keep things working.