PARA vs Zettelkasten: The false binary Reflections after spending two years trying to practice PARA and Zettelkasten
Why must JSX expressions have only ONE parent element? - Dillion's Blog In this article, I explain why JSX expressions can only have ONE parent element else will break our application.
Celebrating 40 years of ZX Spectrum ❤️ 💛 💚 💙 | GitHub The ZX Spectrum celebrates its 40 years anniversary today. Read more about how the community is still active - creating new content, archiving old content, and hacking on all sorts of hardware.
Are We Microfrontends Yet? When a web application grows, it needs to scale! But does it have to be that hard?
My case against mocking frameworks Since "mocks" and "mocking" is somewhat vague, and nuances between mocks, fakes, mock objects, test doubles, spies, etc. are confusing, l...
Ripping old mini DV video tapes on a Mac I have an old Panasonic PV-GS500 camcorder and a bunch of videotapes. The only way to preserve digital media is to keep moving it to new ver...
Awair PM2.5 sensor repair Recently the fan on the PM2.5 sensor on my Awair had started to make an annoying amount of noise and no amount of canned air seemed to fix it. As I didn’t want to spend €329 on a new Awair Element, the best option seemed to be to replace the whole sensor ...
How SHA-256 Works Step-By-Step SHA-2 (Secure Hash Algorithm 2), of which SHA-256 is a part, is one of the most popular hash algorithms around. A cryptographic hash, also often referred to as a “digest”, “fingerprint” or “signature”, is an almost perfectly unique string of characters th...
I stopped working on black hole information loss. Here’s why. Science News, Physics, Science, Philosophy, Philosophy of Science
Photorealistic Monocular 3D Reconstruction of Humans Wearing Clothing Given a single image, we reconstruct the full 3D geometry – including self-occluded (or unseen) regions – of the photographed person, together with albedo and shaded surface color. Our end-to-end trainable pipeline requires no image matt...
My upgrade to 25 Gbit/s Fiber To The Home My favorite internet service provider, init7, is rolling out faster speeds with their infrastructure upgrade. Last week, the point of presence (POP) that my apartment’s fiber connection terminates in was upgraded, so now I am enjoying a 25 Gbit/s fiber in...
GitHub - xoofx/markdig: A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET - GitHub - xoofx/markdig: A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Deploying ASP.NET Core applications to Kubernetes In this series I'll cover a variety of topics and things I've learned in deploying ASP.NET Core applications to Kubernetes.
Stop Validating Email Addresses With Regex Just stop, y’all. It’s a waste of your time and your effort. Put down your Google search for an email regular expression, take a step back, and breathe. Ther...
First Look at ASP NET Core dev JWTs An overview of the first experiments to improve the experience of working with JWT authentication in ASP.NET Core in .NET 7See the code at https://github.com...
GitHub - davidfowl/BombRMan: A bomberman clone written purely in javascript. A bomberman clone written purely in javascript. Contribute to davidfowl/BombRMan development by creating an account on GitHub.
Async and Async Void Event Handling in WPF When running WPF and WinForms applications with async operations, I've run into a number of issues with event handling 'hanging' the UI thread in unexpected ways, where the UI hangs until the mouse is moved or a key is pressed. A lot of times these issues...
Fix potential stack overflow in StdInReader by vcsjones · Pull Request #68398 · dotnet/runtime Closes #68395.
Use checked arithmetic to prevent stack overflow in Pkcs12Kdf by vcsjones · Pull Request #68422 · dotnet/runtime When calculating the length of P and I, it's possible for this to result in an arithmetic overflow. This arithmetic overflow is then fed in to stackalloc, which treats the input as unsigned and cau...