- Joined
- Nov 15, 2021
Nvidia's hiring Cpp programmers. I heard they pay well.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you can't program with FORTRAN, COBOL, and an IBM Assembly Code on punch-cards, with an IBM 701 Electronic Data Processing Machine (Nicknamed "Defense Calculator"), you ain't gonna make it.Sorry to break it to you guys, but if you don't exclusively write x86 asm in vi you aren't gonna make it.
I vote the same for .NET and Visual Basic/Visual C devs as well.Javascript developers should have hatchets lodged in their fucking skulls.
Got a link for this? I always got the impression that he was just silently based.Bjarne has blatantly aired his dislike for the tranny menace and calls them out on their ineffectual bullshit changes to the codebase.
I wish I had an exact link. I remember a bunch of them rallying against him and publishing hit pieces around 2016. I’ve looked and haven’t been able to find any exact evidence Bjarne is based but I fully believe it.Got a link for this? I always got the impression that he was just silently based.
Just the fact that we've never seen him concede to the forced tolerance crowd despite him undoubtedly being under immense pressure to do so speaks volumes.I’ve looked and haven’t been able to find any exact evidence Bjarne is based but I fully believe it.
lmaoI should have taken it as a sign of things to come when, in 2015, Jon Kalb tried (emphasis on tried) to introduce me to Bjarne. Bjarne looked me up and down, put on a face of disgust, and walked away.
Thank you for proving my king is based once again friend. I wish you no bugs and full coverage.Just the fact that we've never seen him concede to the forced tolerance crowd despite him undoubtedly being under immense pressure to do so speaks volumes.
I found this though.
lmao
View attachment 6202969
I renew (polite) calls for citations. I have got to see that and the resulting seethe.Bjarne has blatantly aired his dislike for the tranny menace and calls them out on their ineffectual bullshit changes to the codebase.
Same shit as Gentoo -- you're "learning how your computer works at a lower level" because you're pissing away an hour partitioning your disks, bootstrapping your system and installing the bootloader by hand instead of waiting 5 minutes for the installer to finish automatically and being done with it.I'm still trying to figure out why they obsess over Arch Linux.
I could’ve been misremembering what Innawoods posted. It’s forever ago I can’t remember I didn’t really heed much mind to it at the time. It was just more of a I remember it happening comment.I renew (polite) calls for citations. I have got to see that and the resulting seethe.
Yeah I read the blog post that got mentioned a few posts ago and it cracked me up.I could’ve been misremembering what Innawoods posted. It’s forever ago I can’t remember I didn’t really heed much mind to it at the time. It was just more of a I remember it happening comment.
So he's salty that Straustroup didn't get on his knees and deepthroat xim on the spot for being a BWAVE STUNNIN KWEEN? The standards for being based these days are low, but it's still nice to see people of relevance not spreading the cheeks for them.Some self-important tranny thought he was going to "shake things up" in the C++ world over the past 20 years, goes to some C++ conference with the standard tranny tattoos and bald-on-one-side haircut (and danger colors of course), and gets introduced to Bjarne looking like that (wearing female clothes, of course), and the dude sized him up as a obnoxious queer in an instant and walked away without saying a word.
Aren't places like banks and so on looking for people who know COBOL for all the legacy code they might still have from the 70s or so?If you can't program with FORTRAN, COBOL, and an IBM Assembly Code on punch-cards, with an IBM 701 Electronic Data Processing Machine (Nicknamed "Defense Calculator"), you ain't gonna make it.
They are. I was seriously considering learning COBOL and trying for one of those jobs until I learned they pay complete dogshit ($70k-ish per year) compared to what I'm earning now just doing boring-ass devops (more than double that).Aren't places like banks and so on looking for people who know COBOL for all the legacy code they might still have from the 70s or so?
Huh. Thought the COBOL archeologists would make money. Too bad.They are. I was seriously considering learning COBOL and trying for one of those jobs until I learned they pay complete dogshit ($70k-ish per year) compared to what I'm earning now just doing boring-ass devops (more than double that).
As for QuickBASIC, it was an "interesting" product, and you could certainly do a lot worse. You could at least make useful programs with it, even as a beginner.
I am OK with typescript tbh. Had to work with it at ton recently, and having a node typescript backend vs a pydantic fastapi backend, for me theres no real difference. I work on prototype and MVP dev though, so I'm rarely involved with optimization or prod deployments. I should ask how those teams feel lmao.Javasscipt is why I can't have a tablet that doesn't go into spasms just to read a fucking news website.
Javascript developers should have hatchets lodged in their fucking skulls.
C++ is fantastic and don't ever let any faggots tell you otherwise. I wear the modern Rusties' "slur" of "Cnile" with pride. Let me know when your code is running on a production flight computer, trannies, then maybe I'll take your trendy language seriously.I went from primarily writing Python to learning C++, and it isn't nearly as bad as I thought it would be. In fact, I may not even want to go back after becoming proficient enough.
I have been learning it moreso out of necessity because I want to help maintain some of the software written in C++ that I have already gotten a lot of use out of. Sort of like this:C++ is fantastic and don't ever let any faggots tell you otherwise. I wear the modern Rusties' "slur" of "Cnile" with pride. Let me know when your code is running on a production flight computer, trannies, then maybe I'll take your trendy language seriously.
Yup! Using RAII gets you 90% of the way there. In fact if you're writing practically any userspace application and can avoid using malloc()/free() you're 95% of the way there. Generally the easiest way to leak memory in C++ is to screw up threading somehow. Granted, that's not hard to do, but it's not like it's a trivial thing to get right in most languages either.Also from what I have seen so far, it appears that it is pretty easy to write memory-safe code with C++ too;