Viewing profile — chaychoong
chaychoong
HN member- Joined
- Mon, Apr 25, 2016, 12:51 PM UTC
- HN karma
- 162
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About chaychoong
No profile information was provided.
Recent public activity
-
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)
-
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…
-
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
-
comment
Comment #44171964
Do it! It's an amazing experience.
-
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…
- story
- story
-
comment
Comment #43790861
And the "taskbar" at the bottom too!
-
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!
- story
-
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…
- story
- story
- story
- story
- story
- story
-
comment
Comment #40914008
I have a short blog post here that describes some of my basic workflows: https://blog.chay.dev/basic-jj-workflows
-
comment
Comment #38410664
Do elaborate! I thought antirez is a pretty well respected programmer.
-
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…
-
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…
-
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 …
-
comment
Comment #35241063
A similar project by the Tailwind team: https://heropatterns.com/ though it's not customisable
-
comment
Comment #34242767
I would love to try fly.io but unfortunately it doesn't support GPU workloads yet. Waiting eagerly!
-
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…