18
Rust Glancer (matklad.github.io)
top 6 comments
sorted by: hot top new old
[-] fargeol@lemmy.world 16 points 5 days ago

From https://github.com/rust-glancer/rust-glancer :

This project is being built with heavy use of LLMs. LLMs are used as a tool, not as a brain replacement.

I do consider the code to be my, and I am spending a lot of time caring about the code quality. So I consider it to be rather readable and maintainable. It might not be the idiomatic example of compiler-adjacent tooling (I don't have that much domain experience), but I am working on improving it as I work on it.

So if it is slop, then it is my slop, and the best way to help is to tell me what's wrong. This way I will be able to learn something and hopefully make the project better.

I don't know what to think about it.

[-] araruna@lemmy.dbzer0.com 1 points 3 days ago

Well... That's the guy who brought us rust-analyzer. I would like to think he deserves the benefit of the doubt.

[-] flying_sheep@lemmy.ml 3 points 4 days ago* (last edited 4 days ago)

My wrist pain has gotten worse and worse last winter and spring, so I decided to try letting Claude do much of the writing. On my established code bases it's surprisingly not shit. I do get more done, but I'm also much more tired now that I basically do code review 90% of the time I used to code in.

It's much worse and needs a lot of handholding for new code bases though.

[-] ddroid@fosstodon.org 7 points 5 days ago

@fargeol @codeinabox Haha same, but I guess they're atleast trying to care about code quality.

But hey, let me know your thoughts.

[-] BB_C@programming.dev 7 points 5 days ago

Regarding the rust-glancer announcement itself, I hope the author is aware that lspmux (formerly ra-multiplex) exists, and zram. If lspmux didn't exist, then yes, editor restarts would have been annoying, but that has been a solved problem for a few years already.

Also, I'm not sure hitting SSD storage too much is good strategy in general, but maybe that's an overstated concern.

Otherwise, yes, RA could do better in memory consumption and some other aspects. And yes, the LSP protocol itself is not ideal.

In any case, introducing new ideas and approaches is always good, especially when there is no "fragmentation" concerns, which I think is the case here.

[-] Sibbo@sopuli.xyz 3 points 5 days ago

Thanks for sharing, that's an interesting read!

this post was submitted on 23 Aug 2026
18 points (95.0% liked)

Rust

8248 readers
10 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 3 years ago
MODERATORS