Remix.run Logo
azalemeth 2 hours ago

This looks flippin' amazing, but also like the definition of project scope creep. I imagine it will be brilliant, unaffordable, surprisingly cheap, terrible and awesome (in both senses of the word) all at the same time. 3GPP really needs a light shining through it.

I sincerely hope I work out a way of getting someone else to buy the thing for me. And the push towards all in-tree source is fantastic. Genuinely impressed.

wateralien an hour ago | parent | next [-]

Some projects are meant to scope creep. Like this one. If the project manager of the swiss army knife had defended it from scope creep it would have 1 knife.

embedding-shape 2 hours ago | parent | prev [-]

> but also like the definition of project scope creep.

To me it seems like the opposite, it has more connectivity and I/O than the Zero, but also scaled down, while using better materials, like they decided to outsource the project scope creep to the community, which makes sense to me.

salomonk_mur an hour ago | parent [-]

Man, they put 2 processors in the thing and are building their own OS. They even say they are not sure how to get it accomplished.

Scope creep to hell and back. Could just let the device get turned off like literally any other device on earth, and not have to build a whole new fucking OS to get it running.

They even - for some reason - want to waste time "training their own AI model because general ones don't cut it" (which no one is likey to use). Could just build a normal RAG + context stuffing pipeline in an afternoon but nah, let's devote a few months to this completely unnecessary non-feature.

100 bucks say this doesn't see the light of day before 2030 (if it ever does!)

lxgr 30 minutes ago | parent [-]

> Could just let the device get turned off like literally any other device on earth, and not have to build a whole new fucking OS to get it running.

This is actually quite common in embedded devices and even elsewhere. Every Apple device does this, for example (the Secure Enclave is a completely separate OS running on a separate computer).

If you think about it, most laptops have been doing something like this for decades as well for things like brightness control etc., not with a different CPU but definitely an OS-like thing (i.e. the BIOS, using SMIs etc.)

The idea of the "single OS, single CPU computer" has been a myth for a while now.