__alias | 6 months ago | on: Writing code is easy, reading it isn't
__alias's comments
__alias | 6 months ago | on: Writing code is easy, reading it isn't
To get a good mental model, I'll often get an LLM to generate a few mermaid diagrams to help create a mental model of how everything pieces together
__alias | 6 months ago | on: AGENTS.md – Open format for guiding coding agents
``` If adding tests, read @./TESTING_INSTRUCTIONS.md
```
__alias | 6 months ago | on: AGENTS.md – Open format for guiding coding agents
E.g. "Before each commit, do X and Y to validate the changes."
__alias | 6 months ago | on: AGENTS.md – Open format for guiding coding agents
``` // AGENTS.md
If implementing a new service, first read @./SERVICE_SETUP.md
If writing tests, first read @./TESTING_SETUP.md
```
Or whatever else might make sense for your project.
__alias | 9 months ago | on: Dull Men’s Club
I feel like this energy perfectly encapsulates what dull mans club is all about
__alias | 1 year ago | on: Reverse engineering Call of Duty anti-cheat
__alias | 1 year ago | on: TikTok preparing for U.S. shut-off on Sunday
__alias | 1 year ago | on: Trump wins presidency for second time
__alias | 1 year ago | on: Using an 8K TV as a Monitor
27 inch is the sweet spot for me. The further through my career the more i've effective with smaller screen space and I am.
I actually prefer working on my 16 mbp nowadays.
__alias | 1 year ago | on: Adobe's new image rotation tool is one of the most impressive AI tools seen
__alias | 1 year ago | on: Show HN: ServerlessAI – Build, scale, and monetize AI apps without back end
There's lots of novelty apps atm that, as the other commented stated, just want to get to market as soon as possible to validate an idea
__alias | 1 year ago | on: Leaving Neovim for Zed
__alias | 1 year ago | on: Leaving Neovim for Zed
Years ago I saw a colleague operate as an absolute beast using VS Code with vim bindings and it was impressive to watch.
But I've never watched anyone code in vim/emacs etc and felt it's a more effective editor than vs code.
__alias | 1 year ago | on: Node.js adds experimental support for TypeScript
__alias | 1 year ago | on: Node.js adds experimental support for TypeScript
__alias | 1 year ago | on: NoTunes is a macOS application that will prevent Apple Music from launching
__alias | 2 years ago | on: The day I canceled my Spotify subscription
__alias | 2 years ago | on: Something a lot like Pokemon Yellow
The guide was basically a bible for me at that age, and used it heavily to guide me through parts of the game I would get stuck at.
I seem to remember places like the ice skating scenes and victory road being far more challenging than they probably were in reality.
__alias | 2 years ago | on: Database Fundamentals
The author at step 1. of a project trying to pick the tech stacks, decides to read a book on databases to help with choosing a DB
Then proceeds to segue to writing his own database.
Then writes a blog about said process
I wonder how that original project has come along? I'm looking forward to when the author gets to the stage of picking a frontend framework
Especially getting them to generate sequence / flow charts I find is a hack to figure out how everything fits together well.
Claude code is fantastic at quickly tracing through code and building visualisations of how code works together