• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle

  • The EU isn’t the US.

    Most countries in Europe have this idea of integration where the foreigner learns and adopts the language and culture of the country. You’ll see lots of discussions of “failed” integration of foreigners, especially in Germany.

    I think this is still a type of colonialism where they think there culture is better and the foreigner must change, rather than the other way around.

    I think the US is a bit better in this regard as there is this idea of a cultural mixing pot and foreigners aren’t expected to “integrate”.




  • I’d suggest getting rid of client side rendering and JavaScript. At some point web developers decided to try to emulate desktop app UIs and cram it into the browser. Websites used to be rendered on the server and the HTML was just sent to the client, which had to just parse and displayed natively. Is was really fast and efficient. This would also be a massive win for privacy and it would automatically eliminate all the spyware/adware client side JavaScript code.


  • The FOSS contributions from companies mentioned is only at the kernel level. And a lot that use the kernel, but with proprietary blobs for their hardware. I suspect that is because kernel/embedded development is hard and costly.

    Most of the dominate OSes people use, with the exception of Windows, is based on an FOSS kernel, with then the layers above and applications being proprietary.

    These software systems are being used to lock people in to the specific platforms and perform user hostile behavior. So while having the kernel be FOSS, it doesn’t result in user freedoms imagined by FOSS, it just companies reducing their costs.