I made the first commit to ker, a coding agent I’m building for myself.
It barely does anything yet: I can send a prompt, get a streamed reply back, and the conversation stays alive in the daemon.
Not much, but enough to start.
I wrote a bit about why I’m building it:
Post: https://t.co/tUEHHAaNCO
Repo: https://t.co/QdgGTCcS2q
I tried the new Codex app and I have to say I don't like it. I don't want to be negative and I respect the work of the developers. But it still lacks features that I consider absolutely necessary, although I'm sure they will be implemented over time. I thought that a GUI could be the future for this kind of thing. And it probably will be. That's why I was very excited to try this new app. Instead, I realised that, app issues aside, I find a TUI much more convenient. And I revised my position on GUI vs TUI.
I built Limite, a server for probabilistic data structures in Go. HyperLogLog, Bloom filters, Count-Min Sketch, Top-K—all speaking Redis protocol.
To stress test it, I pointed it at the Certificate Transparency log stream: https://t.co/PnlNILqS7U
GitHub: https://t.co/YhqPT6ogp0
@itsalexvacca The reason why I do not use LLMs as agents but instead as a (very valuable) resource to improve my work is not so much the quality of the result, which may or may not be questionable depending on the case. But precisely because otherwise I learn nothing.
@dhh I completely agree. The reason why I do not use it as an "agent" is not so much the quality of the result, which may or may not be questionable depending on the case. But precisely because I learn nothing.
Over the years, I've used MAMP, Vagrant, VMs, physical local servers, wp-env, bare Docker... DDEV is hands down my favorite tool for WordPress local development!
mkdir my-project && cd my-project
ddev config --project-type=wordpress
ddev start
ddev wp core download
ddev launch
Done! From zero to a working WordPress site in 30 seconds.
I always wanted to have a minimal snippet sharer with no ads and that was easy for my clients to use. So I decided to create ssnipp. Also, it was a good opportunity to learn Go. The source code is public if anyone is interested.
https://t.co/yjquk5vt0X