• 2 Posts
  • 849 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle

  • There are several issues with native development without a browser layer.

    First of all, native UI toolkits are very different and making a robust cross platform app is pretty much impossible. So, the traditional approach is to use one toolkit, which will be native to one platform, and then let your other users deal with it. For example, GTK apps on Windows and Mac look and feel like shit.

    Another approach is to use a custom cross platform toolkit, which doesn’t use anything native at all. If enough work and thought is put in such application, it can be a very pleasant experience. But often it’s shit for all users.

    The second issue is that it can be quite hard to manage fluid window sizes and to build a proper responsive UI with native toolkits. Some are better at it, some are worse. Native toolkits also tend to punish developers for deep nesting of components making UI development even more painful.

    HTML + CSS solves all that. It’s responsive by design, everyone is used to web apps already, nesting is not a problem at all, etc.





  • The difference between the czar and Putin is that many people in Russia are (or were, before the war) living a decently good life. But back in the days if you were not an aristocrat, you were pretty much a slave living in utterly horrible conditions. Wikipedia can give you a quick overview of 19th century - https://en.m.wikipedia.org/wiki/History_of_Russia

    In short: non stop wars with everyone (over 1m civilian peasants died in just 1812 alone), serfdom (literally slavery in the case of the Russian Empire) was only abolished in 1861, Russians endured SIX cholera pandemics during the century before the revolution with millions dead, there was a massive famine at the turn of the century, and lack of industrialisation meant that the economy of Russian Empire was dying. The late Russian Empire was a meat grinder, people had nothing to lose. And they knew that they will die soon anyways, either from famine, physical abuse or an illness.