Weekly
https://github.com/GitHub-Laziji/VBlog
使用 github gist api 无需任何服务器 搭建一个可动态发布文章的个人博客
https://github.com/chrislusf/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".
很有趣啊
A crash course to convex optimization
https://web.stanford.edu/~boyd/cvxbook/bv_cvxslides.pdf
Submitted via bookmarklet :sparkles:
https://github.com/klauscfhq/signale
Hackable console logger
还是前端有意思
https://github.com/Azure/RSL Azure Paxos implementation which is used by multiple products in Azure and Bing
Facebook's infer static analyzer adds support for ownership check (and more) for C++
https://github.com/facebook/infer/releases/tag/v0.14.0
Submitted via bookmarklet :sparkles:
https://github.com/maekawatoshiki/naglfar Naglfar is a toy web browser implemented in Rust from scratch
https://github.com/mapd/mapd-core
MapD is an in-memory, column store, SQL relational database that was designed from the ground up to run on GPUs.
GPU 数据库了解一下
http://www.defmacro.org/2006/06/19/fp.html Functional Programming For The Rest of Us
比较入门
https://github.com/trekawek/coffee-gb
Gameboy 模拟器(Java)
https://github.com/remoteintech/remote-jobs
Remote 工作一览,是不是可以在中国赚美刀了
https://arxiv.org/abs/1802.09941
分布式机器学习不同的并行方式的分析,60 页,后面对并行方式的介绍非常详细而具体。
好评
ML for suggestive drawing (or doodling..)
http://nono.ma/suggestive-drawing
Submitted via bookmarklet :sparkles:
https://github.com/alibaba/alikernel 阿里版 linux kernel 不知道有什么特点 ....
implement plugins for command line app in go like cargo
and cargo-xxx
https://github.com/gobuffalo/buffalo/blob/master/plugins/plugins.go, the idea is cargo-xxx
should return json for command like available
cc @codeworm96
gops: A tool to list and diagnose Go processes currently running on your system
https://github.com/google/gops
Submitted via bookmarklet :sparkles:
rsync considered inefficient and harmful
rsync的设计在今天真的无力吐槽……软件源的一大堆问题都是rsync造成的
https://datatracker.ietf.org/meeting/89/materials/slides-89-sidr-6
Effective Modern CMake
https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1
Submitted via bookmarklet :sparkles:
我是看着楼上大佬 @htfy96 https://github.com/htfy96/cpp-boilerplate 学会了下载和添加 dependency /w
https://github.com/lefticus/cppbestpractices Collaborative Collection of C++ Best Practices, the author is mentioned in gist above
https://github.com/nebulet/nebulet (Going to be) A microkernel that implements a WebAssembly "usermode" that runs in Ring 0. 我很喜欢这种想法(
Where the Silicon Valley Tech Internships Are (收藏了,找实习用(
Submitted via bookmarklet :sparkles:
https://github.com/ValveSoftware/steam-runtime
Steam 在 Linux 上的 runtime