@swicano@programming.dev
member since 3 Jul 2023 21:29
comments
- on Nearby Glasses: This app notifies you when smart glasses are nearby in c/privacy@lemmy.ml · 9 Sep 2026
-
on but seriously, what symbols go best with which genders? in c/transmemes@lemmy.blahaj.zone · 15 Aug 2026
If the drop down list on websites and forms just had these as options, that’d be pretty dope.
-
on How AI text watermarking works: a visual guide in c/technology@lemmy.world · 14 Aug 2026
Definitely. It might require significantly more input to gain the same certainty, but all it’s doing is reweighting the possible next tokens before choosing, and code output is still just token output. The rigid syntaxes probably means that the next token probabilities are much more sharply divided (maybe a random sentence the top 1 choice is just 40%, top 3 are 80%, but for a line of code, the top 1 choice might be 90% probability and top 3 hit 99%)
The OS is probably optimizing it away, there might be a setting under battery management or app deep sleep that stops the OS from killing it, but it’s gonna use a bunch more battery, too. I think this is a simple enough thing that a little esp could do it instead of a whole phone app