Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
mozopenhard.mozillafactory.org
Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
1–10 of 135 posts
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#2Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#3How is that better or so different than making real things in C ? What problem would it solve?
I get that js got very popular thanks to browsers, but does that mean we should use js for everything?
Seems like mozilla is just trying to salvage firefoxOS.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#4I never understood why people want to use browser technologies for the internet of things.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#5I never understood why people want to use browser technologies for the internet of things.
On the other hand, I think IoTs with web interfaces aren't a bad idea.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#6"Make Real Things with Browser Technologies" How is that better or so different than making real things in C ? What problem would it solve? I get that js got very popular thanks to browsers, but does that mean we should use js for everything? Seems like mozilla is just trying to salvage firefoxOS.
One of the nice this I've found with the Pico is because of the JS vm, when I don't do anything in the code all the power in the chip goes to sleep state, and just wakes up for me as I've got scheduled. Yes Arduino has sleeps but i've also go to go learn that as another thing, yes the Pi can be configured so but that's even more tinkering.
JS seems like a really great "Just get it done" sort of phase to work in. After that you'd no doubt make a better job of the project with a myriad of other technologies.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#7"Make Real Things with Browser Technologies" How is that better or so different than making real things in C ? What problem would it solve? I get that js got very popular thanks to browsers, but does that mean we should use js for everything? Seems like mozilla is just trying to salvage firefoxOS.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#8I never understood why people want to use browser technologies for the internet of things.
The problem is that now, we should move on, and use something else than a browser. Maybe it involves inventing an alternative to html, or making all application networking p2p. Not talking only about bitcoin. Also, html is so much focused on TCP, and not on real time networking.
I'm not dismissing the web, but to me it seems that it's the only decent standard to do things, and there's really nothing else.
Re: Chirimen, a Firefox OS-Powered IoT Single-Board Computer Developed by Mozilla
#9I never understood why people want to use browser technologies for the internet of things.
I think it's just unfamiliarity with anything else, and unawareness of the staggering complexity this introduces. Also, this is Mozilla who have a large concentration of people familiar with browser technologies. On the other hand, I think IoTs with web interfaces aren't a bad idea.
I think it is. The internet-of-things does not need to suffer from massive power consumption and hard to implement on the micro-controller scale protocols.
It needs something much more along the lines of encrypted UDP than that it needs to use 'web technologies'. Imagining a stack made on 'web technologies' running off power harvested over a relatively long period of time is painful.