Y
Hacker News
new
|
ask
|
show
|
jobs
by
RedComet
38 days ago
I think something like a per boot delta added to a (per app?) random base would preserve such functionality.
1 comments
echoangle
38 days ago
Just generate a new random value instead of incrementing
link
RedComet
38 days ago
Even that is overkill if all you're interested in is if a change occured.
link
echoangle
38 days ago
What’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.
link
maccard
38 days ago
I don’t think an app should have access to that (without some sort of very special permission).
link