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

help-circle




  • As far as I’m aware Skype does not support actual VOIP calling anymore, at least according to Microsoft and the couple forums i just skimmed through. But it’s been probably 10+ years since I’ve actually used it or interacted with anyone who used it haha

    And I was talking about static IPs, which are different. And at least in the US (in single family homes) its crazy unlikely that your router is behind any NAT. Unless you’re talking about CGNAT but anything short of a dedicated fiber run or dedicated wavelength (which are not options for residential people) you will be behind a CGNAT anyways. Even if you have a public IP.

    And, anecdotally. In the last 5-8 years I don’t think I’ve had any issues with NAT when hosting games, it’s just firewall rules or my public IP changed. But ymmv on that one when playing 22 year old games haha




  • 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.