Viewing profile — cacoos
cacoos
HN member- Joined
- Wed, Jan 11, 2023, 7:19 PM UTC
- HN karma
- 4
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About cacoos
software engineer
Recent public activity
- story
- comment
-
story
Show HN: A desktop app that blocks work when you bite your nails
Saw this repo: https://github.com/tldev/posturr and wanted to share my solution to avoid nail biting :)
-
comment
Comment #46759846
this is great! I made one for nail-biters: https://github.com/cacoos/trackhands
-
comment
Comment #45518437
I got the link from this tweet: https://x.com/ignaciosoffia/status/1975972645146591726
- comment
- story
-
comment
Comment #36341608
I've always wondered why not to use request interceptors, get the html/json/xml/whatever url and then just call them. If you need cookies/headers, you can always open the browser, …