Featured post what's this? ✨ 87% Martin's Giant Hike Help Martin Woodward raise money to support Macmillan Cancer Support
95% Investigating Intel's CPU Socket Problems | Thermal Grizzly Contact Frame Benchmark Sponsor: Linode Hosting - get $100 credit with GN (https://geni.us/UaKrUmF) Intel's CPU socket for the Alder Lake (12th Gen) CPUs applies higher pressure on ...
69% Code Of Ethics This document was originally called a "Code of Conduct" and was created for the purpose of filling in a box on "supplier registration" forms submitted to the SQLite developers by some clients. However, we subsequently learned that "Code of Conduct" has a...
97% Hard things in Computer Science If you’ve more than a couple of years of experience in IT, you probably have stumbled upon the following quote: There are only two hard things in computer science: cache invalidation and naming things. — Phil Karlton Then, because it’s such a great quote,...
92% On Identifiable Aborts - Cronokirby - Read more: https://cronokirby.com/posts/2022/06/on-identifiable-aborts/
94% An Introduction to Complex Step Differentiation A brief introduction and derivation of complex step differentiation, which provides better error properties than finite difference methods.
97% Cheater latents – Non_Interactive – Software & ML Lab notes is a way for me to openly blog about the things I am building. I intend to talk about things I am building and the methods I plan to use to build them. Everything written here should be treated with a healthy amount of skepticism.
97% haibane_tenshi's blog - Obscure Rust: reborrowing is a half-baked feature Let's start with simple motivating use case.
89% Notes from the Enlightened - Productivity Tip with Todoist Earlier this year, after three years, ten months, two weeks, and three days after having created my Todoist account, I reached the Enlightened status, which is the highest level you can reach in Todoist’s gamification system. According to Todoist, only 0....
80% Episode 39: Windows Terminal - with Kayla Cinnamon In this episode, I was thrilled to be joined by Kayla Cinnamon to chat about the Windows Terminal! I’m a huge fan of WT, and use it daily - so it was an honour to have Kayla on to chat about it! Kayla is a Program Manager at Microsoft, Delivering Windows ...
82% Treating Primitive Obsession with ValueObjects | DDD in .NET Become a Patreon and get source code access: https://www.patreon.com/nickchapsasCheck out my courses: https://nickchapsas.comHello everybody I'm Nick and in ...
99% InboxNEXUS Explained (with captions) Discover how InboxNEXUS helps brands reach best-fit organizations through account-based advertising (ABA).
99% Ternary Operator ? : in C# - Code Maze Ternary Operator is a conditional operator in C#. We can replace multiple lines of code by using only a single-line code.