Viewing profile — maxekman
maxekman
HN member- Joined
- Mon, Oct 17, 2016, 2:15 PM UTC
- HN karma
- 622
- Public activity
- 182 items
- HN profile
- View on Hacker News ↗
About maxekman
Recent public activity
-
comment
Comment #47515582
What is “agentic AI cloud era” referring to? I honestly don’t know what this buzz-speak is targeting. Running models locally on the server, for cloud workloads? Agentic, that is ju…
-
story
Show HN: A2UI for Elixir/Phoenix/LiveView
Hello, I wanted to explore the A2UI protocol using my new favorite tech/stack, so I did a heavily LLM-assisted implementation of it. It's a very early release and more of an experi…
-
story
Show HN: A2A protocol for Elixir with GenServer-like ergonomics
Hello! I wanted A2A support for an Elixir project and thought about how I wanted to use it in my app, and less about the protocol. This became a GenServer-like protocol for an agen…
-
comment
Comment #47265395
Lovely! Thanks for doing the first star!
-
comment
Comment #47264494
Thanks for sharing! I’ll definitely check it out. I just LLM-built an A2A package which is a GenServer-like abstraction. I however missed that there already was another A2A impleme…
-
comment
Comment #46158488
A precious glimpse of the less seen page renders.
-
comment
Comment #45222837
Very Severence-ish name.
-
comment
Comment #44198497
That is fantastic! Thanks for providing the link. I was expecting something like that on the submission URL.
-
comment
Comment #43472909
Good idea! I’ll look into the code and check how extendable it is.
-
comment
Comment #43470134
Awesome! I was thinking about implementing something similar for the Swedish government APIs to improve transparency and knowledge of the democratic processes. I wonder how easy it…
-
comment
Comment #43377491
I can recommend reading “The Phoenix Project”.
-
comment
Comment #42144429
I was definitely leaning this way too, really well put. Training at work (for all roles) definitely needs an upswing. As a freelance for many years I always made sure to do my own …
-
comment
Comment #42144402
I submitted that article over here [1], would be interesting to see a discussion on that in itself. 1. https://news.ycombinator.com/item?id=42144389
-
comment
Comment #42144395
I saw this linked from this post the other day [1]. Would be interesting to hear what you think about the ideas in there. 1. https://news.ycombinator.com/item?id=42111031
- story
-
comment
Comment #38252115
Bohr?
-
comment
Comment #38166853
On this awesome list [1] I found the ICEBreaker board [2] which was great to learn on. It’s a fully open source design too [3]. 1. https://www.joelw.id.au/FPGA/CheapFPGADevelopment…
- story
-
comment
Comment #37847380
You should try out OrbStack: https://docs.orbstack.dev/kubernetes/ I switched to it completely, it’s very convenient to have both fast (-est on Mac) Docker support and a really smo…
-
comment
Comment #37706018
Here is an issue tracking a possible fix to this: https://github.com/golang/go/issues/19412
-
comment
Comment #36818478
There is some interesting content regarding this in the Timestamps and Sequencing section in this post about the Go execution tracer overhaul: https://go.googlesource.com/proposal/…
-
comment
Comment #33550683
I’m hunting tech debt at work, meanwhile there is immunity debt out there!
-
comment
Comment #33153702
I was going to say the exact same thing; to cram the fingers in a small “home row” on a touch screen makes no sense at all. But the opposite does!
-
comment
Comment #32452735
Really good diagrams illustrating where the energy is used.
-
comment
Comment #32216078
`git rebase -i origin/main` (or HEAD~N or any other base) with the e/edit action on selected commit will do the same with only built in functionality.