That's quite a complement to AI
HN user
kevlened
We have already seen selection pressure results in Candida auris
It can be airborne, lives on sanitized surfaces for up to 10 weeks, and may take 3 years for symptoms to appear.
Still, it is more concerning for cats than humans.
From my experience, the team that's the closest to open-source pixel-perfect Word support is https://github.com/superdoc-dev/superdoc (unaffiliated)
One argument may be that ownership is the last role for a human in a business. The firm exists to show ownership of an AI and provides a mechanism for managing its proceeds.
Derek Muller of Veritasium has a presentation on why the promises of a revolution in education are never fulfilled. [0]
His hottest take is we're already close to the optimal process for learning, so technology isn't going to improve it. Learning takes work, and no technology can do the work for you.
Nanoclaw uses the official claude agent sdk, so it should be unaffected.
For those looking for an MIT alternative, there's an embeddable solution which uses PDFium (Apache) compiled to wasm instead of MuPDF (AGPL): https://www.embedpdf.com/
There's a hosted version for quick edits: https://app.embedpdf.com/
Discussion from several months ago: https://news.ycombinator.com/item?id=44901683
Neither fully handles XFA, but that's a perennial struggle.
A recent study from Stanford
Source?
Even without prior knowledge, seeing others safely navigate the same section will lower your estimated risk.
Musk miscalculated on 1) cost reduction in LIDAR
Given that Musk has a history of driving lower costs, it's unlikely he overestimated the long-term cost floor. He just thought we were close to self-driving in 2014.
Another factor is Andrej Karpathy, who was the primary architect for the vision-only approach. Musk wanted fewer parts, and Karpathy believed he could deliver that. Karpathy is still an advocate of vision-only.
They also published the report here: https://pub-fee113bb711e441db5c353d2d31abbb3.r2.dev/VTT_CR_0...
That's the same link. Is there a way to attest that this is an official VTT report?
Oxfmt got it, and then won.
This doesn't align with the data.
- 650k npm downloads for oxfmt this week [0]
- 4.3m npm downloads for biome this week [1]
- 19.1k gh stars for oxfmt [2]
- 23.7k gh stars for biome [3]
- gap widening in favor of biome [4]
[0] https://www.npmjs.com/package/oxfmt
[1] https://www.npmjs.com/package/@biomejs/biome
[2] https://github.com/oxc-project/oxc
[3] https://github.com/biomejs/biome
[4] https://www.star-history.com/#oxc-project/oxc&biomejs/biome&type=date&legend=top-leftThere's an active proposal for rendering html in canvas to control styling. Text rendering and accessibility are main focuses for the proposal.
He's changed wild-type planarians to grow the heads of other species. It reverts after a few weeks, because the system has error-correcting mechanisms, but the DNA of these worms is unchanged.
He once compared tinkering with DNA as pulling out a soldering iron to fix a software bug.
In the case of morphology, DNA may not be the best level of abstraction. It's certainly possible, just as one can use chemistry for social problems, but for some problems, affecting cell-to-cell communication may be a more direct path.
The only thing I see in the QC space, are QC stocks and funding paying for the employment of scientific experimentation
Then invest accordingly, and later reinvest your winnings in a different direction.
I've had to switch from SSE to WebSockets to navigate a corporate network (the entire SSE would have to close before the user received any of the response).
Then we ran into a network where WebSockets were blocked, so we switched to streaming http.
No trouble with streaming http using a standard content-type yet.
Find me a “lights out” factory. They don’t exist.
"Inside China's 'dark factories' where robots run the production lines" https://www.youtube.com/watch?v=ftY-MH5mdbw
"China’s Dark Factories: So Automated, They Don't Need Lights" https://www.youtube.com/watch?v=MCBdcNA_FsI
Standard .env is unencrypted, while a dotenvx .env file has plaintext keys and encrypted values. Anyone with access to the repo would also need the DOTENVX_PRIVATE_KEY variable to decrypt the env file.
One key deployed to your hosts means adding new secrets doesn't take operations effort. Also, the process uses a public/private key pair, so adding a new variable doesn't expose existing variables.
I agree. From where I'm sitting, Seedream just bent the neck while Nano Banana Pro actually shortened the neck.
Your example template and the others here are almost jsx after it's compiled (handwritten below). This jsx discussion seems more about removing the compile step, which you can do with https://github.com/developit/htm
import { createElement as m } from "your-jsx-compatible-library";
var ListComponent = () => {
let count = 0, selected = null;
return {
view: ({ attrs: { items }}) =>
m("div", null,
m("p", null, "Clicked: " + count + " times"),
m("ul", null, items.map((item) =>
m("li", {
onclick: () => { count++; selected = item; },
style: { cursor: "pointer", color: item === selected ? "blue" : "black" },
}, item)
)),
selected && m("p", null, "Selected: " + selected)
)
};
};to get sales the company ended up moving everything into AWS because customers did not trust anything else
This is a hidden cost of self-hosting for many in b2b. It's not just convincing management, it's convincing your clients.
It also increases the cost of martyrdom.
I'm glad we figured it out! Have fun.
Ah, I see. Not rendering white makes these lessons impossible.
It's interesting that the shading for the white pieces is preserved. I wonder if a dark mode extension is affecting the colors.
The lessons are correct, but may be more obvious with better definitions.
"Alive" pieces remain permanent throughout the game. In both 2.16 examples, white can capture black by filling the gaps.
"Eyes" only have one space each and are fully surrounded by a single color. In both 2.16 examples. there are no eyes. Look at 2.17 with this new definition to see where the gaps are not yet eyes.
2.17 (3) is asking you to place a white piece within the black formation. This renders correctly for me in firefox.
One impact of the_mitsuhiko's second point is during debugging.
Usually if you see an id in your http logs you can simply search your database for that id. The v4 to v7 indirection creates a small inconvenience.
The mismatch may be resolved if this was available as a fully transparent database optimization.
Too much time spent inside may be a problem, but FSD turns car cabins into rooms. If we're inside already, a room with a destination is often better than a stationary one.
The category doesn't imply those cases are no-ops. It's used to highlight the sensitivity of our diagnostics.
On the podcast, Durkin frames improved detection as a positive, because it means people will get the care they need.