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: Do you know / trust this site? Pin
OriginalGriff28-Nov-20 10:15
mveOriginalGriff28-Nov-20 10:15 
GeneralRe: Do you know / trust this site? Pin
dandy7228-Nov-20 11:19
dandy7228-Nov-20 11:19 
GeneralRe: Do you know / trust this site? Pin
OriginalGriff28-Nov-20 11:33
mveOriginalGriff28-Nov-20 11:33 
GeneralRe: Do you know / trust this site? Pin
dandy7229-Nov-20 2:53
dandy7229-Nov-20 2:53 
GeneralRe: Do you know / trust this site? Pin
RedDk28-Nov-20 6:50
RedDk28-Nov-20 6:50 
GeneralRe: Do you know / trust this site? Pin
Cp-Coder28-Nov-20 7:24
Cp-Coder28-Nov-20 7:24 
GeneralRe: Do you know / trust this site? Pin
Nelek28-Nov-20 10:01
protectorNelek28-Nov-20 10:01 
GeneralThe Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 2:13
mvahoney the codewitch28-Nov-20 2:13 
I cut my teeth on a 6502 processor. 8 bit and 65536 bytes of RAM to play with. Later on I moved to 16 and finally 32 bit.

As computers get more sophisticated and accordingly more complicated looking back I realize part of me enjoys them less. Don't get me wrong - garbage collected code is great and not having to worry about out of memory exceptions on a modern OS under most circumstances is a huge win that I think many of us probably take for granted.

I like to bit twiddle though. Don't you? I liked it when I had to come up with something crafty to make it even work. It's a challenge, and it's more hacking than coding.

Recently, I had to change the timing in the driver code for a display I was using because it had never been coded for my IoT CPU.

Even with "higher level" network stuff like REST communication that element of hacking your way through without anything to spare is still there - the other day I had to roll my own HTTP chunked transfer encoding mechanism for batch uploading JSON data from an IoT device, because I didn't have enough RAM to load the logged data into memory so I could generate a Content-Length header for the upload.

All these little skills I picked up coding in the 80s for getting things done without much to work with basically atrophied after years of not only not using them but *avoiding* them.

We're not supposed to hack unless we have to.
We're not supposed to be "clever"

But here we are, full circle, with these little tiny SoC gadgets where it's all necessary again.

And I love it. Smile | :)
Real programmers use butterflies

GeneralRe: The Thrill of 520kB of RAM Pin
Ron Anders28-Nov-20 3:03
Ron Anders28-Nov-20 3:03 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 3:09
mvahoney the codewitch28-Nov-20 3:09 
GeneralRe: The Thrill of 520kB of RAM Pin
Ron Anders28-Nov-20 3:12
Ron Anders28-Nov-20 3:12 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 3:15
mvahoney the codewitch28-Nov-20 3:15 
GeneralRe: The Thrill of 520kB of RAM Pin
RickZeeland28-Nov-20 3:05
mveRickZeeland28-Nov-20 3:05 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 3:09
mvahoney the codewitch28-Nov-20 3:09 
GeneralRe: The Thrill of 520kB of RAM Pin
Mike Hankey28-Nov-20 5:06
mveMike Hankey28-Nov-20 5:06 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 5:09
mvahoney the codewitch28-Nov-20 5:09 
GeneralRe: The Thrill of 520kB of RAM Pin
Mike Hankey28-Nov-20 5:30
mveMike Hankey28-Nov-20 5:30 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 6:35
mvahoney the codewitch28-Nov-20 6:35 
GeneralRe: The Thrill of 520kB of RAM Pin
Mike Hankey28-Nov-20 7:32
mveMike Hankey28-Nov-20 7:32 
GeneralRe: The Thrill of 520kB of RAM Pin
Gary R. Wheeler28-Nov-20 5:17
Gary R. Wheeler28-Nov-20 5:17 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 5:24
mvahoney the codewitch28-Nov-20 5:24 
GeneralRe: The Thrill of 520kB of RAM Pin
Gary R. Wheeler28-Nov-20 5:49
Gary R. Wheeler28-Nov-20 5:49 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 6:09
mvahoney the codewitch28-Nov-20 6:09 
GeneralRe: The Thrill of 520kB of RAM Pin
Daniel Pfeffer28-Nov-20 5:58
professionalDaniel Pfeffer28-Nov-20 5:58 
GeneralRe: The Thrill of 520kB of RAM Pin
honey the codewitch28-Nov-20 6:06
mvahoney the codewitch28-Nov-20 6:06 

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.