Viewing profile — indiosmo
indiosmo
HN member- Joined
- Thu, Jul 11, 2013, 2:55 PM UTC
- HN karma
- 18
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About indiosmo
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #45114814
Andrei Alexandrescu comes to mind as someone who does this often. Plenty of talks on youtube.
-
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…
-
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…
-
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…
-
comment
Comment #44110843
Elixir has this. https://hexdocs.pm/elixir/main/docs-tests-and-with.html
-
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…
-
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 …
-
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…
-
comment
Comment #12173944
In the context of hedge funds, I'm assuming compliance.