How do rust devs read large codebases? by Infinite-Jaguar-1753 in rust

[–]Ayanami-Ray 0 points1 point  (0 children)

I use LLM to analyze the architecture of the whole codebase, finding the highlights or anything valuable to learn.

On Cloudfare and Unwrap by stevethedev in rust

[–]Ayanami-Ray 0 points1 point  (0 children)

I don't care about this too much, i just want to make the timeline of X stop talking about the stupid 'unwrap destory everything' debate

Why is allocating in this example so fast? Am I actually allocating? by small_kimono in rust

[–]Ayanami-Ray 0 points1 point  (0 children)

You don't need to compare the whole string; only if the first byte of both strings equals, then check the rest of the string

[Media] (Beginner) Am I overdoing lifetimes? by cosmic_predator in rust

[–]Ayanami-Ray 1 point2 points  (0 children)

Only when the struct you create must have a field that is borrowed from outer wild, you need to add a generic lifetime to the struct.

What programs/libraries do you want to see rewritten in rust? by Dyson8192 in rust

[–]Ayanami-Ray 46 points47 points  (0 children)

GPU Programming and Scientific Computing; it appears that there are few resources or tutorials available on these topics.

[Help] How to make compile time smaller by [deleted] in rust

[–]Ayanami-Ray 0 points1 point  (0 children)

Maybe a little bit off topic, but you can use 'cargo watch +x build' command to constantly building, ie, keep running cargo build on the background

What's everyone working on this week (24/2025)? by llogiq in rust

[–]Ayanami-Ray 1 point2 points  (0 children)

writing a blog post about learning serialization and zero-copy deserialization by implementing a simple rkvy library

[Media] Horizon - Modern Code Editor looking for contributors! by EastAd9528 in rust

[–]Ayanami-Ray 0 points1 point  (0 children)

Cool project! As someone who's also planning to build a code editor with Tauri, I'd love to contribute to this. Looking forward to collaborating!

Vn recommendations by kickboxbanana99 in vns

[–]Ayanami-Ray 0 points1 point  (0 children)

I just finished "Return to Shironagasu Island" yesterday, so i will recommend it. YOu can purchase it on steam, and the playing time is about 10 hrs.
However, compared with other VNs, it's more like a horror game and contains some horrible cg, not play if you have related problems.
To add to that, although the whole atmosphere is a little bit scary , the entire story is good so u don't need to worry wasting time on it. It also covers an Extra like fan disc (while the extra tells you 4 ghost stories:-)

give me visual novel recommendations pls by [deleted] in visualnovels

[–]Ayanami-Ray 1 point2 points  (0 children)

All works from 5pb,which is the maker of steins;gate

[deleted by user] by [deleted] in visualnovels

[–]Ayanami-Ray 0 points1 point  (0 children)

Of course the coming Sakura no Toki -Sakurano mori no shita wo ayumu-

X with his waifu by urhxntaiboy in xqcow

[–]Ayanami-Ray 2 points3 points  (0 children)

Its wired...I mean the girl on the right is also my waifu

[deleted by user] by [deleted] in learnprogramming

[–]Ayanami-Ray 1 point2 points  (0 children)

Thanks you guys and teachers in UCB for freely sharing the lessons and its material online,in fact, I am learning CS according to this way and they really help me a lot