HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tonyplee

no profile record

投稿

Ask HN: Should LLM be able to translate C to rust as easy as English to Japanese

2 ポイント·投稿者 tonyplee·8 か月前·2 コメント

コメント

tonyplee
·5 か月前·議論
If both sides of your ssh tunnel (pub,private keys) are under your control, in theory, that's "zero trust".

Unless one considers the meta data such as src/dest IP are visible to Tailscale sw.

Right?
tonyplee
·6 か月前·議論
Works for me too 145/Windows - default settings.

Very cool project. Thanks!!!
tonyplee
·6 か月前·議論
Maybe: if PCIe device in on BDF 00AA:BB:00, create the proxy device on 00AA:BB:01 and the typical PCIe utils that talk to default 00AA:BB:00 will stead be config to talk to 00AA:BB:01 node. Some wireshark plugin will get the sniffed data (io, memory read/write, DMA read/write, etc) from the virtual device interface.

Ideally, the setup might be genetic enough to apply to all (most?) of the pcie device/driver....
tonyplee
·6 か月前·議論
Can one make a PCIe analyzer out of your code base by proxy all transactions thru a virtual PCIem driver to a real driver?
tonyplee
·6 か月前·議論
files in https://github.com/stepandel/chroma-explorer/tree/master/src are .tsx (typescipt) code.
tonyplee
·6 か月前·議論
[flagged]
tonyplee
·6 か月前·議論
https://www.youtube.com/watch?v=wAIzlGwEAO0&t=300s This seems provide instruction on that. There are a lot of other yt videos on this topic.
tonyplee
·6 か月前·議論
Wonder if it is better to create separate localized app download such as gmail-japanese, etc.
tonyplee
·6 か月前·議論
Love to see an AI agent to auto transpile C (sqlite, apache, nginx, mariadb, etc) into rust and run all the regression associated tests and perf benchmarks and produce report on the porting processes and perf delta.
tonyplee
·7 か月前·議論
Any good options for wifi/wire gateway (opensource) that can filter and block spying?
tonyplee
·7 か月前·議論
If you do any npm install, pip install ..., docker pull ... / docker run ... , etc in linux. It is very easy to get compromise.

I did docker pull a few times base on some webpost (looks reasonable) and detect app/scripts from inside the docker connect to some .ru sites immediately or a few days later....
tonyplee
·8 か月前·議論
The feels like JS -> TS type of change on JS side, except that was done with transpiler (sp ? ).
tonyplee
·8 か月前·議論
Would be cool if he adds a session on how to hack distributed system in 1988...
tonyplee
·9 か月前·議論
Are there any researches/works/agents into use LLM to auto covert some/all C code to Rust?

Ask LLM to generate rust code from chat, usb, i2c, GPU drivers - build and test it automatically? Possible?

Or start with other "smaller" projects such as sqlite, apache, nginx, etc - possible?