With a soldering iron and USB-CD PD trigger boards, I've successfully converted a few of this kind of thing.
HN user
synalx
Mine is obsessed with "planes". Data plane, control plane, management plane. Everything is a plane :)
I interpreted this as a visual bug with the sprites.
As a sailor, I love seeing ads or other random imagery of sailboats that's clearly photoshopped, with sails in nonsensical orientations or completely backwards with things like flags or hair blowing in the wind.
That might be challenging, I hear people are pretty short on tokens these days.
Antigravity's coding agent is worlds apart from Gemini CLI, though.
This stood out to me too - there's an underlying assumption that private entities _can_ say no to governments, but that's only true to a point. If the government decides it needs AI-powered killbots as a matter of national security, it can and will nationalize whatever entities it needs to build them.
Vibe biology?
For 3D modeling (assuming you want to do CAD), Onshape is a fantastic alternative to native applications.
In that sense, AI behaves like a human assistant you hire who happens to be incredibly susceptible to social engineering.
The problem with "the language tooling is already a build system" is that cross-language dependency chains are a thing. The moment you need a Rust or Zig file to be regenerated and recompiled when a JSON schema or .proto file is updated, you're outside what most of those language-specific toolchains can support. This is where Bazel absolutely shines.
One major disadvantage here is the lack of training data on a "new" language, even if it's more efficient. At least in the short term, this means needing to teach the LLM your language in the context window.
I've spent a good bit of time exploring this space in the context of web frameworks and templating languages. One technique that's been highly effective is starting with a _very_ minimal language with only the most basic concepts. Describe that to the LLM, ask it to solve a small scale problem (which the language is likely not yet capable of doing), and see what kinds of APIs or syntax it hallucinates. Then add that to your language, and repeat. Obviously there's room for adjustment along the way, but we've found this process is able to cut many many lines from the system prompts that are otherwise needed to explain new syntax styles to the LLM.
And a major consumer of space, because they have to accommodate bigger ports even if they're only doing USB-C pass-through.
Stardust-oxide is a re-implementation of the unikernel in Rust.
Not "Starrust"? What a missed opportunity...
Not a single mention of AI, LLMs, or Agents. I'm impressed :)
More the latter. The lock guard is not `Send`, so holding it across the await point makes the `impl Future` returned by the async function also not `Send`. Therefore it can't be passed to a scheduler which does work stealing, since that scheduler is typed to require futures to be `Send`.
What I want the most here is transparency. If a creator thinks they can make better videos by partnering with a media company, great. I'm happy to judge for myself if their content is still for me or not. I donate to a number of creators on Patreon though, and I'd be angry to find out that my $ is profit for a well-funded media company instead of supporting someone working on their dream.
I wonder if this is due to the common trope in science fiction literature that changing the past in even a small way has a butterfly effect of unintended and frequently disastrous consequences.
If you're ever in SF, it's really worth going to see. Such a cool mixture of art and technology.
Well, it is an all black shirt...
Without knowing what Car Thing was, I read all 3 of those pages and still have no idea what this project is.
It's because we write the numerals in the same order as the longer form: May 10th, 2023 becomes 5/10/23.
This is also a core design principle of Angular - the compiler extracts the static template structure and generates code to update dynamic bindings within it.
PR Quadtrees (https://opendsa-server.cs.vt.edu/OpenDSA/Books/CS3/html/PRqu...) got me my current job at Google. One of my interviewers asked basically "how would you design Google Maps?" and I based my answer on this data structure.
I love that the article talks about realizing a "decarbonized grid" by storing energy in literal chunks of carbon.