Click here to Skip to main content
15,887,135 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: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
obermd29-Sep-23 8:43
obermd29-Sep-23 8:43 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
dandy7229-Sep-23 8:49
dandy7229-Sep-23 8:49 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
obermd29-Sep-23 11:41
obermd29-Sep-23 11:41 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
dandy7230-Sep-23 3:38
dandy7230-Sep-23 3:38 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
BryanFazekas2-Oct-23 1:33
BryanFazekas2-Oct-23 1:33 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
abmv29-Sep-23 6:42
professionalabmv29-Sep-23 6:42 
GeneralRe: Microsoft kills loophole that let Windows 7 keys activate Windows 11 and 10 Pin
Rich Shealer2-Oct-23 3:24
Rich Shealer2-Oct-23 3:24 
GeneralI wonder if I should chance it Pin
honey the codewitch28-Sep-23 23:11
mvahoney the codewitch28-Sep-23 23:11 
I wrote a little C implementation of a ring buffer I was using for serial UART code. It wasn't very efficient because it only dealt with puts and gets one byte at a time. I improved it to deal in adding and reading series of bytes at a time.

I wrote it for someone I met on reddit who taught himself to code recently. I respect the effort, but bear in mind he taught himself to code recently.

Not really thinking about that code, I sent it off to him and it didn't occur to me to stash it somewhere. It was just something I threw together to help someone out.

Turns out, that bit of code was gold. And I can't find it. I could get some iteration of it back from the person on reddit, but I know they've already hacked it some - they told me as much. Yikes.

I tried to wrap my head around it to rewrite it, but I'm already dealing with overlapped I/O in windows w/ COM ports right now, and I can't spin that many plates these days, at least at once. I'll have to come back to it later, except I'm blocked now for want of the ring buffer.

I wish I had that code. Nice bit of kit that, a circular buffer you could write entire chunks to and from. I didn't think it was that big of a deal when I wrote it. Dead | X|
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: I wonder if I should chance it Pin
OriginalGriff29-Sep-23 0:23
mveOriginalGriff29-Sep-23 0:23 
GeneralRe: I wonder if I should chance it Pin
CPallini29-Sep-23 0:40
mveCPallini29-Sep-23 0:40 
GeneralRe: I wonder if I should chance it Pin
honey the codewitch29-Sep-23 3:58
mvahoney the codewitch29-Sep-23 3:58 
GeneralRe: I wonder if I should chance it Pin
CPallini29-Sep-23 0:42
mveCPallini29-Sep-23 0:42 
GeneralRe: I wonder if I should chance it Pin
MarkTJohnson29-Sep-23 2:48
professionalMarkTJohnson29-Sep-23 2:48 
GeneralRe: I wonder if I should chance it Pin
honey the codewitch29-Sep-23 3:58
mvahoney the codewitch29-Sep-23 3:58 
GeneralRe: I wonder if I should chance it Pin
Southmountain29-Sep-23 4:35
Southmountain29-Sep-23 4:35 
GeneralRe: I wonder if I should chance it Pin
Phil Hodgkins30-Sep-23 0:33
Phil Hodgkins30-Sep-23 0:33 
GeneralRe: I wonder if I should chance it Pin
honey the codewitch30-Sep-23 0:33
mvahoney the codewitch30-Sep-23 0:33 
GeneralSo, Herself is talking to an ex boss on the phone ... Pin
OriginalGriff28-Sep-23 21:59
mveOriginalGriff28-Sep-23 21:59 
GeneralRe: So, Herself is talking to an ex boss on the phone ... Pin
obermd29-Sep-23 4:20
obermd29-Sep-23 4:20 
GeneralRe: So, Herself is talking to an ex boss on the phone ... Pin
dandy7229-Sep-23 5:15
dandy7229-Sep-23 5:15 
GeneralRe: So, Herself is talking to an ex boss on the phone ... Pin
englebart29-Sep-23 7:22
professionalenglebart29-Sep-23 7:22 
GeneralRe: So, Herself is talking to an ex boss on the phone ... Pin
OriginalGriff29-Sep-23 8:12
mveOriginalGriff29-Sep-23 8:12 
GeneralRe: So, Herself is talking to an ex boss on the phone ... Pin
David O'Neil29-Sep-23 16:36
professionalDavid O'Neil29-Sep-23 16:36 
GeneralCCC 29-09-2023 Pin
pkfox28-Sep-23 21:34
professionalpkfox28-Sep-23 21:34 
GeneralRe: CCC 29-09-2023 Pin
OriginalGriff28-Sep-23 22:07
mveOriginalGriff28-Sep-23 22:07 

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.