Live data from Hacker News

I hacked my clock to control my focus

paepper.com

51–60 of 70 posts

Re: I hacked my clock to control my focus

#51
Super cool hack.

For something slightly less hacky, check out the Argos gnome shell extension. It creates a folder where any script dropped there will get executed every N seconds, and the output placed on the title bar.

It’s been life-changing.

Re: I hacked my clock to control my focus

#53
post #43

i bought a 30min hourglass. i wanted to do something like this but i can't be adding more buzzing, pinging, alerting things to my digital life.

The post is essentially the digital equivalent of sticking a sticky note on your clock. I think the entire point is that there is no alert or interruption associated with it.

Re: I hacked my clock to control my focus

#54
post #43

i bought a 30min hourglass. i wanted to do something like this but i can't be adding more buzzing, pinging, alerting things to my digital life.

The post is essentially the digital equivalent of sticking a sticky note on your clock. I think the entire point is that there is no alert or interruption associated with it.

I use sticky notes at each end of an hourglass.

Re: I hacked my clock to control my focus

#55

I've added an hourly chime to my work computer's clock, similar to a Casio wristwatch. It's a subtle reminder of the passing time, prompting me to pause, reflect, and reassess my actions to stay on track and avoid procrastination. I like this constant on screen reminder though and might give it a try myself :)

I have a similar thing in my WFH office where Home Assistant will play a chime during at canonical hour[0], plus it plays the Westminster Quarters[1] at 5pm to remind me when the normal work day is ending. I find the chunks of time match up well to work/eat periods[2] versus the granularity of each hour.

[0] https://en.wikipedia.org/wiki/Canonical_hours#Western_rites ; for the work day the main chimes are at 7am, 10am, 12pm, 2pm, 7pm

[1] https://en.wikipedia.org/wiki/Westminster_Quarters

[2] I originally stole the idea from the game Pentiment, which uses the canonical hours as it's in game time system since you're working in a 16th monastery. A web app version of the clock is at https://pentiment-clock.vercel.app/

Re: I hacked my clock to control my focus

#56
talking about focus hacks…when at uni I had odd studying hours, often mixing day and night without any clear distinction.

What kept me grounded were scented candles. IKEA used to sell those with an expected burning time. My favs were the 40hrs ones [0]. My exam preparation was 1 candle for revising notes, 1 candle to go through relevant books and 1-2 candles to do exercises (exp for calculus and similar courses). Add 1 more for the final revision. I was constantly lighting on and off those.

[0] https://www.ikea.com/gb/en/p/jaemlik-scented-candle-in-glass...

Re: I hacked my clock to control my focus

#58
post #21

Earlier quoted context omitted.

You could post a gist of it, though. I’d love to do the same thing.

I might do that at some point... this is the main part of it, just a swift data model and one file of views. Plus a bunch of example code for making widgets work. ``` import Foundation import SwiftData @Model final class FocusItem { let created: Date = Date() var completed: Date? var theFocus: String = "New Focus" var details: String? init(completed: Date? = nil, theFocus: String, details: String? = nil) { self.compl…

Thanks!

Re: I hacked my clock to control my focus

#59

talking about focus hacks…when at uni I had odd studying hours, often mixing day and night without any clear distinction. What kept me grounded were scented candles. IKEA used to sell those with an expected burning time. My favs were the 40hrs ones [0]. My exam preparation was 1 candle for revising notes, 1 candle to go through relevant books and 1-2 candles to do exercises (exp for calculus and similar courses). Add…

Can you elaborate more on this? I couldn’t quite understand whether you used these candles to “anchor” yourself to different times of day, or if you were just using them as kind of cumulative timers?

Re: I hacked my clock to control my focus

#60

talking about focus hacks…when at uni I had odd studying hours, often mixing day and night without any clear distinction. What kept me grounded were scented candles. IKEA used to sell those with an expected burning time. My favs were the 40hrs ones [0]. My exam preparation was 1 candle for revising notes, 1 candle to go through relevant books and 1-2 candles to do exercises (exp for calculus and similar courses). Add…

Doesn't that add up to like 200 hours per course for study? Two or three courses and you're at 600 hours study per 13-week term? 46 hours a week on top of your actual class load?
Post reply on HN