I only buy certified organic non-GMO rainforest, so save a patch for me before you burn the rest of it down and replace it with a monocrop.
HN user
dullcrisp
I want to see a binary clock with fourteen hands.
Ooh but then would the AI filter out discussion of itself?
That’s such a strange thing to say. Should we only use things invented in the last 300 years on the 4th of July?
Animations are four-dimensional. Colored animations are seven-dimensional. More if they include surface normals or lighting information. Simple.
Cars kill 40,000 people I just shoot for the tires though.
I don’t know who you’re including in “we”, but since most CEOs are being paid more for their judgment than HN commenters are, it wouldn’t be unreasonable to hold them to higher standards.
I meant about being either evil or stupid. Never mind.
Speak for yourself.
Sadly those of us hoping to learn about making popcorn are forced to look elsewhere.
Wouldn’t any Volkswagen keys need to cross the network to get into the Secure Enclave? Or couldn’t you exploit the Volkswagen app itself?
That’s the answer I found too. With pictures even https://stackoverflow.com/a/662285
Yeah upon looking it up it appears to have nothing to do with the data structure.
When they were doing a linear scan to find a large enough free block I was waiting for a heap to come into the picture, but apparently it’s not done that way.
I don’t know too much about this, but strictly based on the name I assumed that you should use a heap. Is that not right?
If you haven’t taken a lock, any other code can start executing at any time, so any invariant you might have established on one line may no longer be true on the next line.
If you don’t depend on anything mutable that anyone else can modify then this is mitigated, but that’s a very specific discipline you have to abide by.
Because the police violated the constitution by breaking down his door without a warrant, and were apparently doing so as a matter of practice?
I agree we should focus more on reviving ancient horrors.
Is revocation really such a hard problem? Seems you could store a set of revoked tokens in memory and have a background task update it every couple of seconds. I guess it’s a separate set of infrastructure to maintain but I don’t see why it’s always presented as the thing that undermines an entire authentication scheme.
I guess if you need your tokens revoked this millisecond it’ll require an extra synchronous call on every request but that seems like a unlikely requirement. And not that any of this matter for your 10 user app anyway I guess.
I’m glad it basically worked out but damn do we take free next-day delivery for granted.
I guess maybe after the thousandth time they had to type it out.
Do you all really have your random public git repos accidentally being used in production by Facebook? No one’s ever made one of my one-commit git repos a key component of corporate infrastructure.
Or do you mean that the meaning of what it is to “publish” something has shifted?
When did they change the "query" to q?
We’d have a settlement in the Sahara desert if it took six months to get there and there were something interesting there. We have one in Antarctica.
Stanley is a toponymic surname, a contraction of stan (a form of "stone") and leigh (meadow), later also being used as a masculine given name.
And the bots training the bots are just bots that were trained to train bots?
developéer
Okay pretend I said baby carrots if you prefer.
I’m sure some companies do cynically provide perks to try to buy or dazzle people, but I don’t think that that’s the only reason that anyone does it.
The point is it’s not about the monetary value of the perks but about the attitude. If you used to get donuts in the break room on Fridays or get a card on your birthday or whatever, and then management decided you don’t need donuts you’d feel about the same way.
Your point is that people make a stronger argument even when a weaker one would be sufficient?
Why/when are traps used rather than explicit system calls? Is it just historical coevolution? Or is the idea that the user mode program doesn’t need to know that it’s unprivileged? Or is it just repurposing the error handler path to perform privileged operations?