Live data from Hacker News

Viewing profile — indiosmo

indiosmo

HN member
Joined
Thu, Jul 11, 2013, 2:55 PM UTC
HN karma
18
Public activity
13 items

About indiosmo

No profile information was provided.

Recent public activity

  1. comment
    Comment #48510362

    There’s definitely interest in this in finance domains. I’ve done DATERANGE and GiST exclude constraints based solutions for a symbology database for example, where any given ticke…

  2. comment
    Comment #48101082

    The way I frame this is that LLMs are not replacing the tools, whic are are deterministic. They are replacing the humans, which are themselves non-deterministic, as in your Zuckerb…

  3. comment
    Comment #47351112

    I usually instruct the agent to use the skills explicitly, e.g. "/writing-tests write the tests for @some-class.cpp" So the skills are mostly a sort of on-demand AGENTS.md specific…

  4. comment
    Comment #46419874

    I use this library a lot for scope guards in C++ https://github.com/Neargye/scope_guard , especially for rolling back state on errors, e.g. In a function that inserts into 4 separa…

  5. comment
    Comment #45114814

    Andrei Alexandrescu comes to mind as someone who does this often. Plenty of talks on youtube.

  6. comment
    Comment #45111525

    One recent example of boilerplate for me is I’ve been writing dbt models and I get it to write the schema.yml file for me based on the sql. It’s basically just a translation, but w…

  7. comment
    Comment #44995216

    This resonates with my experience of using LLMs to build tooling. I have a repo with several libraries where i need error codes to be globally unique, as well as adhere to a set of…

  8. comment
    Comment #44147666

    bpftrace was instrumental in helping me diagnose a latency spike on a hot path. I call into a vendor library that eventually calls into Solarflare's TCPDirect API to send packets t…

  9. comment
    Comment #44110843

    Elixir has this. https://hexdocs.pm/elixir/main/docs-tests-and-with.html

  10. comment
    Comment #43494141

    I suppose the argument is that while the robot itself might not have run over anyone, it might have caused someone else on the road to do it. So if we're just measuring how many cr…

  11. comment
    Comment #41990684

    In addition to the radio signal being faster as noted by the other commenters, for long distances the radiowave is actually the shorter route. If you take one of the routes in the …

  12. comment
    Comment #19560023

    I have been using SML in production for a little over a year now without issues, mostly for protocol machines. I agree the documentation is not great though, you kind of have to go…

  13. comment
    Comment #12173944

    In the context of hedge funds, I'm assuming compliance.