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/)CO
Posts
2
Comments
103
Joined
2 yr. ago

  • Have you looked into the Batman Arkham series? They have great stories, and feel kinda Zelda in that you get new tools as you progress. There are puzzles which I don't always love, but maybe you do.

    There is combat, but you can play on easy. And you upgrade your skills, but it is not very crucial to the experience.

    And also maybe portal? Not very rpg, but environment changes as you progress.

  • I used yadm for a while and liked it. It is a git wrapper that makes git'ing your home folder for config files less messy

    https://yadm.io/

    Now I don't care so much for keeping settings anymore and use mainly vanilla settings, therefore I stopped using it

  • I have used it for a long time, I like it too. I use the local podcast feeds from podgrab into antennapod on android.

    In the beginning I used the tags feeds to have a single feed for all podcasts of a certain category. But now I have a feed for each podcast like normal people.

  • how do you use proxmox + debian lxc?

    I use that too, but run services + caddy reverse proxy with docker compose inside

    I've read that docker should not be used inside containers, but it has worked for me. I have wireguard in a VM, I think I had some issues there

  • Currently using Silverbullet ( https://silverbullet.md ).

    I like that it has offline mode and everything is in .md files, and it is a combined edit and view mode. The home page us editable, but doesn't sync back - if you want to test it

    It has a pretty powerful query function, to autogenerate lists of tasks or files

  • Huh. I recently set up local dovecot for archiving old emails, but not S3.

    I'm curious, when you work on a document, how does that work; Is it a file on your hard drive, have you mounted a bucket somehow, do you sync using restful api somehow?

  • Yes, before doing major changes i usually run a snapshot

    I listened to https://thehomelab.show/ podcast today, and they mentioned that before doing major upgrades, you could create a clone VM from latest backups and test the upgrades before doing them for real. That way you both ensure safe upgrade and also make sure your backup is restorable.

    It sounded like a good idea, but it got me thinking of the size of my LXC filled with user data.. So I was wondering if I was doing it wrong

  • I use my old gaming computer, before that I used a raspberry pi. The Pi is sufficient for a lot of things.

    Managing the dockers doesn't take that much effort. Setting things up did take a lot of time, in many small chunks. I never use the :latest tag, and do manual updates. This way things rarely breaks