好资源和短想法
#Rust
无意间打开《Rust for Rustaceans》作者Jon Gjengset的油管频道:
https://www.youtube.com/c/JonGjengset/playlists
也太强了吧:
《Implementing TCP in Rust》:https://www.youtube.com/watch?v=bzja9fQWzdA&list=PLqbS7AVVErFivDY3iKAQk3_VAm8SXwt1X
《Porting Java's ConcurrentHashMap to Rust》:https://www.youtube.com/watch?v=yQFWmGaFBjk&list=PLqbS7AVVErFj824-6QgnK_Za1187rNfnl
...
马上找来《Rust for Rustaceans》后面好好研读一下。
无意间打开《Rust for Rustaceans》作者Jon Gjengset的油管频道:
https://www.youtube.com/c/JonGjengset/playlists
也太强了吧:
《Implementing TCP in Rust》:https://www.youtube.com/watch?v=bzja9fQWzdA&list=PLqbS7AVVErFivDY3iKAQk3_VAm8SXwt1X
《Porting Java's ConcurrentHashMap to Rust》:https://www.youtube.com/watch?v=yQFWmGaFBjk&list=PLqbS7AVVErFj824-6QgnK_Za1187rNfnl
...
马上找来《Rust for Rustaceans》后面好好研读一下。
How programmers make sure that their software is correct https://lemire.me/blog/2022/01/03/how-programmers-make-sure-that-their-software-is-correct/
Elixir and Machine Learning: Nx v0.1 released https://dashbit.co/blog/elixir-and-machine-learning-nx-v0.1
Longform.org Is Shutting Down https://longform.org/
Best Paper Awards in Computer Science over the past 25 years https://jeffhuang.com/best_paper_awards/#
Minecraft as a Kubernetes admin tool https://eric-jadi.medium.com/minecraft-as-a-k8s-admin-tool-cf16f890de42
I analyzed 20k recommendations made by Jim Cramer during the last 5 years https://old.reddit.com/r/options/comments/rwmxel/should_you_listen_to_jim_cramer_i_analyzed_20000/
Best Practices for Securing SSH https://goteleport.com/blog/5-ssh-best-practices/
Darling – Run Mac apps on Linux https://www.darlinghq.org/
Why might you run your own DNS server? https://jvns.ca/blog/2022/01/05/why-might-you-run-your-own-dns-server-/
I took a job at Amazon, only to leave after 10 months https://benadam.me/thoughts/my-experience-at-amazon/
How I took my SaaS from idea to sold in 14 months https://masilotti.com/idea-to-sold-in-14-months/
Treefrog: A code editor that uses both AST and text editing commands https://treefrog-editor.com/
Problems once solved by a metaclass can be solved by __init_subclass__ https://til.simonwillison.net/python/init-subclass