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

help-circle


  • What if the person with the Vision Pro got it to help with a physical disability, and it has greatly improved their quality of life? Or what if it was gifted to them by a now passed friend or family member, and now holds a great deal of sentimental value to that individual? Do you not agree that criticizing in these (and likely many other) instances would be an asshole move on your part?

    You don’t know how or why they obtained it, and their possession of it does not harm you in any way, shape, or form. Do you still not agree that being vocally and directly critical of the other person’s simple possession of this item is an asshole move?









  • Certainly seems interesting and I’ll likely be preordering to test my collection of custom pi code/scripts/automations. But it’s sad to see the loss of the $35 1GB version replaced with the $60 4GB version. It’s not substantially more expensive and is certainly a better value, but with the abundance of similarly priced, similarly specced SBCs on the market today, this launch doesn’t feel as impactful as it otherwise might.




  • Wi-Fi drivers are notoriously complicated on Linux in general, though things have been improving. But yeah if ‘iwctl device list’ comes up empty when you plan to use Wi-Fi to install Arch, especially if Ethernet isn’t a viable temporary alternative because your device doesn’t have an Ethernet port, you’re in for a tough time.




  • This is a fairly technical meme. Userspace is not the same as user preferences, and in this case refers to application compatibility. Applications written by third party developers (i.e. not the creators of the OS itself) are almost always in userspace and not kernelspace.

    Windows and the Linux Kernel devs go to great lengths to ensure that they are backwards compatible, sometimes to a fault. For example, there are certain bugs that are left in place and not fixed because some applications have adapted to the bugs and now rely on that behavior. If the bugs were fixed, suddenly those apps would break and the developers of those apps would need to create an update. That’s complicated or even impossible if the app developer has been out of business since the 90s/dies/is locked up in legal limbo/etc.

    You can still run games and other software from the 90s on Windows 11, but there is software from the 2010s that won’t run on the latest version of macOS because Apple doesn’t give a fuck about maintaining backwards compatibility (breaking userspace).