Viewing profile — sibellavia
sibellavia
HN member- Joined
- Mon, May 20, 2024, 5:55 AM UTC
- HN karma
- 503
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About sibellavia
Recent public activity
- story
-
comment
Comment #48669832
While I agree with the post in its entirety, I think it would have been worth mentioning DeepSeek V4 Flash as well, which, in my view, had already reached a sufficient, if not high…
- story
- story
-
comment
Comment #48556110
Related: > For the past few months, SpaceXAI has been jointly training a model with Cursor, which will be released in Cursor and Grok Build soon. https://x.com/SpaceX/status/206687…
-
comment
Comment #47885971
A few hours after GPT5.5 is wild. Can’t wait to try it.
-
comment
Comment #47873262
Clearly, Kubernetes wasn’t the right solution for your case, and I also agree that using it for smaller architectures is overkill. That said, it’s the standard for large-scale prod…
- story
- story
-
comment
Comment #46972096
nice!
-
comment
Comment #46960253
I built something similar for my needs[1]. I really like your idea of having write-gated memories. [1] https://github.com/sibellavia/dory
- comment
- comment
-
comment
Comment #46958111
> Discord is used by a bunch of closeted users having pseudos, who wouldn't do the same activities on it if everyone had their names. Exactly. I am sure they won't share their face…
- story
-
comment
Comment #46883048
I just run a local microVM. I built a small CLI that wraps lima to make my life easier. With a few commands I have a VM running locally with all batteries included (CC/Codex, ssh, …
- comment
-
comment
Comment #46846795
Seems like LLM-written to me. Like, entirely.
-
comment
Comment #46846354
Probably an ideal compromise solution for you would be to install the official Claude Code extension for VS Code, so you have an IDE for navigating large, complex codebases while s…
-
comment
Comment #46836555
> That said, if vibe coding is the process of producing software without much understanding of what is going on [...], automatic programming is the process of producing software th…
- comment
- story
- story
- story
-
comment
Comment #46826500
I had the same idea, forcing the agent to execute code inside a WASM instance, and I've developed a few proof of concepts over the past few weeks. The latest solution I adopted was…