Skip to content

Instantly share code, notes, and snippets.

@iinsta
Last active July 11, 2019 02:28
Show Gist options
  • Save iinsta/b52388e35c9a7bef0b4524123d105409 to your computer and use it in GitHub Desktop.
Save iinsta/b52388e35c9a7bef0b4524123d105409 to your computer and use it in GitHub Desktop.
// http://www.ruanyifeng.com/blog/clipboard/
var as = $('.module-list').querySelectorAll('a')
as = [].slice.call(as)
as = as.map(el => el.href)
var obj = {}
as.reduce((promise, item) => {
return promise.then(() => {
return fetch(item).then(res => res.text()).then(res => {
var div = document.createElement('div');
div.innerHTML = res;
var links = div.querySelector('#main-content').querySelectorAll('a')
links = [].slice.call(links)
links.forEach(el => {
if (obj[el.host]) {
obj[el.host].count++
} else {
obj[el.host] = {count: 1, content: el.textContent, href: el.href}
}
})
div = null;
})
})
}, Promise.resolve()).then(() => {
var urls = Object.keys(obj).map(k => {
return {count: obj[k].count, url: k, content: obj[k].content, href: obj[k].href}
})
console.log(JSON.stringify(urls.sort((a, b) => b.count - a.count)))
})
[{"count":130,"url":"github.com","content":"dev.to","href":"https://github.com/thepracticaldev/dev.to"},{"count":26,"url":"yuque.com","content":"语雀","href":"https://yuque.com/ruanyf/share/"},{"count":25,"url":"www.ruanyifeng.com","content":"个人网站","href":"http://www.ruanyifeng.com/blog"},{"count":22,"url":"twitter.com","content":"推特@brucel","href":"https://twitter.com/brucel/status/1029684694701486080"},{"count":20,"url":"weixin.sogou.com","content":"微信公众号","href":"http://weixin.sogou.com/weixin?query=%E9%98%AE%E4%B8%80%E5%B3%B0%E7%9A%84%E7%BD%91%E7%BB%9C%E6%97%A5%E5%BF%97"},{"count":14,"url":"medium.com","content":"如何拿到 Homebrew 的代码提交权?","href":"https://medium.com/@vesirin/how-i-gained-commit-access-to-homebrew-in-30-minutes-2ae314df03ab"},{"count":9,"url":"www.frontjs.com","content":"FrontJS","href":"https://www.frontjs.com/?utm_source=ruanyf"},{"count":9,"url":"www.theguardian.com","content":"旧金山","href":"https://www.theguardian.com/commentisfree/2018/aug/18/san-francisco-poop-problem-inequality-homelessness"},{"count":7,"url":"www.luffycity.com","content":"路飞学城","href":"https://www.luffycity.com/home"},{"count":7,"url":"finance.sina.com.cn","content":"北纬71度","href":"http://finance.sina.com.cn/stock/usstock/c/2018-08-01/doc-ihhacrcf2014784.shtml"},{"count":6,"url":"www.bmqb.com","content":"贝米钱包","href":"https://www.bmqb.com/?track_id=ryf_zutuan"},{"count":6,"url":"hackernoon.com","content":"最简单的反向代理服务器","href":"https://hackernoon.com/writing-a-reverse-proxy-in-just-one-line-with-go-c1edfa78c84b"},{"count":5,"url":"edu.51cto.com","content":"51CTO 学院","href":"http://edu.51cto.com/?ryf"},{"count":4,"url":"itsfoss.com","content":"Debian 系统小知识","href":"https://itsfoss.com/debian-facts/"},{"count":4,"url":"news.sina.com.cn","content":"海南:打造外国游客集聚区 区内可使用脸书推特","href":"http://news.sina.com.cn/o/2018-06-21/doc-ihefphqm2432435.shtml"},{"count":4,"url":"zhuanlan.zhihu.com","content":"节选","href":"https://zhuanlan.zhihu.com/p/38968706"},{"count":4,"url":"www.bloomberg.com","content":"贝佐斯成为现代史上最富有的人","href":"https://www.bloomberg.com/news/articles/2018-07-16/happy-prime-day-jeff-amazon-ceo-s-net-worth-tops-150-billion"},{"count":4,"url":"www.sohu.com","content":"超过","href":"http://www.sohu.com/a/227641917_148882"},{"count":4,"url":"news.ycombinator.com","content":"Hacker News","href":"https://news.ycombinator.com/"},{"count":4,"url":"m.bmqb.com","content":"","href":"https://m.bmqb.com/a/activities/group_invest?track_id=ryf_zutuan"},{"count":4,"url":"www.nytimes.com","content":"《纽约时报》","href":"https://www.nytimes.com/interactive/2018/08/01/magazine/climate-change-losing-earth.html"},{"count":4,"url":"en.wikipedia.org","content":"康斯坦丁·布朗库西","href":"https://en.wikipedia.org/wiki/Constantin_Br%C3%A2ncu%C8%99i#Br%C3%A2ncu%C8%99i_on_his_own_work"},{"count":3,"url":"techcrunch.com","content":"WireGuard 介绍","href":"https://techcrunch.com/2018/07/28/how-i-made-my-own-wireguard-vpn-server/"},{"count":3,"url":"phys.org","content":"蓝光对视网膜有伤害","href":"https://phys.org/news/2018-08-chemists-blue.html"},{"count":3,"url":"blogs.msdn.microsoft.com","content":"TypeScript 支持","href":"https://blogs.msdn.microsoft.com/typescript/2018/08/27/typescript-and-babel-7/"},{"count":3,"url":"mp.weixin.qq.com","content":"我去阿富汗拍古迹","href":"https://mp.weixin.qq.com/s/nJoTrqIVDtJqDbiJ0Gn1wQ"},{"count":3,"url":"www.cbsnews.com","content":"苹果公司的第一个 Logo","href":"https://www.cbsnews.com/news/ronald-wayne-apples-third-co-founder-where-is-he-now/"},{"count":3,"url":"blog.sina.com.cn","content":"丰田氢动力汽车 MIRAI 体验","href":"http://blog.sina.com.cn/s/blog_4cd1c1670102xqdx.html"},{"count":3,"url":"www.edx.org","content":"Python 数据处理","href":"https://www.edx.org/course/foundations-data-science-computational-uc-berkeleyx-data8-1x"},{"count":3,"url":"zh.wikipedia.org","content":"维基百科","href":"https://zh.wikipedia.org/zh-sg/%E5%BE%AE%E4%BF%A1"},{"count":3,"url":"photo.sina.cn","content":"火星存在液态水","href":"https://photo.sina.cn/album_5_453_120067.htm"},{"count":3,"url":"www.bbc.co.uk","content":"生物工程肺的猪移植","href":"https://www.bbc.co.uk/news/science-environment-45046674"},{"count":3,"url":"codepen.io","content":"一段奇特的 CSS 代码","href":"https://codepen.io/MartijnCuppens/pen/MXojmw"},{"count":3,"url":"www.businessinsider.sg","content":"韩国限制每周最长工作52个小时","href":"https://www.businessinsider.sg/south-korea-has-dropped-its-inhumane-workweek-to-52-hours-a-week-2018-7/?r=UK&IR=T"},{"count":3,"url":"www.businessinsider.com","content":"乐高的天然积木","href":"https://www.businessinsider.com/lego-go-eco-friendly-with-blocks-made-from-sugarcane-2018-8/?IR=T"},{"count":3,"url":"www.bleepingcomputer.com","content":"消除图片噪点的算法","href":"https://www.bleepingcomputer.com/news/technology/new-ai-algorithm-can-fix-grainy-images-without-looking-at-clean-photos/"},{"count":3,"url":"motherboard.vice.com","content":"南极血瀑","href":"https://motherboard.vice.com/en_us/article/7xq7ba/scientists-finally-solved-the-mystery-of-antarcticas-blood-falls"},{"count":3,"url":"blog.openai.com","content":"AI 取得 Dota2 的胜利","href":"https://blog.openai.com/openai-five-benchmark-results/"},{"count":3,"url":"www.mobile01.com","content":"Android 9.0 特性介绍","href":"https://www.mobile01.com/topicdetail.php?f=565&t=5535941"},{"count":3,"url":"www.tutorialdocs.com","content":"提高 Python 程序性能的七个方法","href":"https://www.tutorialdocs.com/article/7-habits-to-improve-python-programs.html"},{"count":3,"url":"www.theatlantic.com","content":"棉花糖测试","href":"https://www.theatlantic.com/family/archive/2018/06/marshmallow-test/561779/?single_page=true"},{"count":2,"url":"theoutline.com","content":"鸡尿布","href":"https://theoutline.com/post/5608/bury-me-in-chicken-diapers?zd=1&zi=syponswm"},{"count":2,"url":"www.chinanews.com","content":"韩国","href":"http://www.chinanews.com/gj/2018/08-01/8586195.shtml"},{"count":2,"url":"spectrum.ieee.org","content":"皮质醇贴片","href":"https://spectrum.ieee.org/view-from-the-valley/biomedical/diagnostics/new-wearable-sensor-detects-stress-hormone-in-sweat"},{"count":2,"url":"www.independent.co.uk","content":"最古老的面包","href":"https://www.independent.co.uk/news/science/archaeology/bread-history-cooking-stone-age-middle-east-archaeology-discovery-a8450276.html"},{"count":2,"url":"blogs.bing.com","content":"代码搜索","href":"https://blogs.bing.com/search-quality-insights/2018-07/Intelligent-search-Coding-answers-at-your-fingertips/"},{"count":2,"url":"www.weibo.com","content":"视频","href":"https://www.weibo.com/tv/v/Grdl6eWtZ?fid=1034:4264861308525644"},{"count":2,"url":"scotthelme.co.uk","content":"新的 HTTP 头字段 Feature-Policy","href":"https://scotthelme.co.uk/a-new-security-header-feature-policy/"},{"count":2,"url":"webdesign.tutsplus.com","content":"SVG 动画入门:以加载转子为例","href":"https://webdesign.tutsplus.com/tutorials/how-to-create-a-loader-icon-with-svg-animations--cms-31542"},{"count":2,"url":"stackshare.io","content":"stackshare.io","href":"https://stackshare.io/stacks"},{"count":2,"url":"thesoundingline.com","content":"2060年的世界人口大国","href":"http://thesoundingline.com/the-worlds-most-populous-countries-from-1950-to-2060/"},{"count":2,"url":"www.abc.net.au","content":"氢动力汽车","href":"http://www.abc.net.au/news/2018-08-08/hydrogen-fuel-breakthrough-csiro-game-changer-export-potential/10082514?pfmredir=sm"},{"count":2,"url":"css-tricks.com","content":"如何制作一个节能的网站?","href":"https://css-tricks.com/delivering-wordpress-in-7kb/"},{"count":2,"url":"blog.mozilla.org","content":"开放的视频编码方案","href":"https://blog.mozilla.org/blog/2018/07/11/royalty-free-web-video-codecs/"},{"count":2,"url":"adrianmejia.com","content":"图数据结构入门","href":"https://adrianmejia.com/blog/2018/05/14/data-structures-for-beginners-graphs-time-complexity-tutorial/"},{"count":2,"url":"bbs.qyer.com","content":"圣赫勒拿岛游记","href":"https://bbs.qyer.com/thread-2891820-1.html"},{"count":2,"url":"www.zhihu.com","content":"杨绛","href":"https://www.zhihu.com/question/21298586"},{"count":2,"url":"intoli.com","content":"断言库 Power Assert 介绍","href":"https://intoli.com/blog/power-assert/"},{"count":2,"url":"cj.sina.com.cn","content":"一季度结婚人数大幅下降","href":"http://cj.sina.com.cn/articles/view/1909090555/71ca68fb00100ddun"},{"count":2,"url":"100offer.com","content":"100offer.com","href":"https://100offer.com/"},{"count":2,"url":"www.quora.com","content":"IP 地址 192.168.1.1 的由来","href":"https://www.quora.com/Whats-the-history-behind-192-168-1-1-Why-not-192-169-1-1-or-any-other-IP-address-When-did-it-start-being-used-Who-started-it-Why-Why-not-1-1-1-1-What-is-the-relation-to-127-0-0-1-What-about-10-0-0-1-Apple"},{"count":2,"url":"developers.google.com","content":"机器学习指南","href":"https://developers.google.com/machine-learning/guides/"},{"count":2,"url":"www.qdaily.com","content":"从台积电看半导体的历史","href":"https://www.qdaily.com/articles/54588.html"},{"count":2,"url":"www.bbc.com","content":"八种降温的简单方法","href":"https://www.bbc.com/news/magazine-23255554"},{"count":2,"url":"www.devteam.space","content":"为什么选择 Java 作为后端开发语言?","href":"https://www.devteam.space/blog/why-should-you-use-java-for-your-backend-infrastructure/"},{"count":2,"url":"www.alternet.org","content":"论文泛滥的危机","href":"https://www.alternet.org/news-amp-politics/science-has-outgrown-human-mind-and-its-limited-capacities-process-information"},{"count":2,"url":"letsencrypt.org","content":"Let's Encrypt","href":"https://letsencrypt.org/2018/08/06/trusted-by-all-major-root-programs.html"},{"count":2,"url":"wallstreetcn.com","content":"Intel 公司解雇 CEO","href":"https://wallstreetcn.com/articles/3342834"},{"count":2,"url":"www.theverge.com","content":"500px 取消照片共享授权","href":"https://www.theverge.com/2018/7/1/17521456/500px-marketplace-creative-commons-getty-images-visual-china-group-photography-open-access"},{"count":2,"url":"cloud.tencent.com","content":"国内最大的 DDOS 攻击","href":"https://cloud.tencent.com/developer/article/1100719"},{"count":2,"url":"tech.sina.cn","content":"火星的二氧化碳","href":"https://tech.sina.cn/d/tk/2018-07-31/detail-ihhacrce0146406.d.html"},{"count":2,"url":"news.mit.edu","content":"脑电波控制的机器人","href":"http://news.mit.edu/2018/how-to-control-robots-with-brainwaves-hand-gestures-mit-csail-0620"},{"count":2,"url":"cn.nytimes.com","content":"中国的二氧化碳排放","href":"https://cn.nytimes.com/china/20180720/china-climate-change-report/"},{"count":2,"url":"hitmetrics.io","content":"网站流量指标的含义","href":"https://hitmetrics.io/blog/starter-web-analytics-metrics-to-know"},{"count":2,"url":"www.ibm.com","content":"Rust 初学者指南:初识 Rust","href":"https://www.ibm.com/developerworks/cn/opensource/os-know-rust/index.html"},{"count":2,"url":"news.nationalgeographic.com","content":"世界最深洞穴探险记","href":"https://news.nationalgeographic.com/2018/06/sistema-huautla-cave-mexico-culture/"},{"count":2,"url":"m.weibo.cn","content":"周鸿祎","href":"https://m.weibo.cn/status/4250421608295212"},{"count":2,"url":"archive.org","content":"MacOS system6","href":"https://archive.org/details/mac_MacOS_6.0.8"},{"count":2,"url":"worldcup.sfg.io","content":"2018 世界杯 API","href":"http://worldcup.sfg.io/"},{"count":2,"url":"cloudplatform.googleblog.com","content":"Kubernetes 的起源","href":"https://cloudplatform.googleblog.com/2016/07/from-Google-to-the-world-the-Kubernetes-origin-story.html"},{"count":2,"url":"v8project.blogspot.com","content":"V8 改进垃圾清理机制","href":"https://v8project.blogspot.com/2018/06/concurrent-marking.html"},{"count":2,"url":"www.techradar.com","content":"2018年最有上升潜力的 Linux 发行版","href":"https://www.techradar.com/news/best-rising-linux-distro"},{"count":2,"url":"designobserver.com","content":"谷歌硬件产品的设计风格","href":"https://designobserver.com/feature/what-we-see-when-we-see-google-design/39808"},{"count":2,"url":"www.wired.com","content":"Quicksilver 项目","href":"https://www.wired.com/story/using-artificial-intelligence-to-fix-wikipedias-gender-problem/"},{"count":2,"url":"eng.uber.com","content":"deck.gl","href":"https://eng.uber.com/deckgl-v5/"},{"count":2,"url":"www.nicolasbize.com","content":"30年后,QBasic 依然是入门的儿童编程语言","href":"http://www.nicolasbize.com/blog/30-years-later-qbasic-is-still-the-best/"},{"count":2,"url":"blogs.mathworks.com","content":"scutoid","href":"https://blogs.mathworks.com/headlines/2018/08/08/best-trivia-question-ever-what-is-a-scutoid/"},{"count":2,"url":"dev.to","content":"dev.to","href":"https://dev.to/"},{"count":2,"url":"pomcor.com","content":"1","href":"https://pomcor.com/2018/05/11/cryptographic-authentication-is-not-that-easy-after-all/"},{"count":2,"url":"www.smithsonianmag.com","content":"今天的流行音乐","href":"https://www.smithsonianmag.com/smart-news/science-proves-pop-music-has-actually-gotten-worse-8173368/"},{"count":2,"url":"new.qq.com","content":"鲁迅的平面设计","href":"http://new.qq.com/omn/20180119/20180119A0VPMZ.html"},{"count":2,"url":"weibo.com","content":"网友","href":"https://weibo.com/1400854834/GfrLWiBCi"},{"count":2,"url":"threadreaderapp.com","content":"美国选举采用区块链","href":"https://threadreaderapp.com/thread/1026603800365330432.html"},{"count":2,"url":"www.paulgraham.com","content":"自下而上的编程","href":"http://www.paulgraham.com/progbot.html"},{"count":2,"url":"es6.ruanyifeng.com","content":"大整数 BigInt","href":"http://es6.ruanyifeng.com/#docs/proposals#BigInt-%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B"},{"count":2,"url":"finance.sina.cn","content":"雷军:如不是富贵人家 你的唯一机会是忠诚和勤奋","href":"https://finance.sina.cn/stock/ssgs/2018-05-06/detail-ifyqptqv8528581.d.html"},{"count":2,"url":"seriot.ch","content":"Douglas Crockford 的名片","href":"http://seriot.ch/parsing_json.php#1"},{"count":2,"url":"stripe.com","content":"Stripe Atlas","href":"https://stripe.com/atlas"},{"count":2,"url":"arstechnica.com","content":"评论","href":"https://arstechnica.com/gadgets/2018/02/google-starts-a-push-for-cross-platform-app-development-with-flutter-sdk/"},{"count":2,"url":"www.yinwang.org","content":"解谜计算机科学","href":"http://www.yinwang.org/blog-cn/2018/04/13/csbook-chapter1"},{"count":2,"url":"www.mlyearning.org","content":"《Machine Learning Yearning》","href":"http://www.mlyearning.org/"},{"count":2,"url":"data.berkeley.edu","content":"《Foundations of Data Science》","href":"https://data.berkeley.edu/education/data-8x"},{"count":1,"url":"picheta.me","content":"C/C++ 混淆器","href":"https://picheta.me/obfuscator"},{"count":1,"url":"superthread.net","content":"superthread","href":"https://superthread.net/t/superthread/"},{"count":1,"url":"framer.com","content":"Framer","href":"https://framer.com/"},{"count":1,"url":"betterwebtype.com","content":"Web 排版资源","href":"https://betterwebtype.com/web-typography-resources"},{"count":1,"url":"ardacraft.me","content":"ArdaCraft","href":"https://ardacraft.me/"},{"count":1,"url":"www.composingprograms.com","content":"Composing Programs","href":"http://www.composingprograms.com/"},{"count":1,"url":"korban.net","content":" Elm 语言学习资源","href":"https://korban.net/posts/elm/2018-07-31-learning-elm-2018-comprehensive-list-resources/"},{"count":1,"url":"www.techinasia.com","content":"淘宝网的诞生","href":"https://www.techinasia.com/were-war-story-jack-ma-ebay-taobao"},{"count":1,"url":"physics.stackexchange.com","content":"牛顿谈引力","href":"https://physics.stackexchange.com/questions/294755/what-did-isaac-newton-mean-by-this-following-quote-of-his"},{"count":1,"url":"www.xinhuanet.com","content":"日本","href":"http://www.xinhuanet.com/2018-07/23/c_1123165173.htm"},{"count":1,"url":"kevq.uk","content":"Mastodon 简介","href":"https://kevq.uk/how-does-mastodon-work/"},{"count":1,"url":"differentimpulse.com","content":"人类会被机器人打动","href":"https://differentimpulse.com/study-shows-humans-can-be-emotionally-manipulated-by-robots/"},{"count":1,"url":"www.ucdavis.edu","content":"固氮玉米","href":"https://www.ucdavis.edu/food/news/grow-food-crops-without-fertilizer"},{"count":1,"url":"trillionthtonne.org","content":"有一个网站","href":"http://trillionthtonne.org/"},{"count":1,"url":"tech.okcupid.com","content":"Kotlin 标准库的一些优点","href":"https://tech.okcupid.com/hidden-gems-in-kotlin-stdlib/"},{"count":1,"url":"m.signalvnoise.com","content":"开放式办公室","href":"https://m.signalvnoise.com/the-open-plan-office-is-a-terrible-horrible-no-good-very-bad-idea-42bd9cd294e3"},{"count":1,"url":"www.fastcompany.com","content":"AI 识别校园枪支","href":"https://www.fastcompany.com/90214257/ai-gun-detection-school-shootings"},{"count":1,"url":"thinkfaster.co","content":"Go 与 Python 的比较","href":"https://thinkfaster.co/2018/07/goodbye-python-hello-go/"},{"count":1,"url":"www.cultofmac.com","content":"欧盟可能迫使苹果改掉充电口","href":"https://www.cultofmac.com/568215/eu-may-force-iphone-to-switch-from-lightning-to-usb/"},{"count":1,"url":"fortune.com","content":"机器狗 Spotmini","href":"http://fortune.com/2018/07/21/boston-dynamics-spotmini-robot-dog/"},{"count":1,"url":"natick.research.microsoft.com","content":"海底直播","href":"https://natick.research.microsoft.com/"},{"count":1,"url":"www.cbc.ca","content":"博士就业危机","href":"https://www.cbc.ca/radio/thesundayedition/the-sunday-edition-april-8-2018-1.4604763/from-professor-in-waiting-to-florist-why-some-phds-are-quitting-academia-for-unconventional-jobs-1.4604766"},{"count":1,"url":"www.anandtech.com","content":"AMD 游戏主机","href":"https://www.anandtech.com/show/13153/amd-creates-quad-core-zen-soc-with-24-vega-cus-for-chinese-consoles"},{"count":1,"url":"www.expreview.com","content":"游戏主机","href":"http://www.expreview.com/63224.html"},{"count":1,"url":"blog.nightly.mozilla.org","content":"Firefox 浏览器","href":"https://blog.nightly.mozilla.org/2018/08/14/symantec-distrust-in-firefox-nightly-63/"},{"count":1,"url":"finance.caijing.com.cn","content":" ATM 和 POS","href":"http://finance.caijing.com.cn/20180808/4497589.shtml"},{"count":1,"url":"blog.google","content":"Android 9.0","href":"https://blog.google/products/android/introducing-android-9-pie/"},{"count":1,"url":"evertpot.com","content":"Mozilla 浏览器","href":"https://evertpot.com/firefox-rss/"},{"count":1,"url":"freshman.tech","content":"如何使用 Node 优化图片?","href":"https://freshman.tech/image-optimisation/"},{"count":1,"url":"blog.scottlogic.com","content":"WebAssembly 的发展方向","href":"https://blog.scottlogic.com/2018/07/20/wasm-future.html"},{"count":1,"url":"www.axios.com","content":"少子化和人口老龄化综述","href":"https://www.axios.com/newsletters/axios-am-c7902702-0ed3-46b0-97ba-77a77cd1d16c.html"},{"count":1,"url":"blog.thousandeyes.com","content":"公共 DNS 比较","href":"https://blog.thousandeyes.com/ranking-performance-public-dns-providers-2018/"},{"count":1,"url":"aviation.stackexchange.com","content":"为什么飞机驾驶舱不使用触摸屏?","href":"https://aviation.stackexchange.com/questions/22729/why-are-traditional-knobs-not-replaced-by-touchscreens-in-cockpits"},{"count":1,"url":"blog.paulhankin.net","content":"斐波那契数列的计算公式","href":"https://blog.paulhankin.net/fibonacci/"},{"count":1,"url":"getnous.app","content":"nouns","href":"https://getnous.app/"},{"count":1,"url":"www.falstad.com","content":"模拟电路生成器","href":"https://www.falstad.com/circuit/circuitjs.html"},{"count":1,"url":"www.zotero.org","content":"Zotero","href":"https://www.zotero.org/"},{"count":1,"url":"malvid.io","content":"Malvid","href":"https://malvid.io/"},{"count":1,"url":"nicolargo.github.io","content":"Glances","href":"https://nicolargo.github.io/glances/"},{"count":1,"url":"codewith.mu","content":"Code with Mu","href":"https://codewith.mu/"},{"count":1,"url":"scrapbox.io","content":"机械键盘","href":"https://scrapbox.io/MECHKEYS/"},{"count":1,"url":"www.emulator101.com","content":"Emulator 101","href":"http://www.emulator101.com/"},{"count":1,"url":"cloud.google.com","content":"谷歌云服务","href":"https://cloud.google.com/blog/products/gcp/introducing-headless-chrome-support-in-cloud-functions-and-app-engine"},{"count":1,"url":"meteorites.wustl.edu","content":"Meteor Wrongs","href":"http://meteorites.wustl.edu/meteorwrongs/meteorwrongs.htm"},{"count":1,"url":"www.entrepreneur.com","content":"幸存者偏见","href":"https://www.entrepreneur.com/article/287440"},{"count":1,"url":"www.douban.com","content":"第一条大西洋海底电缆","href":"https://www.douban.com/note/552189046/"},{"count":1,"url":"www.kanunu8.com","content":"中美电影周的真相","href":"http://www.kanunu8.com/book3/6860/131447.html"},{"count":1,"url":"realpython.com","content":"Python 语言如何生成随机数?","href":"https://realpython.com/python-random/"},{"count":1,"url":"www.azul.com","content":"Java 的类","href":"https://www.azul.com/javas-magic-sauce/"},{"count":1,"url":"www.vox.com","content":"射向地球的高能粒子","href":"https://www.vox.com/science-and-health/2018/7/12/17552586/neutrino-cosmic-ray-ice-cube-multimessenger-astronomy-astrophysics-nsf"},{"count":1,"url":"tedium.co","content":"Cherry 公司的历史","href":"https://tedium.co/2018/07/19/cherry-mx-keyboard-history/"},{"count":1,"url":"www.python-tutorial.net","content":"Python 面向对象编程","href":"https://www.python-tutorial.net/object-oriented-python/"},{"count":1,"url":"blog.indeed.com","content":"2018 美国最佳工作场所","href":"http://blog.indeed.com/2018/07/12/top-rated-workplaces-the-50-best/"},{"count":1,"url":"stribika.github.io","content":"如何让 SSH 更安全?","href":"https://stribika.github.io/2015/01/04/secure-secure-shell.html"},{"count":1,"url":"www.boringcompany.com","content":"芝加哥地下快运系统","href":"https://www.boringcompany.com/chicago/"},{"count":1,"url":"now.tufts.edu","content":"智能绷带","href":"https://now.tufts.edu/news-releases/smart-bandages-designed-monitor-and-tailor-treatment-chronic-wounds"},{"count":1,"url":"www.aboveavalon.com","content":"一万亿美元市值的公司","href":"https://www.aboveavalon.com/notes/2018/7/11/the-race-to-a-trillion"},{"count":1,"url":"www.marketwatch.com","content":"中国公司","href":"https://www.marketwatch.com/story/petrochina-soars-to-1-trillion-market-cap-in-debut"},{"count":1,"url":"blogs.opera.com","content":"Opera 浏览器","href":"https://blogs.opera.com/desktop/2018/08/opera-launches-snap-linux-users/"},{"count":1,"url":"daily.jstor.org","content":"机器蜜蜂","href":"https://daily.jstor.org/the-race-to-build-a-better-bee/"},{"count":1,"url":"chrischung.me","content":"判断油画的年代","href":"http://chrischung.me//2018/06/20/using-a-computer-to-separate-fifteenth-from-seventeenth-century-data/"},{"count":1,"url":"www.tmrow.com","content":"气候变暖的入门介绍","href":"https://www.tmrow.com//climatechange.html#food--avoid-red-meat"},{"count":1,"url":"wanago.io","content":"Webpack 4 入门教程","href":"https://wanago.io/2018/07/16/webpack-4-course-part-one-entry-output-and-es6-modules/"},{"count":1,"url":"www.ssh.com","content":"ssh 端口为什么是 22?","href":"https://www.ssh.com/ssh/port"},{"count":1,"url":"www.complang.tuwien.ac.at","content":"PDF 格式有什么用?","href":"https://www.complang.tuwien.ac.at/anton/why-not-pdf.html"},{"count":1,"url":"developers.redhat.com","content":"为什么 Kubernetes 是新的应用服务器?","href":"https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server/"},{"count":1,"url":"techcommunity.microsoft.com","content":"微软 Whiteboard","href":"https://techcommunity.microsoft.com/t5/Office-365-Blog/Microsoft-Whiteboard-is-now-generally-available-for-Windows/ba-p/214574"},{"count":1,"url":"nandgame.com","content":"Nand Game","href":"http://nandgame.com/diagram"},{"count":1,"url":"videohubapp.com","content":"Video Hub","href":"https://videohubapp.com/"},{"count":1,"url":"getmicropad.com","content":"μPad","href":"https://getmicropad.com/"},{"count":1,"url":"www.brow.sh","content":"Browsh","href":"https://www.brow.sh/"},{"count":1,"url":"yurichev.com","content":"汇编语言初学者教程","href":"https://yurichev.com/writings/AL4B-EN.pdf"},{"count":1,"url":"bloomberg.github.io","content":"Bloomberg 机器学习课程","href":"https://bloomberg.github.io/foml/"},{"count":1,"url":"pdos.csail.mit.edu","content":"XV6","href":"https://pdos.csail.mit.edu/6.828/2017/xv6.html"},{"count":1,"url":"leanpub.com","content":"Acceptance Test Driven Development with React","href":"https://leanpub.com/build-react-app-with-atdd"},{"count":1,"url":"landing.google.com","content":"网站可靠性工作手册","href":"https://landing.google.com/sre/book.html"},{"count":1,"url":"www.miaopai.com","content":"郭台铭的创业","href":"https://www.miaopai.com/show/4MjIpOCi8Ks2xBcGC2ZnycZ3qPLxJ2XuwCRrNg__.htm"},{"count":1,"url":"www.twoeggz.com","content":"达芬奇的求职信","href":"http://www.twoeggz.com/news/6839510.html"},{"count":1,"url":"www.economist.com","content":"最热门的编程语言","href":"https://www.economist.com/science-and-technology/2018/07/19/python-has-brought-computer-programming-to-a-vast-new-audience"},{"count":1,"url":"blog.subnetzero.io","content":"如何写一个脚本语言的虚拟机?","href":"https://blog.subnetzero.io/post/building-language-vm-part-00/"},{"count":1,"url":"star.news.sohu.com","content":"张鸣","href":"http://star.news.sohu.com/20120413/n340447107.shtml"},{"count":1,"url":"ds9a.nl","content":"C 程序员应该选择哪一种语言?","href":"https://ds9a.nl/articles/posts/cpp-rust-go/"},{"count":1,"url":"blog-en.tilda.cc","content":"网页设计的常见错误","href":"http://blog-en.tilda.cc/articles-website-design-mistakes"},{"count":1,"url":"www.csiro.au","content":"澳大利亚昆士兰消灭80%的蚊子","href":"https://www.csiro.au/en/News/News-releases/2018/Trial-wipes-out-more-than-80-per-cent-of-disease-spreading-mozzie"},{"count":1,"url":"medium.freecodecamp.org","content":"鸽子传信解释 HTTPS","href":"https://medium.freecodecamp.org/https-explained-with-carrier-pigeons-7029d2193351"},{"count":1,"url":"www.natlawreview.com","content":"第一份 GDPR 裁决","href":"https://www.natlawreview.com/article/german-court-issues-first-gdpr-ruling"},{"count":1,"url":"blogs.windows.com","content":"微软发布10寸的 Surface Go","href":"https://blogs.windows.com/devices/2018/07/09/meet-surface-go-starting-at-399-msrp-its-the-smallest-and-most-affordable-surface-yet/"},{"count":1,"url":"priceonomics.com","content":"自己做饭省多少钱?","href":"https://priceonomics.com/how-much-money-do-you-save-by-cooking-at-home/"},{"count":1,"url":"www.genome.gov","content":"下图","href":"https://www.genome.gov/images/content/costpermb_2017.jpg"},{"count":1,"url":"krebsonsecurity.com","content":"物理密钥","href":"https://krebsonsecurity.com/2018/07/google-security-keys-neutered-employee-phishing/"},{"count":1,"url":"www.cyberscoop.com","content":"发售","href":"https://www.cyberscoop.com/google-titan-security-key-2fa-anti-phishing/"},{"count":1,"url":"europa.eu","content":"欧盟对谷歌罚款43.4亿欧元","href":"http://europa.eu/rapid/press-release_IP-18-4581_en.htm"},{"count":1,"url":"www.visualcapitalist.com","content":"房租排名","href":"http://www.visualcapitalist.com/mapped-cost-rent-140-north-american-cities/"},{"count":1,"url":"www.inderapotheke.de","content":"谷歌地图","href":"https://www.inderapotheke.de/blog/farewell-google-maps"},{"count":1,"url":"threetempi.com","content":"SimilarWeb 插件","href":"https://threetempi.com/my-secret-guide-to-find-free-stats-about-any-tech-company/"},{"count":1,"url":"www.dataquest.io","content":"Python 语言教程:基本统计学指标","href":"https://www.dataquest.io/blog/basic-statistics-with-python-descriptive-statistics/"},{"count":1,"url":"www.hanselman.com","content":"WordPress 编译为 .Net","href":"https://www.hanselman.com/blog/TheWholeOfWordPressCompiledToNETCoreAndANuGetPackageWithPeachPie.aspx"},{"count":1,"url":"www.kdnuggets.com","content":"深度学习","href":"https://www.kdnuggets.com/2018/07/fast-ai-deep-learning-part-1-notes.html"},{"count":1,"url":"okigiveup.net","content":"Kubernetes 入门教程","href":"http://okigiveup.net/a-tutorial-introduction-to-kubernetes/"},{"count":1,"url":"opensource.com","content":"dd 命令教程","href":"https://opensource.com/article/18/7/how-use-dd-linux"},{"count":1,"url":"adamisntdead.com","content":"如何写一个模块打包器","href":"https://adamisntdead.com/lets-write-a-module-bundler/"},{"count":1,"url":"apsdehal.in","content":"Chrome 浏览器开发者工具教程","href":"https://apsdehal.in/blog/chrome-developer-tools-to-master"},{"count":1,"url":"www.webarxsecurity.com","content":"什么是 Web 应用程序防火墙(WAF)?","href":"https://www.webarxsecurity.com/web-application-firewall/"},{"count":1,"url":"craftinginterpreters.com","content":"Crafting Interpreters","href":"http://craftinginterpreters.com/"},{"count":1,"url":"javarevisited.blogspot.com","content":"10本 Java 语言好书","href":"https://javarevisited.blogspot.com/2018/06/10-all-time-great-books-for-java.html"},{"count":1,"url":"devhints.io","content":"CheatSheet 汇总","href":"https://devhints.io/"},{"count":1,"url":"ocw.mit.edu","content":"GEB 公开课程","href":"https://ocw.mit.edu/high-school/humanities-and-social-sciences/godel-escher-bach/"},{"count":1,"url":"testpilot.firefox.com","content":"lockbox","href":"https://testpilot.firefox.com/experiments/firefox-lockbox/"},{"count":1,"url":"conumber.com","content":"CoNumber","href":"https://conumber.com/"},{"count":1,"url":"www.gethighlights.co","content":"网站访问统计服务","href":"https://www.gethighlights.co/blog/choose-right-analytics-platform/"},{"count":1,"url":"fastpack.io","content":"Fastpack","href":"http://fastpack.io/"},{"count":1,"url":"webencoder.libbpg.org","content":"BGP 图像格式","href":"https://webencoder.libbpg.org/"},{"count":1,"url":"qz.com","content":"DNA 储存信息","href":"https://qz.com/1314803/storing-information-on-dna-is-now-cheap-enough-to-be-viable/"},{"count":1,"url":"bob.cs.sonoma.edu","content":"计算机系统导论:以汇编语言与 Linux 系统为例","href":"http://bob.cs.sonoma.edu/IntroCompOrg-x64/book.html"},{"count":1,"url":"timeqube.com","content":"Timeqube","href":"https://timeqube.com/"},{"count":1,"url":"asahichinese-j.com","content":"世界最大草绳","href":"https://asahichinese-j.com/travel/news/11693591"},{"count":1,"url":"www.reddit.com","content":"Evil building","href":"https://www.reddit.com/r/evilbuildings/top/?t=year"},{"count":1,"url":"mapleduh.pixnet.net","content":"台湾网友","href":"http://mapleduh.pixnet.net/blog/post/48030264"},{"count":1,"url":"experiments.withgoogle.com","content":"14000种鸟叫","href":"https://experiments.withgoogle.com/ai/bird-sounds/view/"},{"count":1,"url":"www.computerworld.com","content":"ChromeBook 笔记本","href":"https://www.computerworld.com/article/3276329/chrome-os/everything-you-knew-about-chromebooks-is-wrong.html"},{"count":1,"url":"briantissot.com","content":"最大的海浪","href":"https://briantissot.com/2014/12/31/the-giant-200-foot-wave-at-trinidad-california/"},{"count":1,"url":"www.knowledgeformen.com","content":"《大学的替代方案》","href":"https://www.knowledgeformen.com/alternatives-to-college/"},{"count":1,"url":"nypost.com","content":"划船上班","href":"https://nypost.com/2018/07/07/google-engineer-uses-a-rowboat-to-commute-to-work-in-nyc/"},{"count":1,"url":"www.tizonia.org","content":"tizonia","href":"http://www.tizonia.org/"},{"count":1,"url":"engineering.udacity.com","content":"Udacity","href":"https://engineering.udacity.com/react-native-a-retrospective-from-the-mobile-engineering-team-at-udacity-89975d6a8102"},{"count":1,"url":"www.cryptoexchangescript.com","content":"Opera 浏览器","href":"https://www.cryptoexchangescript.com/news/opera-browser-introduces-a-built-in-crypto-wallet"},{"count":1,"url":"www.interviewcake.com","content":"数据结构参考","href":"https://www.interviewcake.com/data-structures-reference"},{"count":1,"url":"go101.org","content":"Go101","href":"https://go101.org/"},{"count":1,"url":"www.begin.re","content":"逆向工程初学者教程","href":"https://www.begin.re/"},{"count":1,"url":"blog.websecurify.com","content":"如何破解路由器?","href":"https://blog.websecurify.com/2018/06/router-hacking.html"},{"count":1,"url":"blogs.systweak.com","content":"Chrome 的缓存浏览模式","href":"https://blogs.systweak.com/2017/06/how-to-enable-offline-browsing-in-firefox-and-chrome/"},{"count":1,"url":"stephenmann.io","content":"在 Google Bucket 托管静态网站","href":"https://stephenmann.io/post/hosting-a-hugo-site-in-a-google-bucket/"},{"count":1,"url":"ksco.gitbooks.io","content":"中文","href":"https://ksco.gitbooks.io/build-your-own-lisp/"},{"count":1,"url":"www.buildyourownlisp.com","content":"英文","href":"http://www.buildyourownlisp.com/contents"},{"count":1,"url":"hellowebbooks.com","content":"Learn command line","href":"https://hellowebbooks.com/learn-command-line/"},{"count":1,"url":"feather-apps.com","content":"Feather App","href":"https://feather-apps.com/"},{"count":1,"url":"products.office.com","content":"微软 Teams","href":"https://products.office.com/en-us/microsoft-teams/group-chat-software"},{"count":1,"url":"stenci.la","content":"Stencila","href":"http://stenci.la/"},{"count":1,"url":"augmentingcognition.com","content":"费曼的故事","href":"http://augmentingcognition.com/ltm.html"},{"count":1,"url":"www.progressfocused.com","content":"内在动机与刻意练习","href":"http://www.progressfocused.com/2016/03/intrinsic-motivation-and-deliberate.html"},{"count":1,"url":"tox.chat","content":"Tox","href":"https://tox.chat/"},{"count":1,"url":"news.mydrivers.com","content":"史上最畅销的10款手机","href":"http://news.mydrivers.com/1/582/582930.htm"},{"count":1,"url":"hellogiggles.com","content":"告别声明","href":"https://hellogiggles.com/news/toys-r-us-last-day-goodbye-tweets/"},{"count":1,"url":"basicengine.org","content":"Basic Engine","href":"https://basicengine.org/"},{"count":1,"url":"www.thepaper.cn","content":"宣布","href":"https://www.thepaper.cn/newsDetail_forward_2199916"},{"count":1,"url":"standups.io","content":"Standups","href":"https://standups.io/features"},{"count":1,"url":"theconversation.com","content":"涂上毒药的书籍","href":"https://theconversation.com/how-we-discovered-three-poisonous-books-in-our-university-library-98358"},{"count":1,"url":"www.nhs.uk","content":"近视与读书时间正相关","href":"https://www.nhs.uk/news/lifestyle-and-exercise/short-sightedness-linked-longer-time-spent-education/"},{"count":1,"url":"mail.python.org","content":"Python 创始人放弃决策权","href":"https://mail.python.org/pipermail/python-committers/2018-July/005664.html"},{"count":1,"url":"wiki.gentoo.org","content":"Gentoo 的 GitHub 账户被黑","href":"https://wiki.gentoo.org/wiki/Github/2018-06-28"},{"count":1,"url":"news.crunchbase.com","content":"二季度的中国风险投资金额高于美国","href":"https://news.crunchbase.com/news/in-q2-2018-global-vc-scales-tipped-in-favor-chinese-startups-over-north-america/"},{"count":1,"url":"www.smashingmagazine.com","content":"Flutter 入门介绍","href":"https://www.smashingmagazine.com/2018/06/google-flutter-mobile-development/"},{"count":1,"url":"www.bernat.tech","content":"Python 类型系统的现状","href":"https://www.bernat.tech/the-state-of-type-hints-in-python/"},{"count":1,"url":"stackoverflow.com","content":"为什么 SQL Server 的日期从1753年1月1日开始?","href":"https://stackoverflow.com/questions/3310569/what-is-the-significance-of-1-1-1753-in-sql-server"},{"count":1,"url":"conanblog.me","content":"Unix 就是 IDE","href":"https://conanblog.me/Unix-as-IDE--Chinese-/index.html"},{"count":1,"url":"brianketelsen.com","content":"Web Assembly 和 Go","href":"https://brianketelsen.com/web-assembly-and-go-a-look-to-the-future/"},{"count":1,"url":"blog.lazyhacker.com","content":"文章","href":"https://blog.lazyhacker.com/2018/06/go-with-webassembly-early-examples.html"},{"count":1,"url":"yuanchuan.name","content":"Unicode 字符与 CSS 背景","href":"https://yuanchuan.name/2018/05/06/unicode-patterns.html"},{"count":1,"url":"code.joejag.com","content":"如果没有 if 语句","href":"https://code.joejag.com/2016/anti-if-the-missing-patterns.html"},{"count":1,"url":"blog.ghost.org","content":"Ghost","href":"https://blog.ghost.org/2-0/"},{"count":1,"url":"skia.org","content":"Skia 图形库","href":"https://skia.org/"},{"count":1,"url":"a-jie.github.io","content":"Clock Shop","href":"https://a-jie.github.io/clock-shop/"},{"count":1,"url":"lifehacker.com","content":"Deluminate","href":"https://lifehacker.com/dim-your-browser-with-deluminate-for-google-chrome-1827295863"},{"count":1,"url":"www.bustle.com","content":"蚊子喜欢咬谁?","href":"https://www.bustle.com/p/why-do-some-people-get-bitten-by-mosquitoes-more-than-others-science-has-a-surprising-answer-9920597"},{"count":1,"url":"jaxenter.com","content":"Jib","href":"https://jaxenter.com/jib-java-containerization-146647.html"},{"count":1,"url":"blog.paralleldots.com","content":"数据科学的必读免费书籍","href":"https://blog.paralleldots.com/data-science/must-read-free-data-science-books/"},{"count":1,"url":"www.allthingsdistributed.com","content":"向后工作法","href":"https://www.allthingsdistributed.com/2006/11/working_backwards.html"},{"count":1,"url":"www.excelunusual.com","content":"ExcelUnusual.com","href":"http://www.excelunusual.com/"},{"count":1,"url":"readerisdead.com","content":"Google Reader 怀旧版","href":"http://readerisdead.com/reader/view/"},{"count":1,"url":"eartharchitecture.org","content":"冰坑","href":"http://eartharchitecture.org/?p=570"},{"count":1,"url":"cvdazzle.com","content":"脸部识别失败的面孔","href":"https://cvdazzle.com/"},{"count":1,"url":"queue.acm.org","content":"来源","href":"https://queue.acm.org/detail.cfm?id=3197520"},{"count":1,"url":"www.guokr.com","content":"生命的出现是一件多么偶然的事","href":"https://www.guokr.com/blog/480850/"},{"count":1,"url":"www.gov.uk","content":"太空清洁车","href":"https://www.gov.uk/government/news/space-junk-mission-deploys-from-the-international-space-station"},{"count":1,"url":"perens.com","content":"Intel 禁止用户发布性能测试","href":"https://perens.com/2018/08/22/new-intel-microcode-license-restriction-is-not-acceptable/"},{"count":1,"url":"mashable.com","content":"波音公司的超音速客机","href":"https://mashable.com/2018/06/27/boeing-hypersonic-concept-plane/#baVGUErbPgq3"},{"count":1,"url":"vaping360.com","content":"vaping360.com/juul/juul-vapor-review/","href":"http://vaping360.com/juul/juul-vapor-review/"},{"count":1,"url":"nakamotofamilyfoundation.org","content":"中本聪现身","href":"http://nakamotofamilyfoundation.org/"},{"count":1,"url":"sayonara-player.com","content":"Sayonara","href":"https://sayonara-player.com/"},{"count":1,"url":"mattouille.com","content":"devops 工程师的职务","href":"https://mattouille.com/articles/2018-06/lets-talk-devops-job-titles"},{"count":1,"url":"xinu.cs.purdue.edu","content":"XINU","href":"https://xinu.cs.purdue.edu/"},{"count":1,"url":"www.observationalhazard.com","content":"Web 技术史","href":"http://www.observationalhazard.com/2018/06/history-of-web-programming.html"},{"count":1,"url":"enqueuezero.com","content":"socks5 技术简介","href":"https://enqueuezero.com/secure-socks5-proxy.html"},{"count":1,"url":"code.tutsplus.com","content":"Channel 服务介绍","href":"https://code.tutsplus.com/tutorials/get-started-with-pusher-introducing-channels--cms-31251"},{"count":1,"url":"aeon.co","content":"月球视频","href":"https://aeon.co/videos/soar-around-the-moon-carried-by-the-music-of-debussy-in-this-breathtaking-space-flight"},{"count":1,"url":"my-music-diary.com","content":"风琴音乐","href":"http://my-music-diary.com/"},{"count":1,"url":"heraclosgame.com","content":"Heraclos Game","href":"https://heraclosgame.com/"},{"count":1,"url":"winkjs.org","content":"wink-lemmatizer","href":"http://winkjs.org/wink-lemmatizer/"},{"count":1,"url":"developer.microsoft.com","content":"微软 Office365 的 React 组件库","href":"https://developer.microsoft.com/en-us/fabric"},{"count":1,"url":"www.hackingwithswift.com","content":"Swift 学习材料","href":"https://www.hackingwithswift.com/"},{"count":1,"url":"www.scmp.com","content":"长篇报道","href":"https://www.scmp.com/tech/article/2159831/how-wechat-became-chinas-everyday-mobile-app"},{"count":1,"url":"support.apple.com","content":"Keynote 支持 LeTex","href":"https://support.apple.com/en-sg/HT202501"},{"count":1,"url":"www.linuxidc.com","content":"Deepin 创始人王勇宣布离职","href":"https://www.linuxidc.com/Linux/2018-06/152866.htm"},{"count":1,"url":"montreal.ctvnews.ca","content":"加拿大魁北克省","href":"https://montreal.ctvnews.ca/quebec-will-compensate-taxi-drivers-up-to-45-000-for-uber-losses-1.4057632"},{"count":1,"url":"www.wi-fi.org","content":"WiFi 联盟制定 WPA2 认证的升级版 WPA3,让 WIFI 变得更安全。","href":"https://www.wi-fi.org/news-events/newsroom/wi-fi-alliance-introduces-wi-fi-certified-wpa3-security"},{"count":1,"url":"electronjs.org","content":"Electron 推出3.0版,Chrome、Node、V8 都有重大升级","href":"https://electronjs.org/releases#3.0.0-beta.1"},{"count":1,"url":"www.mongodb.com","content":"MongoDB 4.0 将支持数据库事务(transaction)","href":"https://www.mongodb.com/transactions"},{"count":1,"url":"blog.csdn.net","content":"git push --force-with-lease","href":"https://blog.csdn.net/wpwalter/article/details/80371264"},{"count":1,"url":"www.fossmint.com","content":"为什么 Linux 用户更喜欢命令行?","href":"https://www.fossmint.com/why-linux-users-prefer-the-commandline-to-a-gui/"},{"count":1,"url":"docs.browserless.io","content":"Puppeteer 的一些使用经验","href":"https://docs.browserless.io/blog/2018/06/04/puppeteer-best-practices.html"},{"count":1,"url":"jackschaedler.github.io","content":"GRAIL 笔迹识别算法","href":"https://jackschaedler.github.io/handwriting-recognition/"},{"count":1,"url":"developer.apple.com","content":"网页如何适配 WatchOS5","href":"https://developer.apple.com/videos/play/wwdc2018/239/"},{"count":1,"url":"www.extremetech.com","content":"GPU 知识介绍","href":"https://www.extremetech.com/gaming/269335-how-graphics-cards-work"},{"count":1,"url":"rushter.com","content":"Python 的数据类型: list 与 tuple 的区别","href":"https://rushter.com/blog/python-lists-and-tuples/"},{"count":1,"url":"gengo.ai","content":"机器学习50个最佳免费数据集","href":"https://gengo.ai/articles/the-50-best-free-datasets-for-machine-learning/"},{"count":1,"url":"www.dw.com","content":"报道","href":"https://www.dw.com/en/what-can-defend-against-off-the-shelf-drone-weapons/a-44970742"},{"count":1,"url":"blog.printf.net","content":"GitTorrent","href":"https://blog.printf.net/articles/2015/05/29/announcing-gittorrent-a-decentralized-github/"},{"count":1,"url":"webkul.github.io","content":"vivid.js","href":"https://webkul.github.io/vivid/"},{"count":1,"url":"devuan.org","content":"Devuan","href":"https://devuan.org/"},{"count":1,"url":"www.docz.site","content":"docz","href":"https://www.docz.site/"},{"count":1,"url":"adamcaudill.com","content":"比特币是一种宗教崇拜","href":"https://adamcaudill.com/2018/06/21/bitcoin-is-a-cult/"},{"count":1,"url":"news.migage.com","content":"我在南疆的10天","href":"http://news.migage.com/articles/%E6%88%91%E5%9C%A8%E5%8D%97%E7%96%86%E7%9A%8410%E5%A4%A9_1161211_9.html#p=1"},{"count":1,"url":"emojiratings.tumblr.com","content":"Emoji 的鸭子符号","href":"https://emojiratings.tumblr.com/post/173579088393/duck-emoji-rates"},{"count":1,"url":"www.sonyaellenmann.com","content":"《幸存者偏见》","href":"https://www.sonyaellenmann.com/2018/06/survivorship-bias-and-startup-hype.html"},{"count":1,"url":"interestingengineering.com","content":"太阳探测器","href":"https://interestingengineering.com/nasas-first-ever-parker-solar-probe-mission-to-touch-the-sun-launches-in-second-attempt"},{"count":1,"url":"songshuhui.net","content":"棉花糖测试","href":"http://songshuhui.net/archives/22125"},{"count":1,"url":"hearinghealthmatters.org","content":"古巴的声波攻击","href":"http://hearinghealthmatters.org/hearingnewswatch/2018/ultrasound-intermodulation-distortion-cuba-sonic-attacks/"},{"count":1,"url":"www.nature.com","content":"从空气中吸收二氧化碳","href":"https://www.nature.com/articles/d41586-018-05357-w"},{"count":1,"url":"news.microsoft.com","content":"微软的海底机房","href":"https://news.microsoft.com/features/under-the-sea-microsoft-tests-a-datacenter-thats-quick-to-deploy-could-provide-internet-connectivity-for-years/"},{"count":1,"url":"blog.graphql.guide","content":"GraphQL 指南","href":"https://blog.graphql.guide/introducing-the-graphql-guide-11a5ae48628a"},{"count":1,"url":"www.zillow.com","content":"生育率与房价","href":"https://www.zillow.com/research/birth-rates-home-values-20165/"},{"count":1,"url":"hackertarget.com","content":"tcpdump 示例教程","href":"https://hackertarget.com/tcpdump-examples/"},{"count":1,"url":"www.kaggle.com","content":"2018 世界杯预测","href":"https://www.kaggle.com/agostontorok/soccer-world-cup-2018-winner"},{"count":1,"url":"www.forbes.com","content":"麦当劳推广自助点餐","href":"https://www.forbes.com/sites/edrensi/2018/07/11/mcdonalds-says-goodbye-cashiers-hello-kiosks/#139073666f14"},{"count":1,"url":"itnext.io","content":"Testcafe 教程","href":"https://itnext.io/javascript-e2e-ui-testing-or-how-to-brake-up-with-selenium-and-move-on-f991c142079a"},{"count":1,"url":"landgreen.github.io","content":"高中物理笔记","href":"https://landgreen.github.io/physics/index.html"},{"count":1,"url":"www.isthe.com","content":"C 语言学习资料","href":"http://www.isthe.com/chongo/tech/comp/c/index.html"},{"count":1,"url":"www.uab.edu","content":"小鼠逆转衰老","href":"https://www.uab.edu/news/research/item/9607-scientists-reverse-aging-associated-skin-wrinkles-and-hair-loss-in-a-mouse-model"},{"count":1,"url":"antergos.com","content":"Antergos","href":"https://antergos.com/try-it/"},{"count":1,"url":"www.deepin.org","content":"Deepin","href":"https://www.deepin.org/en/download/"},{"count":1,"url":"mxlinux.org","content":"MX Linux","href":"https://mxlinux.org/download-links"},{"count":1,"url":"subgraph.com","content":"Subgraph","href":"https://subgraph.com/"},{"count":1,"url":"www.debian.org","content":"Debian","href":"https://www.debian.org/"},{"count":1,"url":"reach.tech","content":"Reach router","href":"https://reach.tech/router"},{"count":1,"url":"airbnb.io","content":"Lottie","href":"http://airbnb.io/lottie/"},{"count":1,"url":"gource.io","content":"Gource","href":"http://gource.io/"},{"count":1,"url":"media.weibo.cn","content":"腾讯 TCFT 比赛采访记","href":"https://media.weibo.cn/article?id=2309404245359974028567&jumpfrom=weibocom"},{"count":1,"url":"ofdollarsanddata.com","content":"斯蒂芬·金的笔名","href":"https://ofdollarsanddata.com/why-winners-keep-winning-4e7f221f5b84"},{"count":1,"url":"tp69.blog","content":"完全安静的电脑","href":"https://tp69.blog/2018/04/17/completely-silent-computer/"},{"count":1,"url":"radio.garden","content":"Radio Garden","href":"http://radio.garden/live/"},{"count":1,"url":"www.sciencedirect.com","content":"降雨量与罗马帝国","href":"https://www.sciencedirect.com/science/article/pii/S0165176518302532"},{"count":1,"url":"www.nippon.com","content":"12 间值得一去的日本洗手间","href":"https://www.nippon.com/hk/views/b07101/?pnum=1"},{"count":1,"url":"www.cnbc.com","content":"飞行800公里的无人驾驶送货飞机","href":"https://www.cnbc.com/2018/05/26/volans-i-drones-can-haul-cargo-for-500-miles-and-land-on-a-moving-ship.html"},{"count":1,"url":"blog.codegiant.io","content":"以太坊的交易量超过比特币","href":"https://blog.codegiant.io/ethereum-is-bigger-than-bitcoin-already-6a352f87aad5"},{"count":1,"url":"tinyclouds.org","content":"Node 创始人否定 Node","href":"http://tinyclouds.org/jsconf2018.pdf"},{"count":1,"url":"venturebeat.com","content":"微软宣布Visual Studio 2019","href":"https://venturebeat.com/2018/06/06/microsoft-announces-visual-studio-2019/"},{"count":1,"url":"www.tapwithus.com","content":"可穿戴键盘","href":"https://www.tapwithus.com/"},{"count":1,"url":"shang.qq.com","content":"课程的 QQ 群","href":"https://shang.qq.com/wpa/qunwpa?idkey=7a018d556e4c87a1424d3cc35160445701a3b7432826b4f16deb71d453f7eda4"},{"count":1,"url":"datagenetics.com","content":"数码照相机如何工作","href":"http://datagenetics.com/blog/may12018/index.html"},{"count":1,"url":"luden.io","content":"while True: learn()","href":"https://luden.io/wtl/"},{"count":1,"url":"zeszyty-naukowe.wwsi.edu.pl","content":"相关系数与余弦相似性","href":"http://zeszyty-naukowe.wwsi.edu.pl/zeszyty/zeszyt9/Geometric_interpretation_of_a_correlation.pdf"},{"count":1,"url":"www.stat.berkeley.edu","content":"十三种解释","href":"https://www.stat.berkeley.edu/~rabbee/correlation.pdf"},{"count":1,"url":"www.slideshare.net","content":"Docker and Go","href":"https://www.slideshare.net/jpetazzo/docker-and-go-why-did-we-decide-to-write-docker-in-go"},{"count":1,"url":"blog.beezwax.net","content":"编写 Markdown 解析器","href":"https://blog.beezwax.net/2017/07/07/writing-a-markdown-compiler/"},{"count":1,"url":"www.theoldrobots.com","content":"机器人数据库","href":"http://www.theoldrobots.com/index2.html"},{"count":1,"url":"toc.cryptobook.us","content":"应用加密法的研究生教材","href":"http://toc.cryptobook.us/"},{"count":1,"url":"drawpile.net","content":"Drawpile","href":"https://drawpile.net/about/"},{"count":1,"url":"blog.benjojo.co.uk","content":"废弃的顶级域名","href":"https://blog.benjojo.co.uk/post/the-death-of-a-tld"},{"count":1,"url":"ai.qq.com","content":"人脸识别 API","href":"http://ai.qq.com/"},{"count":1,"url":"www.lowtechmagazine.com","content":"压缩空气储存能量","href":"http://www.lowtechmagazine.com/2018/05/history-and-future-of-the-compressed-air-economy.html"},{"count":1,"url":"mixmax.com","content":"文章","href":"https://mixmax.com/blog/to-yarn-and-back-again-npm"},{"count":1,"url":"www.aarp.org","content":"日本82岁老奶奶开发 App","href":"https://www.aarp.org/work/working-at-50-plus/info-2018/worlds-oldest-app-developer-fd.html"},{"count":1,"url":"itunes.apple.com","content":"Hinadan","href":"https://itunes.apple.com/us/app/hinadan/id1199778491?mt=8"},{"count":1,"url":"www.digitimes.com","content":"3纳米的芯片","href":"https://www.digitimes.com/news/a20180523PD210.html"},{"count":1,"url":"www.semiinsights.com","content":"组图链接","href":"http://www.semiinsights.com/s/bdt/15/25658.shtml"},{"count":1,"url":"gdprhallofshame.com","content":"YeeLight 停止向欧洲用户提供服务","href":"http://gdprhallofshame.com/7-sorry-your-light-bulbs-and-gdpr-dont-work/"},{"count":1,"url":"www.usatoday.com","content":"无针注射","href":"https://www.usatoday.com/story/tech/columnist/2018/07/08/afraid-needles-these-start-ups-working-alternatives-syringes/718344002/"},{"count":1,"url":"www.cnet.com","content":"Firefox 浏览器支持 Web Components","href":"https://www.cnet.com/news/mozilla-firefox-joins-chrome-safari-making-it-easier-to-build-sophisticated-websites/"},{"count":1,"url":"projects.propublica.org","content":"Facebook 不向40岁以上的访问者推送招聘广告","href":"https://projects.propublica.org/graphics/facebook-job-ads"},{"count":1,"url":"news.softpedia.com","content":"ChromeOS 69","href":"https://news.softpedia.com/news/chrome-os-69-will-finally-bring-linux-apps-to-chromebooks-night-light-support-522367.shtml"},{"count":1,"url":"techxplore.com","content":"加州理工学院","href":"https://techxplore.com/news/2018-08-drone-herd-birds-airports-autonomously.html"},{"count":1,"url":"cs50.github.io","content":"哈佛大学游戏开发课程","href":"https://cs50.github.io/games/"},{"count":1,"url":"xaviergeerinck.com","content":"马尔可夫决策过程","href":"https://xaviergeerinck.com/markov-property-chain-reward-decision"},{"count":1,"url":"ia802309.us.archive.org","content":"Awk 编程语言","href":"https://ia802309.us.archive.org/25/items/pdfy-MgN0H1joIoDVoIC7/The_AWK_Programming_Language.pdf"},{"count":1,"url":"gist.github.com","content":"高性能矩阵乘法","href":"https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0"},{"count":1,"url":"tutswiki.com","content":"GitHub 替代品","href":"https://tutswiki.com/github-alternatives/"},{"count":1,"url":"calver.org","content":"CalVer","href":"http://calver.org/"},{"count":1,"url":"asteroidos.org","content":"Asteriod OS","href":"https://asteroidos.org/"},{"count":1,"url":"web.autocad.com","content":"AutoCAD 在线版","href":"https://web.autocad.com/"},{"count":1,"url":"getstream.io","content":"Winds 2.0","href":"https://getstream.io/winds/"},{"count":1,"url":"coolbackgrounds.io","content":"Cool Backgrounds","href":"https://coolbackgrounds.io/"},{"count":1,"url":"www.mypremierfutbol.com","content":"http://www.mypremierfutbol.com","href":"http://www.mypremierfutbol.com/"},{"count":1,"url":"www.todaysfutbol.com","content":"http://www.todaysfutbol.com","href":"http://www.todaysfutbol.com/"},{"count":1,"url":"www.designsystems.com","content":"设计系统将取代设计师","href":"https://www.designsystems.com/stories/will-design-systems-replace-designers/"},{"count":1,"url":"shuge.org","content":"《迈登斯的中国摄影集》","href":"https://shuge.org/ebook/carl-mydans-world-war-ii/"},{"count":1,"url":"www.wangqi19.com","content":"80%以上","href":"http://www.wangqi19.com/NWCI/Files/J10.3_Cover/Introduction/Analysis%20of%20Landfills%20in%20China.pdf"},{"count":1,"url":"360.here.com","content":"德国政府通过\"自动驾驶算法准则\"","href":"https://360.here.com/autonomous-cars-get-a-lesson-in-ethics"},{"count":1,"url":"www.w3.org","content":"未来的网站注册流程","href":"https://www.w3.org/TR/webauthn/"},{"count":1,"url":"julialang.org","content":"Julia 语言","href":"https://julialang.org/blog/2018/08/one-point-zero"},{"count":1,"url":"bgr.com","content":"章鱼可能是外星人","href":"http://bgr.com/2018/05/17/octopus-aliens-cephalopods-research-study/"},{"count":1,"url":"www.alphr.com","content":"随身咖啡机","href":"http://www.alphr.com/technology/1008859/makita-coffee-maker-drill-batteries"},{"count":1,"url":"www.alibabacloud.com","content":"GDPR 生效,Whois 查询实质关闭","href":"https://www.alibabacloud.com/zh/notice/yuming0525"},{"count":1,"url":"security.googleblog.com","content":"8年8个月8天又8小时","href":"https://security.googleblog.com/2018/08/google-public-dns-turns-8888-years-old.html"},{"count":1,"url":"www.discoverdev.io","content":"DiscoverDev.io","href":"https://www.discoverdev.io/"},{"count":1,"url":"research.fb.com","content":"Facebook 的机器学习视频教程","href":"https://research.fb.com/the-facebook-field-guide-to-machine-learning-video-series/"},{"count":1,"url":"www.thoughtco.com","content":"气压的知识","href":"https://www.thoughtco.com/low-and-high-pressure-1434434"},{"count":1,"url":"google.github.io","content":"谷歌官方的 Bash 脚本风格要求","href":"https://google.github.io/styleguide/shell.xml"},{"count":1,"url":"www.fastly.com","content":"不必要的 HTTP 头信息","href":"https://www.fastly.com/blog/headers-we-dont-want"},{"count":1,"url":"lea.verou.me","content":"响应式表格的两种解法","href":"http://lea.verou.me/2018/05/responsive-tables-revisited/"},{"count":1,"url":"www.shellcheck.net","content":"ShellCheck","href":"https://www.shellcheck.net/"},{"count":1,"url":"registry.google","content":"https://registry.google","href":"https://registry.google/"},{"count":1,"url":"termux.com","content":"Termux","href":"https://termux.com/"},{"count":1,"url":"www.atlasobscura.com","content":"斯德哥尔摩最深的地铁站","href":"https://www.atlasobscura.com/places/kungstradgarden-metro-station"},{"count":1,"url":"linux.cn","content":"Git 的主要维护者滨野纯访谈","href":"https://linux.cn/article-2052-1.html"},{"count":1,"url":"opensource.googleblog.com","content":"宣布","href":"https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html"},{"count":1,"url":"tubeheartbeat.com","content":"伦敦心跳","href":"http://tubeheartbeat.com/london/"},{"count":1,"url":"www.toptal.com","content":"Dribble 的按钮","href":"https://www.toptal.com/designers/ui/button-design-dribbble-timeline"},{"count":1,"url":"cn.engadget.com","content":"Boston Dynamic 公司的最新机器人","href":"https://cn.engadget.com/2018/05/11/boston-dynamics-atlas-run-jump/#"},{"count":1,"url":"www.thelocal.it","content":"庞培古城发现古代马匹的......身影","href":"https://www.thelocal.it/20180511/pompeii-horse"},{"count":1,"url":"www.cooley.com","content":"Whois 查询违法","href":"https://www.cooley.com/news/insight/2018/2018-04-18-whois-blackout-period-likely-starting-in-may"},{"count":1,"url":"blog.ropnop.com","content":"Windows 10 原生支持 OpenSSH","href":"https://blog.ropnop.com/extracting-ssh-private-keys-from-windows-10-ssh-agent/"},{"count":1,"url":"www.enlightenment.org","content":"C Primer","href":"https://www.enlightenment.org/docs/c/start"},{"count":1,"url":"notes.eatonphil.com","content":"如何用 Python 实现一个简单的 JSON 解析器?","href":"http://notes.eatonphil.com/writing-a-simple-json-parser.html"},{"count":1,"url":"blogs.dxc.technology","content":"Everything old is new again: Microservices","href":"https://blogs.dxc.technology/2018/05/08/everything-old-is-new-again-microservices/"},{"count":1,"url":"jaminzhang.github.io","content":"只有 13 台 DNS 根域名服务器原因","href":"https://jaminzhang.github.io/dns/The-Reason-of-There-Is-Only-13-DNS-Root-Servers/"},{"count":1,"url":"www.cs.helsinki.fi","content":"Linux: a Portable Operating System","href":"https://www.cs.helsinki.fi/u/kutvonen/index_files/linus.pdf"},{"count":1,"url":"jvns.ca","content":"ed 命令的一种用法","href":"https://jvns.ca/blog/2018/05/11/batch-editing-files-with-ed/"},{"count":1,"url":"www.ostechnix.com","content":"PacVim","href":"https://www.ostechnix.com/pacvim-a-cli-game-to-learn-vim-commands/"},{"count":1,"url":"gitea.io","content":"Gitea","href":"https://gitea.io/en-us/"},{"count":1,"url":"archiveos.org","content":"ArchiveOS","href":"https://archiveos.org/"},{"count":1,"url":"gen.lib.rus.ec","content":"Sci-hub 的论文 BT 种子文件","href":"http://gen.lib.rus.ec/scimag/repository_torrent/"},{"count":1,"url":"data.crunchbase.com","content":"CrunchBase API","href":"http://data.crunchbase.com/"},{"count":1,"url":"stfj.net","content":"三次阅读的模式","href":"http://stfj.net/DesigningForSubwayLegibility/"},{"count":1,"url":"www.19lou.com","content":"一个癌症病人的美国求医经历","href":"https://www.19lou.com/forum-1660-thread-6341402186160680-1-1.html"},{"count":1,"url":"babeljs.io","content":"Babel 7.0","href":"https://babeljs.io/blog/2018/08/27/7.0.0"},{"count":1,"url":"aibo.sony.jp","content":"机器宠物狗","href":"https://aibo.sony.jp/en/"},{"count":1,"url":"one.google.com","content":"Google One 存储","href":"https://one.google.com/getupdates"},{"count":1,"url":"www.vanityfair.com","content":"狗的克隆","href":"https://www.vanityfair.com/style/2018/08/dog-cloning-animal-sooam-hwang"},{"count":1,"url":"setosa.io","content":"最简单的马尔可夫链图解","href":"http://setosa.io/ev/markov-chains/"},{"count":1,"url":"heartbeat.fritz.ai","content":"决策树模型入门","href":"https://heartbeat.fritz.ai/introduction-to-decision-tree-learning-cd604f85e236"},{"count":1,"url":"vorpus.org","content":"为什么 go 结构是有害的?","href":"https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/"},{"count":1,"url":"cs109.github.io","content":"哈佛大学《CS109:数据科学基础》的课程资料","href":"http://cs109.github.io/2015/index.html"},{"count":1,"url":"sonarwhal.com","content":"sonarwhal","href":"https://sonarwhal.com/"},{"count":1,"url":"chrome.google.com","content":"IPBlade","href":"https://chrome.google.com/webstore/detail/ipblade-privacy-protector/hojjgiebfmgmlpjojjkaehgohkolmoea"},{"count":1,"url":"jgoboard.com","content":"jGoBoard","href":"http://jgoboard.com/"},{"count":1,"url":"deepmind.com","content":"棋盘生成器","href":"https://deepmind.com/research/alphago/match-archive/alphago-games-simplified-chinese/"},{"count":1,"url":"wgo.waltheri.net","content":"WGO.js","href":"http://wgo.waltheri.net/player"},{"count":1,"url":"love2.io","content":"love2.io","href":"https://love2.io/"},{"count":1,"url":"www.washingtonpost.com","content":"冯象:AI 将终结资本主义","href":"https://www.washingtonpost.com/news/theworldpost/wp/2018/05/03/end-of-capitalism/?utm_term=.0b7dc0245ff0"},{"count":1,"url":"improvingsoftware.com","content":"毕业20年依然从事本行业的比例","href":"https://improvingsoftware.com/2009/05/19/programmers-before-you-turn-40-get-a-plan-b/"},{"count":1,"url":"teachyourselfcs.com","content":"如何自学计算机科学?","href":"https://teachyourselfcs.com/"},{"count":1,"url":"www.pinyin.info","content":"为什么中文如此难学?","href":"http://www.pinyin.info/readings/texts/moser_zhongwen_simplified.html"},{"count":1,"url":"www.skyandtelescope.com","content":"天空中有多少颗星星?","href":"http://www.skyandtelescope.com/astronomy-resources/how-many-stars-night-sky-09172014/"},{"count":1,"url":"dajia.qq.com","content":"马克思墓地","href":"http://dajia.qq.com/original/MFL/ym20180509.html"},{"count":1,"url":"dw.chinanews.com","content":"《墓地见闻》","href":"http://dw.chinanews.com/chinanews/content.jsp?classify=zwsp&from=timeline&id=8507133&language=chs&pageSize=6"},{"count":1,"url":"www.hollywoodreporter.com","content":"LED 电影院","href":"https://www.hollywoodreporter.com/behind-screen/how-new-led-cinema-screen-could-change-filmmaking-moviegoing-1104745"},{"count":1,"url":"blog.aboutamazon.com","content":"盲人程序员","href":"https://blog.aboutamazon.com/working-at-amazon/blind-since-birth-writing-code-at-amazon-since-2013"},{"count":1,"url":"blog.qt.io","content":"QT 支持浏览器了","href":"http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/"},{"count":1,"url":"www.codespaghetti.com","content":"Java 面试的算法问题","href":"http://www.codespaghetti.com/java-algorithms-questions/"},{"count":1,"url":"tech.sina.com.cn","content":"1000架无人机编队表演失灵","href":"http://tech.sina.com.cn/it/2018-05-06/doc-ihacuuvu0776524.shtml"},{"count":1,"url":"video.sina.com.cn","content":"视频","href":"http://video.sina.com.cn/view/257117825.html"},{"count":1,"url":"www.bjnews.com.cn","content":"报道","href":"http://www.bjnews.com.cn/invest/2018/05/03/485624.html"},{"count":1,"url":"ai.googleblog.com","content":"谷歌的人工智能客服 Google Duplex","href":"https://ai.googleblog.com/2018/05/duplex-ai-system-for-natural-conversation.html?m=1"},{"count":1,"url":"railsware.com","content":"Node.js 最佳托管商","href":"https://railsware.com/blog/2018/04/19/best-hosting-for-node-js-app/"},{"count":1,"url":"blog.codepipes.com","content":"软件测试的误区","href":"http://blog.codepipes.com/testing/software-testing-antipatterns.html#anti-pattern-7---having-flaky-or-slow-tests"},{"count":1,"url":"szpzs.oschina.io","content":"中译","href":"http://szpzs.oschina.io/2018/04/28/rust-memory-safety-revolution/#more"},{"count":1,"url":"anixe.pl","content":"原文","href":"https://anixe.pl/content/news/rust_memory_safety_revolution"},{"count":1,"url":"webassemblycode.com","content":"SHA256 的实现","href":"https://webassemblycode.com/sha256-books-implementation/"},{"count":1,"url":"desktop.github.com","content":"GitHub Desktop","href":"https://desktop.github.com/"},{"count":1,"url":"dojo.io","content":"Dojo 2.0","href":"https://dojo.io/blog/2018/05/02/2018-05-02-Dojo2-0-0-release/"},{"count":1,"url":"github-contributions.now.sh","content":"Demo","href":"https://github-contributions.now.sh/"},{"count":1,"url":"paulgraham.com","content":"《为什么程序员不喜欢开会?》","href":"http://paulgraham.com/makersschedule.html"},{"count":1,"url":"launchbylunch.com","content":"SQL 命名约定","href":"https://launchbylunch.com/posts/2014/Feb/16/sql-naming-conventions/"},{"count":1,"url":"www.kuqin.com","content":"Lars Bak 的故事","href":"http://www.kuqin.com/itman/20090421/47185.html"},{"count":1,"url":"twobithistory.org","content":"Vi 的来源","href":"https://twobithistory.org/2018/08/05/where-vim-came-from.html"},{"count":1,"url":"www.deps.co","content":"谷歌云服务:The Good, Bad, and Ugly","href":"https://www.deps.co/blog/google-cloud-platform-good-bad-ugly/"},{"count":1,"url":"imgur.com","content":"1961年的科幻小说","href":"https://imgur.com/e1x76Nz"},{"count":1,"url":"defplex.wordpress.com","content":"摄像头挂钟","href":"https://defplex.wordpress.com/2018/04/24/playing-with-a-covert-clock-camera/"},{"count":1,"url":"magical-girl.site","content":"魔法少女","href":"https://magical-girl.site/"},{"count":1,"url":"www.cnbeta.com","content":"追踪40年,DNA 查到杀手","href":"https://www.cnbeta.com/articles/tech/720885.htm"},{"count":1,"url":"www.gedmatch.com","content":"GEDmatch","href":"https://www.gedmatch.com/"},{"count":1,"url":"www.mozilla.org","content":"Firefox 发布官方插件,用来隔绝 Facebook","href":"https://www.mozilla.org/en-US/firefox/facebookcontainer/"},{"count":1,"url":"addons.mozilla.org","content":"Google 沙盒","href":"https://addons.mozilla.org/en-US/firefox/addon/google-container/"},{"count":1,"url":"media.people.com.cn","content":"福建启用个人身份二维码","href":"http://media.people.com.cn/n1/2018/0422/c40606-29941531.html"},{"count":1,"url":"www.amazon.com","content":"亚马逊的\"车内交货\"","href":"https://www.amazon.com/b?ie=UTF8&node=17051031011"},{"count":1,"url":"www.blog.google","content":".app 顶级域名","href":"https://www.blog.google/topics/developers/introducing-app-more-secure-home-apps-web/"},{"count":1,"url":"blog.github.com","content":"GitHub Pages 支持自定义域名的 HTTPS 访问","href":"https://blog.github.com/2018-05-01-github-pages-custom-domains-https/"},{"count":1,"url":"t.co","content":"myrepo.github.io","href":"https://t.co/c4faaiTV58"},{"count":1,"url":"keithjgrant.com","content":"Meet the New Dialog Element","href":"https://keithjgrant.com/posts/2018/meet-the-new-dialog-element/"},{"count":1,"url":"www.culttt.com","content":"Active Record 与 Data Mapper 的差异","href":"http://www.culttt.com/2014/06/18/whats-difference-active-record-data-mapper/"},{"count":1,"url":"ds8.gitbooks.io","content":"《计算与推断:数据科学基础》","href":"https://ds8.gitbooks.io/textbook/content/"},{"count":1,"url":"wasmweekly.news","content":"WebAssembly 周刊","href":"http://wasmweekly.news/"},{"count":1,"url":"evilmartians.com","content":"Optimizing React: Virtual DOM explained","href":"https://evilmartians.com/chronicles/optimizing-react-virtual-dom-explained"},{"count":1,"url":"2ality.com","content":"Node 10 的异步遍历器","href":"http://2ality.com/2018/04/async-iter-nodejs.html"},{"count":1,"url":"nodesource.com","content":"Node 10 ","href":"https://nodesource.com/blog/what-you-can-expect-from-node-js-10"},{"count":1,"url":"blog.doit-intl.com","content":"谷歌的免费 IP 地址定位服务","href":"https://blog.doit-intl.com/farewell-maxmind-geolocating-requests-with-google-load-balancer-for-free-7938f5adbef0"},{"count":1,"url":"blog.praveen.science","content":"图像 EXIF 方向错误","href":"https://blog.praveen.science/crazy-image-exif-orientation-bug-or-feature/"},{"count":1,"url":"proton-native.js.org","content":"Proton Native","href":"https://proton-native.js.org/"},{"count":1,"url":"daily.zhihu.com","content":"我上班的500强,在北京CBD待不下去了","href":"http://daily.zhihu.com/story/9680192"},{"count":1,"url":"www.iceo.com.cn","content":"《中国企业家》:麦当劳汉化","href":"http://www.iceo.com.cn/com2013/136/2018/0418/303241.shtml"},{"count":1,"url":"baike.baidu.com","content":"《甲方乙方》","href":"https://baike.baidu.com/item/%E7%94%B2%E6%96%B9%E4%B9%99%E6%96%B9/17892"},{"count":1,"url":"v.qq.com","content":"视频","href":"https://v.qq.com/x/page/x0542id9tzu.html"},{"count":1,"url":"www.thatsmags.com","content":"地球上最长的不经过海洋的直线","href":"http://www.thatsmags.com/china/post/10356/the-longest-straight-path-on-earth-starts-in-east-china-ends-in-liberia"},{"count":1,"url":"epaper.bjnews.com.cn","content":"夫妻双双去世 四年后儿子出生","href":"http://epaper.bjnews.com.cn/html/2018-04/10/content_716660.htm?div=0"},{"count":1,"url":"blog.golang.org","content":"Go 语言的新 Logo","href":"https://blog.golang.org/go-brand"},{"count":1,"url":"developers.googleblog.com","content":"Flutter 框架发布 Beta 版","href":"https://developers.googleblog.com/2018/02/announcing-flutter-beta-1.html"},{"count":1,"url":"www.dampfkraft.com","content":"幽灵文字","href":"https://www.dampfkraft.com/ghost-characters.html"},{"count":1,"url":"szuwest.github.io","content":"Flutter 框架研究和与 RN 对比","href":"http://szuwest.github.io/flutterkuang-jia-yan-jiu-he-yu-rndui-bi.html"},{"count":1,"url":"www.graalvm.org","content":"GraalVM","href":"http://www.graalvm.org/"},{"count":1,"url":"dbaplus.cn","content":"欧盟数据保护条例 GDPR","href":"http://dbaplus.cn/news-73-1510-1.html"},{"count":1,"url":"stevedonovan.github.io","content":"A Gentle Introduction To Rust","href":"https://stevedonovan.github.io/rust-gentle-intro/readme.html"},{"count":1,"url":"mrpandey.github.io","content":"D3 Graph Theory","href":"https://mrpandey.github.io/d3graphTheory/index.html"},{"count":1,"url":"www.listendata.com","content":"数据回归的15种类型","href":"https://www.listendata.com/2018/03/regression-analysis.html"},{"count":1,"url":"education.github.community","content":"GitHub 最受欢迎的20个课程仓库","href":"https://education.github.community/t/20-of-the-most-popular-courses-on-github/27832"},{"count":1,"url":"betanalpha.github.io","content":"Probability Theory (For Scientists and Engineers)","href":"https://betanalpha.github.io/assets/case_studies/probability_theory.html"},{"count":1,"url":"d3indepth.com","content":"D3 In Depth","href":"http://d3indepth.com/"},{"count":1,"url":"blog.pragmaticengineer.com","content":"分布式系统的几个基本概念","href":"http://blog.pragmaticengineer.com/distributed-architecture-concepts-i-have-learned-while-building-payments-systems/"},{"count":1,"url":"www.nationalgeographic.com","content":"换脸手术","href":"https://www.nationalgeographic.com/magazine/2018/09/face-transplant-katie-stubblefield-story-identity-surgery-science/"},{"count":1,"url":"mustard-ui.com","content":"Mustard UI","href":"https://mustard-ui.com/"},{"count":1,"url":"react-slate.surge.sh","content":"React Slate","href":"http://react-slate.surge.sh/"},{"count":1,"url":"xw.qq.com","content":"黑产和大数据风控之间的攻守之战","href":"https://xw.qq.com/cmsid/20180413A1LJBD"},{"count":1,"url":"talk.commonmark.org","content":"超越 Markdown 语法","href":"https://talk.commonmark.org/t/beyond-markdown/2787?u=sam"},{"count":1,"url":"www.macrumors.com","content":"Instagram","href":"https://www.macrumors.com/2018/04/04/instagram-disables-third-party-app-apis/"},{"count":1,"url":"blog.twitter.com","content":"Twitter","href":"https://blog.twitter.com/developer/en_us/topics/tools/2017/announcing-more-functionality-to-improve-customer-engagements-on-twitter.html"},{"count":1,"url":"www.instagram.com","content":"API","href":"https://www.instagram.com/developer/changelog/"},{"count":1,"url":"apps-of-a-feather.com","content":"apps-of-a-feather.com","href":"http://apps-of-a-feather.com/"},{"count":1,"url":"blog.travis-ci.com","content":"Travis-CI 的离奇错误清空生产数据库","href":"https://blog.travis-ci.com/2018-04-03-incident-post-mortem"},{"count":1,"url":"quicksilver.primer.ai","content":"AI 为维基百科写条目","href":"https://quicksilver.primer.ai/"},{"count":1,"url":"blog.cloudflare.com","content":"TLS 1.3 介绍","href":"https://blog.cloudflare.com/rfc-8446-aka-tls-1-3/"},{"count":1,"url":"www.styleurl.app","content":"StyleURL","href":"https://www.styleurl.app/"},{"count":1,"url":"www.catonmat.net","content":"Low Level Bit Hacks You Absolutely Must Know","href":"http://www.catonmat.net/blog/low-level-bit-hacks-you-absolutely-must-know/"},{"count":1,"url":"flaviocopes.com","content":"Chrome DevTools 的一些使用技巧","href":"https://flaviocopes.com/chrome-devtools-tips/#drag-and-drop-in-the-elements-panel"},{"count":1,"url":"jamie-wong.com","content":"Color: From Hexcodes to Eyeballs","href":"http://jamie-wong.com/post/color/"},{"count":1,"url":"sqlite.org","content":"为什么我们不用 Git?","href":"https://sqlite.org/whynotgit.html"},{"count":1,"url":"git-scm.org","content":"Git","href":"https://git-scm.org/"},{"count":1,"url":"fossil-scm.org","content":"Fossil","href":"https://fossil-scm.org/"},{"count":1,"url":"etherpad.org","content":"Etherpad","href":"http://etherpad.org/"},{"count":1,"url":"brailleneue.com","content":"Braille Neue","href":"http://brailleneue.com/"},{"count":1,"url":"jellymar.io","content":"Jelly Mario Bros","href":"http://jellymar.io/"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment