←back to thread

Introducing tmux-rs

(richardscollin.github.io)
857 points Jtsummers | 1 comments | | HN request time: 0.209s | source
Show context
parhamn ◴[] No.44456815[source]
Interesting, this article and the comments make no mention of LLMs for the initial translation. Really surprising given that would be the first thing I'd reach for for a translation/porting task (though verification could get tricky).

Now I really wonder how a good model like Sonnet 4 would have performed.

replies(5): >>44456868 #>>44456878 #>>44456881 #>>44457002 #>>44457317 #
Jtsummers ◴[] No.44456881[source]
> Interesting, this article and the comments make no mention of LLMs.

https://richardscollin.github.io/tmux-rs/#ai-tools

replies(1): >>44457125 #
1. parhamn ◴[] No.44457125[source]
Using Cursor to refactor the unsafe code is quite a different task than using an LLM to translate into safe rust. I was just curious how it would perform.