The 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…
What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
51–60 of 176 posts
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#52If it ended up in the binary it probably wasn't a comment, in the true sense. Was that the name of the mutex?
In some languages, rather than comments being a special syntactic thing, you just write a string-literal expression as its own statement.
Before dead code elimination was a thing, I imagine these string-literals would end up in the binary.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#535 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…
Also interesting that this is this person's only blog post ever, and dating from 2017.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#54The 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)
#55The 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)
#56Earlier 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 think programmers get used to the idea that some names for things are never meant to be spoken and don't ever say them in their head to see what they'd sound like.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#57The 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)
#58If it ended up in the binary it probably wasn't a comment, in the true sense. Was that the name of the mutex?
> If it ended up in the binary it probably wasn't a comment, in the true sense. In some languages, rather than comments being a special syntactic thing, you just write a string-literal expression as its own statement. Before dead code elimination was a thing, I imagine these string-literals would end up in the binary.
C
Javascript (Node)
Python
Perl
Ruby
Rust
The strings did end up in my Python 2.7 .pyc bytecode, though not in my C or Rust binaries.
My intuition was that this would work in most of these languages, but not all. For example, I thought Rust would probably complain about a value being unused.
There's no such thing in general as an expression as a complete command in shell scripting, but there is a silly way to write comments as
: comment
instead of the normal
# comment
where : is a shell builtin equivalent of the "true" program, and anything otherwise syntactically valid on the line after it will be treated as command-line arguments to that builtin.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#59Earlier 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…
Matlab and SciPy both have ‘cumtrapz’ for trapezoidal integration.
Re: What are the odds that some idiot will name his mutex ether-rot-mutex (2017)
#60Probably about the same odds as a company co-opting the common parlance such as "meta."
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.