exu@feditown.comtoTechnology@lemmy.world•European Medicines Agency ditches Elon Musk’s X in favor of BlueskyEnglish
3·
6 days agoThe whole algorithm (AppView) is centralised. While it’s technically possible to host with enough capital, a second AppView server would also double bandwidth required for every message sent on the network. This gets worse the more AppView instances you add, as every message has to be sent to every AppView server (exponential growth)
Python is dynamically strong typed, meaning you don’t need to specify any types, but unlike JavaScript you can’t just use a string where an int was expected. In that sense it’s absolutely runtime enforced typing.