5 ms·
I think something like a per boot delta added to a (per app?) random base would preserve such functionality.
by RedComet 3mo ago
I think something like a per boot delta added to a (per app?) random base would preserve such functionality.
- echoangle 3mo agoJust generate a new random value instead of incrementing
- RedComet 3mo agoEven that is overkill if all you're interested in is if a change occured.
- echoangle 3mo agoWhat’s an easier way? I’m assuming they want the app to be able to detect when “a”, was copied, then “b” and then “a” again, so just looking at the value probably isn’t enough.
- maccard 3mo agoI don’t think an app should have access to that (without some sort of very special permission).