• 0 Posts
  • 32 Comments
Joined 11 months ago
cake
Cake day: August 9th, 2023

help-circle



  • There’s no point looking for logic. These people truly believe granting a licence restricts the rights of people who don’t agree to the licence, which is the exact opposite of what licenses do. It’s blatant misinformation but if you call them out on it (even by quoting their own link) they literally think you’re an astroturfer for AI, because that makes more sense to them than the fact they’re obviously wrong.







  • with extras like […] no lockscreen ads

    What the fuck? Why is that an extra not just the default? It’s great that this product isn’t riddled with ads, but that’s like saying it’s great a burger is not made of human shit; it’s crazy that anyone would tolerate a shit-burger in the first place.

    Maybe ads are normal in the e-reader space for some reason, but that’s just insane to me.


  • This may have been true historically but I’m not sure it still holds up. I switched to Linux Mint as my regular OS a while back and the only driver issue I’ve had was that the installer didnt properly install my wifi card’s proprietary driver (which was working during live boot from usb), so I had to tether to my phone to download the driver through the driver manager. It even installed Nvidia drivers just fine.

    It might still be an issue for more barebones or heavily customisable systems but I’m fairly certain nobody’s recommending people switch to Arch for their first Linux experience.


  • A keyboard without tactile feedback is objectively worse than a keyboard with tactile feedback, excluding other factors.

    I’ve never had a physical keyboard lag out then send an entirely different keystroke because it thought I held a button, or send a single keystroke because I was typing too quickly.

    I’ve never had to wait a moment for a physical keyboard to show up after selecting a text box.

    I’ve never had the entire layout of a page shift to make room for a physical keyboard whenever I select or deselect a text box.

    I’ve never had a physical keyboard prevent me from using the number pad and force me to use the full keyboard (or worse, vice versa) because of an improperly configured input box.

    The way I see it there are exactly two real benefits to integrating a software keyboard into a touchscreen: reduced physical complexity (the entire device is essentially just one screen), and easier access to emoji. A touchscreen keyboard performs far worse as a keyboard. It’s a valid trade-off for a small mobile device, but it’s not objectively better.


  • Anything we’ve had before now wasn’t AI.

    This claim doesn’t work simply due to the fact AI is a very vague term which nobody agrees on. The broadest and most literal (and possibly oldest) definition is simply any inorganic emulation of intelligence. This includes if statements and even purely mechanical devices. The narrowest definition is a computer with human-like intelligence, which is why some people claim LLMs are not AI.

    Saying LLMs work differently from older AI approaches is fair, saying older approaches are not AI but the latest one is is questionable.





  • It’s not just repeated moves, a draw can be called if the board is in the same state 3 times at all during the game; if you get to the same position 3 times using different moves that still counts, even if it was a white move the first two times and a black move the third.

    The game also ends after 50 moves with no captures or pawn moves so you can’t play indefinitely by just avoiding those board states. Interestingly those two moves also make it impossible to return to a previous board state (pawns can’t move backwards, extra pieces are never added) so if you’re enforcing both rules in code you can safely discard previous board states every time you reset the move counter.