←back to thread

I'm absolutely right

(absolutelyright.lol)
648 points yoavfr | 1 comments | | HN request time: 0s | source
Show context
latexr ◴[] No.45138173[source]
As I opened the website, the “16” changed to “17”. This looked interesting, as if the data were being updated live just as I loaded the page. Alas, a refresh (and quick check in the Developer Tools) reveals it’s fake and always does the transition. It’s a cool effect, but feels like a dirty trick.
replies(6): >>45138194 #>>45138198 #>>45138206 #>>45138881 #>>45139583 #>>45146849 #
yoavfr ◴[] No.45138206[source]
Sorry if that felt dirty - I thought about it as a signal that the data is live (it is!).
replies(8): >>45138841 #>>45139027 #>>45139532 #>>45139856 #>>45140986 #>>45141807 #>>45142113 #>>45151853 #
nartho ◴[] No.45141807[source]
Interestingly you're using long polling instead of WS or SSE, what was the reason behind that ?
replies(1): >>45146758 #
1. efilife ◴[] No.45146758[source]
I'd guess simplicity