Viewing profile — tuananh
tuananh
HN member- Joined
- Mon, Feb 28, 2011, 4:24 AM UTC
- HN karma
- 3,098
- Public activity
- 1,570 items
- HN profile
- View on Hacker News ↗
About tuananh
Recent public activity
-
comment
Comment #48904546
this is closest thing we have to "cuda on non-nvidia" hardware
-
comment
Comment #48889363
sorry, who's Evan?
-
comment
Comment #48861390
it may sound personal but from what i can see from afar, they are all correct.
-
comment
Comment #48660644
this space is too crowded now. everyone is copying whatever Chainguard is doing - Chainguard Images - Chainguard Libraries - Chainguard VM ...
-
comment
Comment #48580001
to do this on non `.metal` instances, you would need to patch kernel right? PVM patch requried?
-
comment
Comment #48523136
ibm granite has been open data from the beginning iirc
-
comment
Comment #48522995
a very good way of collecting high quality training data. i imagine the usage from maintainers of high quality projects are excellent training data. much better than average joe
-
comment
Comment #48487180
i had this same vision when i created hyper-mcp with modular plugin system via WASM plugins. Too bad, the community moves on from MCP to CLI with coding agent https://github.com/hy…
-
comment
Comment #48484685
that's why. for those who want to read more about this, napi-rs support this natively https://napi.rs/docs/deep-dive/release
-
comment
Comment #48473735
there's fallback to build from source but it would require the builder to have all the toolchain installed (whatever the library is using: could be gcc, python, rustc....)
-
comment
Comment #48472381
You should give Depot a try :)
-
comment
Comment #48470769
native modules. nodejs can have native modules (written in C++, Rust, etc...). Projects usually ship prebuilt natives binaries (for each arch/OS/Nodejs ABI combination) hosted on G…
-
comment
Comment #48430249
there's also monty by pydantic https://github.com/pydantic/monty it's Rust so can be compile to wasm, example: https://github.com/hyper-mcp-rs/monty-plugin
- story
-
comment
Comment #48398430
Amazing acquisition for Cloudflare.
-
comment
Comment #48395737
my problem is more like legit emails are marked as spam. which make me nervous if i miss anything in the Spam folder.
-
comment
Comment #48379121
my only problem with fastmail is their spam filtering is so bad. they mistake legit emails quite often
- story
-
comment
Comment #48372336
one of the nit trick that i love :(
-
comment
Comment #48289564
when started, yes. but then you want segment (how you segment your user), rollout strategy, etc.. it will get complicated fast
-
comment
Comment #48289552
this make perfect sense for cloudflare. and im sure they can drive down the cost , compared to say launchdarkly
-
comment
Comment #48288774
if you're looking to get your data out of dropbox, rclone is godsend. it's very good + super fast.
-
comment
Comment #48266327
[dead]
-
comment
Comment #48238173
JS promise to never break the web. can't say the same about TS
-
comment
Comment #48238126
> Bun focused on compatibility with Node and the ability to run popular frameworks like Nextjs from the beginning. and yet Bun's npm compat is much much lower than deno https://x.c…