Viewing profile — jeswin
jeswin
HN member- Joined
- Mon, Dec 29, 2008, 11:08 AM UTC
- HN karma
- 9,921
- Public activity
- 1,826 items
- HN profile
- View on Hacker News ↗
About jeswin
Projects I maintain:
https://tsonic.org/ - TypeScript to native code compiler.
https://webjsx.org - A library for creating Web Components with JSX
https://tinqerjs.org - Type-safe, composable SQL query builder for TypeScript
https://bashojs.org - Lazy JavaScript Evaluator for building Shell pipelines.
github: https://github.com/jeswin
Recent public activity
-
comment
Comment #49141033
No. I mean synthetic drug addiction. I know where you're going with this, and I once supported what you're saying; but there's enough evidence now (with addictive substances) to sa…
-
comment
Comment #49140950
The underlying problem in most cases (of youth violence across the world) is drug addiction. I recently spoke to someone who had to quit an overseas job and return home because his…
-
comment
Comment #49067667
Just randomly: 1. TS only has a "number" type. But what type of number is it? This is doable safely via keywords (or known markers), or sometimes via analysis, but I couldn't find …
- comment
- comment
- comment
-
comment
Comment #48936993
All you saw on that page was the revenue? For a potential customer deciding whether to trust a relatively small app (compared to Google and Apple) with their memories, these are us…
-
comment
Comment #48930232
* autoregressive
-
comment
Comment #48924959
The transformer architecture is fundamentally unsuitable for local inference, while being efficient at scale. It's a fun experiment to try, but that's about it.
-
comment
Comment #48908001
I have no connection with the team. They seem to be making good progress, starting out from Trung Nguyễn's effort. This would be a massively impactful project, and could revive the…
- story
-
comment
Comment #48890413
Anything that can be written in Rust will be written in Rust. I'm using Rust as a placeholder for a language with excellent performance and safety characteristics. It may not be a …
-
comment
Comment #48842068
Thanks. The idea is that many projects (including tsts itself) can be run unmodified on a JS runtime, or as a native binary via NativeAOT/C# or Rust.
-
comment
Comment #48839898
Congrats on launch. The code is beautiful, and the test suite is quite solid. Over the past year, I've been working on porting the v7 tsgo compiler back into TypeScript - https://g…
-
comment
Comment #48833357
They're everywhere. But if you're short on time, buying the postcard is often easier than getting stamps and dropping it in a postbox. One petty complaint - generally across the wo…
-
comment
Comment #48828808
> Thoughts[^0] from Theo, who had early access: I looked at his YouTube, and found a stream of industry gossip and beginner content like "web dev tutorials". I have nothing against…
-
comment
Comment #48787598
Misha and Soviet Woman were quite common in the 80s. I remember that the paper and print was much better than what we were used to.
-
comment
Comment #48787489
The problem with ORMs is that they look kludgy without language support - which is why Hibernate in Java looks painful, while DotNet's EF looks like magic. I wrote something simila…
-
comment
Comment #48709285
I would not trust AI on images. But I once had ChatGPT tell me that an MRI report was very likely to be incorrect based on the text, and offered a different diagnosis. Since it was…
-
comment
Comment #48697180
I was an avid reader during the web 2.0 days. Quite sad that his kind of tech journalism vanished; one could feel the decline of independent blogs month over month, while Facebook …
-
comment
Comment #48694634
At thousands of tokens per second, LLMs (harnesses) can start to do a broader tree search of possibilities even in inefficient token space. This unlocks capabilities outside progra…
-
comment
Comment #48684079
Would prefer not to offend the author, but I do believe this article has very little for the HN audience. No new insight, and no numbers or new information.
-
comment
Comment #48593529
Unrelated to the particular code above. There's a difference between writing code about or adjacent to a proven idea vs writing code in uncharted territory. I suspect that is what …
- comment
-
comment
Comment #48566260
Not the same. HttpOnly/Secure cookies were added much later and was not the default. They should have been inaccessible to JS by default from the beginning, and this policy has bee…