dyweb / weekly

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

Weekly-269 #311

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 2 years ago

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

xplorld commented 2 years ago

https://hasura.io/

graphql 服务器 后端是 sql 创业公司+开源

xplorld commented 2 years ago

https://www.convex.dev

startup, looks like firebase, raised 25M

xplorld commented 2 years ago

https://zaplib.com/docs/blog_post_mortem.html#-zaplib-post-mortem

一个rust wasm rewriting js webapps startup 寄了 这个是总结。

takeaway:没看出来

at15 commented 2 years ago

https://www.infoq.com/podcasts/aws-lambda-custom-database-retriever they use lambda and do not do indexing

And in particular, we only read at query time, we don't do any aggregation or indexing, even calculated columns are all done at query time. So we wind up being compute bound. It's not even network incoming read data. It takes a lot of CPU to read all this data and run your query over it.

xplorld commented 2 years ago

https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-generics.html

之前我想过怎么表达一个函数的“color” 就是可以通过调用链传染的性质,比如const async 这些。还可以自己发明性质来保障一些业务安全。后来我学习了这个东西叫做effect system。

rust正在搞一个青春版effect system。我觉得要是能搞出完整的可自定义的effecr比较好,但是他们好像要搞一个有限制版本的,只支持rust keywords 的effects

at15 commented 1 year ago

https://code.visualstudio.com/docs/remote/vscode-server TIL you can signup and run a vscode server (for yourself, you cannot host it as a service)