Want to wade into the sandy surf of the abyss? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

(Credit and/or blame to David Gerard for starting this.)

    • sc_griffith@awful.systems
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      further things: one, that’s the first website I’ve made where I wasn’t just plugging into a template, and I’m a little proud of it even though it’s almost nothing. I would appreciate feedback and suggestions

      two, a future episode idea I have is to examine what I’m thinking of as “the trustless society.” it’s about the replacing of social relations with legal or financial intermediaries. Those of you who are long time buttcoiners will be familiar with this process. if any of you have specific readings to recommend I would love to hear it. I’ll probably mostly focus on balaji but anyone or anything will help

      • YourNetworkIsHaunted@awful.systems
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        New site looks good! I think Let’sEncrypt is still the easiest and cheapest way to set up a decent cert but I’ve been away from IT for over a year now and someone else here can probably help point you in the right direction. At least for now the site probably doesn’t actually have security concerns it would address, but it pops up a browser alert on first hit so it’s probably a good idea?

        Also I just started listening to the latest episode while writing this up and had forgotten how great that opening medley is.

        • froztbyte@awful.systems
          link
          fedilink
          English
          arrow-up
          0
          ·
          23 hours ago

          +1 to letsencrypt for https. certbot can even auto-configure your webserver for you, taking it from http base to https-with-redirect, no terrible advice from shitty exist-for-volume blogs required

          superquick tldr:

          1. install certbot and the applicable plugin package for your webserver; if you don’t know the name use p.d.o (or your distro’s own) to find the package name
          2. run certbot; there’s extra flags you can pass if you want to automate, but ootb it’ll ask you questions and start the process for cert + config (iirc - I mostly run it automated and non-interactive)
          • sc_griffith@awful.systems
            link
            fedilink
            English
            arrow-up
            0
            ·
            17 hours ago

            it’s probably better for my development as a human being to learn this properly, but it turns out github pages hosting does the letsencrypt process if you check a box in the page settings