TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zeigarnik Effect

24 pointsby cateyeover 5 years ago

6 comments

Yetanfouover 5 years ago
I'd say this effect is a perfectly rational part of being a functioning actor in a complex environment. Partly completed tasks need to stay relatively high on the stack when interrupted to make it possible to continue the task when the interruption has been dealt with. Completed tasks quickly sink down the stack to be garbage collected since there is no need to keep that baggage around. A task is only complete when there are no more benefits to be had from pushing it up to the top of the stack, e.g. he who just graduated and is now looking for a job will keep his education and graduation near the top of the stack as it gets pushed up at every interview. Once he lands a secure job (or so he thinks) they'll gradually sink down to become part of history. If he were to change jobs those historical achievements might get pulled up again but this is not a given since their value has diminished compared to his more recent professional experience.
spedruover 5 years ago
Sure, this is disputed, but I do wonder if it explains why my unfinished projects make me hate myself so much while my finished ones don't give me any real sense of pride.
评论 #21122611 未加载
brothover 5 years ago
I wonder how this plays into context switching in the workplace specifically with software development or related jobs? I find myself struggling to keep context on the stack while handling an interruption. It makes me wonder how many tasks I actually do remember.
contingenciesover 5 years ago
Added to <a href="https:&#x2F;&#x2F;github.com&#x2F;globalcitizen&#x2F;taoup" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;globalcitizen&#x2F;taoup</a>
rr-geil-jover 5 years ago
This is probably similar to that nagging feeling when you forget something but just can&#x27;t remember which exactly.
ohduranover 5 years ago
Wasn&#x27;t this effect mentioned in Cal Newport&#x27;s &quot;Deep Work&quot; under a different name?