• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • I’m not the guy you replied to.

    I originally stored my music in Plex and used Plexamp. I have a large playlist downloaded from youtube which caused horrible performance issues in Plexamp. Navidrome is pretty much a read-only service. It can only read metadata from the files, not add any or manage them. For me this feels safer to expose to the internet since my docker container only has read-only access to all of my files. Even if someone broke into the service for some reason, they couldn’t do anything to my files.

    I don’t know if jellyfin has similar performance issues with large playlists since I already had navidrome set up by then.



  • It’s been a while since I last looked into those.

    If you aren’t looking for neural networks I found sklearn to be quite capable and easy to understand.

    I also tried tensorflow and pytorch a couple times (not enough to get really proficient in them) and I think I found pytorch the hardest to wrap my head around. It’s been quite a while though so maybe it’s better to listen to others with more experience in that regard.




  • I wouldn’t go as far as to say that without germans we wouldn’t have computers today. What he is probably referencing is the Zuse Z3, which can be considered one of the first computers.

    The main argument against it being the first is that it’s a mechanical design rather than electronic and that turing completeness was only achieved on it much later using a trick which the designer had not intended. Interestingly, ENIAC, which is considered the first computer by many, uses a decimal design. The Z3 on the other hand was already using binary.

    I took this info from the german wikipedia article on the Z3. I’m not sure if the english article goes into similar detail on those points.


  • In regards to getting your music on your phone, there is also the option of setting up a navidrome server or similar and streaming your files to your phone.

    Some apps like Symfonium (which is a paid app but I really like it) allow you to download the music to a cache so you can use it on the go without exposing your server to the web. If you do decide to actually stream from it, there is support for auto transcoding to a smaller format so you don’t burn through all your data streaming flac music










  • Basically, they enable you to have a different, randomly generated and very long password for each service with minimal impact to your usability.

    Personally I use keepassxc with the accompanying browser addon. When I unlock my PC and need a password, I have to enter my master passwort to unlock the database. Afterwards, until I lock my PC again or manually lock the database, I can click on a single button in my browser window to automatically fill out my login information. I do not know any of my passwords beside the master passwort.

    I have yet to need the forget password option after switching to a password manager since I can always look up my passwords.