dyweb / weekly

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

Weekly-230 #268

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

联合周报第 230 期开始投稿 :tada:

at15 commented 3 years ago

https://github.com/datafuselabs/datafuse in rust https://datafuse.rs/overview/architecture/

at15 commented 3 years ago

https://github.com/pingcap/tidb-dev-guide/tree/master/src/understand-tidb 随便点了几个都是只有 header 这熟悉的感觉 @gaocegege /w

at15 commented 3 years ago

shameless plug https://aws.amazon.com/blogs/containers/introducing-cloudwatch-container-insights-prometheus-support-with-aws-distro-for-opentelemetry-on-amazon-ecs-and-amazon-eks/

at15 commented 3 years ago

From twitter https://github.com/zorrozou/zorrozou.github.io https://zorrozou.github.io/ talks about linux cgroup etc.

at15 commented 3 years ago

https://substrait.io/ a proto definition for passing (serialized) computation plan across services. So you can do query plan in service A and pass it to service B for query execution, if there is a standard format, then you don't need to own both A and B to get things work end to end.

at15 commented 2 years ago

Structured diff in rust, btw it also mentioend ydiff https://github.com/Wilfred/difftastic/wiki/Structural-Diffs#psydiffydiff

at15 commented 2 years ago

TIL there is company based on presto called ahana ... https://ahana.io/ (aws has presto based service called athena ...

at15 commented 2 years ago

https://store.steampowered.com/app/1674170/Sprocket/ 可以自己捏坦克 ...

xplorld commented 2 years ago

https://leetcode.com/problems/add-strings/discuss/1462588/Functional-1-liner

今日无聊产物, 1 liner 大整数加法

xplorld commented 2 years ago

https://www.renpy.org/

黄油引擎,使用python做script. 题外话,我不太理解为啥各种引擎都喜欢lua做script. 有什么独特优势吗?

at15 commented 2 years ago

https://github.com/delta-io/delta-rs delta lake in rust, and there is a bunch of related rust projects around arrow and parquet

ComMouse commented 2 years ago

A collection of discussion around dedicated open-source software applications

http://aosabook.org/en/index.html

Submitted via bookmarklet :sparkles:

xplorld commented 2 years ago

https://www.sharedrop.io/

WebRTC based P2P file sharing website.

It works either by having your 2 devices in a same local network, or by asking the web to generate a URL and open it in your other device. Should be cross platform.

ComMouse commented 2 years ago

@xplorld Lua 的 Interop 很方便~

at15 commented 2 years ago

https://github.com/electronicarts/CnC_Remastered_Collection 火星了的我 ... found it from http://www.hydrogen18.com/blog/peeking-under-the-hood-of-command-conquer.html while looking at http://www.hydrogen18.com/blog/writing-parquet-records.html ...