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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: picoCDN, file hosting for developers

2 点作者 jgillich大约 11 年前

1 comment

jgillich大约 11 年前
FYI, I built this for a use case I often have: I want to build a small HTML5 demo in JSFiddle, but one of the scripts I would like to use is not available on any CDN. Sure I could just link to GitHub, but since they don&#x27;t set content-type correctly, it won&#x27;t work in IE. picoCDN is perfect for that: paste the script, check uglify and raw, copy url, done.<p>Its language detection is a bit wonky right now and there are mainly plugins for web development related stuff; if you don&#x27;t have anything lying around, here is where you get after pasting jQuery: <a href="http://picocdn.com/0fe3e567e0/" rel="nofollow">http:&#x2F;&#x2F;picocdn.com&#x2F;0fe3e567e0&#x2F;</a><p>It&#x27;s currently running on a $5 Digital Ocean box (with unlimited traffic :), depending on how popular it gets I might need to upgrade it soon. Especially the plugins use a lot of CPU, but after the first hit Varnish is able to serve an insane amount of requests per second.
评论 #7578989 未加载