This is very SaaS optimal. I never use these types of services on a "smartphone" device. I honestly think my OS (derived from AOSP) is more secure than googles "trust." Every android device is not an identity tied to a account. Many phones exist with no accounts whatsoever.
Yeah the next generation is understanding the codebase vs understanding how to prompt the info out of the codebase.
I too took on the rust port of a working software, learned some LLM roadbumps, and it looks very much like the future is LLM coded and human "managed"
Is this chart in claudes per hour? The graphs have bad indexes/legends. I assume this is at the top because of population density?
Overall, it's not that useful for me, but I'm positive it's driving Anthropic's roadmap.
It is a far bit tougher to actually get the clankers to speak accurately. I understand the legal perspective, with OpenAI talking about depression use cases, these companies who are running computers for users have to worry the software might harm the user(through themselves) and the leagl fallout needs protected.
It amazes me that we are going to litigate this like they did with cars over horses, or machines vs human labor. I honestly don't think Claude should be running companies.
I used the spaghetti-detective plugin/add-on for OctoPi when I got my printer, they also hit bandwidth of video streaming over web(part of the "monitoring" area) they seemingly have been absorbed into "obico"(the github remains github.com/TheSpaghettiDetective)
Every 3DPrinter software has options to replace these Bambu Cloud features, the process involves a fair bit of deep dive understanding, flashing firmwares, troubleshooting bugs, and then you could in theory use the same machines with all the Bambu Cloud features, in a local environment.
My only gripe with the community approach is, why not replace them rather than attempt to use ANY servers they have? Jeff cleverly highlighted that all the slicers originate from Slic3r, there is always a point before Bambu.
A model framework for an in house suite of models.
From dataset harvest, to training intricacies on CUDA/ROCm to fun HIP kernels. Full circle to inference testing, building it around consumer hardware(the challenge). Using this as a "how it works" deep dive, allowing me to learn more about the how, more than endless papers will. It's a MoE and I'm slowly running a human loop, research, build, correct, research.
If the atomic action is idempotent, you don't need a layer for repeating yourself. You hit the nail on the head. So much idempotency efforts are made because they never made the actions idempotent in the first place.
I do believe this is just a next step in languages. We've come this far trying to make code NLP, now we have the closest thing to a translator in our generation. It's an exciting time, just don't pay attention to talking heads.
It's a HTML browser for Pi Pico2, CLI, meant to support my in-house project running on a mesh of Pico2's. I really wanted to use RISC-V and it needed a webhook that serves a page on PIO wake. We are at the browser is written about 60%. The server is now already handled ;P I found this awesome project someone posted on HN. When I complete my project the browser will be released alongside. You can very likely reproduce it with less than a handful of prompts. One thing I really do believe, ideas are going to be the next open-source. LLM's can make ideas into things.