Style Conformance for Blind Developers: Sonica Sonica is a VSCode extension that provides audio cues for rulers, principally aimed at visually impaired developers. The primary use case is to be able to easily respect line limits, by having cues when specific positional boundaries get crossed. The code...
Inlining SVGs for Dark Mode I will here indulge in the traditional practice of using my blog to talk about how I’m using my blog. This page is built with the Hugo static site generator. I recently updated it to use the latest version of the beautifulhugo theme, which unbeknownst to ...
The Autocomplete Myth AI naysayers often disparage chatGPT by dismissing it as a glorified autocomplete. Supposedly it repeatedly computes the next likely word and selects it at random based on weighted probabilities. I…
Building an SVG Circle of Fifths A description of how SVG works, and how we can use it to build a totally sweet Circle of Fifths React component.
One click away from losing control of my computer thanks to Microsoft Teams For reasons unimportant to this article, I use my work account on Teams on my personal Windows laptop. Approx. once a month I suddently get logged out from Teams at seemingly random times (maybe an…
Rest in Peace, Reddit Compact Reddit has recently disabled/removed access to the compact interface, which was useful on mobile and low power devices. As my first professional project ever, I'd like to reflect on it, 13 years the wiser.
351: What are F# Discriminated Unions? Powerful podcast hosting and analytics. By podcasters, for podcasters.
Weekly Update 342 When is Next Friday; Garage Progress; More Ubiquiti & More IoT; Genesis Market and “Operation Cookie Monster"; Sponsored by Kolide
Can you use ChatGPT in VS Code?? A hands-on look at the new GitHub Copilot Chat features coming soon to VS Code.Sign-up for early access: https://code.visualstudio.com/blogs/2023/03/30/vscod...
Visual Studio Toolbox: Debug Threads & Tasks with Parallel Stacks - Visual Studio Blog Our latest episodes of VS Toolbox shows how you can use the Parallel Stacks window to debug your multithreaded applications.
Protect your domain with Zone Holds Protect against accidental additions of your domain, subdomain, or custom hostnames in other accounts with Zone Holds. Available by default for all enterprise customers
Visual Studio Code and GitHub Copilot AI Learn about the Visual Studio Code team's experience and future with GitHub Copilot artificial intelligence
Speeding up Queries by Pre-computation & Transformation #shorts 🔔 Subscribe: https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw?sub_confirmation=1💥 Join this channel to get access to a private Discord Server and a...
An ignored exception can be misinterpreted as a hang, particularly in coroutines - The Old New Thing I mean, execution seems to have stopped.
WiX v4 and HeatWave v1 Released Nineteen years ago today, WiX was first made available as an open-source project. Nineteen years later, WiX is still going strong, with the release of WiX v4 and the simultaneous release from FireGiant of HeatWave v1.
Making Entity Framework Core As Fast As Dapper Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello, everybody, I'm Nick, and ...
Sponsored ISO standards for PDF technology Announcing no-cost access to the latest PDF standard: ISO 32000-2 (PDF 2.0) Download the ISO 32000-2 bundle NOW! April 5, 2023 | WINCHESTER, MASSACHUSETTS
JSON vs XML - CoRecursive Podcast Today's guest is Douglas Crockford. He's sharing the story of JSON, his discovery of JavaScript's good parts, and his approach to finding a simple way to build software. Also, his battles against XML, against complexity, his battles to say that there's a ...
Visual Studio 2022 v17.6 Preview 2: Productivity, Game Development and Enterprise Management Visual Studio 2022 v17.6 Preview 2 is available, bringing new features and improvements for boosting productivity, game development, and enterprise management. The release includes updates such as a new Android Manifest Editor, Unreal Engine Code Analysis...
Part 2: Consider When Migrating Xamarin.Forms to .NET MAUI What steps should you take when preparing to migrate your app from Xamarin.Forms to .NET MAUI? This list will help you think it through.
What’s new in MSIX: April 2023 The latest build of MSIX Packaging Tool (v1.2023.319.0) and the latest version of MSIXMGR are now available. With MSIX app attach as a growing phenomenon in the enterprise, this release fixes the “paper cuts” in the app attach enablement process. Here is ...
Build Minimal APIs in .NET 7 Minimal APIs offer a streamlined approach to constructing HTTP APIs with minimal dependencies, making them perfect for microservices and applications that aim to incorporate only the essential files, features, and dependencies within ASP.NET Core. We just...
Managing Large Repositories with Git LFS Learn how Git LFS can help you manage large repositories efficiently. Streamline your workflow, reduce repository size, and improve performance.
Your Blazor component needs data in a certain format, where to Map? Data coming from another service/API needs to be mapped into a different type for your Blazor component, so where should you perform the mapping?
C# 11.0 new features: Span<char> pattern matching | endjin C# 11.0 adds some new pattern matching features. In this post, Ian shows the new support for matching lists.
Explainer: File Types On all popular computing systems, all files, at their most basic, are a series of bits (0 or 1), organized into a stream of bytes, each of which uses 8 bits to encode any of 256 possible values. Re…
fast.ai - From Deep Learning Foundations to Stable Diffusion We’ve released our new course with over 30 hours of video content.
How to Declare an Empty Array in C# - Code Maze In this article, we are going to learn different ways to declare an empty array in c# and learn about what is the best way.
.NET Rocks! Understand Web Apps using Fiddler with Sam Basu and Rosen Vladimirov Do you know what your web app is up to? Carl and Richard talk to Sam Basu and Rosen Vladimirov about the latest versions of Fiddler. The original Fiddler for Windows is a free tool, but the Progress team has written all new products in the Fiddler space t...
Bob Lee, creator of Cash App and former CTO of Square, stabbed to death Bob Lee, the Chief Product Officer at MobileCoin, was killed in a fatal stabbing in San Francisco. He was the former CTO of Square.
Speeding up Queries by Pre-computation & Transformation #shorts Full Video: https://youtu.be/hQVisFBAQio🔔 Subscribe: https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw?sub_confirmation=1💥 Join this channel to get ...
Release v0.5.0 · DamianEdwards/RazorSlices Available on NuGet at https://www.nuget.org/packages/RazorSlices/0.5.0 What's Changed Add a unicode example by @DamianEdwards in #16 Add ability to render slice to a stream by @DamianEdwards in #1...