Bistable multivibrator
Non-state actor
Tabs for AI indentation, spaces for AI alignment
410,757,864,530 DEAD COMPUTERS

  • 3 Posts
  • 355 Comments
Joined 2 years ago
cake
Cake day: July 6th, 2023

help-circle
  • Especially galling when the sentence starts with “like it or not”. Wrong. AI is not like a disease or a natural law that stays with us whether we want it or not. If humanity decides we don’t like AI, we could just stop doing it. “Like it or not, hitting yourself is here to stay” is only true if someone is actively forcing me to hit myself, and whoever is forcing me probably doesn’t honestly think they’re doing me a favor.

    Homeopathy is here to stay and (a) that’s a bad thing, (b) it could be more popular, but thankfully is not, © we don’t need to believe fraudulent claims about its benefits, (d) we could and maybe should try and make it even less popular, and (e) the continued practice of homeopathy in parts of human society should have little to no impact on the daily lives of most people and the vast majority should be given the opportunity to ignore it instead of integrating it into every possible facet of their lives. Same goes for AI slop.



  • This is why I absolutely cannot fucking stand creative work being referred to as “content”. “Content” is how you refer to the stuff on a website when you’re designing the layout and don’t know what actually goes on the page yet. “Content” is how you refer to the collection of odds and ends in your car’s trunk. “Content” is what marketers call the stuff that goes around the ads.

    “Content”… is Whatever.

    I was going to make a comment on the Stubsack thread about how it kind of ticks me off how “content creator” has permeated its way so deep into the vernacular. I can forgive it when it’s used as a clumsy term to talk about creative workers across multiple media, but something like a video essayist calling another video essayist a content creator just gives me the ick. Have some pride and solidarity in your art form, for fuck’s sake.
















  • Absolutely. Take the reverence for “SysV” init* to the point where the init system has all but eclipsed the AT&T Unix release as the primary meaning of “System V”. The BSDs (at least the Net/Open branch, not sure about FreeBSD) adopted a simplified BSD init/rc model ages ago and Solaris switched to systemd-esque SMF with little uproar. Personally I even prefer SMF over its Linux equivalents, despite the cumbersome XML configuration.

    I somewhat understand the terminalchud mindset, a longing for a supposed simpler time where a nerd could keep a holistic grasp of one’s computing system in their head. Combine that with the tech industry’s pervasive male chauvinism and dogmatic adherence to a law of “simplify and reduce weight” (usually a useful rule of thumb) and you end up with terrible social circles making bad software believing they’re great on both fronts.

    * Rather, the Linux implementation of the concept


  • make it a Python script that does all the hard bits with a system call to bash

    Oh god, please no. I have PTSD from 50-line Python scripts by anti-bash fundamentalists full of os.system, subprocess.run and/or subprocess.call that could have just been 15-line bourne shell scripts.

    If you’re gluing programs together, shell scripts are often the best way to do it. If you’re not gluing programs together, do you even Unix? If you want to be fundie about it, obey shellcheck.

    It sucks that bash is such a footgun. Perl was supposed to fix a lot of that, but now everyone hates it, because it also lets people to do clever and subtly incorrect things, which have then become quasi-idiomatic. Mom, can we have a sensible human-computer interface?