this post was submitted on 22 Apr 2024
43 points (90.6% liked)

Open Source

30777 readers
490 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

The projects they want to make safer includes Linux, curl, sudo, among others.

Just found it and I think this will be interesting for this community.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 6 months ago* (last edited 6 months ago) (2 children)

I'm in my 40s, and finally decided to give C/C++ a serious go and try to learn them at a competent level after decades of putting it off, and now everybody wants to move to Rust.

[–] [email protected] 14 points 6 months ago (1 children)

Actually this is probably a good time for you to get into Rust, since everyone is still at the starting point (ish), and you, unlike others, don't have decades of C/C++ habits ingrained in you. So if you're starting off fresh, Rust is not a bad language to dip your toes into. :)

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

I'm at the level of finally understanding pointers, templates, and operator/function overloads and using them pretty effortlessly now. I looked at some Rust code. I'm not sure I have the brain plasticity to take that on at my age now without massive struggling.

[–] [email protected] 2 points 5 months ago

That was me with PHP a decade ago. I was moving towards it as everyone was moving to JavaScript.

And honestly I'm gaining an appreciation for it all.