Can someone explain the significance of this like I'm 5?
Mutex is a synchronization primitive implementing mutual exclusion. When created with a name, they can be used to synchronize processes across the whole OS. For instance, a named mutex is a good way to ensure the program can only be running in a single instance. Specifically, the program creates a named mutex on startup, and locks it forever. If failed to lock, it shows a message saying "another instance is already r…
What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
11–20 of 176 posts
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#12Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#13> This is a comment made in a software called InstallShield, version X at last, a software intent to create installers, so it probably will appear in many other products.
> Found in a InstallShield sample that I was reversing to check if it's a malware. The line made me chuckle, and it's so heartwarming to see someone actually made a blog on it and the fact the line has been around since 2003. Relics like these make me so nostalgic for the 00's Internet days. To anyone reading this, fist bump from a fellow Int3rW3bz lurker.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#14Can someone explain the significance of this like I'm 5?
Mutex is a synchronization primitive implementing mutual exclusion. When created with a name, they can be used to synchronize processes across the whole OS. For instance, a named mutex is a good way to ensure the program can only be running in a single instance. Specifically, the program creates a named mutex on startup, and locks it forever. If failed to lock, it shows a message saying "another instance is already r…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#15Earlier quoted context omitted.
Mutex is a synchronization primitive implementing mutual exclusion. When created with a name, they can be used to synchronize processes across the whole OS. For instance, a named mutex is a good way to ensure the program can only be running in a single instance. Specifically, the program creates a named mutex on startup, and locks it forever. If failed to lock, it shows a message saying "another instance is already r…
You must have interactions exclusively with prodigious 5 year olds
How good is "the man tried to think of a name no one ever thought of before?"
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#16Back when I was in high school and programming on the original IBM PCs I wrote a program that would graph "solids of rotation" (a function rotated around the X axis). Well I chose the obvious name based on the 8.3 filename limitations. One day someone looked over my shoulder and said "you named your program solid rot???" Oops.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#17Can someone explain the significance of this like I'm 5?
Mutex is a synchronization primitive implementing mutual exclusion. When created with a name, they can be used to synchronize processes across the whole OS. For instance, a named mutex is a good way to ensure the program can only be running in a single instance. Specifically, the program creates a named mutex on startup, and locks it forever. If failed to lock, it shows a message saying "another instance is already r…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#18Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#19Probably about the same odds as a company co-opting the common parlance such as "meta."
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#20Back when I was in high school and programming on the original IBM PCs I wrote a program that would graph "solids of rotation" (a function rotated around the X axis). Well I chose the obvious name based on the 8.3 filename limitations. One day someone looked over my shoulder and said "you named your program solid rot???" Oops.