Click here to Skip to main content
15,885,141 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: One Every Minute Pin
Jeremy Falcon11-Jan-23 12:13
professionalJeremy Falcon11-Jan-23 12:13 
GeneralRe: One Every Minute Pin
Jeremy Falcon11-Jan-23 12:18
professionalJeremy Falcon11-Jan-23 12:18 
GeneralRe: One Every Minute Pin
DRHuff12-Jan-23 6:14
DRHuff12-Jan-23 6:14 
JokeModern Management Science (from 1995) Pin
raddevus11-Jan-23 8:05
mvaraddevus11-Jan-23 8:05 
GeneralRe: Modern Management Science (from 1995) Pin
OriginalGriff11-Jan-23 8:26
mveOriginalGriff11-Jan-23 8:26 
GeneralRe: Modern Management Science (from 1995) Pin
raddevus11-Jan-23 8:32
mvaraddevus11-Jan-23 8:32 
GeneralRe: Modern Management Science (from 1995) Pin
OriginalGriff11-Jan-23 8:40
mveOriginalGriff11-Jan-23 8:40 
GeneralIt's 4:30am and I'm wide awake Pin
honey the codewitch11-Jan-23 1:42
mvahoney the codewitch11-Jan-23 1:42 
This is typical for me, and part of the reason I produce so many articles for this site.

I don't sleep much these days, but I suppose there is plenty of time for that when I am dead. Big Grin | :-D

For my last late night stunt, I pulled together a pretty complicated Arduino project and realized that not only did I have libraries that exactly fit what I needed to do, it was all my code - the entire dependency tree except for arduino itself - buttons, encoders, fans, the graphics, etc. All my code.

And I thought "holy heck that's a lot of code. WTF happens to all this when I die?"

For some reason lately I've been a bit morbid regarding code maintenance and project traction.

My graphics library gets plenty of attention these days. It's nowhere near as popular as the big three, but it's a player in the IoT realm, and probably the best one for e-paper, especially color e-paper.

But again, what happens when I die? I actually haven't had to maintain that library for some time, although recently a minor bug was brought to my attention. The drivers have required work though, but they aren't part of the library itself.

People could theoretically take it, keep using it, and work with it, but given how it's built, I'm the only one that can maintain some of that code, and I recognize that. The issue is template metaprogramming which I use in the library to enable some fantastic abstractions for the end user of my code but at the expense of intelligibility of my own code. People that are familiar with C++ metaprogramming are well cognizant of this issue. It's not mine alone.

Still, even among the stuff that people will be able to use in my absence there's plenty to work with.

When the time comes, I'll leave behind a lot of late night endeavors, some curiosities, and hopefully some insight into the craft for others who come after me.

Most of it created at 4am.

Also, egg salad is still chicken salad when you think about it.
To err is human. Fortune favors the monsters.

GeneralRe: It's 4:30am and I'm wide awake Pin
CPallini11-Jan-23 1:49
mveCPallini11-Jan-23 1:49 
GeneralRe: It's 4:30am and I'm wide awake Pin
Marc Clifton11-Jan-23 2:19
mvaMarc Clifton11-Jan-23 2:19 
GeneralRe: It's 4:30am and I'm wide awake Pin
Daniel Pfeffer11-Jan-23 2:41
professionalDaniel Pfeffer11-Jan-23 2:41 
GeneralRe: It's 4:30am and I'm wide awake Pin
englebart11-Jan-23 14:32
professionalenglebart11-Jan-23 14:32 
GeneralRe: It's 4:30am and I'm wide awake Pin
den2k8811-Jan-23 2:56
professionalden2k8811-Jan-23 2:56 
GeneralRe: It's 4:30am and I'm wide awake Pin
jmaida11-Jan-23 12:31
jmaida11-Jan-23 12:31 
GeneralRe: It's 4:30am and I'm wide awake Pin
englebart11-Jan-23 14:36
professionalenglebart11-Jan-23 14:36 
GeneralRe: It's 4:30am and I'm wide awake Pin
Daniel Pfeffer11-Jan-23 19:23
professionalDaniel Pfeffer11-Jan-23 19:23 
GeneralRe: It's 4:30am and I'm wide awake Pin
dandy7230-Jan-23 11:13
dandy7230-Jan-23 11:13 
GeneralMVPs Pin
Pete O'Hanlon11-Jan-23 0:04
mvePete O'Hanlon11-Jan-23 0:04 
GeneralRe: MVPs Pin
CPallini11-Jan-23 0:14
mveCPallini11-Jan-23 0:14 
GeneralRe: MVPs Pin
Pete O'Hanlon11-Jan-23 0:15
mvePete O'Hanlon11-Jan-23 0:15 
GeneralRe: MVPs Pin
CPallini11-Jan-23 0:27
mveCPallini11-Jan-23 0:27 
GeneralRe: MVPs Pin
Pete O'Hanlon11-Jan-23 0:29
mvePete O'Hanlon11-Jan-23 0:29 
GeneralRe: MVPs Pin
CPallini11-Jan-23 0:41
mveCPallini11-Jan-23 0:41 
GeneralRe: MVPs Pin
OriginalGriff11-Jan-23 0:31
mveOriginalGriff11-Jan-23 0:31 
GeneralRe: MVPs Pin
Pete O'Hanlon11-Jan-23 0:50
mvePete O'Hanlon11-Jan-23 0:50 

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.