Were just waiting on WASM to be able to access the DOM APIs directly, and then all languages will be first class citizens on the web, and then RIP JavaScript.
Were just waiting on WASM to be able to access the DOM APIs directly, and then all languages will be first class citizens on the web, and then RIP JavaScript.
Throttling everyone equally during times of congestion is also fair in its own way. I’d be okay with that.
When limiting is required, because many people are using the same network, limiting those who have already used the most seems fair.
Your comment might cause me to do something. You’re responsible. I don’t care what the legal definitions say.
If we don’t care about legal definitions, then how do we know you didn’t cause all this?
Fortran is still a good language for some purposes I think.
And I feel the same way, C++ tries to solve the problem of having too many features by adding more features.
To answer my own question: I believe it’s a runtime error: https://doc.rust-lang.org/stable/std/any/trait.Any.html#method.downcast
What if I specify the wrong type? let retrieved = storage.get::<SomeOtherType>();
?
Is it a runtime error or a compile time error?
I’d rather believe it’s a bunny than acknowledge snails that large exist.
I abandoned poetry after it was unable to install a specific version of pytorch I was using.
In pip I would do something like pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
, but IIRC poetry didn’t support the --index-url
option.
I wouldn’t consider Julia statically-typed; am I wrong?
The question mine as well be “what is your favorite compiled language?”. There is a lot of overlap between the possible answers.
I hear you. It’s no good to just cede ownership of a word and allow others to define it however suits them. But… it’s Twitter, getting into a good faith philosophical discussion about the definitions of words ain’t going to happen, so in many cases it’s better to just not bring up the controversial words at all. Guess there’s pros and cons to each.
I agree. That’s why I suggest (or more like implied) that when we know we have different definitions of a word, we avoid using that word. It’s a good thing to at least try if two people really care about understanding.
“Woke” is a problem because people have different definitions, and no matter what Webster or any other authority says the definition is, people will continue to have differing definitions.
How can we reach understanding when we don’t even agree on the definition of words?
This is way to nuanced to deal with on fucking Twitter. If you use the word “woke” on Twitter, expect a lot of misunderstanding, talking past each other, and bad faith arguments to follow.
I did not suggest banning any words.
To understand why I’m opposed to the word “woke”, you must first acknowledge this fact:
Sometimes people have different definitions of the same word.
If you’re willing to accept that, then it logically follows that using a word that people have different definitions of will cause more confusion than understanding. If our goal in speaking is to convey understanding, then that is best accomplished by avoiding words where people have conflicting definitions.
We’ve all learned that there are facts and opinions, but there is a third category: definitions.
If you watch for it, you will see that many disagreements boil down to nothing more than disagreeing about the definition of a single word. If we temporarily avoid using that word, suddenly we find ourselves in agreement, or at least having a better understanding of each other.
Finally a place I can share my cold takes. (I’m not on Twitter, I won’t discuss this on Reddit either.)
The community manager had a meltdown and blocking everyone was a power trip and was wrong.
Godot’s tweet was wrong, because it used the word “woke” which immediately drives any conversation into the gutter. Doesn’t matter if you’re on the right or left, as soon as you say the word “woke” you have ruined the conversation.
It is good that Godot explicitly supports LGBT+ people. They should be welcome. The community CoC should make this explicit, and it does. A tweet to reaffirm this is fine, a cringe joke born from the dredges of Twitter is less fine.
Godot’s “revenge forks” are amusing and will not go anywhere. Someone might collect some donations before grifting into the night though.
None of this has any effect on Godot’s technical suitability for creating a game.
How would you force someone to take time off?
If I was their boss I would say something like “you’re job is to stay home and do anything besides work for the next week, you will still be paid for this time”. Easy.
As for the on-call stuff. Yes, that’s the point. It should be unsustainable for a company to continually rely on their daytime programmers for frequent on-call alert handling.
If off-hours issues happen often, the company can hire an additional team to handle off-hours issues. If off-hours issues are rare, then you can depend on your daytime programmers to handle the rare off-hours issue, and know that they will be fairly compensated for being woken up in the middle of the night.
I’ve been at too many companies where an off-hours alert wakes up a developer in the middle of the night and the next day the consensus is “that’s not good, but we’ll have to fix the underlying issue after we finish implementing the new UI the design team is excited about”. It’s not right for a developer to get woken up in the middle of the night, and then the company puts fixing that on the backburner.
I’ll say it again. It’s about aligning incentives. When things that are painful for the worker are also painful for the company, that is alignment. Unfortunately, most companies have the opposite of alignment, if a developer gets woken in the middle of the night the end result for the company is that they got some additional free labor, that’s pain for the worker, reward for the company; that’s wrong.
When I think of a tech worker union my thoughts first go to standardizing everyone’s pay and limiting what I can earn myself. I’ve probably fallen to anti-union propaganda.
A tech worker union that says nothing about pay could still do so much.
A union could ensure that the company’s incentives are aligned with worker’s incentives around things like on-call.
I’d love a union that forced a company to give all on-call workers compensation. Something like:
Basically, if a company is having lots of on-call alerts, or the company is preventing employees from using their comp time, you want this to be directly painful to the company. Incentives should be aligned, what is painful for the worker should be painful for the company.
Or, regarding “unlimited PTO”. I’d love to see a union force companies to:
Tech workers have it good compared to a lot of workers, but there are still plenty of abuses a union could help with, even if the union never even mentions pay.
What is the game? It’s not being a shill to answer questions.
Deno looks interesting.
But Bun choosing Zig makes me think their priorities are not my priorities. As of now, you choose Zig (a not-yet-stable language) because you want to learn Zig and make a neat side-project. Those are not my priorities. Zig offers no unique advantages other than neat new syntax.
Deno chose Rust, which, like Zig, is new, but Rust has reached 1.0 and offers a unique advantage with its safety features. I’m not saying anything about the greatness of Rust here, only that Rust does offer unique advantages, and Rust could be chosen because of general priorities.
Bun chose Zig and then worked backwards and formed their priorities around Zig. Deno formed their priorities and their priorities lead them to Rust.
That’s how I feel anyway.