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

help-circle

  • The other problem is that the mouse does not click properly. Apple is still stubbornly refusing to put a second physical button in their mice. For almost 20 years they’ve been selling mice that can emulate right clicking by using a touch surface, but it seems like you still need to hold the mouse funny to avoid accidentally doing the wrong click because your other finger is resting on the other side of the mouse when clicking. At least they got rid of the little ball that likes to scroll horizontally while you’re scrolling vertically and gets clogged easily.




  • Having a non-garbage domain provider can be a luxury. I used to work at a place where we were paying boatloads of money for certificates from Sectigo for internal services, and they were charging us extra per additional name and even more if we wanted a wildcard, even though it didn’t cost them anything to include those options. Getting IT to set up the DNS records for Let’s Encrypt DNS verification was never going to happen.









  • Apple doesn’t want it to be VR. They want people to buy this expensive VR headset and wear it all day, but you can’t wear it in public because of how silly it looks, and you can’t carry it around everywhere because it doesn’t fit in your pocket and you can’t just toss it in a bag without damaging it, and you can’t even just wear it around your house unless you’re moving from outlet to outlet. The Vision Pro is an impossible cross between Facebook’s Quest Pro and Smart Glasses products. The technology to make a successful product out of it doesn’t exist yet.

    There are ways to use the Vision Pro as a regular VR headset, but then you’re paying for things you’re not using.




  • The Index by itself is 500 dollars, not 1k.

    LCD screen was a feature of the Index over the OLED screen in the Vive. On the Vive, the OLED has a visible pattern and some of the image is lost because there aren’t an even number of red green and blue subpixels (similar to PSVR2). The Beyond is screen is micro OLED with a more regular subpixel pattern.

    PSVR might be the only headset available with these features for cheaper, but not much cheaper, and it doesn’t have the headphones.




  • There’s a lot of wrong advice about this subject on this post. Forgejo, and any other Git forge server, have a completely different security model than regular SSH. All authenticated users run with the same PID and are restricted to accessing Git commands. It uses the secure shell protocol but it is not a shell. The threat model is different. Anybody can sign up for a GitHub or Codeberg account and they will be granted SSH access, but that access only allows them to push and pull Git data according to their account permissions.