Weekly
https://github.com/chubin/cheat.sh the only cheat sheet you need
https://www.destroyallsoftware.com/screencasts seems need subscription $29/mo
https://www.cacher.io/ code snippet with editor and team integration
https://blog.golang.org/ismmkeynote evolution of go's garbage collector, keynote in ISMM
https://www.yuanlimm.com/ 二次元虚拟人物交易所,新版打算用以太坊合约。
https://www.amazon.cn/dp/B00VW63RUG/ 高频交易。华尔街程序员们斗智斗勇的故事。情节引人入胜,科学性有待考察。
https://www.raywenderlich.com/146414/metal-tutorial-swift-3-part-1-getting-started
Swift 版 Metal 入门教程。最近正好有用 Apple 平台的绘图 API 的需求,快速入门了一下。唯一的坑就是 macOS 上没有 CADisplayLink
。
null
https://www.producthunt.com/posts/gitstalk
Submitted via bookmarklet :sparkles:
for stalking people on github...
https://gitstalk.netlify.com/?ref=producthunt
Submitted via bookmarklet :sparkles:
炼丹管理
https://www.comet.ml/?ref=producthunt
Submitted via bookmarklet :sparkles:
https://github.com/moderndive/moderndive_book
ModernDive: An Introduction to Statistical and Data Sciences via R
推荐一个 ML on K8s 的炼丹管理 https://riseml.com/
https://github.com/golang-standards/project-layout
Standard Go Project Layout
https://github.com/foolwood/benchmark_results
visual tracker benchmark results
https://github.com/brython-dev/brython/
浏览器端 Python。简直是令人窒息的高端操作。 这个项目被运用在国内的某个在线 Python 幼教平台。
https://github.com/ajalt/fuckitpy and https://github.com/mattdiamond/fuckitjs
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/ windows 开启 hyper-v 之后, host 也跑在 hypervisor 上 ...
In addition, if you have Hyper-V enabled, those latency-sensitive, high-precision applications may also have issues running in the host. This is because with virtualization enabled, the host OS also runs on top of the Hyper-V virtualization layer, just as guest operating systems do. However, unlike guests, the host OS is special in that it has direct access to all the hardware, which means that applications with special hardware requirements can still run without issues in the host OS
https://hackernoon.com/why-is-python-so-slow-e5074b6fe55b
作者对“Python 为什么这么慢”进行了详细的解答。
https://github.com/Broadroad/gpool go tcp connection pool 作者头像不错 ... https://github.com/Broadroad
我曾经多次很有兴致地教零基础或者仅 NOIP 基础的小朋友写网站写工程。我建议他们用 Codecademy 之类的 Interactive 平台学编程,但最后都没学出来。看来教写程序也是一门技术。
https://engineering.linkedin.com/blog/2018/07/how-we-improved-build-time-by-400-percent linkedin 用 gradle 代替 sbt 提高了 play framework 的编译速度 ... @gaocegege 还写 scala 么.jpg
https://github.com/facebookincubator/oomd userspace oom killer, 需要 PSI (是啥 ...?
PSI pressure stall information for CPU, memory, and IO v2 https://lwn.net/Articles/759658/