Me when Jia Tan’s business enterprises didn’t work out
Me when Jia Tan’s business enterprises didn’t work out
I aspire to know this level of retro trivia and am slowly falling down the rabbit hole.
Don’t shame them for procrastinating :(
TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃
Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don’t think there’s a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I’m not completely sure if I’m remembering that correctly.
The way I was taught was that you usually start off with only an interface and then implementing classes, and then once you have multiple similar implementations it could then make sense to move the common logic into an abstract class that doesn’t get exposed outside of the package
Poe’s law and all, I could easily imagine someone saying that seriously. That type of sarcasm doesn’t translate into the Internet as well as saying something completely absurd and unreasonable. Even then people will probably still misinterpret it. Internet sarcasm is hard.
Worth noting that there is such thing as color deficiency where specific colors appear more dull than they would for others. It isn’t technically colorblindness but could still make it harder to read these tests.
One of my friends has this with red colors but could see everything else normally, and he described it as red looking way more desaturated than other colors (almost like a brown/gray?).
They aren’t your pet then, you’re their humans so it’s fine
Sounds like a quitter’s mentality to me!
/s
The video game fight (I think this was in Dio’s mansion somewhere?) was pretty good also, it has similar vibes to this one
He’s a pedophile though so he shouldn’t be worshipped
It’s not joever until it’s joever! Biden VP 2024
/s
At least in my school the internal/external threat drills were normalized enough that they weren’t really traumatic. They were basically treated the same as fire drills. Looking back on it that fact is kind of messed up by itself.
I could actually see that being a good argument for why they shouldn’t happen though since it might make people take the real thing less seriously if it ever happened.
I went to a high school on the larger side and one time some people 2 grades below me got into a fight. The next day one of them brought a gun to school. The security guards ended up catching him before anything happened but there was a solid hour where no one knew what the hell was going on and everyone was in full lockdown. The unfortunate reality is that those drills definitely save lives, even in a state with some of the strictest gun laws in the US (which I guess is a pretty low bar).
Unfortunately those shooter drills are not as useless as you would hope
Technically I think python already has an intermediate step that it uses before it starts running a script that compiles it into a lower-ish language (at least the cpython interpreter does this, it probably isn’t a part of the language specification though)
The actual line between JIT languages and interpreted languages is pretty thin since I think most interpreted languages do something similar to minimize the amount that needs to be done at runtime
Smh this is literally what switch statements are for