this post was submitted on 03 Jun 2025
220 points (96.6% liked)

Facepalm

3291 readers
200 users here now

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] wise_pancake 4 points 2 weeks ago (2 children)

This timer allows pausing though, so I think you have to store a sequence of timestamps

[–] [email protected] 1 points 2 weeks ago (1 children)

If you rooted the iPhone could you use some kind of hex editor?

[–] wise_pancake 3 points 2 weeks ago

Probably, the data exists somewhere

[–] [email protected] 1 points 2 weeks ago (1 children)

Does it show the "laps" and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.

[–] wise_pancake 1 points 2 weeks ago

It does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag.

Fairly easy data structure to build.