top | item 45138206

(no title)

yoavfr | 5 months ago

Sorry if that felt dirty - I thought about it as a signal that the data is live (it is!).

discuss

order

pbaehr|5 months ago

I think it's a perfect (and subtle) way to signal that refreshing is unnecessary to see the latest data without wasting UI space explicitly explaining it. It was my favorite thing about the UI and I will be borrowing it next time I design a real-time interface where the numbers matter more than the precise timing.

zestyping|5 months ago

It's a lie, though. When I see it, I know the interface is lying to me, and then I trust it less henceforth.

I'll never build a lie into my work. It's not worth it.

CjHuber|5 months ago

really? it left a bad aftertaste for me

Jordan-117|5 months ago

Might make more sense to start at zero and then rapidly scale to the current number? To indicate fresh data is being loaded in without making it look like the reader happened to catch a new occurrence in real-time.

lobsterthief|5 months ago

Would also be a fun way to animate the bar and animate the full being “sketched in”.

Love the design btw, very fun to build I imagine

chrismorgan|5 months ago

API responses seem to be alternating between saying 19+20 and saying 0+0, at present.

handsclean|5 months ago

I think the problem is people’s priors. This isn’t the first time we’re seeing data fake-arrive like this, and virtually always it’s done either to fake liveness or to lie about rate of change. So, it comes to mean not “live”, but “fake”, even though nefarious motives don’t make much sense in this fun context.

It’s a shame, I think it’s a clever thought, and it doesn’t feel great when good intentions are met with an assumption of maliciousness.

scoopertrooper|5 months ago

Weird the screen goes 18, 19, 21, then back to 18 and cycles again.

(On iPad Safari)

rendaw|5 months ago

Probably brings up memories of travel sites saying "10 other people have this room in their cart"

nartho|5 months ago

Interestingly you're using long polling instead of WS or SSE, what was the reason behind that ?

efilife|5 months ago

I'd guess simplicity

bmacho|5 months ago

Do you happen to have a counter how many times people create a webpage for data, intentionally show fake data, and submit that to HN?