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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Most upvoted HN posts on bootstrapping

36 点作者 bilifuduo大约 6 年前

1 comment

minimaxir大约 6 年前
This list is incomplete. For example &quot;How We Bootstrapped Our SaaS Startup to Ramen Profitability&quot; has 603 points: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15544378" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15544378</a><p>What is your methodology? Here&#x27;s a BigQuery to get all relevant posts (although you&#x27;ll have to filter out Twitter Bootstrap manually):<p><pre><code> #standardSQL SELECT * FROM `bigquery-public-data.hacker_news.full` WHERE REGEXP_CONTAINS(title, &#x27;[Bb]ootstrap&#x27;) ORDER BY score DESC LIMIT 100</code></pre>
评论 #19258981 未加载