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·8 เดือนที่ผ่านมา·2 comments

comments

tonyplee
·5 เดือนที่ผ่านมา·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
·6 เดือนที่ผ่านมา·discuss
Works for me too 145/Windows - default settings.

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