Live data from Hacker News

Kiki – Accountability monster for people who are easily distracted

kiki.computer

21–30 of 59 posts

Re: Kiki – Accountability monster for people who are easily distracted

#21

Please, put info that this is Apple-only in the FAQ. I got it after reading through the whole page and clicking "download app" on my Android phone.

Hmm. The only button on the screen is ([Apple Logo] Send me a download link). When you scroll it off screen it's replaced with ([Apple Logo] Try Kiki) and a collage of macOS screenshots.

They could certainly put it in the FAQ, which is below the ([Apple Logo] Get the App) button, I don't actually disagree with you, but it is somewhat of a funny complaint to me given the actual content of the page.

Re: Kiki – Accountability monster for people who are easily distracted

#23

Some day I want it explained to me why it's impossible to put controls on a computer. Computers follow symbolic mathematical rules, so, "you're only allowed to run this app for 30 minutes" seems like a really easy command to follow. But you cannot buy software that actually, reliably causes this to occur at any cost on any device. It seems like there are three hard things in computer science: cache invalidation, nami…

I bet that various niche paid software may have access controls like that.

It should not be very hard to write though, given that processes have predictable names, and executables have predictable signatures. Replacing the executable until the next time slot comes would additionally help.

Deploy a rootkit to make certain that the user cannot get rid of this software.

It might be easier and cheaper to have a dedicated device for that special thing, kept under a lock and key. Maybe the very insanity of such a setup would help reason overcome the addiction.

Re: Kiki – Accountability monster for people who are easily distracted

#26

Some day I want it explained to me why it's impossible to put controls on a computer. Computers follow symbolic mathematical rules, so, "you're only allowed to run this app for 30 minutes" seems like a really easy command to follow. But you cannot buy software that actually, reliably causes this to occur at any cost on any device. It seems like there are three hard things in computer science: cache invalidation, nami…

If there was an easy way for productivity apps to do that, it would also be a good way for malware to do that. It could also still be tricked, for example, by changing the system date on your device.

I suppose a hypervisor-level monitor could prevent and revert that.

Re: Kiki – Accountability monster for people who are easily distracted

#27
post #22

For those unfamiliar, the name is based on the Kiki/Bouba effect: https://en.wikipedia.org/wiki/Bouba/kiki_effect

This must be about Kiki and Jiji by Miyazaki. https://en.wikipedia.org/wiki/Kiki%27s_Delivery_Service

Re: Kiki – Accountability monster for people who are easily distracted

#29
post #12
post #5

What if Kiki misunderstands you, and now you have to complete an impossible task before you can use your PC again?

Does the task description influence the blocking behavior? That wasn’t clear to me— it might be that you manually configure the allow/block list and the task description is just for the user.

I assume they use an AI to check if you work on the task or have completed it.

Otherwise, why would anyone fill in the task description? That's just extra work for zero benefit (surely you know what you were working on?)

Re: Kiki – Accountability monster for people who are easily distracted

#30

Some day I want it explained to me why it's impossible to put controls on a computer. Computers follow symbolic mathematical rules, so, "you're only allowed to run this app for 30 minutes" seems like a really easy command to follow. But you cannot buy software that actually, reliably causes this to occur at any cost on any device. It seems like there are three hard things in computer science: cache invalidation, nami…

I mean, that's not at all the case.

As a trivial application of the spec, consider that there are time-limitted trials of software. Once it's run for 30m, it'll never run again without significant intervention.

If you're the kind of person that's willing to go out of your way to invalidate the control spec rather than just abide by your own time control rules, you've got a more significant problem than you're willing to admit.

We don't need software that prevents running for 31 minutes in every 24 hour period, we need humans who are both willing and able to manage their time.

I mean, can you imagine being the kind of person that blames a piece of software for one's inability to stop using said software. Like it's somehow tiktok or youtube or android or linux or who the fuck ever's fault that you can't stop doomscrolling or gaming or gambling or whatever.

As a matter of fact, every software already supports what you're asking for. Run a script that monitors focus time and kills after a certain period if you're really so unable to simply close the software based on your own paradigm. Leave the script running and have it issue kills for the entire duration of your specification. [use=focustime/24h; while use>30m/24h, kill proc.exe].

There are already existing implementations of this that, for instance, limit a user acct to a certain amount of time per period. Imagine a library that only allows 30m/account. I just got out of an environment that only allows accts to access for a maxiumum of 15m with one sign on with a 15m cooldown. If you used it for 3 minutes and signed out, you'd have to get back in line for 15m. If you demanded using it as much as possible you would use it for 15 and wait for 15.

Post reply on HN