by flerchin on 8/15/2024, 5:47:00 PM
by dinkblam on 8/15/2024, 5:18:01 PM
> The phenomenon that something which was previously working correctly, suddenly does not work correctly when one tries to demonstrate the operation to others.
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.
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...
by khazhoux on 8/15/2024, 5:42:17 PM
What's the word for this:
* My code doesn't work and I can't find the bug even after over an hour
* I add a few lines of <whatever code>. Now it works!
* Now, just for comparison, I remove all the code I just added (or, at least I think I reverted back to previous state). But now it still works.
???
by rendall on 8/15/2024, 5:14:03 PM
The English-language term "demo effect" means the same thing.
https://quentin.delcourt.be/blog/2020-01-22_demo-effect/
https://www.urbandictionary.com/define.php?term=demo%20effec...
by knoke on 8/15/2024, 5:07:46 PM
One should note: In contrast to other such composites, this is often used in everyday life.
by AdmiralAsshat on 8/15/2024, 6:35:50 PM
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" ?
by adityaathalye on 8/15/2024, 6:19:37 PM
I wrote this prayer to appease the Demo Gods [1]. Though one might pray, the demo can fail.
O Lambda the Ultimate, bless we who are in this demo...
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
[1] Slide no. 5 here: https://github.com/adityaathalye/slideware/blob/master/n-way...(edit: formatting)
by hateful on 8/15/2024, 6:10:27 PM
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!
by aa-jv on 8/16/2024, 2:01:59 PM
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?
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.
Happen to anyone else? I don't think its quite like Vorführeffekt, and is maybe a bit more like Daseinsvermögung oder etwas ..
by LeifCarrotson on 8/15/2024, 5:19:06 PM
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.
I also love how German often has useful opposites - schadenfreude vs fremdschamen, for example.
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?
by ChrisMarshallNY on 8/15/2024, 5:24:23 PM
AKA "The Wrath of the Demo Gods."
Now, I have a word for it...
by iambateman on 8/15/2024, 5:35:44 PM
I believe the English translation for this is “uhhhh”
by bobthepanda on 8/15/2024, 5:30:20 PM
For presentations, always have a backup video.
by netcoyote on 8/15/2024, 6:31:27 PM
In my company we call these "Show & Fail".
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".
by rpnx on 8/15/2024, 5:42:35 PM
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.
by breadwinner on 8/15/2024, 5:20:33 PM
Previous discussion: https://news.ycombinator.com/item?id=21170732
by colechristensen on 8/15/2024, 4:55:45 PM
I don't think this one is going to make it into English. Vorführeffekt is a bit hard to pronounce.
by satisfice on 8/15/2024, 6:01:03 PM
I call it Singing Frog syndrome.
by happytoexplain on 8/15/2024, 5:16:19 PM
I'd have more use of a term with the inverse meaning.
by MattPalmer1086 on 8/15/2024, 6:02:59 PM
I always heard this called "The Law of Demo".
Definitely a thing!
by mrcode007 on 8/15/2024, 5:13:03 PM
What would it translate to? Inspection effect?
Edit: demo effect?
by daft_pink on 8/15/2024, 6:24:54 PM
Was this word invented by google
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.
All by the mere proximity of a Senior Engineer.