FreeCAD now has a legal non-profit association
twitter.com7 pointsby mattalex0 comments
rnd, new_seed <- generate_pseudorandom(seed, argument)
with Pseudorandom_interpreter(new_seed):
continuation(rnd)
``` with replace_state_interpreter(new_state ++ state):
continuation(head state)
``` with replace_state_interpreter(new_state):
continuation(state)
```
NTN satellites induce some quite significant challenges compared to standard 5G networks. I think most people can already imagine that delay is a considerable challenge, but that is ultimately relatively easy to deal with by adjusting the constants (like HARQ timers) in the 5G standard. A bigger issue are things like extreme doppler shifts induced by the high speed of LEO satellites (27000 km/h), which means that your UE has to continuously pre-compensate for doppler shifts. Another bit of weirdness is that cell handovers are now "reversed" compared to ground systems: In ground systems the reason you need to switch cells is usually because you moved away into a different cell. In LEO systems the "tower" and therefore cell moves. If you don't want to have constant re-negotiations with the cell, you need to have some sophisticated beamforming on the satellite to keep the cell steered onto the same ground area (i.e. the cell needs to move from the POV of the satellite to stay stationary from the ground side).
All of this is quite expensive, a lot more expensive than just having ground based hardware. From a purely economic POV these systems don't really make sense unless you have externalities like defense as a secondary argument. The catch 22 for NTN is (and arguably will always be) that it is the most worth it for regions far away from the existing network. However, since regions without cell coverage are almost surely not very affluent, they themselves cannot reasonably afford the extra expenses to justify a satellite communication system. There basically has to be governmental support from the defense or just "public good" coffers to make this reasonable. NTN will be a supplement for existing networks for the foreseeable future.