Skip to content
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

Closed
gaocegege opened this issue Jul 9, 2018 · 33 comments
Closed

weekly-84 #65

gaocegege opened this issue Jul 9, 2018 · 33 comments

Comments

@gaocegege
Copy link
Member

DL 7.16

@at15
Copy link
Member

at15 commented Jul 9, 2018

https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction

@at15
Copy link
Member

at15 commented Jul 9, 2018

https://skyao.io/post/ from 蚂蚁金服大规模微服务架构下的Service Mesh探索之路

@at15
Copy link
Member

at15 commented Jul 9, 2018

From zenany/weekly@46cef50

前端遇上Go: 静态资源增量更新的新实践 里面关于 go 的依赖部分写的比较迷 ... 不过 go 的依赖管理刚接触确实会觉得比较奇怪 .... 他们最后选了 glide (... 这篇文章是很久之前写完然后现在才发出来的么 ...)

https://github.com/sergi/go-diff 里面提到了一个 diff patch 的库, 记得以前写外包还是什么时候豆用过一个 google 的 js 的 diff 库 cc @ComMouse

@at15
Copy link
Member

at15 commented Jul 9, 2018

@at15
Copy link
Member

at15 commented Jul 9, 2018

Rules of optimization 作者反驳一个反对优化的推说 performance is culture ... 作者是在游戏引擎公司做图像的 ... 考虑跟我们这些每天调 api 的不一样

@at15
Copy link
Member

at15 commented Jul 9, 2018

https://hackernoon.com/timsort-the-fastest-sorting-algorithm-youve-never-heard-of-36b28417f399 好像就是少的时候用 insert, 多的时候用 merge (merge 途中从小变大 ...

@at15
Copy link
Member

at15 commented Jul 9, 2018

From zenany/weekly@46cef50

https://solid.mit.edu/ 互联网之父 .... 要 decentralize web 了 ... 不过好像 ipfs 看上去更有希望

@at15
Copy link
Member

at15 commented Jul 9, 2018

Data tables from Xenoblade games https://github.com/Xenoblade/Xenoblade.github.io https://github.com/Thealexbarney/XbTool cc @tq5124 @mrmiywj

@at15
Copy link
Member

at15 commented Jul 10, 2018

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? ...

@at15
Copy link
Member

at15 commented Jul 10, 2018

https://github.com/GoogleContainerTools/jib Build container images for your Java applications

@gaocegege
Copy link
Member Author

https://www.ai4i.org/

First IEEE International Conference on Artificial Intelligence for Industries (ai4i 2018)

新的 IEEE 炼丹会议

@htfy96
Copy link
Collaborator

htfy96 commented Jul 10, 2018

LocustDB, a new and extremely fast open-source analytics database 感觉会在金融领域挑战一下kdb?

https://clemenswinter.com/2018/07/09/how-to-analyze-billions-of-records-per-second-on-a-single-desktop-pc/

Submitted via bookmarklet

@at15
Copy link
Member

at15 commented Jul 11, 2018

https://github.com/nickng/bibtex a bib parser in go, reminds me of dyweb/mos#25

@at15
Copy link
Member

at15 commented Jul 11, 2018

https://github.com/nickng/gospal Go static program analyser

@gaocegege
Copy link
Member Author

https://www.4paradigm.com/competition/nips2018

AutoML Challenge 有没有兴趣一起试试的

@at15
Copy link
Member

at15 commented Jul 11, 2018

@htfy96 kdb 的客户应该很难迁移吧 ... 不过那 APL 类的 Q 语言 .... btw: cc @codeworm96 LocustDB 是 rust 写的 https://github.com/cswinter/LocustDB

@at15
Copy link
Member

at15 commented Jul 11, 2018

https://github.com/open-falcon/falcon-plus 小米开源的监控系统 ... 但是好像数据存 mysql ? 喵喵喵

@gaocegege
Copy link
Member Author

MySQL 不好么.jpg

@at15
Copy link
Member

at15 commented Jul 11, 2018

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

@at15
Copy link
Member

at15 commented Jul 11, 2018

https://www.bizzabo.com/ 一个组织活动的软件 今年的 gophercon https://www.gophercon.com/ 应该是用它做的

@at15
Copy link
Member

at15 commented Jul 11, 2018

https://github.com/apache/incubator-skywalking 用 elasticsearch 当 storage ....

@at15
Copy link
Member

at15 commented Jul 12, 2018

https://github.com/fzipp/gocyclo Calculate cyclomatic complexities of functions in Go source code

@at15
Copy link
Member

at15 commented Jul 12, 2018

https://github.com/koalaman/shellcheck a static analysis tool for shell scripts in haskell

@ericwang385
Copy link
Collaborator

Troubling Trends in Machine Learning Scholarship

http://approximatelycorrect.com/2018/07/10/troubling-trends-in-machine-learning-scholarship/

Submitted via bookmarklet

@htfy96
Copy link
Collaborator

htfy96 commented Jul 12, 2018

Mystery Languages。Brown的PLT入门作业,给出多个语法相同语义不同的语言,让你写程序判别是哪个语言执行了程序

http://blog.brownplt.org/2018/07/05/mystery-languages.html

Submitted via bookmarklet

@at15
Copy link
Member

at15 commented Jul 13, 2018

@htfy96
Copy link
Collaborator

htfy96 commented Jul 14, 2018

Dlang Autumn of Code。准备速成一波……

https://dlang.org/blog/symmetry-autumn-of-code/

Submitted via bookmarklet

@htfy96
Copy link
Collaborator

htfy96 commented Jul 14, 2018

The Z Garbage Collector: Low Latency GC for OpenJDK

http://cr.openjdk.java.net/~pliden/slides/ZGC-Jfokus-2018.pdf

@at15
Copy link
Member

at15 commented Jul 14, 2018

@at15
Copy link
Member

at15 commented Jul 16, 2018

From zenany/weekly@3085fe4

@htfy96
Copy link
Collaborator

htfy96 commented Jul 16, 2018

Stackexchange: How can I find an optimum set of colors for 10 players

interesting

https://gamedev.stackexchange.com/questions/46463/how-can-i-find-an-optimum-set-of-colors-for-10-players

Submitted via bookmarklet

@skyzh
Copy link
Member

skyzh commented Jul 16, 2018

Google Photos 的排版算法,好玩。来自湾区日报。https://wanqu.co/a/6737/2018-07-16-building-the-google-photos-web-ui-google-design-medium.html?s=rss

https://medium.com/google-design/google-photos-45b714dfbed1

@htfy96
Copy link
Collaborator

htfy96 commented Jul 16, 2018

bithacks from Stanford graphic: 即使在深夜两点钟也值得读完的位运算性能优化trick大全…

http://graphics.stanford.edu/~seander/bithacks.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants