Hacker News new | ask | show | jobs
by golergka 1468 days ago
Reddit is just content that you browse and occasionally leave a text comment on, it fits browser perfectly.

A taxi app, on the other hand, has a lot of functionality that is very hard to fit into a browser and implement well.

1 comments

I have a location where I am and a location I want to get to. I need a way to specify the two, and a way to enter payment info. That is literally all a taxi app should do.
Why is that all the taxi app should do?

Getting a message "heavy traffic, your car has been delayed" is what everyone else seeming rational really wants. Messaging and awareness of the current state of the transaction they are in.

Before it arrives, you mean? That's still not something that a web page can't easily do.
Why not?

You have a page with a piece of JavaScript on it. Every 30 seconds it pings back "What's the status of request 12345678?" and updates a div.

If Domino's can display "your order has been handed to Steve for delivery", then a taxi service can say "Tom is stuck on the 405."

You mean the same Javascript that gets paused when you go to another tab?
I agree, it was a double negative.
Okay, that's the 90% of the taxi app. What about the other 90%?