dyweb / weekly

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

Weekly-208 #244

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

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

at15 commented 3 years ago

https://www.edwardthomson.com/blog/git_for_windows_line_endings.html though I haven't use windows for a while ...

at15 commented 3 years ago

https://www.lastweekinaws.com/blog/aws-compensation-explained/

at15 commented 3 years ago

https://github.com/btcsuite/btcd was looking at go-spew and found this from author's recent contributions ...

at15 commented 3 years ago

TIL: constant string comparstion, it's not the compare time is constant i.e. O(1) ... it's don't stop early based on content in string to avoid timing attack, i.e. figrueout the right string based on time spent on comparision.

at15 commented 3 years ago

https://docs.sourcegraph.com/code_intelligence/explanations/precise_code_intelligence uses Language Server Index Format

btw: how do ppl load & save that index (should be able to find out once I read the links in detail ...)

at15 commented 3 years ago

https://github.com/direnv/direnv/blob/master/shell_zsh.go#L9-L22 how to hook to zsh and source .env file, also omz has one https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv