Live data from Hacker News

Viewing profile — chaychoong

chaychoong

HN member
Joined
Mon, Apr 25, 2016, 12:51 PM UTC
HN karma
162
Public activity
32 items

About chaychoong

No profile information was provided.

Recent public activity

  1. story
    What's the best programming language for coding agents?

    Related: Which programming languages are most token-efficient? - https://news.ycombinator.com/item?id=46582728 - Jan 2026 (91 comments)

  2. comment
    Comment #47843292

    Great writeup! I've been using `jj parallelize` [1] a lot (and wrote about it here [2]) to fan out a sequence of commits to set up a megamerge, but your stack alias sounds super us…

  3. comment
    Comment #44172012

    Post author here: thanks! It helps that I stare at code daily, so the urge to create a typeface for code is strong

  4. comment
    Comment #44171964

    Do it! It's an amazing experience.

  5. comment
    Comment #44048548

    Congrats on the launch! I imagine it will be really hard to compete with completely free alternatives like FreeSign[1]. Have you considered giving a free tier, or at least a free t…

  6. story
  7. story
  8. comment
    Comment #43790861

    And the "taskbar" at the bottom too!

  9. comment
    Comment #41899876

    I've always thought that NixOS is a new distro because of the recent hype, but apparently it is older (by about a year) than Ubuntu!

  10. story
  11. comment
    Comment #41338550

    `make` is a great tool, but specifically for this use case (creating a distributable CLI), `just` has lots of batteries-included features such as * a way to list all available comm…

  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #40914008

    I have a short blog post here that describes some of my basic workflows: https://blog.chay.dev/basic-jj-workflows

  19. comment
    Comment #38410664

    Do elaborate! I thought antirez is a pretty well respected programmer.

  20. comment
    Comment #38259706

    Interesting.. according to https://community.fly.io/t/fly-gpus-are-here/16110 , these machines use Cloud Hypervisor. I wonder what makes Cloud Hypervisor play better (vs Firecracke…

  21. comment
    Comment #37699137

    One nice thing about WSL: GPU "passthrough" (via GPU-PV) is handled out-of-the-box. There are some solutions (such as https://github.com/jamesstringerparsec/Easy-GPU-PV ) that make…

  22. comment
    Comment #35243192

    Looks oddly similar to https://headshotai.studio/ , some of their FAQ answers are exactly the same too. Not sure if they are owned by the same person, or if one of them copied the …

  23. comment
    Comment #35241063

    A similar project by the Tailwind team: https://heropatterns.com/ though it's not customisable

  24. comment
    Comment #34242767

    I would love to try fly.io but unfortunately it doesn't support GPU workloads yet. Waiting eagerly!

  25. comment
    Comment #34226030

    For Neovim users that use LSP + completion + snippets, it is slightly unfortunate that the Pyright team does not plan to support snippets on Pyright (but open to supporting it on P…