Forwarded from Hacker News (yahnc_bot)
Problems once solved by a metaclass can be solved by __init_subclass__ https://til.simonwillison.net/python/init-subclass
til.simonwillison.net
__init_subclass__
David Beazley on Twitter said:
Forwarded from Hacker News (yahnc_bot)
Treefrog: A code editor that uses both AST and text editing commands https://treefrog-editor.com/
Forwarded from Hacker News (yahnc_bot)
How I took my SaaS from idea to sold in 14 months https://masilotti.com/idea-to-sold-in-14-months/
Masilotti.com
How I took my SaaS from idea to sold in 14 months | Masilotti.com
I built an MVP in one month and grew the product for a year. But now it’s time to pass the torch. It’s official, I sold Mugshot Bot! Here’s how it all went down.
Forwarded from Hacker News (yahnc_bot)
I took a job at Amazon, only to leave after 10 months https://benadam.me/thoughts/my-experience-at-amazon/
benadam.me
I took a job at Amazon, only to leave after 10 months.
Reflections on working at Amazon, the interview process, the organizational structure, and why it was not an ideal fit for me (but might be for you).
Forwarded from Hacker News (yahnc_bot)
Why might you run your own DNS server? https://jvns.ca/blog/2022/01/05/why-might-you-run-your-own-dns-server-/
Julia Evans
Why might you run your own DNS server?
Forwarded from Hacker News (yahnc_bot)
Darling – Run Mac apps on Linux https://www.darlinghq.org/
www.darlinghq.org
Darling |
Darling — macOS translation layer for Linux
Forwarded from Hacker News (yahnc_bot)
Best Practices for Securing SSH https://goteleport.com/blog/5-ssh-best-practices/
Goteleport
5 Best Practices for Securing SSH
This article explores 5 SSH best practices you should observe to boost the security of your infrastructure.
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…