Click here to Skip to main content
15,887,289 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.

 
GeneralRe: Wordle 356 Pin
Cp-Coder10-Jun-22 1:29
Cp-Coder10-Jun-22 1:29 
GeneralRe: Wordle 356 Pin
musefan10-Jun-22 1:34
musefan10-Jun-22 1:34 
NewsInteresting MS Video Pin
Super Lloyd9-Jun-22 13:01
Super Lloyd9-Jun-22 13:01 
GeneralI'm feeling "diverse" today Pin
honey the codewitch9-Jun-22 11:29
mvahoney the codewitch9-Jun-22 11:29 
GeneralRe: I'm feeling "diverse" today Pin
Sander Rossel9-Jun-22 20:57
professionalSander Rossel9-Jun-22 20:57 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch9-Jun-22 22:03
mvahoney the codewitch9-Jun-22 22:03 
GeneralRe: I'm feeling "diverse" today Pin
Sander Rossel10-Jun-22 1:33
professionalSander Rossel10-Jun-22 1:33 
GeneralRe: I'm feeling "diverse" today Pin
klinkenbecker10-Jun-22 2:36
klinkenbecker10-Jun-22 2:36 
It is possible to parse JSON in a very small space - smaller than pre-compiled regex. We use a hand-crafted C JSON parser for sharing IoT data in devices with <8k ram (alongside an os and an application). One reason it is hand-crafted is we don't use unnecessary quotes (internally) and also 'transparently' decode a binary json rendition. It is trivial to add the quotes in the cloud
Why do something in the device that you can safely defer to the cloud?

GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 2:38
mvahoney the codewitch10-Jun-22 2:38 
GeneralRe: I'm feeling "diverse" today Pin
klinkenbecker10-Jun-22 3:21
klinkenbecker10-Jun-22 3:21 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 3:56
mvahoney the codewitch10-Jun-22 3:56 
GeneralRe: I'm feeling "diverse" today Pin
klinkenbecker10-Jun-22 7:27
klinkenbecker10-Jun-22 7:27 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 8:56
mvahoney the codewitch10-Jun-22 8:56 
GeneralRe: I'm feeling "diverse" today Pin
klinkenbecker10-Jun-22 12:03
klinkenbecker10-Jun-22 12:03 
QuestionRe: I'm feeling "diverse" today Pin
megaadam10-Jun-22 3:48
professionalmegaadam10-Jun-22 3:48 
AnswerRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 3:55
mvahoney the codewitch10-Jun-22 3:55 
GeneralRe: I'm feeling "diverse" today Pin
megaadam10-Jun-22 4:15
professionalmegaadam10-Jun-22 4:15 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 6:30
mvahoney the codewitch10-Jun-22 6:30 
GeneralRe: I'm feeling "diverse" today Pin
megaadam10-Jun-22 6:13
professionalmegaadam10-Jun-22 6:13 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch10-Jun-22 6:29
mvahoney the codewitch10-Jun-22 6:29 
AnswerRe: I'm feeling "diverse" today Pin
klinkenbecker10-Jun-22 7:40
klinkenbecker10-Jun-22 7:40 
GeneralRe: I'm feeling "diverse" today Pin
Daniel Pfeffer10-Jun-22 4:17
professionalDaniel Pfeffer10-Jun-22 4:17 
GeneralRe: I'm feeling "diverse" today Pin
Member 916705712-Jun-22 20:30
Member 916705712-Jun-22 20:30 
GeneralRe: I'm feeling "diverse" today Pin
honey the codewitch12-Jun-22 20:46
mvahoney the codewitch12-Jun-22 20:46 
GeneralRe: I'm feeling "diverse" today Pin
Member 916705712-Jun-22 21:59
Member 916705712-Jun-22 21:59 

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.