

For real, though, what is it?
For real, though, what is it?
I don’t understand the question. Why wouldn’t you put a space after a question mark? You did so yourself twice in this post.
Since it needs to be compiled to JavaScript in order to be used, I kind of consider it a different language. Yes, it’s a strict superset of JavaScript, but that makes it different.
It’s much better to make your own function that uses bitwise operations to do addition.
function add(a, b) {
while (b !== 0) {
// Calculate carry
let carry = a & b;
// Sum without carry
a = a ^ b;
// Shift carry to the left
b = carry << 1;
}
return a;
}
(For certain definitions of better.)
I feel like that’s all you need. You don’t have their apps installed, so the problem is already solved. If you use uBlock Origin to block their trackers, the problem is solved. So you’ve solved it twice.
You know who hates time zones the most? Programmers.
So does this colleague suddenly have to work 9-5
Worst of all, he sees a bit of daylight on the sunrise commute home. Yet I as a +10 would never see the sun.
Everyone who works a daylight job would work a daylight job with Universal Time. We exist under Universal Time right now, and yet you (and the majority of other people in the world) work during the day. Nothing would change.
Everyone would work whatever part of the day they work right now, except the numbers would change. And you’d have to learn what numbers mean “get up”, “lunch”, “dinner”, and “sleep” because they won’t be what you’re used to.
The current clock numbers are entirely arbitrary. (And they repeat!) When you were a kid, you had to learn what the hours meant relative to what part of the day it was. Under universal time, you would simply relearn that. Children learning it now would never know the difference. They would think local time is weird.
I don’t understand why every time this conversation comes up, there are always people who think that it means you’d have to change when you sleep, live, and work relative to the sun. I just don’t get it. It just seems like such an odd conclusion to me.
With global UTC timezone, then you need to ask, which are your work hours?
Which would be beautiful because you’d instantly gain an intuitive understanding of how that overlaps with your own work hours instead of having to do a conversion.
Why do handsome men always pose with their art? The art should be the focus. We get it, you’re beautiful, but let the art stand for itself. This is just upvote fishing. /s
What did this routine look like?
Kill the nickel and dime while we’re at it.
That’s a mention, not a tag. A tag is a private description you save about a user. Only apps have this feature.
I just tagged you. Thunder calls this a “user label”.
Yet I played it so much I can hear it in my head right now.
In today’s dollars, my local video game store in 1991 was selling Wizardry for the NES for $141.
Fuck, the average AAA Atari 2600 game was $99 in today’s dollars. Games like Pitfall and Pac-Man.
Just some perspective. I’m going to go yell at a cloud or something, now.
There’s literally no difference. Each Discord server is like a tiny chunk of Reddit. If anyone expected any privacy on these servers, they’re nuts.
I definitely did! I guess maybe you can see why I was so exasperated. 😳
Question closed as off-topic.
Removed as duplicate of #264826376: “Question closed as duplicate.”
I’m pointing out that questions on SO too often get closed as duplicates of adjacent (but distinctly different) questions, and I did so in the most confusing, recursive way possible.
You’d buy a 5070 Ti for a 4% increase in performance over the 4070 Ti Super you already had? Ok.