dyweb / weekly

DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)
https://dyweb-weekly.netlify.com/
65 stars 5 forks source link

weekly-81 #58

Closed gaocegege closed 6 years ago

gaocegege commented 6 years ago

2018.6.25

gaocegege commented 6 years ago

https://github.com/h2non/bimg

Small Go package for fast high-level image processing powered by libvips C library https://godoc.org/github.com/h2non/bimg

codeworm96 commented 6 years ago

https://zhuanlan.zhihu.com/p/38254903 TiDB design FAQ

at15 commented 6 years ago

https://github.com/spiral/roadrunner High-Performance PSR-7 PHP application server, load balancer and process manager (in Go) 翻译过来感觉是 跑路 额 .... cc @ComMouse

LukeXuan commented 6 years ago

chrome://credits/ Fiat-Crypto: Synthesizing Correct-by-Construction Code for Cryptographic Primitive

通过形式化方法生成的加密代码已经在chrome里有所应用。

at15 commented 6 years ago

https://github.com/tstack/lnav Log file navigator

at15 commented 6 years ago

https://github.com/etsy/hound code search based on Russ Cox's blog Regular Expression Matching with a Trigram Index was trying to find some alternative for sourcegraph, cc @gaocegege do you know any?

From https://siftery.com/sourcegraph/alternatives

gaocegege commented 6 years ago

No idea about it.

gaocegege commented 6 years ago

https://github.com/Chocobozzz/PeerTube

Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.

at15 commented 6 years ago

https://mp.weixin.qq.com/s/3T-s2ct2yIwbIE3qAWstUQ

京东构建了全球最大的Kubernetes集群,没有之一

raspberryice commented 6 years ago

tracking SOTA on common nlp tasks

https://github.com/sebastianruder/NLP-progress#natural-language-inference

Submitted via bookmarklet :sparkles:

at15 commented 6 years ago

https://github.com/stretchr/testify/#require-package terminate the test when assert does not meet, I didn't know that until I got nullptr @gaocegege in the test. Actually I think it's the package's fault ... most people using assert in other language are expecting it to terminate instead of returning a boolean and fail at the end ....

dogFood, err := visitCece()
assert.Nil(err)
assert.Equal("真香", dogFood.Message) // nil pointer here because previous assert didn't terminate the test
at15 commented 6 years ago

https://github.com/alibaba/tsar Taobao System Activity Reporter

at15 commented 6 years ago

https://github.com/square/p2 square's k8s like deployment system

at15 commented 6 years ago

https://github.com/concourse/concourse https://concourse-ci.org/ a CI/CD written in Go

at15 commented 6 years ago

From https://github.com/zenany/weekly/commit/3729813d7240bdf0a0f5f8d043b7e8b87bce0b0f

Gravity is a powerful, dynamically typed, lightweight, embeddable programming language written in C without any external dependencies (except for stdlib). It is a class-based concurrent scripting language with modern Swift-like syntax

at15 commented 6 years ago

https://education.github.com/ 貌似可以给 org 申请免费的 private repo 了 cc @gaocegege @htfy96 虽然感觉没什么需要 private 的 .... private 之后 travis 也得交钱 😅

gaocegege commented 6 years ago

嗯对的,可以的,但是没必要。。

htfy96 commented 6 years ago

Restrict C++ unsafe behaviors in unsafe{} block using clang-query and simple commands。自己写的一个用clang-query来限制C++某些特性使用的脚本

https://gist.github.com/htfy96/24b8d6ec78236b17674b548595984315

Submitted via bookmarklet :sparkles:

at15 commented 6 years ago

https://www.slideshare.net/brendangregg/container-performance-analysis