Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
3
Comments
188
Joined
2 yr. ago

  • Three was so bad that I was planning on skipping this one anyways.

  • I remember when I first stumbled across this manual I was trying to look up a quick awk command and wound up reading the whole thing. It's really one of the better GNU manuals.

  • Code Bullet is great. I love his crazy AI stuff. He's been doing it since before LLMs became popular. The dudes super smart, you can rest assured he knows what a vm is. It was way more entertaining watching this on bare metal.

  • I wanted Adobe 5 years ago on Linux. Now, they can get fucked.

  • I've been really happy with Fresh-RSS. Someone else on here put me onto about 6 months ago and it's changed how I consume news.

    I find the most time consuming part was/is curating my feed but with tools like RSS-Bridge I can really get fine grain control on what makes it through.

    On your LLM summarizer question, yes they have several plug-ins. I've recently started piping the whole feed into Gemini and telling it to pick the top 5 and summarize. But I do that in bash and emacs :

  • I like your boat analogy. It does take more work to keep it running in top condition, and when it's firing on all cylinders it will run circles around windows. Also, people that don't have one and talk shit are just jelly.

  • I build smart playlists for Navidrome with Symfonium on Android or Feishen on desktop, then export to server to get them into Navidrome. I also have been playing around with local AI generating smart playlists with mixed success. The file structure is very simple.

    Navidrome just announced plug-ins last release. I think an AI playlist maker would be pretty fun.

  • Moto Droid vibes

  • Deleted

    Caddy reverse proxy

    Jump
  • I've never heard of h2c but it seems useful. I use docker swarm with a few nodes. But for internal communication all the containers can communicate with each other using docker's built-in DNS.

    I run Traefik in front of Caddy for a few different applications including Nextcloud.

  • Deleted

    Caddy reverse proxy

    Jump
  • I also use Traefik, and once you have it set up it's really great. Getting it set up is a different story. My advice would be to follow the install guide as closely as you can and don't start adding to it until it's stable.

    You don't need to own a domain to use a reverse proxy by the way, you just need to configure your router to recognize whatever domain you choose and route it to the container.

    Lately, I've been playing around with Tailscale and you don't even need a domain or open ports to connect to your containers from outside your local network.

  • I had an Apple IIgs back in the day "signed" (printed) by Woz. I'm glad that dude is still living his best life.

  • Well I would recommend Akami/Linode because I've had some form of an instance for close to a decade and any downtime has been my own fault. I did just start playing with one of their premium compute linodes for some experiments. I have had Nextcloud in a shared resources node and it wasn't bad, but it was slow. Currently I just run AIO on my home server mapped to the NAS for storage. If I set it up again I think I would do the same on Linode but it is pricey.

  • Did you know openwrt makes their own router now. It's called the openwrt one. They're not had for the price, mines been pretty solid. And they have a bunch upgrade options.

  • NSFW Deleted

    Permanently Deleted

    Jump
  • I'd say I'm pretty techophallic 🍆 I have more than a few Kickstarter beta products collecting dust, and I've broke my arch install over using the AUR

  • It's like the Comic Sans version of The Ring.

  • Yeah, I guess if they would have framed it as one month free it wouldn't sound as good. I remember using it and completely ignoring everything but the actual Internet. Trolling on AIM back in the day was pretty fun.

  • So they were just giving away America Online by the 700 hour quantity? I now blame AOL for more than I had previously considered.

  • Hey, cool idea! I've also got a bunch of dockers and services running on a swarm on multiple devices. Like any good project, it's on it's like 3rd or 4th iteration now, having run into some roadblock each time. I structure most of my services into stacks. For example, I have a stack for proxy, www, monitoring, and of course the 'ol arr stack. Anyways, I keep all my notes on the stack compose yaml files that seems to work for me. I only interact with docker on the cli because portainer wants me to pay to use docker swarm. But because I'm so adept at docker on the cli, I have recently stumbled across gemini-cli. Dude, having that to help trouble shoot docker stuff is amazing. It's really good, but I'd keep it on a short leash.