Live data from Hacker News

Viewing profile — genshii

genshii

HN member
Joined
Fri, Sep 30, 2022, 3:34 PM UTC
HN karma
206
Public activity
47 items

About genshii

No profile information was provided.

Recent public activity

  1. comment
    Comment #49101625

    Someone could come into this post and leave a comment saying they're a security researcher, that they audited the codebase, and include a summary of their findings. And that person…

  2. comment
    Comment #48825264

    Astro is a meta-framework that allows you to plug in other web frameworks where you need it (React, Solid, etc). Although it would also be fair to consider Astro a sort of build to…

  3. comment
    Comment #48823586

    Just moved my astro project over to v7 and saterri the other day. Writing MDAST/HAST plugins is so much better/easier, so great job there :)

  4. comment
    Comment #48647502

    This is cool, but when the very first paragraph of the readme is clearly LLM generated, it makes me doubt the quality of the project.

  5. story
  6. comment
    Comment #48109577

    Not a bug, the post 'A HN post with negative points – how?' is a link to this post. But yeah it's a bit confusing for one HN post to take you to another HN post.

  7. comment
    Comment #47350397

    I've been presented with this thought experiment before and I always feel like I'm missing something when other people talk about it. Why would you ever take both boxes? The premis…

  8. comment
    Comment #46620664

    https://adamhl.dev

  9. story
  10. comment
    Comment #46126713

    Hi Jarred, thanks for all your work on Bun. I know that one thing you guys are working on or are at least aware of is the size of single-file executables. From a technical perspect…

  11. comment
    Comment #45928671

    I used Proxmox for years to run a fairly comprehensive homelab, and a few months ago replaced the entire thing with Incus (on a debian host, haven't tried IncusOS yet). Incus is am…

  12. comment
    Comment #45823461

    Maybe it's just too early in the morning for me, but I genuinely can't tell if this is satire or not.

  13. comment
    Comment #45363226

    That's great to hear, thanks!

  14. comment
    Comment #45363169

    I'm personally looking forward to this change because I currently pay $20/month just to get edit prediction. I use Claude Code in my terminal for everything else. I do wish I could…

  15. comment
    Comment #45250098

    There are plenty of larger ones and plenty of ones that used the date as the version, but I was mainly curious about packages that followed semver. Any package version that didn't …

  16. comment
    Comment #45246895

    After double-checking some things, the real winner is actually: https://github.com/nice-registry/all-the-package-names I made a fairly significant (dumb) mistake in the logic for e…

  17. comment
    Comment #45246508

    Ah this is cool, thanks!

  18. comment
    Comment #45246426

    Hmm yeah, I decided that one counts because the new packages have (slightly) different content, although it might be the case that the changes are junk/pointless anyway.

  19. story
  20. comment
    Comment #45041187

    Hmm, maybe I need to think about this more, but since operations are a language feature (and could have any name, see custom operations), I don't think they could be attached to th…

  21. comment
    Comment #45040968

    Ah good idea, thanks. Gonna put that on the todo list :)

  22. comment
    Comment #45040903

    I've been using it in a CLI tool [1] to query media in my *arr services. If you're talking about a query where you want "foo" to not be "evil" OR "silly", you could write 'foo != e…

  23. comment
    Comment #45040756

    I thought about doing exactly what you suggested, where a query could access deeper properties with a syntax like "model.cost", but ultimately decided against it because I didn't l…

  24. comment
    Comment #45040613

    Thanks! Glad my efforts there didn't go unnoticed :)

  25. comment
    Comment #45040593

    Mainly because you might not always want to filter in-code. e.g. A CLI tool could take in a query as an argument, or a web app could allow a user to enter a query.