
My apologies, that repo most definitely used to have what you are looking for. I tried out LSD dream emulator off of their awhile back and they also used to have N64 Roms. I should’ve checked.
My apologies, that repo most definitely used to have what you are looking for. I tried out LSD dream emulator off of their awhile back and they also used to have N64 Roms. I should’ve checked.
This repo should have what you need if you are having trouble finding them.
I did well in data structures and algorithms in uni, but I have never had those topics come up in my 4 years of being a software developer. I’m in web development, FWIW.
So you don’t really have to know that stuff, depending on what kind of software engineering that you get into.
You make a good point. We all might be being copied and deleted in our sleep every night, for all we know.
There’d be no way to know anything even happened to you as long as your memory was copied over to the new address with the rest of you. It would be just a gap in time to us, like a dreamless sleep.
Get a null tattoo on your forehead if you are really about that life.
Not that you’d want to because you hate JS and web components and all that, and there’s nothing wrong with your website, but NextJS supports Static Site generation.
So, JS and frameworks and webcomponents can get the job done for simple stuff nowadays. My portfolio page has a load time of 631 ms using the SSG built into NextJS, and its really similar to your website.
It’s something rednecks will ask other rednecks about whether they have one or not. If you see that sticker, there is about a 30 percent chance that the driver of the vehicle is drunk.
That TP looks great for removing the static from between your cheeks.
deleted by creator
I never said you were naive, I said the comment you replied to was. You sound unhappy. I wish you nothing but good things and I hope you have a nice life. Peace.
Calling that comment, “incredibly hateful and transphobic”, can take power away from things that are actually hateful and transphobic. JK Rowling is a transphobe and can fuck off, for sure, but that comment was not hateful. They never even mentioned their own opinion on Trans rights anywhere in it. It was just an incredibly naive and ignorant take about the JK Rowling situation.
That being said, it was a bad take, for sure. It’s dumb to give anyone a pass for shitty behavior based on other things that they have done.
I don’t think any sane person really wants to just kill all of the rich people. It’s more about wanting their wealth to be redistributed fairly. I don’t think that most of these kind of revolutions start with violent ambitions. They start with demanding the wealthy to give up their excess wealth. The problem is that some people will defend their money to the death, and respond with violence when their wealth is threatened. So they do tend to turn messy pretty quick just thanks to greed, mostly. Some people would literally rather die than have to live like everyone else.
Anybody who thinks that every rich person should be murdered is definitely unhinged and on the extremist side. I think those kinds of people are few and far between for the most part.
Rich people are not a race. So “genocide” doesn’t really make sense there. “Eat the rich” does not mean “kill the rich”, necessarily, either. A lot of people just use it as a metaphor for ending the massive wealth inequality through economic reform.
Oh yea that’s bad too, but to be fair, it’s a comment which is kind of a pain in the butt to format.
Eh I’ve seen much worse. At least it’s not:
if (condition)
{
doTheThing()
} else
{
doNotDoTheThing()
}
For some reason I hate the brackets taking up a whole line it just looks terrible.
I have been with a few companies as an engineer, and can at least confirm that you are right from my experience. Nobody really needs a backdoor to get massive amounts of data. The ToS for most software makes it so they can already do whatever they want with it. It’s pretty easy to get a lot of data just by having people use their services normally.
I don’t think you’d be a billionaire for long. I’d have that problem too. How can you just sit on a huge pile of money when you could do so much good with it? They are all like stinky dragons hoarding their gold.
C++ is a superset of C, and C is a subset of C++. C++ was originally designed for the purpose of updating and adding OOP to C.
The main things C++ has that C doesn’t are user defined data types, support of reference variables, function overloading/overriding, built in exception handling with try/catch, inline functions, and C++ has around 30 more keywords overall.
I would say the biggest difference is the OOP focus of C++ where all of data and functions are encapsulated into an object. This helps make C++ more secure and better for writing high level implementations than C.
Yea, as long as you aren’t rude to the employee at all, you are good in my book.
If I was going to complain, I would start with something like, “Hey I know this isn’t your fault and you just work here, but can you tell your boss…” Not only will that let the employee know that it’s nothing personal, but the employee is more likely to bring it up to management.
It was. If you go through the OP thread, one of the responses is a picture of the dialog window that this user clicked through saying, “these changes will be IRREVERSIBLE”.
The OP was just playing with a new kind of fire (VSCodes Git/source control panel) that they didn’t understand, and they got burned.
We all gotta get burnt at least once, but it normally turns us into better devs in the end. I would bet money that this person uses source control now, as long as they are still coding.