dyweb / weekly

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

Weekly-110 #95

Closed gaocegege-bot closed 5 years ago

gaocegege-bot commented 5 years ago

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

gaocegege commented 5 years ago

https://github.com/wzshiming/gen

Generate interface source code for micro services

Just write normal functions, and Gen generates efficient routing source code and documentation for it Because the source code is generated, none of this affects runtime performance The differences caused by each change in the tool are shown directly in the generated source code generating clients is also supported

skyzh commented 5 years ago

https://learngitbranching.js.org/

休闲养生小游戏,感受到了 git merge 的 dirty(

image

xplorld commented 5 years ago

https://github.com/kubernetes-sigs/kubespray

deploy k8s cluster in virtualbox/aws/azure/more

我总觉得 k8s 部署这么复杂,不是用外部写好的脚本就能解决的,可能有一些架构上的锅需要改

at15 commented 5 years ago

https://github.com/d5/tengo A fast script language for Go

Tengo is fast as it's compiled to bytecode and executed on stack-based VM that's written in native Go

at15 commented 5 years ago

https://github.com/nektos/act run github action locally (feels like make and can even generate a flow diagram in cli ...)

at15 commented 5 years ago

https://blog.acolyer.org/2019/01/16/sagedb-a-learned-database-system/ the morning paper from CIDR 2019

at15 commented 5 years ago

CIDR 2019 http://cidrdb.org/cidr2019/papers/p119-hellerstein-cidr19.pdf Serverless Computing: One Step Forward, Two Steps Back

at15 commented 5 years ago

https://medium.com/basecs/compressing-radix-trees-without-too-many-tears-a2e658adb9a0 (compress 之后怎么存没怎么提 ...

at15 commented 5 years ago

https://notes.shichao.io/lkd/ch4/ 别人的笔记 cc @gaocegege

at15 commented 5 years ago

https://www.beyondjava.net/escape-analysis-java 比较浅显的 ... 我以前只知道 go 有 escape analyais 里面提到了 scalar replacement 针对一个 class 里只有一个 int 的优化 ... 另外除了 heap -> stack, escape analysis 还能用来移除用不到的 lock (i.e. StringBuffer 的 length 的 synchronized)

我为什么开始看 java 了.jpg

at15 commented 5 years ago

http://aosabook.org/en/500L/clustering-by-consensus.html

http://aosabook.org/en/index.html must have posted it before ... but worth posting it again ...

at15 commented 5 years ago

https://github.com/aws/lumberyard aws 还有开源的 3a 引擎 ...

skyzh commented 5 years ago

Setting up a new computer https://github.com/nnja/new-computer

skyzh commented 5 years ago

https://whydoesaptnotusehttps.com/

Why does APT not use HTTPS?

at15 commented 5 years ago

https://github.com/oracle/mysql-operator oracle 居然有 mysql operator

at15 commented 5 years ago

https://arxiv.org/abs/1709.07821 Roaring Bitmaps: Implementation of an Optimized Software Library 通过 simd 加速 union, intersect (对 filter 类的 query 有用? 我记得 influxdb 有在 index 里用到过) 感觉 text search 的都有用到

https://github.com/RoaringBitmap/RoaringBitmap

at15 commented 5 years ago

https://blog.cloudera.com/blog/2013/02/inside-cloudera-impala-runtime-code-generation/ apache impala code gen

skyzh commented 5 years ago

Life of a triangle https://developer.nvidia.com/content/life-triangle-nvidias-logical-pipeline

skyzh commented 5 years ago

(话说是不是应该开新 issue 了)

xplorld commented 5 years ago

cache-aware Trie

https://github.com/Tessil/hat-trie

at15 commented 5 years ago

@gaocegege 你是又出去玩了吧 ....

at15 commented 5 years ago

https://github.com/uber/aresdb uber GPU db for realtime analytical https://eng.uber.com/aresdb/

gaocegege commented 5 years ago

这个是个很大的问题,我的 Windows 笔记本上没 weekly-generator 的环境

gaocegege commented 5 years ago

下周一更新吧

xplorld commented 5 years ago

我有一个 gcp freetier 的机器,可以跑这个 cron 怎么样 @gaocegege @at15

at15 commented 5 years ago

(我们可以 lambda 么 ... lambda 有类似 cron 的触发机制么?

gaocegege commented 5 years ago

lambda 有类似 cron 的触发机制么 有

skyzh commented 5 years ago

我自己的某个项目是用 IFTTT 触发 Firebase Cloud Function 的 Webhook 的(

gaocegege commented 5 years ago

@SkyZH 我们现在是用 Go 写的 webhook event-handler,监听 close event,validate issue title,然后 generate & push

feature 我应该写好了,但是不知道为啥一直没 work

at15 commented 5 years ago

https://github.com/iina/iina video player in mac

xplorld commented 5 years ago

image

div {
    writing-mode: vertical-rl;
    }
codeworm96 commented 5 years ago

https://github.com/pbghogehoge/ssg 秋霜玉 (good old game... (文物开源系列(

at15 commented 5 years ago

开了谷歌翻译之后它居然会在滚动的过程中把代码注释里的日文逐渐替换成英语 ... 我以为都是整个页面翻译 https://github.com/pbghogehoge/ssg/blob/master/MAIN/MAIN.CPP ... /w\ 火星了

xplorld commented 5 years ago

https://refactoring.com/catalog/

重构技巧字典(不是很全)