-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weekly-84 #65
Comments
前端遇上Go: 静态资源增量更新的新实践 里面关于 go 的依赖部分写的比较迷 ... 不过 go 的依赖管理刚接触确实会觉得比较奇怪 .... 他们最后选了 glide (... 这篇文章是很久之前写完然后现在才发出来的么 ...) https://github.com/sergi/go-diff 里面提到了一个 diff patch 的库, 记得以前写外包还是什么时候豆用过一个 google 的 js 的 diff 库 cc @ComMouse |
Rules of optimization 作者反驳一个反对优化的推说 performance is culture ... 作者是在游戏引擎公司做图像的 ... 考虑跟我们这些每天调 api 的不一样 |
https://hackernoon.com/timsort-the-fastest-sorting-algorithm-youve-never-heard-of-36b28417f399 好像就是少的时候用 insert, 多的时候用 merge (merge 途中从小变大 ... |
https://solid.mit.edu/ 互联网之父 .... 要 decentralize web 了 ... 不过好像 ipfs 看上去更有希望 |
Data tables from Xenoblade games https://github.com/Xenoblade/Xenoblade.github.io https://github.com/Thealexbarney/XbTool cc @tq5124 @mrmiywj |
https://github.com/traildb/traildb a sqlite like C library for storing time series events, use http://judy.sourceforge.net/ a sparse array (seems no update after 2004? ... |
https://github.com/GoogleContainerTools/jib Build container images for your Java applications |
First IEEE International Conference on Artificial Intelligence for Industries (ai4i 2018) 新的 IEEE 炼丹会议 |
LocustDB, a new and extremely fast open-source analytics database 感觉会在金融领域挑战一下kdb? Submitted via bookmarklet ✨ |
https://github.com/nickng/bibtex a bib parser in go, reminds me of dyweb/mos#25 |
https://github.com/nickng/gospal Go static program analyser |
https://www.4paradigm.com/competition/nips2018 AutoML Challenge 有没有兴趣一起试试的 |
@htfy96 kdb 的客户应该很难迁移吧 ... 不过那 APL 类的 Q 语言 .... btw: cc @codeworm96 LocustDB 是 rust 写的 https://github.com/cswinter/LocustDB |
https://github.com/open-falcon/falcon-plus 小米开源的监控系统 ... 但是好像数据存 mysql ? 喵喵喵 |
MySQL 不好么.jpg |
https://github.com/xiaomi/shepher zookeeper management tool in Go w/ UI https://github.com/xiaomi/linden a distributed and real-time search system built on top of Lucene w/ BQL https://github.com/XiaoMi/minos a deploy and monitor system for Hadoop, HBase and ZK |
https://www.bizzabo.com/ 一个组织活动的软件 今年的 gophercon https://www.gophercon.com/ 应该是用它做的 |
https://github.com/apache/incubator-skywalking 用 elasticsearch 当 storage .... |
https://github.com/fzipp/gocyclo Calculate cyclomatic complexities of functions in Go source code |
https://github.com/koalaman/shellcheck a static analysis tool for shell scripts in haskell |
Troubling Trends in Machine Learning Scholarship http://approximatelycorrect.com/2018/07/10/troubling-trends-in-machine-learning-scholarship/ Submitted via bookmarklet ✨ |
Mystery Languages。Brown的PLT入门作业,给出多个语法相同语义不同的语言,让你写程序判别是哪个语言执行了程序 http://blog.brownplt.org/2018/07/05/mystery-languages.html Submitted via bookmarklet ✨ |
Dlang Autumn of Code。准备速成一波…… https://dlang.org/blog/symmetry-autumn-of-code/ Submitted via bookmarklet ✨ |
The Z Garbage Collector: Low Latency GC for OpenJDK http://cr.openjdk.java.net/~pliden/slides/ZGC-Jfokus-2018.pdf |
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml 原来端口号还是可以注册的 .... 看 boot2docker 菜知道 https://github.com/boot2docker/boot2docker |
|
Stackexchange: How can I find an optimum set of colors for 10 players interesting Submitted via bookmarklet ✨ |
bithacks from Stanford graphic: 即使在深夜两点钟也值得读完的位运算性能优化trick大全… |
DL 7.16
The text was updated successfully, but these errors were encountered: