Hacker News new | ask | show | jobs
by lfowles 3912 days ago
Some chat service I use does this and it's confusing because I don't expect it. I check the last message to see if there's anything new, not necessarily the scrollback.

Basically, it triggers an annoying O(N) operation whenever it happens :)