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

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

help-circle
  • 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.









  • It’s fair enough to criticize that, but the curtains are blue meme makes a really bad argument. It would be one thing if the author said “the curtains are blue because the detective is colorblind and couldn’t see the bloodstains on the green curtains” or “the curtains are blue to represent Virgin Mary”. Ha ha the teacher was wrong, what a fool, blind leading the blind.

    The meme actually implies that authors typically add utterly superfluous sentences in their stories and that it’s wrong to try and interpret them as if they’re connected to the rest of the story.


  • The thing about colors is they’re so easy and efficient as symbols we don’t even consider them as deeper elements of storytelling. The connotations of the colors black and red are so pervasive and intuitive to an English speaker it’s hard to even imagine a version of My Immortal that doesn’t use them to convey the emo pop mall goffik sense of aethetics associated with the fic.

    Nobody living in modern anglophone society, not even someone pretending to write like a concussed 12-year old, would accidentally dress their depressed vampire goth protagonist in yellow, beige and pink thinking those colors usually represent those character traits.










  • 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?