Live data from Hacker News

Viewing profile — leleat

leleat

HN member
Joined
Thu, Sep 04, 2025, 5:12 PM UTC
HN karma
59
Public activity
8 items

About leleat

My personal blog: https://neverready.app/blog/ My GitHub profile: https://github.com/leleat

Recent public activity

  1. comment
    Comment #49115362

    Someone posted their AGENTS.md some time ago, that is used in practice to teach their students[1]. That might be useful to you in this context as well. [1]: https://news.ycombinato…

  2. comment
    Comment #48626999

    > Shared CEF runtime across apps. Every app currently bundles its own CEF copy. A managed shared runtime would drop binary sizes to a few MB per app. On the roadmap. This[0] sounds…

  3. comment
    Comment #48592271

    There is also git update-index --[no]-skip-worktree for files that are already tracked. This can be useful for some local experimentation... it's just a bit annoying to use because…

  4. comment
    Comment #47758401

    If I understood you correctly, you want to propagate changes in a branch to other branches that depend on it? Then --update-refs is for you[1]. That way, you only need to update th…

  5. comment
    Comment #46943209

    https://github.com/Leleat/git-forge From the README: "[git-forge is a] simple CLI tool for basic interactions with issues and pull requests across GitHub, GitLab, Gitea, and Forgej…

  6. comment
    Comment #46421881

    On the other hand, we had this story[^1], where the maintainer of curl mentions a a bunch of actual useful reports by someone using AI tools. [^1]: https://news.ycombinator.com/ite…

  7. comment
    Comment #45617494

    Technically, deno supports https imports as well https://docs.deno.com/runtime/fundamentals/modules/#https-im...

  8. comment
    Comment #45290243

    The problem is that the extension experience can be really bad. There is no extension API; instead Extensions have (almost) full access to GNOME Shell's code. This makes them incre…