2022, a new scientific adventure: machine learning for health and social sciences
A retrospective on forming a research team in 2022 to apply machine learning to challenges in health and social sciences, including data management and validation.
A retrospective on forming a research team in 2022 to apply machine learning to challenges in health and social sciences, including data management and validation.
Entity Framework 8 adds native SQL Server support for .NET's DateOnly and TimeOnly types, eliminating the need for custom converters.
Explores the connection between mockingbirds and fixpoints in combinatorial logic, using bird metaphors to discuss formal systems.
The vdirsyncer developer seeks volunteer-hosted CalDAV/CardDAV servers to improve the project's test suite and reduce CI overhead.
A developer's journey creating Jotter, a simple PWA note-taking app that syncs with local storage, inspired by the Mac app Tyke.
A blogger lists seven common excuses for not writing and argues why they are invalid, aiming to overcome his own creative block.
A tutorial on implementing form validation in Vue 3 using the Yup schema validation library.
Examines the debate over private tech platforms' rights to censor content versus arguments for treating them as public utilities.
A developer shares lessons learned from live-streaming the creation of a Scheme-like interpreter in Go, covering both technical and streaming setup challenges.
A quick PowerShell script to identify and remove empty Azure App Service Plans to avoid unnecessary charges.
Explains how to use Playwright's soft assertions to improve test reports by capturing all failures in a single test run.
A technical guide to implementing a GPT model from scratch using only 60 lines of NumPy code, including loading pre-trained GPT-2 weights.
A developer details implementing text highlighting, search, and undo functionality in their personal text editor project, noter.
A comparison of AutoAugment, RandAugment, AugMix, and TrivialAugment image augmentation methods in PyTorch for reducing overfitting.
A comparison of four automatic image augmentation methods (AutoAugment, RandAugment, AugMix, TrivialAugment) in PyTorch for reducing overfitting in deep learning.
A response to claims that React is dying, arguing its continued dominance due to component-driven development, JSX, and massive ecosystem.
A critical look at the use and potential pitfalls of acronyms in programming, using SOLID principles as a primary example.
A developer reflects on leaving Twitter, the state of LinkedIn for hiring, and shares personal thoughts on tech career topics like seniority and engineering hierarchies.
A technical guide on using .NET to create a proxy for enabling LAN-based Rainbow Six Vegas 2 multiplayer over a WAN/VPN connection.
A tutorial on implementing API Key authentication in ASP.NET Core for server-to-server communication, including code examples.