Migrating Old Asp.net Authentication to Asp.net core Identity with OpenId Connect - Doumer's Blog Migrating Old ASP.net authentication to Asp.net core identity with Open Id connect. Move away from old FormsAuthenticationTicket.
2022 in retrospective 2022 is over, and not a moment too soon. I’ll never forget it: some of my friends had to flee their own country; others are fighting for their freedom as I write this post. I hope they will be safe and that their wishes will come true in 2023. On the pers...
Why do people quit jobs with bad bosses? maybe because it was easier to change jobs than to change bosses
Passwords are weaker than you believe Seriously, humans are bad at making up random stuff. Let's not fool ourselves.
Will generative AIs curate our history? History is what humans have recorded over the last 6 millennia. For the majority of this timespan, these records are disparate and sparse: diaries, business records, funeral rites, censuses. Historians curate these snippets of evidence to create a picture...
Agile isn't about speed, it's about direction Agile development is “faster”. But, it’s not about velocity, rather it enables you to correct your orientation. Adoption an agile process won’t make you move faster, but will still help you get to the...
How to get better at everything I believe that learning to read and write faster can improve the quality of your work beyond what most people would expect.
Laws of Rational Trigonometry Norman Wildberger is the creator of rational trigonometry, an alternative to classical trigonometry. After using this beautiful theory for about 10 years, I think the main advantages for me have be…
Survival Analysis for MIP Solving Time Inspired by the recent activity in open-source MIP solvers (HiGHS is becoming stable after the 1.0 release and many users submitting bug reports, SCIP has become open-source software), I wanted to revisit some folklore about running times.
OSS Spotlight - Build amazing cross-platform UI for .NET with Avalonia UI! Avalonia UI enables developers to build pixel-perfect, high-fidelity cross-platform desktop, web and mobile apps with .NET and C#. Join Mike James to discove...
No, No, No - Tasks are not threads and they are not for performance! I often read that Task is used for multithreading in C# / .NET, but that is not the case. And it is crucial to understand why this isn't the case. We will also see which problem exactly Task is solving in the first place.
Is coding in Rust as bad as in C++? A practical comparison of build and test speed between C++ and Rust.
PowerShell IntelliSense completion You may have noticed that PowerShell has suddenly started making some pretty ...
Où trouver une galette des rois dans la région de San Francisco ? - French Morning US C’est une tradition à laquelle les Français sont très attachés et qui séduit de plus en plus d’Américains : la galette des rois, King cake aux États-Unis, célèbre l’Épiphanie et marque, de façon festive, le début de l’année. French Morning a fait le tour ...
BORA Professional 3.0 [Translate to englisch AU:] BORA Professional 3.0 - BORA presents its new cooktop extractor. ✓ intuitive control knob, ✓ premium design, ✓ oversized cooking surface, ✓ modular system
Production Twitter on One Machine? 100Gbps NICs and NVMe are fast In this post I’ll attempt the fun stunt of designing a system that could serve the full production load of Twitter with most of the features intact on a single (very powerful) machine. I’ll start by showing off a Rust prototype of the core tweet distribut...