Hacker Newsnew | past | comments | ask | show | jobs | submit | whazor's commentslogin

The real benchmark should be comparing the amounts with a human guess. And aa far as I know with diabetes if you are within 30% of guessing carbs then you should be fine.

Wouldn't there be too much error when you both 3D scan and 3D print it?

The 3d scan is generally used as a base for your cad model, you don’t print it it directly, you instead replicate the shapes in your cad software, that gives you pretty much infinite precision thanks to NURBS

https://en.wikipedia.org/wiki/Non-uniform_rational_B-spline


My guess is that both 3D printed fans and production fans get balanced, but the production fans have an extra bit of design, that makes the profile sail at both a wider speed range, and peaks at a higher speed.

you'd probably have to do a bit of fixing on a model to get close

Especially also since AI providers are struggling with scaling up.


The FAQ says: > We might modify your laptop to remove or power down the battery

But powering down battery is not enough against the fire risk. Servers get hot 24/7 and might still overheat the battery.


Imagine you are the top engineer of your company. Everybody wants your attention, many meetings, design sessions, and of-course code reviews.

With Claude Code, I use Gitlab for reviewing code. And then I let Claude pull the comments.

It looks like the new UI has a big focus on multiple agents. While it feels wrong, the more you split up your work into smaller merge requests, the easier it is to review the work.

Chat first is the way to go since you want the agent busy making its code better. Let it first make plans, come up with different ideas, then after coding let it make sure it fully tests that it works. I can keep an agent occupied for over a hour with e2e tests, and it’s only a couple hundred lines of code in the end.


Obviously hardware wise the real blocker is memory cost. But there is no reason why future devices couldn't bundle 256GB of mem by default.


> no reason why future devices couldn't bundle 256GB of mem by default

Cost is a pretty big reason.


There is also https://microvm-nix.github.io/microvm.nix/ if you want increased isolation.


I can recommend MicroVM.nix, since it allows for multiple VM runtimes like QEMU, Firecracker, etc.

There's also nixos-shell for ad-hoc virtual machines: https://github.com/mic92/nixos-shell


I have found that maximising AI coding is a skill on its own. There is a lot of context switching. There is making sure agents are running in loops. Keeping the quality high is also important, as they often take shortcuts. And finally you need an somewhat of an architectural vision to ensure agents don’t just work in a single file.

This is all very tiring and difficult. You can be significantly better than other people at this skill.


This is not an argument for its revolutionary utility. Balancing rocks on the beach is very tiring and difficult for some people, and you can be significantly better at it. Not really bringing anything to the immediate conversation with that insight.


There are also software model checkers that can model distributed processes. You have to simplify the state a bit, otherwise you get a state space explosion.

I tried it out myself, I let AI add action transitions through the code, like: // A -> B: some description. Then I validate via a test that every action transition defined in my model is also defined somewhere commented in code, and other way around that every comment exists in the model.

Finally, I let AI write model check queries on particular properties. If I notice a particular bug, then I ask AI to analyze the model and the model check queries on why it could happen, and ask to strengthen it.

It sounds like a lot of effort, but I got it working in a half hour.


I wonder if something like Gemini Veo (AI video generator) could re-make old movies. It might be hard to keep the consistency over the entire movie.


Why would you want this?


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: