←back to thread

1901 points l2silver | 3 comments | | HN request time: 0.644s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
rmholt ◴[] No.35740455[source]
I struggled with procrastination a lot so on top of Pi-Hole I built myself an automatic procrastination tracker and blocker, this setup helped reduce my procrastination from several hours a day to almost nothing (over the period of several years of slowly unlearning the bad habits)
replies(1): >>35740618 #
1. plastic_bag ◴[] No.35740618[source]
As someone who is struggling with procrastination, I'd love to know more about how it works and how it helped you overcome the bad habits.
replies(1): >>35762056 #
2. rmholt ◴[] No.35762056[source]
I understand, it's basically a wrapper around PiHole, which is a DNS server. This wrapper does several things, such as monitor dns log, change site destination, and monitors my devices and enforces itself as DNS server (thorough SSH)

Project is here https://github.com/richard-hajek/environment-overseer/tree/b... the code quality is not amazing but it works haha

replies(1): >>35872829 #
3. plastic_bag ◴[] No.35872829[source]
Thank you for sharing this. Although I have a similar setup with NextDNS and ActivityWatch, it does not give me the same level flexibility like your project does. I'll be sure to check it out when I switch to PiHole.