web-stuff
web-stuff copied to clipboard
Weekly/53 for 2016/10/05
2016/10/5, 第十二循环第一次, 总第五十三期 -> @swaylq
投稿:
- [x] @at15
- [ ] @swaylq
- [ ] @arrowrowe
- [ ] @ComMouse
- [ ] @LukeXuan
- [ ] @JasonQSY
- [ ] @kdplus
- [ ] @Bluemit
- [x] @gaocegege
- [x] @aploium
提前祝大家国庆快乐 \w/
- https://github.com/schollz/find High-precision indoor positioning framework for most wifi-enabled devices. https://ml.internalpositioning.com/ cc @laohyx
- https://github.com/mehrdadrad/mylg Network Diagnostic Tool http://mylg.io in Go cc @gaocegege
- https://github.com/gravitational/teleport Modern SSH server for clusters and teams. http://gravitational.com/teleport
https://github.com/521xueweihan/HelloGithub
github月刊少女
https://mlh.io/events 全球学生Hackathon列表
- https://www.youtube.com/watch?v=BjL-DW4jVEM Multi-view Self-supervised Deep Learning for 6D Pose Estimation in the Amazon Picking Challenge
- https://github.com/kirel/detexify-hs-backend Latex Symbol Classifier Web backend in Haskell http://detexify.kirelabs.org
- https://github.com/Tlaster/YourAV 宇宙级最轻量杀毒软件
@at15 我昨天也看到了,但是我不明白我是怎么关注的他微波 http://weibo.com/tlaster?refer_flag=1001030103_&is_all=1#1475309651413
- https://developers.google.com/safe-browsing/ google safe browsing API
- http://gerrithub.io/ Gerrit + GitHub cc @laohyx @gaocegege @arrowrowe @ComMouse
- https://www.bittiger.io/ 华人做的一个求职社区各种资料都有,但是我还没仔细看 cc @utf8please @组花....
- https://medium.com/javascript-scene/angular-2-vs-react-the-ultimate-dance-off-60e7dfbc379c#.b4eg00de6
- http://degoes.net/articles/modern-fp
- http://degoes.net/articles/modern-fp-part-2
Late last year, I wrote my thoughts on what the architecture of modern functional programs should look like. Since then, I’ve had a chance to read responses, look at equivalent architectures built upon Monad Transformers Library (MTL), and even talk about my recent experiments at LambdaConf 2016. The result is a sequel to my original post, which consists of a newly-minted, tricked-out recommendation for architecting modern functional programs, along with new ways of thinking about the structure of this architecture.
cc @xplorld @mrmiywj @gaocegege
- https://github.com/bijection/g9 Automatically interactive graphics for the web. cc @ComMouse
- https://allo.google.com/
Introducing Google Allo, a smart messaging app that helps you say more and do more. Express yourself better with stickers, doodles, and HUGE emojis & text. Allo brings you the Google Assistant, preview edition.
- http://mp.weixin.qq.com/s?__biz=MjM5MDE0Mjc4MA==&mid=2650994277&idx=1&sn=f0d3c25d805503264a78ab5eeb29044d
+成为技术大牛梦想虽然很美好,但是要付出很多,不管是Do more还是Do better还是Do exercise,都需要花费时间和精力,这个过程中可能很苦逼,也可能很枯燥。文章非常实在,值得认真阅读和实践。另附:从铁匠和园丁的故事说起,谈谈技术与业务的关系
cc @xsfour
- https://github.com/lebinh/ngxtop cc @ComMouse
- https://codegrown.io/engineers-and-commitment @arrowrowe @swaylq
stay committed, don’t burnout.
- http://worrydream.com/LearnableProgramming/
- http://vfleaking.blog.uoj.ac/blog/2062 cc @LukeXuan @kdplus UOJ 开源
- https://github.com/noffle/art-of-readme cc @at15
https://github.com/OpenRA/OpenRA
A modern rebuilt for the classic Red Alert (红警)

- https://github.com/clipperhouse/gen Type-driven code generation for Go http://clipperhouse.github.io/gen/
https://github.com/google/pepper.js 谷歌有一个黑魔法,在浏览器里运行Native代码,就是c和cpp。需要使用修改过的gnu工具链或者是llvm工具链,来编译代码。其中Pepper是JS跟Native代码交互的一个关键,这个黑魔法叫做NaCl

可以把cpp编译成LLVM的中间代码,然后翻译成js,asm.js是js的一个子集。这样翻译出来的asm.js效率可以做到只比Native app差一倍

我就想知道,什么时候可以在浏览器上玩dota
re @at15 类型驱动是啥意思啊
https://github.com/onsi/ginkgo BDD Testing Framework for Go Go的一个BDD style的基于go test的测试框架,用过,很棒,侵入性很小。
@gaocegege BDD 跟 https://github.com/stretchr/testify 这种有什么区别? 另外golang 1.7 里的test也加强了,支持像junit那样的suite,每个测试前后跑一些东西。我感觉Ayi可以放弃支持 golang 1.6 了 /w\
and type driven? 好像听说过,具体不知道.....