I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

  • 21 Posts
  • 105 Comments
Joined 4 months ago
cake
Cake day: July 15th, 2025

help-circle
  • Iced Raktajino@startrek.websitetoADHD@lemmy.worldSolitude
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    Not sure if ADHD specific or a symptom of being “on the spectrum” or a bit of both (have never been diagnosed either way but show all the signs), but I have a very low capacity “social battery” and am very sensitive to noise. The end result is I crave (relative) solitude and quiet or else I’m useless at getting anything done.




  • I always start out with a random race, head in the opposite direction of Riverwood, eat everything I can pick up, and just start making and selling potions lol. Then I use the money to buy iron ore and start crafting daggers and selling those. Along the way, I may take a few side quests for extra cash. Then eventually buy or build a house.

    By the time I finally go to Riverwood to start the main game, I’m…a fully Daedric-clad stealth archer. Every time. lol. (I don’t quite have the patience to level smithing to 100 for dragonbone, so I upgrade that along the way of the main quest).




  • Iced Raktajino@startrek.websitetoSelfhosted@lemmy.worldJellyfin Dongle
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    6 days ago

    Maybe one of those HDMI “stick” PCs you can get? There’s x86 Android builds you can run or you can do like I did with my media PCs and boot into Openbox and just launch a fullscreen browser right to Jellyfin and control it from your phone. (My main setup uses Emby but should be able to do the same with JF).

    I’ve actually got a portable Jellyfin server I take with me. Built on the OrangePi Zero 2W with a USB->NVMe acting as media storage (as well as the Jellyfin DB). It’s got several other services running as well as a second Wifi adapter so it can also act as a travel router.

    For playback, I pretty much just use my laptop or phone but have thought about adding one of the “stick” PCs as a client for it.



  • glorify the rich & exploitation/objectification of women for massive profits.

    I get it. I almost feel like some of that was both lampshading the practice as well as exploiting it. Every time that would come up Maya would have commentary on it.

    They also mention Trump several times.

    Yeah, that made a modern-day rewatch kind of difficult. I intentionally skipped those parts. Having re-watched several old shows somewhat recently, sadly, the orange T-bag comes up quite a bit. Just is what it is (or was what it was?).

    Also ignore my other comment. I accidentally hit submit before I had anything typed out lol.












  • The only reason I gave up on Docker Swarm was that it seemed pretty dead-end as far as being useful outside the homelab. At the time, it was still competing with Kubernetes, but Kube seems to have won out. I’m not even sure Docker CE even still has Swarm. It’s been a good while since I messed with it. It might be a “pro” feature nowadays.

    Edit: Docker 28.5.2 still has Swarm.

    Still, it was nice and a lot easier to use than Kubernetes once you wrapped your head around swarm networking.


  • I had 15 of the 2013-era 5010 thin clients. Most of them have had their SSDs and RAM upgraded.

    They’ve worn many hats since I’ve had them, but some of their uses and proposed uses were:

    1. I did a 15 node Docker Swarm setup and used that to both run some of my applications as well as learn how to do horizontal scaling.
    2. After I tore down the Docker Swarm cluster, I set them up as diskless workstations to both learn how to do that and used them at a local event as web kiosks (basically just to have a bunch of stations people could use to fill out web based forms).
    3. One of them was my router for a good while. Only replaced it in that role when I got symmetric gigabit fiber. Before that, I used VLANs to to run LAN and WAN over its single ethernet port since I had asymmetric 500 Mbps and never saturated the port.
    4. Run small/lightweight applications in highly-available pairs/clusters
    5. Use them to practice clustered services (Multi-master Galera/MariaDB, multi-master LDAP, CouchDB, etc)
    6. Use them as Snapcast clients in each room
    7. Add wireless cards, install OpenWRT, and make powerful access points for each room (can combine with the above and also be a Snapcast client)
    8. Set them up as VPN tunnel endpoints, give them out to friends, and have a private network

    Of the 15, I think I’m only actively using 4 nowadays. One is my MPD+Snapcast server, one is running HomeAssistant, ,the third is my backup LDAP server, and one runs my email server (really). The rest I just spin up as needed for various projects; I downsized my homelab and don’t have a lot of spare capacity for dev/test VMs these days, so these work great in place of that.