I’d appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.

  • 5 Posts
  • 279 Comments
Joined 2 years ago
cake
Cake day: November 3rd, 2023

help-circle





  • Their UK traffic was down by only 77%? Should’ve been 100% to begin with.

    I guess it’s for the best that they’re going after the porn sites first with the “age verification” scam. It’s typically easy for their users to go somewhere else, and it gives a lot of people some first-hand experience of how jarringly intrusive and unsafe it is when a web site asks for official ID or biometric data.








  • Device drivers are not like other software in at least one important way: They have access to and depend on kernel internals which are not visible to applications, and they need to be rebuilt when those change. Something as huge and complicated as a GPU driver depends on quite a lot of them. The kernel does not provide a stable binary interface for drivers so they will frequently need to be recompiled to work with new versions of linux, and then less frequently the source code also needs modification as things are changed, added to, and improved.

    This is not unique to Linux, it’s pretty normal. But it is a deliberate choice that its developers made, and people generally seem to think it was a good one.