Steve Blank When There Seems to Be No Way Out – Customer Discovery for Your Head As an entrepreneur at times you forget that being in charge doesn’t mean you have to know everything. When it feels like you’re trapped facing an unsolvable dilemma, and wrestling with a seemingly …
No one knows what's coming next The book Antifragile is pretty bad. Like most popular management books, it’s a single useful idea padded out with anecdotes. Some organisations are overly reliant on the status quo. If a sing…
Spotify Codes - Part 2 In part 1 I dove into Spotify Codes and explained the general technical concepts of how they work. If you haven’t read that post you should check it out. I shared it on reddit where it generated a lot of interesting discussion. Ludvig Strigeus, a key earl...
How I use Notion · Reasonable Deviations Academic blog about quantitative finance, programming, math.
Weekly Update 269 Home Office Upgrades; Printing 3D Maps; ActMobile Breach; Angling Direct Breach; Robinhood Breach; Beg Bounties
Fixing Recent Validation Vulnerabilities in OctoRPKI A number of vulnerabilities in Resource Public Key Infrastructure (RPKI) validation software were disclosed in a recent NCSC advisory, discovered by researchers from the University of Twente.
Long Range E-Bike · Jacques Mattheij Electric cars are fantastic compared to ICE vehicles, but E-Bikes are even better. Much lower environmental impact and far more suited to medium range travel such as commuting. Here in NL they sell in huge numbers, far faster than electric cars. But they ...
Ruby vs Python comes down to the for loop Contrasting how each language handles iteration helps understand how to work effectively in either.
The .NET Docs Show - NuGet Trends 📈: .NET Foundation Project Highlight Have you ever wondered if there was a place you could view historical download statistics for any NuGet package? In this weeks episode, community members Bru...
Using the Online Thumby IDE This tutorial will show you how to build a basic project and upload it to your Thumby using our online IDE! Materials Hardware: Micro USB Cable Thumby Software: Google Chrome or Microsoft Edge web browsers (other browsers not supported) TinyCircu...
Thumby - The Tiny Playable Keychain Ridiculously Tiny, Incredibly Cute, Easily Programmable | Check out 'Thumby - The Tiny Playable Keychain' on Indiegogo.
React vs Vue - Which One Do We Like More with Debbie O'Brien Transitioning from Vue to React. Debbie joins to talk all about it: her learning process, which features she likes more from which frameworks, and so much mo...
Dynamic PGO in .NET 6.0.md Dynamic PGO in .NET 6.0.md. GitHub Gist: instantly share code, notes, and snippets.
Playdate Owners Update #1 As our first 5,000 finished Playdate units arrived at our warehouse in California for 2021, we began to test a few of them. We quickly became concerned that some of them weren’t giving us the battery life we expected. Playdate’s battery is designed to las...
Overriding Sealed Methods in C# In this article, the author demonstrates how we can change the behavior of sealed methods in C#. This can be done by understanding Operating System mechanisms and how the .NET platform generates and compiles code. The author illustrates these techniques...
Microsoft Announces Azure Chaos Studio in Public Preview At the recent Ignite, Microsoft announced the public preview of Azure Chaos Studio, a fully-managed experimentation service to help customers track, measure, and mitigate faults with controlled chaos engineering to improve the resilience of their cloud ap...
Paper Website: Create a Website Right From Your Notebook No tech. No distractions. Pure Creativity. Publish your ideas to millions just using pen & paper.
How Nix and NixOS Get So Close to Perfect How Nix and NixOS Get So Close to Perfect - Christine Dodrill's Blog
Code Maze Weekly #101 - Code Maze Issue #101 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Bite-Size .NET 6 – UnionBy, IntersectBy, ExceptBy, and DistinctBy [exceptionnotfound.net] .NET 6 includes a new set of methods in the LINQ library to help ...
Five Great (free!) Ways to Get Started With Cloudflare New to Cloudflare and don’t know where to begin? Here are five things you can do to get started with Cloudflare right now...
RavenDB 5.3 Features: Incremental time series In RavenDB 5.0 we had a major new feature, native time series support. Using this feature, you can store values over time, query and aggregate them, store th...
Speed up development with Hot Reload in .NET 6 #Shorts Here are 3 ways you can use the Hot Reload feature added in .NET 6
GitHub - adrianscheff/useful-sed: Useful sed scripts & patterns. Useful sed scripts & patterns. . Contribute to adrianscheff/useful-sed development by creating an account on GitHub.
Migrating our trusty ol’ .NET Framework applications to AWS, hold on! One foot at a time! Breaking the monolith!
.NET MAUI: Evolution of .NET Mobile/Desktop in Age of .NET 6 .NET MAUI: The Evolution of .NET Mobile & Desktop Development in the Age of .NET 6 is out. Stay connected to Telerik Blogs for .NET, JavaScript, cross-platform app development (and beyond) news and tutorials.
Announcing .NET 6 -- The Fastest .NET Yet .NET 6 is now available. It is easier to use, runs faster, and has many new features.
Search by Target Framework & Supported Platforms on NuGet.org by JonDouglas · Pull Request #11374 · NuGet/Home Introduction to a filtering concept on NuGet.org to allow filtering for target framework monikers and supported platforms of various generations of .NET. Rendered Spec Please 👍 or 👎 this comment to...
Code style formatting rules - .NET Learn about the code style rules for formatting indentations, spaces, and new lines.
Why Does x = ++x + x++ Give Me the Wrong Answer? When they first meet them, developers are often tempted to play with pre- and post- increment operators. Then they get confused, because they don't do what is expected. Or ... do they?
The Journey to Accessible Apps: Meaningful Content Ordering Learn more about accessible layouts and navigation and find out how you can ensure accessible ordering in your apps.
New release of PowerShell Preview for Visual Studio Code! An updated version of our PowerShell Preview extension is now available on the Visual Studio Code marketplace. This update represents a complete overhaul of the core PowerShell engine of PowerShell Editor services, with the intention of create a more reli...
How to build a second brain as a software developer - Aseem Thakar Learn how you can avoid spending time Googling for solutions as a software developer by building a second brain to store solutions to your problems
Building a project that target .NET Framework 4.5 in Visual Studio 2022 I maintain a few libraries that still target .NET Framework 4.5 (among others). .NET 4.5 has long been out of support, but I try to keep supporting older frameworks in my libraries as long as it’s not a major inconvenience, because many people maintain ol...
Setting up Serilog in .NET 6 .NET 6 is officially here! A lot has changed under the hood, and if you're kicking off a new project, a lot has changed on the surface, too. For starters, a minimal ASP.NET Core application created using dotnet new web: Doesn't have an explicit Program cl...