HN user

warmwaffles

534 karma

I maintain - https://github.com/elixir-sqlite/exqlite - https://github.com/elixir-sqlite/ecto_sqlite3

Posts2
Comments619
View on HN
ECC and DDR5 2 days ago

When that bubble does finally burst, you won't be able to afford those amazing hardware deals due to the economy being in the tank for a while.

All I want to do is reword and correct commit messages / improve them without rebasing everything. When working with teams this is a sure fire way to create absolute chaos.

128GB of the most in demand consumer chip when all the manufacturers are switching to HBM manufacturing because the margins are far better there will do that to you. It sucks.

The Coming Loop 30 days ago

The fun part about that `grill-me` command is that when the questions are over, I've found that I can go right into implementation without needing to dump a PRD or some sort of broken up plan. Now this is obviously completely predicated on what you are asking it to grill you on. But for tasks that are semi complicated, it's fantastic.

I went from Alacritty to Ghostty for ligatures and some other small goodies. I could probably get those same goodies with Kitty, but I didn't want to try nor have the desire to try. I may go back to Alacritty if I grow tired of Ghostty.

Shopify Is Down 2 months ago

And even if it _was_ related to AI, they would not admit it. First course of action is to blame user/programmer error and then QA process error. You shall not blame the golden calf. I am half serious and half not. But I do recommend reading the book "The Field Guide to Understanding 'Human Error'" in conjunction with my hyperbole.

Schools have always lagged and can barely keep up. Books once printed on any tech topic is almost always outdated by the time it reaches students. Anecdotally, I went through high school being told over and over that I wouldn't always have a calculator in my pocket. I think the messaging they conveyed was done poorly, and should have said "you need to understand the fundamentals and why the calculator gave you the answer".

I am curious to watch this unfold. How long until a clever supply chain attack effects this? What will the response be? Will be interesting to see it.

Couldn't you also just have an LLM review the PR and quickly fix any issues? Or even have it convert the PR into a list of specs, and then reimplement from there as you see fit?

Sometimes I'm not a fan of the change in its entirety and want to do something different but along the same lines. It would be faster for me to point the agent at the PR and tell it "Implement these changes but with these alterations..." and iterate with it myself. I find the back and forth in pull requests to be overly tiresome.

I've trained myself to avoid this entirely by avoiding changing lines unnecessarily. With LLMs, I also force them to stay concise and ONLY change what is absolutely necessary.