If you really, really want to avoid an aircraft type, you book with an airline that simply doesn't fly them.
How do you do that? And which companies does not have these today?
HN user
If you really, really want to avoid an aircraft type, you book with an airline that simply doesn't fly them.
How do you do that? And which companies does not have these today?
If you can’t fit into the same abstraction, is it really a “duplication” or is it just a slightly, but incomparable, function?
It’s generally a evaluation of risk and reward. Guess they are counting on US being busy elsewhere. What I hear, the chain of command is in disarray.
Isn’t this a thing for all providers? YouTube definitely spies on what you look at and Netflix knows as well. Or is this just because a TV actually doesn’t provide the content, just the view? And is there’s a difference if you have a streaming device like Roku?
Does anyone know why this is done? What is the reasoning here? Is this defendable in any way?
Gödel wrote his teorem to test David Hilbert’s endeavor, Logic and the Foundation of Mathematics[0], to unify mathematics. Gödel proved that it is impossible to do.
But you may have a different version of history.
It argues of “impossibilities” and also proves it.
Wouldn’t it be possible that not all brains can do it all, but some can specialize in certain problems. But when combined with everyone else’s we can approach general intelligence?
Can someone explain what Trump means by that there’s a ”world war 3 in the pot”?
Einstein’s relativity theory is a model that is quite fundamental, are there wrong parts of it as well? Asking not as challenge, more out of interest.
And what difference does that make?
Can you give some examples?
What’s stopping you from using a single thread for synchronization?
What do you mean? It implements the Future/Task interface and you can definitely use that. In fact you can’t tell the difference from a virtual thread vs a platform one, and it’s available everywhere. I for one thinks it’s much easier to use than the async/await pattern as I don’t need any special syntax to use it.
What patterns does async/await solve which virtual threads don’t?
My rough understanding is that this is similar to async/await in .NET?
The biggest difference is that C# async/await code is rewritten by the compiler to be able to be async. This means that you see artifacts in the stack that weren’t there when you wrote the code.
There are no rewrites with virtual threads and the code is presented on the stack just as you write it.
They solve the same problem but in very different ways.
Are those the reason for all crimes done? And why isn’t this politically feasible? There has to be a solution?
So what’s your suggestion to help these people? Or we should just lock them away?
This was absolutely captivating! Better than any book I’ve read lately!
When talking to LLMs their responses are always a bit off. The best way I can describe it, it’s like they are speaking a specific dialect but you know they are using expressions that wouldn’t be used in that dialect. Or, it’s like they are way over their head in the specific matter and reiterate things they really don’t understand. Like there’s no substance in what they are saying.
And if they do this for a simple or a matter that you know of, how can you trust their answers in a matter if you can’t evaluate their answer?
It doesn’t get better when they are totally mixing things up but say it with certainty, instead of just saying that they don’t know or admit that they have gaps in what they know. They don’t just get it wrong like humans do, it’s just weirdly wrong. Humans usually get it consistently wrong. Perhaps it’s about what they are not saying.
Would I always be able to tell it’s not a human I talk with, probably not. But chances are that I will know, the longer I talk to them.
I think AI would be a better to use for explaining code. I’d use that instead, of creating code.
Is a NullPointerException so much worse than a NoSuchElementException? Is there a difference?
I think that this is a universal issue. Not just in SF this is happening. Sometimes it just looks like the planners never even been there.
How can I trust a result like this without reading it myself to verify?
Slightly off topic. When I was young, I remember our school bought rain forest, which then would be protected. I wonder if it still is protected or it was some elaborate scam. And who owns it today?
Jira tries to solve everyone’s problem. It tries to incorporate everyone’s idea of how and what’s needed to be tracked.
I can just say from my own experience that the one that created the workflow and what fields that they absolutely must have to do some sort of follow up, have never worked as a developer or anything near a software project, and yet enforces all this garbage for their illusion of control. And yet they have none. Just because they are higher up in the hierarchy than the people that works with the actual product.
And then there is all these managers that think that everything should be a ticket and all changes can absolutely map to a ticket. Or that everything is actually done by the guy on the ticket.
I bet when I die and go to hell, my punishment will be to fill out Jira tickets and push them through the workflow.
Edit: formatting and spelling
My experience is that too many doesn’t even know what this problem actually is, and yet it exists in many places, but in different shapes.
BufferdInputStream is rewritten and is only using synchronized if subclassed. In fact there has been a lot of work removing the synchronized keyword.
At any given point in time, there is always more work to do than time to do things. That’s why there are managers.
We recently converted from Jenkins to GitHub Actions (complete rewrite) build pipeline. Jenkins had its issues and warts, but holy Beelzebub what a monster GitHub Actions is. It pure downright evil and creates all sort of headaches. Opaque, zero clues on what broke. Glacial slow even if you throw the biggest instance at it. It’s all enterprise and 1000s of repositories big company.
I’m spending more time finding bugs in the build pipeline than the time I spend doing other things. And it’s all GitHub actions fault. I hate it with a passion.