TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What would an ideal reservation algorithm look like?

2 点作者 memset大约 1 年前
What would it look like, algorithmically, for reservation systems to be more fair [1] for customers? There would be two goals:<p>1. Let normal users, who don&#x27;t have bots, have a reasonable chance at a reservation. 2. Kill the secondary market for tickets, or at the very least, allow restaurants themselves to keep the revenue generated from people willing to pay more rather than a 3rd party.<p>One approach would be to add people to a queue and randomize who gets a reservation. They could be bucketed by when they reserved (say, to the 1 hour) and selected from there. That could help with bots.<p>But it&#x27;s not clear to me how you&#x27;d work on the secondary market - would you require a photo id for each reservation? A specialized app that&#x27;s tied to your identity (phone, google oauth?)<p>How would it work? And for restaurants who are already using other platforms (Resy, Tock, OpenTable, etc) what would it take for them to switch?<p>[1] https:&#x2F;&#x2F;www.newyorker.com&#x2F;news&#x2F;our-local-correspondents&#x2F;why-you-cant-get-a-restaurant-reservation

1 comment

brudgers大约 1 年前
Ideal for who?<p>The pay to play model is ideal for people where the current system costs loose change. It&#x27;s idea for restaurants that cater to such people. Having regular customers who will spend a lot of money relative to the general population is a very good business model. Sure catering to &quot;tourists&quot; can also be ok. But not as good.<p>The &quot;restaurant reservation problem&quot; is only a problem for aspirational fine diners who can&#x27;t afford being regulars. They are not starving.<p>Restaurants use the existing platforms for business reasons. When the imagined &quot;fairness&quot; becomes a business problem, an alternative platform will arise from within the industry. It&#x27;s normal market segmentation. Ferrari&#x27;s aren&#x27;t fair either.<p>Good luck.