

Then make a community for it.
Then make a community for it.
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.
It was never about fun. It’s about experiencing the game.
When I read a book, the goal is to have whatever experience the book is going to give me, and leave my own life behind for a while.
Getting lost in a AAA fantasy world with super-high-fidelity graphics is an amazing experience.
That’s funny. Because unlike WoT, I loved Fallout. The bad acting was part of the schtick.
Nova Drift, and then some more Nova Drift. Followed by a long session of Nova Drift. I think I need help.
How do you know my Lemmy password?
This video I just watched the other day says otherwise (with clear evidence.)
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
Chicken sashimi is a thing in Japan. It’s slightly cooked on the outside.
What did this routine look like?
Kill the nickel and dime while we’re at it.
Deception? I asked what you thought GIMP was missing and then you went and made huge assumptions about me. That’s on you. I only replied the way I did because of what you said. Next time maybe just answer a question instead of insulting someone for even asking. Or don’t answer it. That’s fine, too.
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”.
deleted by creator
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.