TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I just want to serve 5 terabytes [video]

78 pointsby nobody9999about 1 month ago

7 comments

cjs_acabout 1 month ago
&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 未加载
netsharcabout 1 month ago
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_wrongabout 1 month ago
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-salminabout 1 month ago
Should&#x27;ve just served it directly from MongoDB. It&#x27;s web scale.
评论 #43582506 未加载
redmabout 1 month ago
Somehow this has only gotten funnier since it was originally posted..
评论 #43581254 未加载
评论 #43587762 未加载
评论 #43582976 未加载
jonatronabout 1 month ago
Text to speech has improved a lot since then.
评论 #43580844 未加载
评论 #43581278 未加载
评论 #43582989 未加载
seeknotfindabout 1 month ago
Google makes the impossible, hard, and it makes the easy, hard.