decide | 8 months ago | on: Claude Hooks: 6 hooks to make Claude Code cleaner, safer, and saner
decide's comments
decide | 1 year ago | on: I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA
decide | 4 years ago | on: I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA
If I’ve received my O-1 but I haven’t started working at the company yet, can I still travel to the US on my O-1 while working remotely for a canadian company?
decide | 4 years ago | on: Researchers, lawmakers want Facebook's mental health research
decide | 4 years ago | on: Researchers, lawmakers want Facebook's mental health research
To the requests made so far, you are correct.
Depositions and subpoenas would change that. And if you know who to ask inside FB, there are some ugly skeletons in their closet.
decide | 4 years ago | on: Researchers, lawmakers want Facebook's mental health research
Members from the well-being team tried to conduct research but was refused do to it because of “legal and PR” reasons. The well-being team was shut down.
All this will come out in lawsuits if/when they happen. Likely through attorney generals and not individuals.
decide | 4 years ago | on: Ask HN: Who wants to be hired? (May 2021)
decide | 4 years ago | on: Ask HN: Who wants to be hired? (May 2021)
decide | 4 years ago | on: Ask HN: Who wants to be hired? (May 2021)
Location: San Francisco | Remote | No relocation
Technologies: node, react, vue, swift, python, mongo and open to learning more.
Résumé/CV: https://drive.google.com/file/d/1BcGPFWgpamRXXBXXxMSXHxlrvKE6eH2I
WHY TO HIRE DAN: Former founder, both iOS apps I've worked on were featured on the front page of the App Store globally, used by 300k+ people
3 yrs as a full stack product engineer and 2 yr managing engineers
Strong desire to level up as an engineer, and very receptive to feedback
My highest personal value is awareness, which extrapolates into every part of my personal and professional life - I'm a mindfulness nerd.
WHY NOT TO HIRE DAN: You're looking for someone with strong systems design and architecture experience. Most of my experience is working within a pre-existing architecture (front and back end) and building front-end features and their corresponding end-points
I don't have experience working with an engineering team larger than 4 people
You don't have capacity to have a pair programming session once a week with me to help me level-up as an engineer
You're looking for a senior engineer
You expect the engineer to be highly proficient with SQL or GraphQL vs. learning on the job
You haven't raised a series-a yet (or on a strong trajectory to do so)decide | 4 years ago | on: Ask HN: For engineers you saw level-up fastest, what did they do differently?
* Proactively take on projects, don’t wait for someone to give a perfectly scoped out task.
* When things go down, the engineer doesn’t shut down, they tackle the challenge logically, and will also reach out for help appropriately.
* Hunger to learn
* Go above expectations to fixes systems or builds things that makes it easier for engineers or other teams to operate.
decide | 5 years ago | on: Ask HN: Who wants to be hired? (April 2021)
Why not me? I’m not a senior engineer and I’m looking for a place that can offer some mentorship and the occasional pair programming session, so if you can’t offer that, we’re unlikely a fit.
decide | 7 years ago | on: Amazon Sets Its Sights on the $88B Online Ad Market
Claude Code released hooks a few days ago, and I set up a few hooks to improve my experience (and velocity) using Claude Code:
• check-package-age.sh: prevents CC from installing outdated packages • code-quality-primer.sh / code-quality-validator.sh: Validates code quality • code-similarity-check.sh: Helps prevent duplicate code (and uses an indexer to support faster method lookup) • pre-commit-check.sh: Blocks bad commits with lint/test checks • claude-context-updater.sh: Auto-updates CLAUDE.md to keep context fresh (and helps CC navigate the codebase faster)
To help me debug that the hooks were running, I added (local) logging, and I can see stats on the hooks that have run.
I tend to add a new hook when I notice CC not behaving as I want. I've got a backlog of hooks to add.
This is mostly functional, though before it being 'perfect' I figured I'd put it out here to get input and maybe some other contributors.