• 23 Posts
  • 1.16K Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • You sound like you want to go all in on federated services but there are plenty of other things to do.

    I love Nextcloud, works well when set up through the Nextcloud All In One docker setup, but it is a little different to other things so it might not be a starting point depending on your experience. Lots of apps to add for extra functionality. But don’t replace your cloud storage with it until you’re confident of your backups (and ability). I ran it for years to use for the apps and minor things before I finally went all in.

    I think a wiki is a great thing to have. Use it to document what you’ve done so you can remember.

    Then there’s media. With the storage I guess TV/movies might be out, but there’s Audiobookshelf for Audiobooks, Kavita or Calibre Web for eBooks. I like Jellyfin for music (but using the Finamp app not the Jellyfin one), but others like dedicated music setups like Navidrone.

    I buy my music from Bandcamp where available and Qobuz where it’s mainstream labels, then I can have my own little Spotify. Finamp even lets you download playlists or your whole library to your device for offline listening. I use Findroid for watching things, which also allows downloading. Last I checked the Jellyfin app didn’t have Netflix-like downloading, just downloading the files to your downloads folder.

    I guess you might not fit a whole lot with 300GB storage though, especially after you fit the databases of half a dozen federated services.

    If you have space, perhaps a photo service like Immich or Photoprosm.

    If you have friends maybe a private sharing forum like Zusam.

    If you have family then maybe family tree software like webtrees.

    I run so many things, they all get used, and I’m always happy to talk about them!





  • Firstly, it is much, much easier to compromise the website hosting than the binary itself, usually. Distributed binaries are usually signed by multiple keys from multiple servers, resulting in them being highly resistant to tampering. Reproducible builds (two users compiling a program get the same output) make it trivial to detect tampering as well.

    Yeah this is a fair call.

    But at the same time, I have little confidence in my ability to spot these bugs.

    This is the key thing for me. I am not likely to spot any issues even if they were there! I’d only be scanning for external connections or obviously malicious code, which I do when I don’t have as much trust in the source.

    As a sidenote, docker doesn’t recommend their install script anymore.

    Yeah I used it as an example because there are very few times I ever remember piping to bash, but that’s probably the most common one I have done in the past.










  • I feel like I should up my game in vim. It’s my preferred CLI text editor, I hate when things default to nano as I have trouble working out how to use it. But I very much use the OOTB vim and only basic commands at that.

    When you say you have it set up as an IDE, are you talking something that looks like the first picture here (with the red boxes)? I have so much to learn 😅




  • I haven’t! But the main advantage of the Notepad++ way is the files aren’t actually saved anywhere, it saves them temporarily until you choose where to properly save them. You can just keep opening new tabs and putting stuff in them and it remembers even if closed, but you don’t have to actually save them.