• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • This is some crazy good advice. In the software dev/IT fields I preach about premature optimization to my reports all the time.

    You can’t optimize something that doesn’t exist. Figure out exactly what you want to build (so you want video streaming mostly it sounds like, then you can figure out how to build it (probably either a NAS or just a tower with a bunch of drives in it. And then Plex/Jellyfin). Then, after you build it, you can use it.

    You’ll only find things to fix/make better by actually using it. Focus on getting the thing done, then you can optimize.