Click here to Skip to main content
15,886,963 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 Drank My Beer Pin
jeron117-Nov-23 14:55
jeron117-Nov-23 14:55 
GeneralRe: I Drank My Beer Pin
Steve Raw17-Nov-23 15:17
professionalSteve Raw17-Nov-23 15:17 
GeneralNews item: "Balconies on condos may be a thing of the past." Pin
Gerry Schmitz17-Nov-23 10:56
mveGerry Schmitz17-Nov-23 10:56 
GeneralRe: News item: "Balconies on condos may be a thing of the past." Pin
Mike Hankey17-Nov-23 11:46
mveMike Hankey17-Nov-23 11:46 
GeneralRe: News item: "Balconies on condos may be a thing of the past." Pin
den2k8819-Nov-23 22:26
professionalden2k8819-Nov-23 22:26 
GeneralRe: News item: "Balconies on condos may be a thing of the past." Pin
Steve Raw17-Nov-23 16:29
professionalSteve Raw17-Nov-23 16:29 
JokeWelcome to my (new) life... Pin
Maximilien17-Nov-23 8:35
Maximilien17-Nov-23 8:35 
RantRe: Welcome to my (new) life... Pin
Mircea Neacsu17-Nov-23 9:01
Mircea Neacsu17-Nov-23 9:01 
I see your huge files, and raise you 12300 lines of C code for PNG libary validation[^]. This is just the program that runs the tests. It is full of "interesting" things like parameters named "this" and "that":
C++
static void
image_transform_png_set_palette_to_rgb_set(const image_transform *this,
    transform_display *that, png_structp pp, png_infop pi)
{
   png_set_palette_to_rgb(pp);
   this->next->set(this->next, that, pp, pi);
}
Also structure members called "new":
C++
char               wname[FILE_NAME_SIZE];
png_store_buffer   new;      /* The end of the new PNG file being written. */
store_pool         write_memory_pool;
For good measure, you should know that:
C++
#define FILE_NAME_SIZE 64
OMG | :OMG:
If you are wondering how this can work, check this out:
C++
#ifdef __cplusplus
#  define this not_the_cpp_this
#  define new not_the_cpp_new
Next time you hear the BS about "given enough eyeballs...", show them this crap open-source code.
Mircea

GeneralRe: Welcome to my (new) life... Pin
raddevus17-Nov-23 10:05
mvaraddevus17-Nov-23 10:05 
GeneralRe: Welcome to my (new) life... Pin
Mircea Neacsu17-Nov-23 10:20
Mircea Neacsu17-Nov-23 10:20 
GeneralRe: Welcome to my (new) life... Pin
englebart17-Nov-23 13:23
professionalenglebart17-Nov-23 13:23 
GeneralRe: Welcome to my (new) life... Pin
David O'Neil17-Nov-23 18:31
professionalDavid O'Neil17-Nov-23 18:31 
GeneralRe: Welcome to my (new) life... Pin
raddevus17-Nov-23 10:09
mvaraddevus17-Nov-23 10:09 
GeneralRe: Welcome to my (new) life... Pin
Gerry Schmitz17-Nov-23 12:51
mveGerry Schmitz17-Nov-23 12:51 
GeneralRe: Welcome to my (new) life... Pin
jschell20-Nov-23 8:18
jschell20-Nov-23 8:18 
GeneralHaiku Time Pin
honey the codewitch17-Nov-23 5:07
mvahoney the codewitch17-Nov-23 5:07 
GeneralRe: Haiku Time Pin
0x01AA17-Nov-23 6:18
mve0x01AA17-Nov-23 6:18 
GeneralRe: Haiku Time Pin
trønderen17-Nov-23 8:29
trønderen17-Nov-23 8:29 
GeneralRe: Haiku Time Pin
honey the codewitch17-Nov-23 14:24
mvahoney the codewitch17-Nov-23 14:24 
GeneralBugy Code Pin
BernardIE531716-Nov-23 22:47
BernardIE531716-Nov-23 22:47 
GeneralRe: Bugy Code Pin
DerekT-P17-Nov-23 1:02
professionalDerekT-P17-Nov-23 1:02 
GeneralRe: Bugy Code Pin
BernardIE531717-Nov-23 1:25
BernardIE531717-Nov-23 1:25 
GeneralRe: Bugy Code Pin
Amarnath S17-Nov-23 2:18
professionalAmarnath S17-Nov-23 2:18 
GeneralRe: Bugy Code Pin
Nelek17-Nov-23 4:27
protectorNelek17-Nov-23 4:27 
GeneralRe: Bugy Code Pin
k505417-Nov-23 4:38
mvek505417-Nov-23 4:38 

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.