HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tuananh

3,098 karmajoined 15 years ago
website: https://tuananh.net email: me at <username> dot org

Submissions

Some concerns about Ladybird's bylaws

tuananh.net
5 points·by tuananh·last month·4 comments

BPF support in GCC 16 and beyond

lwn.net
16 points·by tuananh·last month·1 comments

WebUSB Extension for Firefox

github.com
271 points·by tuananh·3 months ago·257 comments

Tailscale's Pricing v4

tailscale.com
35 points·by tuananh·3 months ago·29 comments

GrapheneOS Refuses Age Verification, May Exit Regions That Enforce It

itsfoss.com
3 points·by tuananh·3 months ago·0 comments

Mojo's Not (Yet) Python

theconsensus.dev
4 points·by tuananh·4 months ago·1 comments

Remove curl and wget aliases from PowerShell

github.com
3 points·by tuananh·4 months ago·0 comments

JP Morgan's Monitors Employee's Keystrokes and Meetings; for Their Wellbeing

inc.com
3 points·by tuananh·4 months ago·2 comments

Why your next mobile app is probably headless

tuananh.net
2 points·by tuananh·4 months ago·0 comments

Relicensing with AI-Assisted Rewrite

tuananh.net
401 points·by tuananh·4 months ago·393 comments

Chinese hackers exploiting Dell zero-day flaw since mid-2024

bleepingcomputer.com
6 points·by tuananh·4 months ago·0 comments

BuildKit: Docker's hidden gem that can build almost anything

tuananh.net
3 points·by tuananh·5 months ago·0 comments

A bug is a bug, but a patch is a policy: The case for bootable containers

tuananh.net
12 points·by tuananh·5 months ago·15 comments

Minecraft Java is switching from OpenGL to Vulkan

gamingonlinux.com
289 points·by tuananh·5 months ago·171 comments

Hope is not a security strategy

tuananh.net
3 points·by tuananh·5 months ago·0 comments

Shifting Left of CI

tuananh.net
1 points·by tuananh·5 months ago·0 comments

CachyOS Saying "No" to Bazzite's Open Gaming Collective

old.reddit.com
2 points·by tuananh·5 months ago·0 comments

Draft PR for DX12 Performance Problem with Nvidia/Intel

github.com
1 points·by tuananh·6 months ago·0 comments

The Economics of Abundant Intelligence

tuananh.net
3 points·by tuananh·6 months ago·0 comments

I was wrong about AI agent sandboxing

tuananh.net
1 points·by tuananh·6 months ago·0 comments

comments

tuananh
·2 days ago·discuss
it may sound personal but from what i can see from afar, they are all correct.
tuananh
·18 days ago·discuss
this space is too crowded now. everyone is copying whatever Chainguard is doing

- Chainguard Images

- Chainguard Libraries

- Chainguard VM

...
tuananh
·25 days ago·discuss
to do this on non `.metal` instances, you would need to patch kernel right? PVM patch requried?
tuananh
·29 days ago·discuss
ibm granite has been open data from the beginning iirc
tuananh
·29 days ago·discuss
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
tuananh
·last month·discuss
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/hyper-mcp-rs/hyper-mcp
tuananh
·last month·discuss
that's why. for those who want to read more about this, napi-rs support this natively

https://napi.rs/docs/deep-dive/release
tuananh
·last month·discuss
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....)
tuananh
·last month·discuss
You should give Depot a try :)
tuananh
·last month·discuss
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 GitHub Releases and download them automatically at installation time; fallback to build from source if not found. that's where scripts are used

the reason for not bundling all native binaries is becasue the no. of combinations are huge and it can make module size hundreds of MBs
tuananh
·last month·discuss
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
tuananh
·last month·discuss
Amazing acquisition for Cloudflare.
tuananh
·last month·discuss
my problem is more like legit emails are marked as spam. which make me nervous if i miss anything in the Spam folder.
tuananh
·last month·discuss
my only problem with fastmail is their spam filtering is so bad. they mistake legit emails quite often
tuananh
·last month·discuss
one of the nit trick that i love :(
tuananh
·2 months ago·discuss
when started, yes. but then you want segment (how you segment your user), rollout strategy, etc.. it will get complicated fast
tuananh
·2 months ago·discuss
this make perfect sense for cloudflare.

and im sure they can drive down the cost , compared to say launchdarkly
tuananh
·2 months ago·discuss
if you're looking to get your data out of dropbox, rclone is godsend.

it's very good + super fast.
tuananh
·2 months ago·discuss
[dead]
tuananh
·2 months ago·discuss
JS promise to never break the web. can't say the same about TS