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

 
GeneralA new episode of Grand Tour! Pin
OriginalGriff14-Jul-21 23:25
mveOriginalGriff14-Jul-21 23:25 
GeneralRe: A new episode of Grand Tour! Pin
User 991608015-Jul-21 4:05
professionalUser 991608015-Jul-21 4:05 
GeneralCCC Pin
pkfox14-Jul-21 22:14
professionalpkfox14-Jul-21 22:14 
GeneralRe: CCC Pin
OriginalGriff14-Jul-21 22:33
mveOriginalGriff14-Jul-21 22:33 
GeneralRe: CCC Pin
pkfox14-Jul-21 23:14
professionalpkfox14-Jul-21 23:14 
GeneralRe: CCC Pin
TheRealSteveJudge15-Jul-21 1:49
TheRealSteveJudge15-Jul-21 1:49 
GeneralRe: CCC Pin
Greg Utas15-Jul-21 1:57
professionalGreg Utas15-Jul-21 1:57 
GeneralRolling rolling rolling PinPopular
honey the codewitch14-Jul-21 11:42
mvahoney the codewitch14-Jul-21 11:42 
I'm rolling my own everything, as is often the case when targeting a new platform with new things. It's fun. There's a whole lot of challenge. First was a graphics engine and several drivers, then a true type engine for constrained memory environments, now an unzipping engine for constrained environments.

If you code in C or C++, take a look at this cool stuff:
GitHub - nothings/stb: stb single-file public domain libraries for C/C++[^]

There are gobs of useful public domain code that can teach you how to do all manner of things. They are dependency free single header file implementations to do various very cool things. I'm using the modified guts of one of them in my truetype engine, and the guts of another for my unzipping engine, and probably more of that (stb_image) to revamp my image loading to support more formats.

They're a bit messy, but still cool and the (lack of) license is awesome.

Anyway, I've had to modify all of the code that I've found here because it's geared for desktops and so it happily allocates RAM like you have infinite of it, but that's part of the fun.

I strongly encourage folks to code IoT stuff. It forces you to understand the inner workings of all the nonsense you take for granted with coding today.

Cheers. Smile | :)
Real programmers use butterflies

GeneralRe: Rolling rolling rolling Pin
lmoelleb14-Jul-21 21:24
lmoelleb14-Jul-21 21:24 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch14-Jul-21 22:22
mvahoney the codewitch14-Jul-21 22:22 
GeneralRe: Rolling rolling rolling Pin
User 991608015-Jul-21 4:13
professionalUser 991608015-Jul-21 4:13 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 4:56
mvahoney the codewitch15-Jul-21 4:56 
GeneralRe: Rolling rolling rolling Pin
CodeWraith14-Jul-21 22:53
CodeWraith14-Jul-21 22:53 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 0:28
mvahoney the codewitch15-Jul-21 0:28 
GeneralRe: Rolling rolling rolling Pin
  Forogar  15-Jul-21 2:47
professional  Forogar  15-Jul-21 2:47 
GeneralAnother: Rolling rolling rolling Pin
Nelek15-Jul-21 0:39
protectorNelek15-Jul-21 0:39 
GeneralRe: Rolling rolling rolling Pin
User 991608015-Jul-21 4:09
professionalUser 991608015-Jul-21 4:09 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 4:59
mvahoney the codewitch15-Jul-21 4:59 
GeneralRe: Rolling rolling rolling Pin
Nelek15-Jul-21 4:21
protectorNelek15-Jul-21 4:21 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 4:53
mvahoney the codewitch15-Jul-21 4:53 
GeneralRe: Rolling rolling rolling Pin
Nelek15-Jul-21 6:27
protectorNelek15-Jul-21 6:27 
GeneralRe: Rolling rolling rolling Pin
honey the codewitch15-Jul-21 7:21
mvahoney the codewitch15-Jul-21 7:21 
GeneralI bought a multimeter long time ago PinPopular
Southmountain14-Jul-21 8:12
Southmountain14-Jul-21 8:12 
GeneralRe: I bought a multimeter long time ago Pin
Slacker00714-Jul-21 8:17
professionalSlacker00714-Jul-21 8:17 
GeneralRe: I bought a multimeter long time ago Pin
OriginalGriff14-Jul-21 8:34
mveOriginalGriff14-Jul-21 8:34 

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.