Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

squirrelwithnut ,

I've seen this sentiment in a few places recently, and as a software engineer with 20 years of experience I can say with 100% certainty that this is a terrible (and dangerous) trend when it comes to programming.

Undergrads should absolutely be learning how memory works, how to allocate it, when to free it, and what issues you can get into when you don't do it properly. Sheltering them from such things will lead to a more ignorant generation of developers, which will lead to a lot of headaches down the road, for everyone.

iegod ,

Agreed. I've been seeing the trend myself and it's a damn shame. Ignorance isn't a reason to shelter others

anlumo ,

This is almost certainly not intentional. The AI just can’t differentiate between unsafe as in NSFW and unsafe as in manual memory management.

nyan ,

Manual memory management has about as much applicability these days as assembler did back when I was doing my degree. It should be covered as part of learning How Things Work Under the Hood, it's still needed for some kinds of specialist work, but many—perhaps even the majority of—people writing code will never need to deal with it in the real world, because the languages in which most code is written these days all have some form of memory management.

catloaf ,

Yeah, but that doesn't mean you should allocate a billion arrays just because the memory is managed for you. It's still inefficient.

nyan ,

You don't need to understand the details of how memory is allocated to understand that taking up too much space is bad, and that there's often a tradeoff between programmer time, machine execution time, and memory allocated, though.

thehatfox ,
@thehatfox@lemmy.world avatar

There is still an enormous amount of C++ code still in use (and other unsafe languages for that matter). It is still an actively developed and used language, and likely will be for many years to come. Having at least a basic grounding in it is very valuable element of flexibility for any potential programmer, as well as an understanding of the underlying concepts.

nyan ,

Yes, there is C++ code still being written, and it's a reasonable choice for some lower-level and complex code , but it's a much smaller percentage of the whole than it was even ten years ago. Web stack stuff tends to be written in memory-managed languages, and it probably accounts for more lines of new code than anything else these days (note that I didn't specify good code). You can have a whole career without ever getting down into the weeds.

Similarly, assembler still had some practical applications in games and video codecs when I got out of school. These days, I wouldn't expect to see hand-written assembler outside of an OS kernel or other specialized low-level use. It's still not gone, but it's been gradually going for many years now. Languages without memory management likely never will completely disappear, and they have massive inertia because of the sheer number of C utility libraries lying around, but they're gradually becoming more marginalized.

What it comes down to is: understanding how memory works is useful and broadening for someone who wants to program, but it's no longer necessary even for a professional. (I think we're mostly in agreement on everything except relative importance, in other words.)

applebusch ,

Memory unsafe languages will always have value in applications where speed and performance mean anything. Embedded programming and video games are the obvious examples, but pretty much any application taken far enough will eventually demand the performance benefits of memory unsafe languages. Some even require writing assembly directly. Contrary to common dogma, the compiler isn't always best.

robotica ,

I love how you two seem to be arguing or trying to win over each other in some way, whereas you are in fact in agreement, just coming from opposite sides.

sunbeam60 ,

Hmmm.

You’re probably right. But to any student reading this I’d say you’re likely to become a significantly stronger programmer, and thus find it easier to find employment, if you understand and feel comfortable knowing how to use a memory-unsafe language. Eventually you’ll arrive up in a problem that’s caused by it, or a required optimisation that benefits from manual memory management. If you want to work in games, too, there really is no other option.

In that sense it’s the same as assembler. One day you’ll sit there and not understand why something breaks only to realise that the underlying assembler doesn’t quite do what the source alludes to.

So, I’m not sure you need it, but I’m pretty sure you’ll benefit from it.

asdfasdfasdf , (edited )

You can do all that with Rust. Maybe C/C++ is good to teach if the professor explains why they should almost never be used, but IMO it would probably be better to just educate them using a well designed language like Rust so that they have the experience for a career.

stoly ,

When I clicked the thread I thought this was a joke and am now experiencing a degree of horror.

lolcatnip ,

Good thing we have Rust.

Lizardking13 ,

The programming field is going through what math has been going through for ages. Many people don't want to learn how things work because they can use a calculator or software to do basic maths. But then when it comes to actually understanding what's going on, there becomes a big loss.

abhibeckert ,

Let me guess - learned from all those websites about unsafe memory(ies)?

cyd ,

Based Gemini.

FooBarrington ,

Actual, true AI

LoremIpsumGenerator ,

18++

bionicjoey ,

19

Petter1 ,

20

Traister101 ,

At least Tom won't be affected. He's a genius.

AusatKeyboardPremi ,

For those in the unknown, this comment is in reference to an article on The Daily WTF, which ThePrimeagen “reacted” to.

rant

As I have frequently found myself not knowing a quip/quote/reference from popular (or worse, obscure) media, I am doing my bit to add context to this rather plain comment disguised as an in-joke.

For people who derive pleasure from posting such references, please annotate your reference with some context for others to take part in/appreciate the media you liked enough to remember and make a reference of.

Asudox ,
@Asudox@lemmy.world avatar

[Thread, post or comment was deleted by the author]

  • Loading...
  • AusatKeyboardPremi ,

    Interesting. May I know where you are viewing this post?

    This is how it looks like on Voyager:

    https://lemmy.world/pictrs/image/12584ec2-ab06-4ecb-b755-65111a7cb6b0.png

    and on Lemmy web:

    https://lemmy.world/pictrs/image/7fa38e27-e590-4d0c-92dc-669b93f9a281.jpeg

    sukhmel ,

    Not exactly, it's correct as it is rendered in lemmy-ui, but some clients expect a space after :::. You may want to file an issue with the client you use

    RageAgainstTheRich ,

    I like theprimeagen and I'm really interested in what he has to say. but he talks so loud into the microphone and it just ends up giving me anxiety :(

    There was this one youtube video he made and the moment it started, he screamed into the microphone and it just instantly freaked me the fuck out. 😔

    Traister101 ,

    Turn down your volume?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@lemmy.world
  • incremental_games
  • meta
  • All magazines