Viewing profile — jasnell
jasnell
HN member- Joined
- Tue, Aug 20, 2013, 6:24 AM UTC
- HN karma
- 22
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jasnell
Recent public activity
-
comment
Comment #47181759
Heh, I was using emdashes and tricolons long before LLMs appropriated the style but I did let the agent handle some of the details on this. Honestly, it really is just easier somet…
-
comment
Comment #46127085
Keep in mind that it's not just a matter of comparing the JS engine. The runtime that is built around the engine can have a far greater impact on performance than the choice of v8 …
-
comment
Comment #46126875
With Bun's existing OSS license and contribution model, all contributors retain their copyright and Bun retains the license to use those contributions. An acquisition of this kind …
-
comment
Comment #12789201
There are a number of semver-major changes included in v7. That said, the goal for this release has been improved stability and performance over new features so the jump from v6 to…
-
comment
Comment #10481080
To be clear, v4.2 is the stable dependable target that most users should be using as their target. Developers that want to track new development and new features and have more flex…
-
comment
Comment #10481034
For Node.js core APIs, there is a deprecation strategy that requires at least one major version cycle before anything can be removed, and even then the chances of things actually b…
- story
-
comment
Comment #6242123
To be certain, whether or not LINK is supported is not really the issue. The file is mishandling HTTP methods in general for the sake of "optimization". Had the parser been written…