Earlier quoted context omitted.
It gets worse. A very long time ago a was working for a startup that was doing real-time speech compression, for telephony applications, using a DSP, with the compression/decompression implemented in assembly language. The code had two processes, an analysis process and a synthesis process. My colleague named the entry point to the synthesis process synth_entry, and he named the entry point to the analysis process an…
I wouldn’t be surprised if I have a few “anal”s lying around in veritable names I’ve written over the years. We have a lot of “analysis” in our application and I bet I have shortened them a few times, and in my head I would have pronounced it as uh-naa-l not realizing what it also looked like.
What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
41–50 of 176 posts
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#425 people have posted about this very thing over the past 14 years and this will be searchable for decades going forward, either through Google or the way back machine, or possibly through a publicly funded way back machine like alternative. Meanwhile the odds that your tweet or FB post will be searchable and archivable anywhere close to that is extremely low. The open Internet is so much better. I hope we start movin…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#435 people have posted about this very thing over the past 14 years and this will be searchable for decades going forward, either through Google or the way back machine, or possibly through a publicly funded way back machine like alternative. Meanwhile the odds that your tweet or FB post will be searchable and archivable anywhere close to that is extremely low. The open Internet is so much better. I hope we start movin…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#44Back 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.
It gets worse. A very long time ago a was working for a startup that was doing real-time speech compression, for telephony applications, using a DSP, with the compression/decompression implemented in assembly language. The code had two processes, an analysis process and a synthesis process. My colleague named the entry point to the synthesis process synth_entry, and he named the entry point to the analysis process an…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#45Earlier quoted context omitted.
We don't have to let them steal a word from the English language, that belongs to all of us. We don't have to let them cause confusion. Just don't call it the name they want you to call it.
Yeah we need to use a good mocking nickname for that company.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#46If you do today the exact same search that the OP does on his screenshot, that result does not show up. ALL the results I get are either a reference to this Hacker News post, or computer generated pages. A short 2 pages worth of useless computer generated content, including binary analysis pages and alternative frontends to the HN post.
The original article on Frankie's Joint still exists, here it is: https://frankiesjoint.blogspot.com/2014/08/nein-doktor-nein....
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#47The best part of this is that it is concrete evidence of Google Search result quality decay. The screenshot of the search in the article shows a result from a Blogspot blog called "Frankie's Joint". If you do today the exact same search that the OP does on his screenshot, that result does not show up. ALL the results I get are either a reference to this Hacker News post, or computer generated pages. A short 2 pages w…
If the full list were public then the results could of course be gamed, but if only a sample were public and the full set were private then it would probably provide a useful metric (and would be able to measure attempted gaming by the score on the public and private datasets).
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#48From the comments on the blog. > 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 sinc…
I keep all the bundled installers I've ever had in a folder. Currently there are files there from 2009 onwards (older ones are archived somewhere). I didn't bother looking for the older ones, but running grep -a ether-rot-mutex quickly yielded a match containing the entire snippet! The culprit is the installer for Ulead (now Corel) PhotoImpact 12 and it has been there since 2010.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#49The best part of this is that it is concrete evidence of Google Search result quality decay. The screenshot of the search in the article shows a result from a Blogspot blog called "Frankie's Joint". If you do today the exact same search that the OP does on his screenshot, that result does not show up. ALL the results I get are either a reference to this Hacker News post, or computer generated pages. A short 2 pages w…
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#50for background: it wasn't uncommon in the old dark days of proprietary windows software to have an installer generate a machine id that would then be used to compute a machine specific install or registration key.
i don't want to use the word sign, because that was probably more advanced than what actually went on, but the registration key was often a function of the machine id.