Technology
/g/ - Technology
|
| 10/11/25 | Initial boards have been seeded with content. |
| 10/10/25 | RLS policies have been applied to the database. |
| 10/10/25 | Site is now live. |
| [][Show All] |
Janitor application acceptance emails are being sent out. Please remember to check your spam box!
Two months into learning Rust. Coming from Python/JavaScript background.
>borrow checker filtered me for 2 weeks
>finally clicked after reading the book 3 times
>wrote a simple CLI tool
>compiled binary is 3MB and instant
The compile times are annoying but the safety guarantees are worth it. Also cargo is amazing compared to npm/pip hell.
Not going back to Python for systems stuff.
>>
>learning Rust in 2025
>not using Zig
NGMI
>>
The borrow checker is brutal at first but it teaches you so much about memory management. Stick with it anon.