Forwarded from Hacker News (yahnc_bot)
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/
reddit
Should you listen to Jim Cramer? - I analyzed 20,000+...
Posted in r/options by u/nobjos • 970 points and 159 comments
Forwarded from Hacker News (yahnc_bot)
Minecraft as a Kubernetes admin tool https://eric-jadi.medium.com/minecraft-as-a-k8s-admin-tool-cf16f890de42
Medium
Minecraft as a k8s admin tool
KubeCraftAdmin : The adventurer’s admin tool
Forwarded from Hacker News (yahnc_bot)
Best Paper Awards in Computer Science over the past 25 years https://jeffhuang.com/best_paper_awards/#
Forwarded from Hacker News (yahnc_bot)
Inviting another GitHub user to be your successor https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories
GitHub Docs
Maintaining ownership continuity of your personal account's repositories - GitHub Docs
You can invite someone to manage your user owned repositories if you are not able to.
Forwarded from Hacker News (yahnc_bot)
Longform.org Is Shutting Down https://longform.org/
Longform
Longform.org posts great new and classic non-fiction articles, curated from across the web.
Forwarded from Hacker News (yahnc_bot)
Elixir and Machine Learning: Nx v0.1 released https://dashbit.co/blog/elixir-and-machine-learning-nx-v0.1
dashbit.co
Elixir and Machine Learning: Nx v0.1 released! - Dashbit Blog
A huge milestone towards Elixir and Machine Learning has been reached with the release of Nx v0.1
Forwarded from Hacker News (yahnc_bot)
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/
Forwarded from codedump的电报频道 (老C)
#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》后面好好研读一下。
YouTube
Implementing TCP in Rust (part 1)
In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular, we followed RFC 793 — https://tools.ietf.org/html/rfc793 — which describes the original protocol, with the goal of being…