Live data from Hacker News

Viewing profile — sibellavia

sibellavia

HN member
Joined
Mon, May 20, 2024, 5:55 AM UTC
HN karma
503
Public activity
54 items

About sibellavia

https://sibellavia.lol

Recent public activity

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

  3. story
  4. story
  5. 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…

  6. comment
    Comment #47885971

    A few hours after GPT5.5 is wild. Can’t wait to try it.

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

  8. story
  9. story
  10. comment
  11. 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

  12. comment
  13. comment
  14. 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…

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

  17. comment
  18. comment
    Comment #46846795

    Seems like LLM-written to me. Like, entirely.

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

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

  21. comment
  22. story
  23. story
  24. story
  25. 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…