• 1 Post
  • 127 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • I am tempted to compare the market of handheld PC to this of Single Board Computers.

    You have on one hand the Raspberry Pi and steamdeck: first successful on a niche market, develop the hardware and the software to deliver a complete experience, open and hackable.

    On the other hand, you have all the followers, throwing out some random imitations, with better spec. sheets, but no Software support, or just the bare minimum and ultimately the experience offered isn’t a match.

    How are they hoping to compete with the steamdeck if none of them put in the effort to develop a complete and functional user experience? Acer and Asus with collect the scraps and nothing more.







  • I don’t understand why they would release a PS5 Pro. For the PS4 / Xbox One generation, it was somewhat justified because 4K TV became widely available and desirable shortly after the release of this generation, making the consoles almost obsolete.

    This time around, I don’t see the performance of theses consoles as a big problem. Interest has declined because prices of consoles and games are high, and there are not that many exiting games to play on them.

    Making a more powerful variant has some disadvantages too, making game development more complex to support all variants. Microsoft has already suffered from this strategy with the Xbox series X/S.l, e.g:with BG3 local multiplayer



  • As I understand it, instead of the website or online service storing your password (in a, supposedly secured way), with passkey your password manager stores a private key and the online service stores a public key (or rather a lock). The key and the lock are paired together cryptographically (mathematical functions that are non-reversible). Now when you login with passkey, the service sends a challenge generated from the lock, that can be solved only with the matching private key, your password manager solves the challenge and your authenticated. Locks and keys were not exchanged during the process, and services never store your key. Everything happens automagically.

    It actually uses the same protocol used is some hardware security keys such as Yubikey and Solokeys. The problem remains the same as with hardware security keys, adoption and support, compatibility. It’s very rare that a service supports these options, although they exist for a while.

    Anyone feels free to correct me if I wrote something wrong. I am by no mean an expert.