Click here to Skip to main content
16,016,134 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralAh the joys of late stage optimization Pin
honey the codewitch2hrs 58mins ago
mvahoney the codewitch2hrs 58mins ago 
GeneralRe: Ah the joys of late stage optimization Pin
obermd53mins ago
obermd53mins ago 
GeneralRe: Ah the joys of late stage optimization Pin
honey the codewitch2mins ago
mvahoney the codewitch2mins ago 
GeneralOpening up the web to embedded (CSS post thoughts ctd) Pin
honey the codewitch5hrs 2mins ago
mvahoney the codewitch5hrs 2mins ago 
GeneralRe: Opening up the web to embedded (CSS post thoughts ctd) Pin
Gary Stachelski 20213hrs 24mins ago
Gary Stachelski 20213hrs 24mins ago 
GeneralRe: Opening up the web to embedded (CSS post thoughts ctd) Pin
honey the codewitch3hrs 21mins ago
mvahoney the codewitch3hrs 21mins ago 
I think so, short of IoT MCUs being able to interpret JS** which isn't very realistic.

Still having it presented declaratively and on the web as HTML5/CSS as stripped down as it may be for embedded:

A) Should reduce cost of development, as you can hire people to do basic HTML and CSS (EDIT: see notes) instead of knowing C or C++

B) Can potentially be a server templatized/dynamized page and spun off of a full fledged website when an embedded device hits it. This is already often done for smartphones

C) Would provide pain free UI updates that instantly roll out across all devices.

There are probably other benefits that aren't occurring to me right now, but those are some major ones I see.

** it has been done, but i think it's precompiled and uploaded, or at least semi-compiled.

CSS notes: CSS can be forward only processed if you limit the CSS selector syntax to specifying ids and classes, or maybe only slightly more complicated than that. In theory you could do like .foo/bar/baz potentially and it could still be forward only, but would be more complicated. I'd be inclined to ditch that feature, but if it was in there it wouldn't be a performance killer. Parent references would be, as well as forward searches in many if not all cases (i haven't baked it all out in my head at this point)
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix


modified 3hrs 5mins ago.

GeneralRe: Opening up the web to embedded (CSS post thoughts ctd) Pin
Gary Stachelski 20212hrs 13mins ago
Gary Stachelski 20212hrs 13mins ago 
GeneralRe: Opening up the web to embedded (CSS post thoughts ctd) Pin
honey the codewitch2hrs 11mins ago
mvahoney the codewitch2hrs 11mins ago 
GeneralRe: Opening up the web to embedded (CSS post thoughts ctd) Pin
Gary Stachelski 20211 hr 52mins ago
Gary Stachelski 20211 hr 52mins ago 
NewsCSS is awesome. Pin
Jeremy Falcon5hrs 36mins ago
professionalJeremy Falcon5hrs 36mins ago 
GeneralRe: CSS is awesome. PinPopular
Richard Andrew x645hrs 9mins ago
professionalRichard Andrew x645hrs 9mins ago 
GeneralRe: CSS is awesome. Pin
Jeremy Falcon3hrs 8mins ago
professionalJeremy Falcon3hrs 8mins ago 
GeneralRe: CSS is awesome. Pin
jochance5hrs 7mins ago
jochance5hrs 7mins ago 
GeneralRe: CSS is awesome. Pin
Jeremy Falcon2hrs 53mins ago
professionalJeremy Falcon2hrs 53mins ago 
GeneralRe: CSS is awesome. PinPopular
PJ Arends4hrs 40mins ago
professionalPJ Arends4hrs 40mins ago 
GeneralRe: CSS is awesome. Pin
Nelek3hrs 14mins ago
protectorNelek3hrs 14mins ago 
GeneralRe: CSS is awesome. Pin
Jeremy Falcon2hrs 57mins ago
professionalJeremy Falcon2hrs 57mins ago 
GeneralRe: CSS is awesome. Pin
Jeremy Falcon2hrs 58mins ago
professionalJeremy Falcon2hrs 58mins ago 
GeneralRe: CSS is awesome. Pin
0x01AA2hrs 10mins ago
mve0x01AA2hrs 10mins ago 
GeneralRe: CSS is awesome. Pin
Jeremy Falcon1 hr 56mins ago
professionalJeremy Falcon1 hr 56mins ago 
GeneralVOIP robocalls suggestions Pin
Choroid6hrs 50mins ago
Choroid6hrs 50mins ago 
GeneralRe: VOIP robocalls suggestions Pin
Richard Andrew x645hrs 14mins ago
professionalRichard Andrew x645hrs 14mins ago 
GeneralRe: VOIP robocalls suggestions Pin
jochance5hrs 6mins ago
jochance5hrs 6mins ago 
GeneralPet peeve du jour Pin
Gary Wheeler10hrs 14mins ago
Gary Wheeler10hrs 14mins ago 
GeneralRe: Pet peeve du jour Pin
Richard Deeming9hrs 53mins ago
mveRichard Deeming9hrs 53mins ago 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.