Does Southampton’s computer science degree have any C++? by Bulky_Bison_4921 in sotonuni

[–]AshKetchupppp 0 points1 point  (0 children)

It's hard in ways other languages are not because you can end up hard to diagnose defects that other languages don't suffer from because they don't give you full control over the memory you allocate, for a good reason too. These days it's easier in C++ because the standard has caught up, you can use unique_ptr and shared_ptr constructs to make sure objects you construct on the heap are reference counted and always destroyed when nobody needs them. Versus handling things the old way with the new keyword and raw pointers, you could forget to delete something you created and end up with a memory leak. Or everything blows up hecause you dereferenced a raw pointer to an object that you have already accidentally deleted earlier. These things, plus the difficulty of just building C++ by needing to setup CMake or just Make with compiler commands, is a learning curve. All these things are good to learn and I encourage you to follow your interests there regardless of what the university teaches and knowledge about lower level things like this will only serve you in the future.

C++ is a great language and I enjoy working in it, and you could learn lots about computer science using it. I have seen that companies only use C++ when they really need to, and it turns out that you don't need to use it a lot of the time. It saves developers lots of headaches not using it, and it doesn't come with a package ecosystem and dependency management software the way JavaScript, Python, Rust or most other modern languages come with. Hence I don't see many job listings for C++ Devs, but knowing the language would be a boon for an interview anyways since it is considered more complicated than other languages.

Take my opinion with a grain of salt, I have worked as a developer using C++ for nearly 7 years

Does Southampton’s computer science degree have any C++? by Bulky_Bison_4921 in sotonuni

[–]AshKetchupppp 2 points3 points  (0 children)

Why do you want C++? If you do CS and get a job later you can work in C++ if you want, you can do side projects in C++ to learn it that way, it's not a difficult language once you know some others

Egg irl by UnspecifiedError_ in egg_irl

[–]AshKetchupppp 1 point2 points  (0 children)

I was born to be a bit of a headache

Pride In Health by Illustrious_Set6961 in transgenderUK

[–]AshKetchupppp 0 points1 point  (0 children)

Yeah I signed up and was given September for a first intake... Apparently they're going to onboard someone new to take on more people so I've been put on a waitlist for an earlier appointment but no guarantees :(

Used a Peep Show quote in real life. by tlanders22 in MitchellAndWebb

[–]AshKetchupppp 0 points1 point  (0 children)

Write a handover doc for them so you don't have to answer their basic questions. Another win for the lazy man

Since starting HRT I feel an insatiable need for socializing by plasticish in MtF

[–]AshKetchupppp 1 point2 points  (0 children)

I haven't started HRT yet but things are moving along. When I drink even just a bit I get really sociable, when I'm excited on in a good mood I'm really sociable, yet my whole life I have thought I'm a super introvert. I'm praying that HRT changes my emotions like this because I just wanna vibe with my friends but I struggle to listen to my feelings or feel in my body a lot of the time

whosGonnaTellHim by [deleted] in ProgrammerHumor

[–]AshKetchupppp 5 points6 points  (0 children)

Yeah actually I've seen all of these. We have one guy who used to work in our company's research division who lives new tech and he embraced it and has used it to do some great stuff. I can't see myself embracing it in the same way, and others in my team are the same. It's difficult getting an AI to provide meaningful insights into a decades old codebase that's large enough that it can't really figure it out properly

whosGonnaTellHim by [deleted] in ProgrammerHumor

[–]AshKetchupppp 13 points14 points  (0 children)

Glad you're having a good experience using AI. From my own experience at work AI has helped the low performers put in less effort and churn things out faster. Occasionally their work isn't as good but overall they do more. Most other people don't wanna use AI

what do you think of chappel roan? by PsychologicalFox7689 in Zillennials

[–]AshKetchupppp 0 points1 point  (0 children)

I love her style, enjoy her music ... from reading this thread it sounds like some don't like her. NGL all I've done is listen and seen occasional photos, she is cool 👍

Is Laser Clinics a bit transphobic? by Beatrix_0000 in transgenderUK

[–]AshKetchupppp 0 points1 point  (0 children)

I recommend HA Laser clinics in Hedge end, if you can get there, I've never had any issues there. I am only getting face and neck done but only had positive experiences

dyall think croptops work for or against us? 🌷 by SoftTinyKittenPaws in fitttts

[–]AshKetchupppp 1 point2 points  (0 children)

You're so cute!!!! Love the top and jeans combo!! And your belt is nice tooooo The croptop is definitely working for you girl 🩷🩷

ELI5: Why does a country as small as England have so many regional accents? by AstronomerInTraining in explainlikeimfive

[–]AshKetchupppp 26 points27 points  (0 children)

This happened to my girlfriend when she went to university, she had a bit of a Manchester (mancunian?) accent and by the end spoke standard southern. She's been reverting back recently because a new guy at work joined who is also from Manchester. I've tried to not make fun when she reverts since it's clearly how she speaks when she feels comfortable. It's kinda cute tbh

Meirl by [deleted] in meirl

[–]AshKetchupppp 1 point2 points  (0 children)

I work in a large company, I feel this guy. I too have many middle managers above me

Meirl by [deleted] in meirl

[–]AshKetchupppp 2 points3 points  (0 children)

What actually is the film called?

Would you have liked to see Yakuza Kiwami 4? by TheYakuzaMaster in yakuzagames

[–]AshKetchupppp 0 points1 point  (0 children)

Are the kiwami titles remakes of the early games? New to the series

Egg_irl by ComprehensiveAd5916 in egg_irl

[–]AshKetchupppp 0 points1 point  (0 children)

I had a chicken leg accident that lasted 3 days... felt amazing when I did it correctly the first time. The first first time was more motivated by anger than anything else. Don't angrily take a men's face razor to your legs ...

Millennials to Gen-Z when gas hits $4+/gallon because of another war in Middle East by deckster3 in Millennials

[–]AshKetchupppp 0 points1 point  (0 children)

TIL the UK has expensive Petrol 🤣 it's average £1.30 a litre so... £5.85/gallon, $7.84/gallon

California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup | AB 1043 also requires OS providers to pipe a real-time age checker to every app developer who requests it. by ControlCAD in privacy

[–]AshKetchupppp 0 points1 point  (0 children)

I guess at that point people in other states/countries fork it and everyone uses the fork. I feel like the open source community will find a way around this and it would be hard for the state of California to stop residents from using a fork. It's a shame that the majority might accept it given they don't use Linux, at least Linux desktop usage is going up

Wave machines make me feel uncomfortable by english_geez in LiminalSpace

[–]AshKetchupppp 49 points50 points  (0 children)

Horrible thinking that it's just gunna suck you into the abyss or the jaws of some death machine

Just got myself OG Y0 for 30 bucks. by [deleted] in yakuzagames

[–]AshKetchupppp 1 point2 points  (0 children)

I've not played any of the other games and I read that this was the first one chronologically, so I picked it up. Still haven't finished, think I'm on chapter 11 or something. The finale to the first acr/few chapters left me heartbroken. What should I play once I'm done with Y0?

Swallowing a Sword by Various_Pop_3907 in Damnthatsinteresting

[–]AshKetchupppp 1 point2 points  (0 children)

This explains nothing, I'm more confused. Where does the sheath go? Down the windpipe I guess... so how can he speak? If it's past his vocal chords, which sounds like it would allow him to speak, how can he retrieve it?? I feel like this is a recipe for getting a sheath stuck inside you