HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chrisrickard

no profile record

comments

chrisrickard
·قبل 10 أيام·discuss
Of course it’s an Australian spider
chrisrickard
·قبل شهرين·discuss
Cursor 3 is a full rewrite. No VS Code
chrisrickard
·قبل شهرين·discuss
I’ve found it interesting too.

It’s like I spent 20 years mastering painting in watercolour… nerding out on other painters, canvas options, even the backstory on some guy that makes a specific paint etc.

And I don’t regret any of that. but now I’m just loving creating my art 100x faster.

I thought I loved the craft (and I did) but more, I loved the product.
chrisrickard
·قبل شهرين·discuss
… i’m still seeing a therapist about this time period.
chrisrickard
·قبل 3 أشهر·discuss
Thank you, a refreshingly interesting read
chrisrickard
·قبل 5 أشهر·discuss
I have read all your yearly reviews and you’ve been an inspiration Michael. Keep it up, and I’m glad your 8th year was your happiest yet!
chrisrickard
·قبل 5 أشهر·discuss
Skills are chainable e.g. skill A can invoke skill B and then decide to invoke skill C etc… I don’t believe your slash commands can do this?
chrisrickard
·قبل 5 أشهر·discuss
Very cool, I didn’t realise the web audio API was so extensive these days
chrisrickard
·قبل 6 أشهر·discuss
I did this recently. Created a Skill that had access to executing very specific ific (reviewed) script for DB interaction, that connects to your a replica/anonymised DB, read only user, via VPN, via a jumpbox.
chrisrickard
·قبل 6 أشهر·discuss
Really fun idea treating an album like a dependency!
chrisrickard
·قبل 6 أشهر·discuss
Also, probably a good way to give LLMs more context compared to “div soup”
chrisrickard
·قبل 7 أشهر·discuss
Amazing achievement guys, seriously impressive. Now onwards and upwards!
chrisrickard
·قبل 7 أشهر·discuss
very cool concept. and great tracks. congrats on shipping!
chrisrickard
·قبل 8 أشهر·discuss
Another 15-yearer here too! Thank you HN, and for all the work you do @dang and @tomhow
chrisrickard
·قبل 8 أشهر·discuss
Because the ridiculous scope creep perhaps? And spending $96M of government money on an website (still with large faults that were backed out)

This was Accenture and Deloitte - not some backyard dev shop.
chrisrickard
·قبل 9 أشهر·discuss
I’m working on Userdoc, a spec-driven development workspace.

Break down your software requirements (Userdoc guides you through the process), refine/confirm, setup your technical specs, coding/business guidelines & guardrails, and then create development plans (specs) which can be easily consumed by coding agents via MCP, or by platforms like Lovable / v0 using Markdown. Working on Cursor background agent integration atm.

https://userdoc.com
chrisrickard
·قبل 9 أشهر·discuss
Your second point “planning in advance” could be referred to as spec-driven development… it’s a funny term in a sense (didn’t we always do that?), but I think your 7th point drives it home “a very weird form of management” - clear instructions, necessary context, and actionable feedback. As far as written words go, much more like waterfall than agile.
chrisrickard
·قبل 10 أشهر·discuss
This is why AI development will be huge in the “Buy vs Build” space… Businesses (with a capable tech team)can build the 20% of the SaaS they need, and stop paying for the 80% every single month.
chrisrickard
·قبل 10 أشهر·discuss
We are tackling this at https://userdoc.fyi - we help you build your specs (epics, stories, acceptance criteria, tech notes, test cases, etc) - then you can generate what we call Dev Plans, one or more requirement layers for implementation.

e.g maybe a dev plan is all your authentication feature requirements, or in the house of analogy – all the requirements for the rooms, but with instructions to actually just first build the floor, and the walls.

Dev plans then slice the reqs into meaningful units of work, as mentioned in the article – a feature/story, is often too large of a checkpoint, or often needs to be implemented in collaboration with other features/stories, so it understands the correct architectural context,.

You can then implement Dev plans over MCP, or copy to .md for tools like Lovable or V0.