Live data from Hacker News

Viewing profile — maxekman

maxekman

HN member
Joined
Mon, Oct 17, 2016, 2:15 PM UTC
HN karma
622
Public activity
182 items

About maxekman

Software Architect freelance and consultant active in Gothenburg, Sweden.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
    Comment #47265395

    Lovely! Thanks for doing the first star!

  5. 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…

  6. comment
    Comment #46158488

    A precious glimpse of the less seen page renders.

  7. comment
    Comment #45222837

    Very Severence-ish name.

  8. comment
    Comment #44198497

    That is fantastic! Thanks for providing the link. I was expecting something like that on the submission URL.

  9. comment
    Comment #43472909

    Good idea! I’ll look into the code and check how extendable it is.

  10. 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…

  11. comment
    Comment #43377491

    I can recommend reading “The Phoenix Project”.

  12. 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 …

  13. 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

  14. 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

  15. story
  16. comment
  17. 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…

  18. story
  19. 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…

  20. comment
    Comment #37706018

    Here is an issue tracking a possible fix to this: https://github.com/golang/go/issues/19412

  21. 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/…

  22. comment
    Comment #33550683

    I’m hunting tech debt at work, meanwhile there is immunity debt out there!

  23. 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!

  24. comment
    Comment #32452735

    Really good diagrams illustrating where the energy is used.

  25. 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.