HackerLangs
TopNewTrendsCommentsPastAskShowJobs

warmwaffles

534 karmajoined 16 năm trước
I maintain - https://github.com/elixir-sqlite/exqlite - https://github.com/elixir-sqlite/ecto_sqlite3

comments

warmwaffles
·4 ngày trước·discuss
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.
warmwaffles
·4 ngày trước·discuss
They'll make it a requirement for building codes to have it on file when you installed them. Just like septic systems all being transitioned to aerobic systems. Then it'll be on file in the county and they'll tax you on the capacity.
warmwaffles
·17 ngày trước·discuss
CAFE isn't all they have to deal with. NTSB has stricter safety requirements now and we will probably not have small vehicles again. I just want a damn Hilux.
warmwaffles
·18 ngày trước·discuss
`==`, `===`, `->`, `-->` are more pleasant to read with ligatures on. It's silly, but nice.
warmwaffles
·18 ngày trước·discuss
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.
warmwaffles
·18 ngày trước·discuss
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.
warmwaffles
·28 ngày trước·discuss
It's a contrived example.
warmwaffles
·tháng trước·discuss
You win some, you lose many. I savor the times I win.
warmwaffles
·tháng trước·discuss
Indeed I was. But that's lost on people here.
warmwaffles
·tháng trước·discuss
> Don't ask LLMs for big changes

> Review everything and point them in the right direction

Sorry upper management doesn't care. That's an engineering problem that you need to solve.
warmwaffles
·tháng trước·discuss
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.
warmwaffles
·tháng trước·discuss
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".
warmwaffles
·tháng trước·discuss
> Moore's Law approaching its end.

No it isn't. We are going more parallel and the transistor counts will continue to rise.
warmwaffles
·2 tháng trước·discuss
Perfect, now we'll start seeing people automate auto publishing because they don't want to explicitly push a button to publish it.
warmwaffles
·2 tháng trước·discuss
Well if you also have your 2024 input docs as well, you may want to check that too in separate sessions. Post your findings. I'm interested.
warmwaffles
·2 tháng trước·discuss
The sweet spot for being just fast enough to not irritate you is 10tok/s. Still slow but faster than you can sustain at typing and thinking. Just interesting to observe.
warmwaffles
·2 tháng trước·discuss
> quickly text a colleague.

This is still common and useful to gut check and make sure you aren't missing something. Source: wife is a doctor.
warmwaffles
·2 tháng trước·discuss
Because he wants to move it and then has to provide rationale behind why Ghostty is moving away from Github.
warmwaffles
·3 tháng trước·discuss
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.
warmwaffles
·3 tháng trước·discuss
> 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.