JollyGreen_sasquatch
@JollyGreen_sasquatch@sh.itjust.works
- Comment on The plan for nationwide fiber internet might be upended for Starlink 3 days ago:
Transmission loss/attenuation only informs the power needed on the transmission side for the receiver to be able to receive the signal. The wireless networks I am talking about don’t really have packet loss (aside from when the link goes down for reasons like hardware failure).
I mention Chicago to New York specifically because in the financial trading world, we use both wireless network paths and fiber paths between the locations and measured/real latency is a very big deal and measured to the nanoseconds.
So what I mention has nothing to do with human perception as fiber and wireless are both faster than most human’s perceptions. We also don’t have packet loss on either network path.
High speed/ high frequency Wireless is bound by the curvature of the earth and terrain for repeater locations. Even with all of the repeaters, measured latency for these commercially available wireless links are 1/2 the latency of the most direct commercially available fiber path between Chicago and New York.
Fiber has in-line passive amplifiers, which are a fun thing to read about how they work, so transmission loss/attenuation only applies to where the passive amplifiers are.
You are conflating latency (how long it takes bits to go between locations) with bandwidth (how many bits can be sent per second between locations) in your last line.
- Comment on The plan for nationwide fiber internet might be upended for Starlink 3 days ago:
The speed of light through a medium is what varies, since I have to deal with this at work, and the speed of light through air is technically faster than the speed of light through fiber. But now there is hollow core fiber that makes this difference less.
Between Chicago and New York the latency of the specialized wireless links commercially available is around about 1/2 of standard fiber taking the most direct route. But bandwidth is also only in gigabits/s vs terabits/s you can put over typical fiber backbone.
But both are faster than humans can perceive anyway.
- Comment on First Look at Google’s Unfinished DeX-Like Desktop Mode for Android 3 weeks ago:
There are modern labdocks with usbc
- Comment on [deleted] 3 months ago:
The lack of version is the problem. Syntax has changed over time, so when someone finds or has an older compose file, there is no hint it won’t work with the current version of docker-compose until you get errors and no graceful way to handle it.
- Comment on [deleted] 3 months ago:
Compose doesn’t have a versioned standard, it did for a bit iirc, which also means you can’t always just grab a compose file and know it will always just work.
Most self hosted works fine with giant all in one containers, even for complex apps, it’s when you need to scale you usually hit problems with an all in one container approach and have to change.