HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zteppenwolf

no profile record

Submissions

Vibe coding Rust Merkle tree with Claude

youtube.com
1 points·by zteppenwolf·hace 4 meses·0 comments

Give Up GitHub

sfconservancy.org
8 points·by zteppenwolf·hace 5 meses·0 comments

Rust's Serde Large Overhead

github.com
1 points·by zteppenwolf·hace 5 meses·1 comments

comments

zteppenwolf
·hace 3 meses·discuss
Do you have anything to improve remote (SSH?) development? Meaning: the frontend is GPU accelerated, and that is great, but if you are fetching pages from the server instead of caching the buffers and intelligently fetching the LSP (or whatever language backend is used) updates, we are bottlenecked by the SSH connection latency
zteppenwolf
·hace 4 meses·discuss
Why would anyone want .NET on Linux?
zteppenwolf
·hace 4 meses·discuss
No. Code will contain bugs, won't be self-contained (will depend on 3rd party libraries and frameworks), and often will not be complete as TODO features can't possibly be a spec
zteppenwolf
·hace 4 meses·discuss
It's working fine for me.

I'm lucky enough to have upper management not pressuring to use it this or that way, and I'm using mostly to assist with programming languages/frameworks I'm not familiar with. Also, test cases (these sometimes comes wrong and I need to review thoroughly), updating documentation, my rubber duck, and some other repetitive/time consuming tasks.

Sometimes, if I have a simple, self-contained bug scenario where extensive debug won't be required, I ask it to find the reason. I have a high rate of success here.

However, it will not help you with avoiding anti-patterns. If you introduce one, it will indulge instead of pointing the problem out.

I did give it a shot on full vibe-coding a library into production code, and the experience was successful; I'm using the library - https://youtu.be/wRpRFM6dpuc
zteppenwolf
·hace 5 meses·discuss
Rust's widely used serde library presents a large serialization overhead due to its visitor pattern, that is inefficient when compared to serialization implementations that simply follows the static declarations.
zteppenwolf
·hace 6 meses·discuss
This post is so 2001
zteppenwolf
·hace 2 años·discuss
I guess people who continue to use Windows in 2024 arguably deserve this, particularly those utilizing it in a production environment.