Admiral Patrick

I’m surprisingly level-headed for being a walking knot of anxiety.

Ask me anything.

Special skills include: Knowing all the “na na na nah nah nah na” parts of the Three’s Company theme.

I also develop Tesseract UI for Lemmy/Sublinks

  • 83 Posts
  • 1.58K Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle



  • I closed it up and made it a private development instance last year, but you basically just described Dubvee.

    Far left crazies and far right crazies are removed with equal prejudice, though the far right is much rarer (and often just trolls). Regardless, it’s moderated here to a, well, moderate temperature. We also don’t federate with the Triad (Hexbear, Grad, and .ml) as well as a few other instances (one of them a big instance that throws an error on a calculator) that are centered around and encourage identity politics (another source of what you’re describing in your post).

    Even though we’re “closed” I still keep the instance running in order to develop the Tesseract UI, and if you want to try out the kind of space that’s curated here, I would be willing to approve your application. I’ve toyed with the idea of re-launching and seeking out another admin or 3, but haven’t had the time to put much thought into it.

    TL;DR is I’ve always tried to run Dubvee as “normie friendly” and cut out some of the more, uh, rabid parts of the fediverse, and if you want to try it out, I’d be willing to allow it.

    https://dubvee.org/signup


  • Technically speaking, I invented vaping.

    In high school economics class, we had to invent a fake product, fill out patent applications, do focus groups, make a commercial and print ads, and do all the other stuff you’d normally do if you were a real company (except we submitted paperwork to the teacher, obviously, and not the USPTO).

    My group’s product was a weight-loss product called “FlavorAir” (“Anorexia Fast” didn’t test well with our focus groups). It was a spray device that misted flavored air into your mouth to satiate cravings (our product prop was just breath spray). We advertised flavors like gravy, turkey dinner, mint chocolate ice cream, banana mint, and several others.

    This was in the early 00’s and predates vaping by many years. I should be rich.






  • Yeah. On the surface it seems like it would be a positive. But in practice, it shields people from criticism of their behavior.

    Yeah, yeah, “use your words” and all that, but some comments are just so brain-dead or trollish that they’re not worth a response, and even a downvote is expending far more effort than the comment is worth. So the person who made it sees 3 upvotes but not the 50 downvotes, so their takeaway is that “wow, 3 people liked my braindead comment” rather than everyone except 3 people hated it.

    I get the appeal of disabling downvotes, but if I say something stupid, I wanna know.








  • The thing about these deprecated tools is that the replacements either suck, are too convoluted, don’t give you the same info, or are overly verbose/obtuse.

    ifconfig gave you the most relevant information for the network interfaces almost like a dashboard: IP, MAC address, link status, TX/RX packet counts and errors, etc. You can get that with ip but you’ve got to add a bunch of arguments, make multiple calls with different arguments, and it’s still not quite what ifconfig was.

    Similarly, iwconfig gave you that same “dashboard” like information for your wireless adapters. I use iw to configure but iwconfig was my go-to for viewing useful information about it. Don’t get me started on how much I hate iw’s syntax and verbosity.

    They can pry scp out of my cold dead hands.

    At least nftables is syntax-compatible.



  • Just about anything as long as you don’t need to serve it to hundreds of people simultaneously. Hell, I once hosted Jellyfin over a 3G hotpot and it managed.

    Pretty much any web-based app will work fine. Streaming servers (Emby, Plex, Jellyfin, etc) work fine for a few simultaneous people as long as you’re not trying to push 4K or something. 1080p can work fine at 4 Mbps or less (transcoding is your friend here). Chat servers (Matrix, XMPP, etc) are also a good candidate.

    I hosted everything I wanted with 30 Mbps upload before I got symmetric fiber.