Weekly
玛丽苏文本加密器
https://github.com/FiloSottile/mkcert generate cert so you can use ssl for localhost
https://github.com/FiloSottile/whosthere ssh whoami.filippo.io
https://github.com/getsentry/raven-go https://github.com/airbrake/gobrake capture error in go code and send to a error collecting and reporting service
https://github.com/nbedos/termtosvg
Terminal to SVG
https://github.com/busyloop/lolcat
让你的终端五彩斑斓
阿里巴巴学术合作提供的一些在系统软件,机器学习等等领域的研究点
https://102.alibaba.com/fund/proposalResearch.htm
Submitted via bookmarklet :sparkles:
一个做 os-query https://github.com/facebook/osquery 周边的公司 kolide
- https://github.com/kolide/fleet A flexible control server for osquery fleets
- https://github.com/kolide/osquery-go go binding for https://osquery.readthedocs.io/en/latest/development/osquery-sdk/
- https://github.com/kolide/launcher Osquery launcher, autoupdater, and packager
Advanced Topics in Operating Systems (Stanford CS240)。这几篇文章都有点老,但是比较经典,特别是annotated copy中dalao的批注很有用
http://web.stanford.edu/class/cs240/
Submitted via bookmarklet :sparkles:
TIME-LOCK ENCRYPTION:如何利用密码学让我的毕业照只能在若干年后才能访问?
https://www.gwern.net/Self-decrypting-files
Submitted via bookmarklet :sparkles:
GEF - GDB Enhanced Features for exploit devs & reversers。虽然主要针对安全研究,不过试了一下在日常调试情境下也非常好用,强烈推荐
Submitted via bookmarklet :sparkles:
竞价广告的机制设计
https://github.com/YaoZengzeng/KubernetesResearch 看 k8smeetup 公众号看到的小哥 cc @gaocegege
From https://github.com/square/spincycle 以后开坑应该都加上这句话 cc @gaocegege /w
This project is still under development and should not be used for anything in production yet. We are not seeking external contributors at this time
https://github.com/dominikh/go-tools a collection of tools and libraries for working with Go code, including linters and static analysis
Deep Learning Programming Language Detection。在搜索自己的变量命名时发现的……
https://github.com/aliostad/deep-learning-lang-detection
Submitted via bookmarklet :sparkles:
https://blog.scottlowe.org/archives/ 讲了一些 k8s 还有ops 相关的内容 有一个定时更新的 technology short take https://blog.scottlowe.org/2018/06/08/technology-short-take-101/
https://blog.scottlowe.org/2018/06/28/more-handy-cli-tools-json/ 除了 jq 还有 jp https://github.com/jmespath/jp http://jmespath.org/ cc @arrowrowe