Viewing profile — fortuitous-frog
fortuitous-frog
HN member- Joined
- Tue, Feb 03, 2026, 5:31 AM UTC
- HN karma
- 280
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About fortuitous-frog
No profile information was provided.
Recent public activity
-
comment
Comment #49100680
Bun and the Rust pre-release have continued to be open source; the pre-release isn’t exclusive to Claude Code but available to anyone to download and use. There hasn’t been any pub…
- comment
- story
-
comment
Comment #48905429
No normative opinion on whether this is justified or not, but noting that this is only for parent -> subagent spawns/messages, and only for the `multi_agent_v2` feature (currently …
-
comment
Comment #48905334
Homomorphic encryption for LLMs is extremely expensive and nowhere near computationally possible for the scale of current LLMs.
-
comment
Comment #48712994
I can’t speak for other companies, but I worked at Epic for a few years (left last year), and indeed MUMPS is still their bread and butter. In fact, I had not even heard about Obje…
-
comment
Comment #48708082
For the curious, newer versions of MUMPS are still used as the core database framework by a lot of electronic health records companies. Most notably, it’s the backbone of Epic Syst…
-
comment
Comment #48646127
This seemed familiar? The first few lines/commands are a straight copy and paste of a post that reached front page 8 months back: https://maurycyz.com/misc/easy_git/ (HN post [here…
-
comment
Comment #48632844
I used to use a symlink but was concerned that Claude might see the presence of an "AGENTS.md" file (in e.g, a "List Files" tool call output or from a direct `ls`), be curious and …
- story
-
comment
Comment #48607871
Looks largely AI-written, with some human edits: https://www.pangram.com/history/9afe7542-1085-4264-9691-2172... FWIW -- I'm not as repulsed by it as the parent comment. But I do w…
-
comment
Comment #48521605
FYI this program is ~3 months old, and Anthropic has a similar Claude for Open Source program (see https://claude.com/contact-sales/claude-for-oss ).
-
comment
Comment #47871787
Interesting that (1) this blog post published on April 10th, 10 days after the Axios compromise, and (2) this was emailed to ChatGPT / Codex users yesterday, April 21st, 11 days af…
-
comment
Comment #47623199
Did you investigate the maintainer compromise and publication path? The malicious version was never committed or pushed via git. The maintainer signs his commits, and v1 releases w…
-
comment
Comment #47622732
No. axios (v1 at least; not v0) were setup to publish via OIDC, but there's no option on npmjs for package maintainers to restrict their package to *only* using OIDC. The maintaine…
-
comment
Comment #47441633
I don't think it's a coincidence that a lot of the (stale) tooling that Astral replaced were managed by foundations instead of companies...
-
comment
Comment #47441549
I suppose my point is: I would expect that Charlie and co. carried their negotiations with OpenAI with the same laser-focused, careful judgment that catapulted Astral to success in…
-
comment
Comment #47441083
Curious how well upstream contributors or projects get contributed for these sort of headline-gathering acquisitions (probably not at all, unfortunately). OpenClaw notably was buil…
-
comment
Comment #47440996
While I -- like most other commenters -- am dubious of both OpenAI and this acquisition, I think it's pretty reasonable to wait to see how this turns out before rushing to final ju…
-
comment
Comment #47440856
I'm also concerned about this, but I feel as though uv and ruff's explosive growth happening alongside and despite that of LLMs demonstrates that it's not a show-stopper. I vividly…
-
comment
Comment #46878544
The author of pre-commit is known to be pretty hostile :p You should make an issue for prek though!
-
comment
Comment #46874182
There's a config option for that :) https://prek.j178.dev/configuration/#default_install_hook_ty...
-
comment
Comment #46873871
They're very commonly used in CI. There are dedicated GitHub actions for pre-commit and prek, but most commonly people just invoke something like `prek run --all-files` or `pre-com…
- story