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/)FA
Posts
2
Comments
24
Joined
12 mo. ago

  • That's what I'm doing too. Kind of felt wrong to do that, but if you don't need the extra features of docker volumes this is the way. It always puzzles me when I read "Volumes are easier to back up or migrate than bind mounts." in the docs. How are these --volumes-from shenanigans easier than rsyncing some directory off the host?

  • I used to do this, but imho the used language is hardly a useful index. When does it happen that you want to see everything written python? For me that's never.

    Also where do you put multi-language projects? Like, go backend with typescript frontend or whatever.

  • I push every project I work on right away to my gitea instance. If I expect not to work on something for some time I just delete the local copy.

    When I change devices or hit file size limits, I’ll compress and send things to my NAS.

    Well, that sounds inconvenient.

  • Asklemmy @lemmy.ml

    It's your first date and she/he asks what type of music you like. What's the guilty pleasure you won't tell her/him about?

  • It's also a good way to never actually getting the ball rolling on a new hobby, and instead obsessively research what the "correct" way of doing xyz is and then be too overwhelmed by all the opinions to actually get started yourself.

  • I think this somewhat depends on how tech savvy the people you want to give editing access are. If they know how to handle git and write markdown, I'd go with a git repository with (for example) mkdocs and setup CI/CD to automatically deploy to Github Pages. This would be free. If they are more like the typical MS Word andy, I'd go with a self hosted instance of bookstack. You could host it for example on fly. Unfortunately bookstack does not (yet) support sqlite so you'll also need mariadb, which will make hosting it on fly slightly more expensive (but probably still far below $10), because you'll need 2 machines in total. One of which you can't scale to zero. There are probably other cloud providers where its going to be cheaper though.

  • My setup is simple:

    • Pictures: I don't take many and rarely look at them tbh. So they just sit on my laptops NVMe
    • Music: I only ever use cmus for listening to music => Therefore music is also only locally on my laptop, managed with beets
    • Movies/Tv Shows: I have jellyfin running on a raspberry Pi 4. For single user use this works fine (even transcoding DVD quality works). For multi user or higher resolution transcoding this probably won't work.
    • Backups: One off-site backup at a cloud storage provider using restic and one backup on a USB hdd I simply plug in every other week.

    My recommendation is: Keep it as simple as possible. In the past I created the craziest setups, but it turns out that in every day life I have neither the time nor motivation to maintain that shit.

  • [...] script something that does this.

    Theoretically this pandoc one liner already does it, but depending on the website the layouting is going to be trash.

     bash
        
    pandoc -i 'https://the-website-your-rss-items.link.to/' -f html -t epub -o out.epub
    
      
  • Fourth Wing by Rebecca Yaos. I was expecting a nice fantasy story with dragons and shit. But the romance part of it was just so annoying. "Oh look that dude is so hot..." at every. single. occasion. I could've known beforehand that this book is more targeted towards female readers, but sometimes I just like to go to the book store and buy a book based on the blurb. Since then I made the new rule to keep my distance to books that mention TikTok or #BookTok on the cover.

  • Cybersecurity @sh.itjust.works

    Password reset disables 2FA