Visual Studio Resource Designer Take this survey powered by surveymonkey.com. Create your own surveys for free.
Win32 Is The Only Stable ABI on Linux In ELF format there are two ways of providing a hash table of symbols. DT_HASH and DT_GNU_HASH. The first one is part of SYSV generic ABI and is well documented and marked as mandatory. DT_GNU_HASH is a newer, smaller, and faster replacement that is not d...
Twilio Incident: What Signal Users Need to Know SummaryRecently Twilio, the company that provides Signal with phone number verification services, suffered a phishing attack. Here's what our users need to know: All users can rest assured that th...
.NET MAUI 2022 - Events Join .NET team members at several Microsoft Reactor locations or online to learn all about mobile and desktop development with .NET MAUI.
Open-source rival for OpenAI's DALL-E runs on your graphics card OpenAI's DALL-E 2 is getting free competition. Behind it is an AI open-source movement and the startup Stability AI.
Git Line-staging Released! We are excited to announce the release of Line-staging support in Visual Studio 2022. Line-staging, a.k.a. interactive staging, enables you to split your changed lines of code across different commits. Line-staging could also be utilized in reviewing your...
Big Changes Ahead for Deno Learnings from our recent survey and feedback from across our community. We'll discuss how we're addressing this feedback and the features to expect from Deno in the coming months.
Second-Order Thinking: What Smart People Use to Outperform - Farnam Street Second-order thinking is a mental model that smart people like Warren Buffett & Howard Marks use to avoid problems. Read this article to learn how it works.
Importing the Stack Overflow dataset into RavenDB Around 2017 we needed to test RavenDB with realistic datasets. That was the time that we were working hard on the 4.0 release, and we wanted to have some com...
Add ability to choose a custom coordination server by half-duplex · Pull Request #45 · tailscale/tailscale-android This allows users to set a custom coordination/login/control server via a 3-dots menu on the login view. This is sub-optimal in at least three ways, but I'm already out of my depth. The app restar...
Stop using the HttpClient the wrong way in .NET Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
319: ML Cuneiform Translations Frank decides to create an ML model to translate Akkadian and Sumerian!
Finding Resource Groups With No Resources | LINQ to Fail Always good to keep your subscriptions clean, but how do you know what's not needed
GitHub - kentjhall/horizon-linux: arm64 Linux patched to run programs for the Nintendo Switch’s Horizon OS arm64 Linux patched to run programs for the Nintendo Switch’s Horizon OS - GitHub - kentjhall/horizon-linux: arm64 Linux patched to run programs for the Nintendo Switch’s Horizon OS
Securing Amazon API Gateway with Lambda Authorizer in .NET - Detailed Guide In this article, we will learn about Securing Amazon API Gateway with Lambda Authorizer in .NET! In previous articles, we started with AWS Lambda with
Dependency Injection With Simple Injector in .NET - Code Maze Simple Injector is a .NET library that enables developers to apply dependency injection into their code. Moreover, Simple Injector supports different platforms including .NET 4.5 and up, .NET Standard, UWP, Mono, .NET Core, and Xamarin. Let’s dig in. What...
A New Way to Create Time Restricted Endpoints in .NET Creating a restricted file download with S3 is easy with pre-signed URLs. But what your endpoint isn't a file? Or you're not sourcing it from S3? In this vid...
ASP.NET Core 6: Here is the best way to pass a JWT in the headers of a gRPC client Introduction Dear developers who love gRPC, I have something here that you might like. You’ve...
Creating dotnet solution and project templates This article should how to create and deploy dotnet templates which can be used from the dotnet CLI or from Visual Studio. Code: Folder Structure The template folder structure is important when cre…
Process injection: breaking all macOS security layers with a single vulnerability If you have created a new macOS app with Xcode 13.2, you may noticed this new method in the template: - (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app { return YES; } This was added to the Xcode template to address a process injection...
Password Purgatory - Making Life Hell for Spammers Password must be 12-16 characters long: Cat1summerdog
Git from the Bottom Up – Blobs and Trees It's surprising how little we know about Git as we continue to dive into Git from the Bottom Up, while Michael confuses himself, Joe has low standards, and Allen tells a joke.
GitHub - norvig/paip-lisp: Lisp code for the textbook "Paradigms of Artificial Intelligence Programming" Lisp code for the textbook "Paradigms of Artificial Intelligence Programming" - GitHub - norvig/paip-lisp: Lisp code for the textbook "Paradigms of Artificial Intelligence Programmin...