I have 2 questions:
Do I understand the colors correctly in that /home is deprecated and shouldn’t be used? What’s the alternative in that case?
Where would you guys put configuration files for services? /srv seems like an adequate directory
I have 2 questions:
Do I understand the colors correctly in that /home is deprecated and shouldn’t be used? What’s the alternative in that case?
Where would you guys put configuration files for services? /srv seems like an adequate directory
Mostly ease of management. I have a server on which I run multiple applications. If I don’t need something anymore, I can just purge the container. The directories used by that container are clearly listed in my docker-compose file so I never have to wonder whether I purged everything that is now unnecessary.
It also makes it very easy to deploy a new service.
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.
I just tried converting that to euro to have a better frame of reference for your 200k. Are those really equivalent to about 8 Euro or did I make a mistake with the conversion?
Honestly, what else would it be? Text takes ridiculously little storage compared to a single picture of a decent resolution.
Depends I guess. For me the biggest concern when I bought my Synology was simplicity of usage and idle power consumption which is much lower than I could get with one of the older computers I have lying around.
I am currently using 2 16TB drives in Raid 1 and was planning to move to Raid 5 (or maybe it was 6) if I need more storage by adding a 3rd drive.
What would you recommend instead?
Isn’t Zigbee always on 2.4GHz regardless of country? Trying to shift the frequency to 915MHz for all devices sounds like a lot of work with questionable benefit
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.
That’s a good point. Another one I have is sort of failure tolerance. I used to have a really unreliable router which would often crash and could only be reset using a full power reset. While it was in this state, wifi obviously stopped working but my zigbee devices where still available. I used to have a zigbee button linked to a smart plug for toggling my router off and on again.
This shouldn’t be a concern for most people obviously but I wanted to share my experience.
Another point I want to mention is that zigbee works at 2.4Ghz just like basic wifi so they can still interfere with each other.
Zwave on the other hand uses another frequency (I think it was around 860MHz) but is more expensive.
Wonderful tool. I’ve had mine long enough that the black finish has given way to silver fur to my keys rubbing it off
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
I wanted to write a minecraft mod. I have never written a minecraft mod but I got interested in actually learning to program after I realized I had no idea what I was doing. Also english and computer science where the only 2 subjects in school I was pretty good at
Performance is good and streaming works well. Not a fan of the webinterface personally but there are client programs available for all platforms since navidrome exposes the subsonic api.
Personally I use sonix on windows and linux as well as symfonium (paid but really great app) on android.
The only thing I am missing from it is better user management so that I can restrict specific users from accessing parts of my library.
Regarding access from outside my network I specifically wanted to avoid needing to be connected to a VPN so that’s why I use a cloudflare tunnel. Since my upload rate is not very good I have a Pi-Hole DNS server at home so that queries to my domain while in the home network don’t need to leave my network.
+1 for navidrome.
I’m also using that and have it exposed to the web using a cloudflare tunnel. What I didn’t like in the beginning but really appreciate now is that the service itself doesn’t have a lot of permissions and cannot delete files or change their metadata. I’m hosting it in a docker container and everything except the config file is mounted read-only.
I’m not sure how relevant that is but it gives me more peace of mind exposing it publicly.
Running a webserver is not the same as hosting a service. For the software examples requested by OP, an ESP32 is useless
I think the Pi 4 was the first Pi with gigabit ethernet. All the Pi’s before that were limited to 100Mbit. For that reason, syncthing is probably a bad idea since it will be very slow in terms of syncing speed
Try debugging a distributed embedded real time system which crashes when you are in a breakpoint too long because the heartbeat doesn’t respond
Unfortunately not all features are always available on those ROMs.
One example is GrapheneOS and Google Wallet which I cannot use due to GrapheneOS not being considered “certified software” by the app and therefore not being trusted.