Click here to Skip to main content
15,890,512 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: I was driving in Broolyn, NY, Yesterday Pin
W Balboos, GHB8-Nov-20 4:20
W Balboos, GHB8-Nov-20 4:20 
GeneralRe: I was driving in Broolyn, NY, Yesterday PinPopular
Slacker0078-Nov-20 4:22
professionalSlacker0078-Nov-20 4:22 
GeneralRe: I was driving in Broolyn, NY, Yesterday Pin
W Balboos, GHB8-Nov-20 4:29
W Balboos, GHB8-Nov-20 4:29 
GeneralRe: I was driving in Broolyn, NY, Yesterday Pin
theoldfool8-Nov-20 4:26
professionaltheoldfool8-Nov-20 4:26 
GeneralRe: I was driving in Broolyn, NY, Yesterday Pin
W Balboos, GHB8-Nov-20 4:30
W Balboos, GHB8-Nov-20 4:30 
GeneralRe: I was driving in Broolyn, NY, Yesterday PinPopular
Slacker0078-Nov-20 4:32
professionalSlacker0078-Nov-20 4:32 
GeneralRe: I was driving in Broolyn, NY, Yesterday Pin
Chris Maunder8-Nov-20 4:54
cofounderChris Maunder8-Nov-20 4:54 
GeneralI love/hate programming these little microcontrollers Pin
honey the codewitch8-Nov-20 3:15
mvahoney the codewitch8-Nov-20 3:15 
I've been wrestling with a problem all morning for what I thought would be a simple clock that also fetched weather information and exposed a tiny website on the home network at http://clock.local that will get the time and weather information. Simple, right?

The trouble I've been having is trying to get this thing to do WPS connect in the background. Everything has to be interrupt driven because I have no threads/scheduler and that's fine, but then I basically need a coroutine (like yield in C#) around all of the call backs because i have to ...

and I just figured out the solution.

woo. I'm leaving this here because i love when that happens.

Anyway, I love not having to deal with threads. I love that callbacks are safe to set global variables from.

Everything is so bloody simple. Yay.

But also, everything is so bloody simple. Boo!

Expect more articles. These things should keep me in material for at least the next month.
Real programmers use butterflies

GeneralRe: I love/hate programming these little microcontrollers Pin
RickZeeland8-Nov-20 6:18
mveRickZeeland8-Nov-20 6:18 
GeneralRe: I love/hate programming these little microcontrollers Pin
Jörgen Andersson8-Nov-20 8:53
professionalJörgen Andersson8-Nov-20 8:53 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch8-Nov-20 9:32
mvahoney the codewitch8-Nov-20 9:32 
GeneralRe: I love/hate programming these little microcontrollers Pin
Greg Utas8-Nov-20 11:35
professionalGreg Utas8-Nov-20 11:35 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch8-Nov-20 11:37
mvahoney the codewitch8-Nov-20 11:37 
GeneralRe: I love/hate programming these little microcontrollers Pin
CPallini9-Nov-20 1:37
mveCPallini9-Nov-20 1:37 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch9-Nov-20 2:07
mvahoney the codewitch9-Nov-20 2:07 
GeneralRe: I love/hate programming these little microcontrollers Pin
CPallini9-Nov-20 3:48
mveCPallini9-Nov-20 3:48 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch9-Nov-20 3:57
mvahoney the codewitch9-Nov-20 3:57 
GeneralRe: I love/hate programming these little microcontrollers Pin
CPallini9-Nov-20 4:23
mveCPallini9-Nov-20 4:23 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch9-Nov-20 4:59
mvahoney the codewitch9-Nov-20 4:59 
GeneralRe: I love/hate programming these little microcontrollers Pin
honey the codewitch8-Nov-20 19:01
mvahoney the codewitch8-Nov-20 19:01 
GeneralRe: I love/hate programming these little microcontrollers Pin
Jörgen Andersson8-Nov-20 20:00
professionalJörgen Andersson8-Nov-20 20:00 
GeneralAppropriate Pin
OriginalGriff7-Nov-20 22:21
mveOriginalGriff7-Nov-20 22:21 
GeneralRe: Appropriate Pin
Richard MacCutchan7-Nov-20 22:30
mveRichard MacCutchan7-Nov-20 22:30 
GeneralRe: Appropriate Pin
rnbergren8-Nov-20 2:38
rnbergren8-Nov-20 2:38 
GeneralRe: Appropriate Pin
Mike Hankey8-Nov-20 3:13
mveMike Hankey8-Nov-20 3:13 

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.