This is part of a constellation of symptoms that I attribute to the Senior Engineer Field Effect. Other symptoms may include being unable to demonstrate misbehavior, losing the requirements out of your head, and solving a bug that has been bugging you for hours.<p>All by the mere proximity of a Senior Engineer.
> The phenomenon that something which was previously working correctly, suddenly does not work correctly when one tries to demonstrate the operation to others.<p>the same word is also used for the reverse situation, i.e. if something that did not work suddenly works when trying to demonstrate the failure.<p>think bug reporting e.g. at the car mechanic, warranty claims, etc. if you try to show a reproducible bug to others, it suddenly vanishes...
What's the word for this:<p>* My code doesn't work and I can't find the bug even after over an hour<p>* I add a few lines of <whatever code>. <i>Now it works!</i><p>* Now, just for comparison, I <i>remove</i> all the code I just added (or, at least I think I reverted back to previous state). <i>But now it still works.</i><p>???
The English-language term "demo effect" means the same thing.<p><a href="https://quentin.delcourt.be/blog/2020-01-22_demo-effect/" rel="nofollow">https://quentin.delcourt.be/blog/2020-01-22_demo-effect/</a><p><a href="https://www.urbandictionary.com/define.php?term=demo%20effect" rel="nofollow">https://www.urbandictionary.com/define.php?term=demo%20effec...</a>
What's the equivalent word for "Your computer suddenly becomes slow and unresponsive, you try to open Task Manager (or run `top` in a terminal) to see what's bogging down your resources, but the resource monitor itself refuses to respond for a few seconds until the lag vanishes, at which point the utility finally renders and everything under the CPU/Memory utilization appears normal" ?
I wrote this prayer to appease the Demo Gods [1]. Though one might pray, the demo can fail.<p>O Lambda the Ultimate, bless we who are in this demo...<p><pre><code> That our core be functional,
and our functions be pure.
That our data be immutable,
so we may know the value of values.
That our systems be composable,
so they may scale with grace.
That their States only mutate
in pleasantly surprising ways.
That the networks and servers stay up.
Well, at least through this demo.
For otherwise, nothing lives, nothing evolves.
In the name of the \alpha and the \beta and the \eta...
\(\lambda x.x x\) \(\lambda x.x x\) ; eternally
</code></pre>
[1] Slide no. 5 here: <a href="https://github.com/adityaathalye/slideware/blob/master/n-ways-to-fizz-buzz-clj.pdf">https://github.com/adityaathalye/slideware/blob/master/n-way...</a><p>(edit: formatting)
A related thing that happens a lot is when the demo is way slower than it was when you were testing it. But at least this one can be explained by screen sharing applications adding latency to your refresh rate. It really is slower when you share your screen!
Whats the antipode to this, where, as a programmer going to investigate a user bug, my mere presences makes the bug disappear, and the user frustrated at trying to reproduce it for me?<p>Because this happens a lot to me these days, no kidding. The bug happens, some user delights in calling me over, I take a look, they simply can't reproduce it, I walk away - they get the bug again - and, yeah, I kind of have to race ahead of things to understand the nature of the users situation.<p>Happen to anyone else? I don't think its quite like Vorführeffekt, and is maybe a bit more like Daseinsvermögung oder etwas ..
It's fascinating to me how German composite words encapsulate an idea like "[failure attributed to] demonstration effect" in a way that just saying "demonstration effect" in English often fails to accomplish.<p>I also love how German often has useful opposites - schadenfreude vs fremdschamen, for example.<p>On that note, is there an opposite to this, where someone observes that something's not working, they call in the expert to diagnose the problem, and it functions perfectly under demonstration?
In my company we call these "Show & Fail".<p>They often occur because we'll say "I just want to fix this one thing before we build the demo". We call this type of commit to the source control system a "break-in" instead of a "check-in".
Back in university, my compsci security project didn't work on the university wifi for some reason, if we used google chrome. Firefox worked fine. Some kind of weird proxy broke the website. But to this day I don't know exactly what happened.