HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tonyplee

no profile record

Submissions

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

2 points·by tonyplee·vor 8 Monaten·2 comments

comments

tonyplee
·vor 5 Monaten·discuss
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
·vor 6 Monaten·discuss
Works for me too 145/Windows - default settings.

Very cool project. Thanks!!!
tonyplee
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
files in https://github.com/stepandel/chroma-explorer/tree/master/src are .tsx (typescipt) code.
tonyplee
·vor 6 Monaten·discuss
[flagged]
tonyplee
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
Wonder if it is better to create separate localized app download such as gmail-japanese, etc.
tonyplee
·vor 6 Monaten·discuss
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
·vor 7 Monaten·discuss
Any good options for wifi/wire gateway (opensource) that can filter and block spying?
tonyplee
·vor 7 Monaten·discuss
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
·vor 8 Monaten·discuss
The feels like JS -> TS type of change on JS side, except that was done with transpiler (sp ? ).
tonyplee
·vor 8 Monaten·discuss
Would be cool if he adds a session on how to hack distributed system in 1988...
tonyplee
·vor 9 Monaten·discuss
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?