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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I just want to serve 5 terabytes [video]

78 点作者 nobody9999大约 1 个月前

7 条评论

cjs_ac大约 1 个月前
&gt; Rule 3. Fancy algorithms are slow when n is small, and n is usually small. Fancy algorithms have big constants. Until you know that n is frequently going to be big, don&#x27;t get fancy. (Even if n does get big, use Rule 2 first.) For example, binary trees are always faster than splay trees for workaday problems.<p>-- Rob Pike, Notes on Programming in C, 1989[0]<p>Generally speaking, I feel that the bureaucracy involved in a programming project should be proportional to the scale of the project itself. If the &#x27;getting started&#x27; tutorial for your programming language demands that I choose a package name for my Hello World program, you fucked up.<p>[0] <a href="https:&#x2F;&#x2F;doc.cat-v.org&#x2F;bell_labs&#x2F;pikestyle" rel="nofollow">https:&#x2F;&#x2F;doc.cat-v.org&#x2F;bell_labs&#x2F;pikestyle</a>
评论 #43582193 未加载
评论 #43582921 未加载
评论 #43583377 未加载
netsharc大约 1 个月前
Recently I went on a trip with a group. Lots of videos and drone footage. Gigabytes of data. The group leader got a 100GB Google Drive space. But if I upload my stuff into it, my stuff doesn&#x27;t take his 100 GB, but counts against my quota, unless I modify the files to say that $GROUP_LEADER now owns those files.<p>Well, whatever. I try to download his videos from the web UI. Select all files in directory, wait about 20 seconds, download zip, wait another 20 seconds, finally the file download dialog shows up. It gives me a 2.3GB zip file. I open it, it&#x27;s just a few files and not the complete directory. It doesn&#x27;t give me the contents of the whole directory, just files until it reaches 2.3GB, and then silently fails.<p>Great jaaab, Google!
评论 #43581567 未加载
评论 #43581416 未加载
评论 #43583148 未加载
评论 #43581331 未加载
probably_wrong大约 1 个月前
For those who were too young in 2012, here is some background: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29082014">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29082014</a>
alexey-salmin大约 1 个月前
Should&#x27;ve just served it directly from MongoDB. It&#x27;s web scale.
评论 #43582506 未加载
redm大约 1 个月前
Somehow this has only gotten funnier since it was originally posted..
评论 #43581254 未加载
评论 #43587762 未加载
评论 #43582976 未加载
jonatron大约 1 个月前
Text to speech has improved a lot since then.
评论 #43580844 未加载
评论 #43581278 未加载
评论 #43582989 未加载
seeknotfind大约 1 个月前
Google makes the impossible, hard, and it makes the easy, hard.