Just a nerd who migrated from kbin(dot)social.

  • 0 Posts
  • 209 Comments
Joined 1 year ago
cake
Cake day: November 17th, 2024

help-circle
  • This is just late-stage capitalism and the centralization of capital. Areas become uninsurable for “homeowners”, so large companies buy the land and “develop” it, using their influence to get bulk insurance. Then when the middle class have fled or been flattened into the working class, they’re only going to be able to rent a much smaller place than before, which is more efficient for the real estate company.

    Oh, and it’s likely that the only reason for the development is because the equity firm involved has other companies they want local staff for.












  • Short version of the difference, as I’ve been given the knowledge:

    X11/X Windowing System is an older system, and still basically works on the CRT paradigm with HBLANK and VBLANK being sacrosanct and real-time. It’s doing transforms from digital to analog and back to digital in today’s world.

    Wayland is built for more modern setups, where unoptimized code and excessive memory capacity are the norm, so it renders the whole frame to the GPU at a time and pushes it out, so there’s no concept of scanlines. It’s all just pixels.