They didn't blow the whistle though, not really. Especially not when gp said that they expected the department head to brush it under the rug. If reporting things "up the chain of command" was really expected to root…
There are plenty of cases where flattening an object that takes 64bits would make sense. The current code will help with `Integer[]`, `Char []`, etc, as well as combinations of `byte`, `char`, and `int`. Past that it…
From the article: > The documentation should open with something like this: >> The callback function must perform its work quickly without blocking. If you need to do complex work or synchronize with other threads or…
And, since he isn't waiting on the reply, he is following the rule for the callback.
The "practical" use case is to allow auto playing of videos for those users who disable it, from the "Strategic Vision & Core Capabilities" section: > Bypassing Browser Constraints: Modern browsers aggressively throttle…
In many battlefield scenarios, there is more than one "somebody" on it. The "somebody" that you kill might not be the "somebody" that you intended to kill. Depending on the how pelicans are created, it is entirely…
That's the advantage of externalised costs. It doesn't matter how high they are, you don't have to pay them! You see this in all sorts of places, for example, stealing an EV charging cable. To a thief, a $500 charging…
Or even both. In any kind of continuous deployment, you'd expect outages at the point of deployment, or shortly thereafter as the unintended consequences ripple. Then the load during the working days makes those ripples…
PDF files can be signed, that is tamper resistance. Tamper resistance doesn't have to make any difference to the readability of the document.
There’s a common scaling heuristic, related to Greiner’s growth model, that organizations need to fundamentally change how they operate as they grow. I recall numbers that every time your organization triples you need…
Economics has this concept called revealed preferences[1]. These are preferences that people don't say that they want, but is what they actually use preferentially. An example of this the ordering machines that you…
This "receive heavy scrutiny" is part of the problem that is raised in the article though: > You are friends with all the senior TLs, so can get them to review your code, but this is not a high-leverage use of time. And…
Even ignoring that "you" as an individual are not affected by this, there are plenty of things that "you" as an individual cannot do with your own property. For example, a lot of places in the US live under a HOA, and…
You would be surprised I think. I know a bunch of people who use Siri, for all sorts of things. I personally regularly use the "push to activate" Siri for quickly setting up meetings et al. And a *lot* of people want to…
And, indeed, if you look at the author's writeup, you see exactly that the generated code satisifes `(rotate == true || rotate == false) == false`, since rotate is checked explicitly against 0 and 1. The essence of the…
This is mentioned on the first page of the paper: > Building on theoretical work by Dietzfelbinger and Walzer [8], we propose a novel practical approach, the binary fuse filters. They are conceptually similar to xor…
For those that don't know why, and I didn't, the reason for this is that Tilapia are "mouth brooders", that is they keep the fertilised eggs in their mouth. So throwing away a dead female can cause these eggs to hatch,…
An interesting article, however my question is technical. In the "The Mechanism of Extraction" section, how is that image made? It is nicely laid out, and has a nice "hand-drawn" feel. This is a good format for many…
I assume that you are talking about the [devcontainers LCI](https://github.com/devcontainers/cli) when you say "a CLI"?
The real question is how do you enforce that the human is reviewing and double-checking? When the AI gets "good enough", and the review becomes largely rubber stamping, and 50% is pretty close to that, then you run the…
And tear stains, or the lack thereof, are the only sure sign of quality.
Is there a fuller list of headsets that are affected being maintained anywhere? I could not find it. Since most manufacturers tend to reuse components, we can expect that more Sony stuff is affected, and probably more…
Go to the website, it has step by step guide for the supported robots: https://valetudo.cloud/pages/general/supported-robots.html
I tried this with Claude: ``` > [Image #1] Create a unicode "ascii-art" version of this image, with the optimal path through the maze highlighted in a solid colour. I'll create an ASCII art version of this maze with the…
Cost is a big part of the reason. A small-ish flan for 6 people costs more than than a "sponge" type cake for 12. And the sponge cake is massive in size comparison because of all the air. And this is why Walmart, for…
They didn't blow the whistle though, not really. Especially not when gp said that they expected the department head to brush it under the rug. If reporting things "up the chain of command" was really expected to root…
There are plenty of cases where flattening an object that takes 64bits would make sense. The current code will help with `Integer[]`, `Char []`, etc, as well as combinations of `byte`, `char`, and `int`. Past that it…
From the article: > The documentation should open with something like this: >> The callback function must perform its work quickly without blocking. If you need to do complex work or synchronize with other threads or…
And, since he isn't waiting on the reply, he is following the rule for the callback.
The "practical" use case is to allow auto playing of videos for those users who disable it, from the "Strategic Vision & Core Capabilities" section: > Bypassing Browser Constraints: Modern browsers aggressively throttle…
In many battlefield scenarios, there is more than one "somebody" on it. The "somebody" that you kill might not be the "somebody" that you intended to kill. Depending on the how pelicans are created, it is entirely…
That's the advantage of externalised costs. It doesn't matter how high they are, you don't have to pay them! You see this in all sorts of places, for example, stealing an EV charging cable. To a thief, a $500 charging…
Or even both. In any kind of continuous deployment, you'd expect outages at the point of deployment, or shortly thereafter as the unintended consequences ripple. Then the load during the working days makes those ripples…
PDF files can be signed, that is tamper resistance. Tamper resistance doesn't have to make any difference to the readability of the document.
There’s a common scaling heuristic, related to Greiner’s growth model, that organizations need to fundamentally change how they operate as they grow. I recall numbers that every time your organization triples you need…
Economics has this concept called revealed preferences[1]. These are preferences that people don't say that they want, but is what they actually use preferentially. An example of this the ordering machines that you…
This "receive heavy scrutiny" is part of the problem that is raised in the article though: > You are friends with all the senior TLs, so can get them to review your code, but this is not a high-leverage use of time. And…
Even ignoring that "you" as an individual are not affected by this, there are plenty of things that "you" as an individual cannot do with your own property. For example, a lot of places in the US live under a HOA, and…
You would be surprised I think. I know a bunch of people who use Siri, for all sorts of things. I personally regularly use the "push to activate" Siri for quickly setting up meetings et al. And a *lot* of people want to…
And, indeed, if you look at the author's writeup, you see exactly that the generated code satisifes `(rotate == true || rotate == false) == false`, since rotate is checked explicitly against 0 and 1. The essence of the…
This is mentioned on the first page of the paper: > Building on theoretical work by Dietzfelbinger and Walzer [8], we propose a novel practical approach, the binary fuse filters. They are conceptually similar to xor…
For those that don't know why, and I didn't, the reason for this is that Tilapia are "mouth brooders", that is they keep the fertilised eggs in their mouth. So throwing away a dead female can cause these eggs to hatch,…
An interesting article, however my question is technical. In the "The Mechanism of Extraction" section, how is that image made? It is nicely laid out, and has a nice "hand-drawn" feel. This is a good format for many…
I assume that you are talking about the [devcontainers LCI](https://github.com/devcontainers/cli) when you say "a CLI"?
The real question is how do you enforce that the human is reviewing and double-checking? When the AI gets "good enough", and the review becomes largely rubber stamping, and 50% is pretty close to that, then you run the…
And tear stains, or the lack thereof, are the only sure sign of quality.
Is there a fuller list of headsets that are affected being maintained anywhere? I could not find it. Since most manufacturers tend to reuse components, we can expect that more Sony stuff is affected, and probably more…
Go to the website, it has step by step guide for the supported robots: https://valetudo.cloud/pages/general/supported-robots.html
I tried this with Claude: ``` > [Image #1] Create a unicode "ascii-art" version of this image, with the optimal path through the maze highlighted in a solid colour. I'll create an ASCII art version of this maze with the…
Cost is a big part of the reason. A small-ish flan for 6 people costs more than than a "sponge" type cake for 12. And the sponge cake is massive in size comparison because of all the air. And this is why Walmart, for…