Live data from Hacker News

Viewing profile — cacoos

cacoos

HN member
Joined
Wed, Jan 11, 2023, 7:19 PM UTC
HN karma
4
Public activity
8 items

About cacoos

software engineer

Recent public activity

  1. story
  2. comment
  3. 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 :)

  4. comment
    Comment #46759846

    this is great! I made one for nail-biters: https://github.com/cacoos/trackhands

  5. comment
    Comment #45518437

    I got the link from this tweet: https://x.com/ignaciosoffia/status/1975972645146591726

  6. comment
  7. story
  8. 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, …