Preparing MNIST Image Data Text Files -- Visual Studio Magazine Dr. James McCaffrey of Microsoft Research demonstrates how to fetch and prepare MNIST data for image recognition machine learning problems.
GitHub - dotnet-presentations/dotNET20th: .NET 20th Anniversary creative and digital swag .NET 20th Anniversary creative and digital swag. Contribute to dotnet-presentations/dotNET20th development by creating an account on GitHub.
Databinding with the OOP Windows Forms Designer The design-time support for databinding in the new Windows Forms (WinForms) .NET Out of Process (OOP) Designer is different from the Framework Designer. The WinForms OOP Designer has a new and easier approach for hooking up data sources, focusing on Objec...
Career Advice Nobody Gave Me: Never ignore a recruiter If you ask a room full of software engineers what they think about recruiters there are a number of themes that arise. There are jokes…
Pro Microservices in .NET 6: With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes: Whitesell, Sean, Richardson, Rob, Groves, Matthew D.: 9781484278321: Amazon.com: Books Pro Microservices in .NET 6: With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes [Whitesell, Sean, Richardson, Rob, Groves, Matthew D.] on Amazon.com. *FREE* shipping on qualifying offers. Pro Microservices in .NET 6: With Examples Using ASP.N...
Framework’s Series A and the Years Ahead We’ve just raised an $18M Series A round to pull in the future of consumer electronics, with Spark Capital as our lead investor. We couldn’t have done it without you. We can’t wait to share what’s coming in 2022 and the years ahead.
Top-100 npm package maintainers now require 2FA, and additional security-focused improvements to npm | The GitHub Blog Starting today, all maintainers of top-100 npm packages, by dependents, will now be enrolled in mandatory 2FA for their accounts.
WebVM: Client side X86 virtual machines in the browser We made a X86 virtual machine that runs in the browser. This is powered by CheerpX, a WebAssembly virtualization solution.
Announcing the public launch of Cloudflare's bug bounty program Today we are launching Cloudflare’s paid public bug bounty program. We believe bug bounties are a vital part of every security team’s toolbox and have been working hard on improving and expanding our private bug bounty program over the last few years
Build in the Open Happy Hour | Meetup Tue, Feb 15, 10:30 AM PST: Join us at this free Happy Hour after Azure Open Source Day to network with open source luminaries and experts to learn about how Microsoft loves Open Source. Come prepared
PowerToys File Explorer utility for Windows A File Explorer add on that enables Markdown and SVG previews
DuckDuckGo Email | Frequently asked questions DuckDuckGo Email Protection. A private email relay to protect your personal communications and ban trackers from your inbox. Coming soon.
Koenigsegg's Tiny Electric Motor Makes 335 HP and 443 LB-FT of Torque Dubbed the Quark, the motor weighs just 63 pounds.
Batch Querying with Marten Before I talk about the batch querying feature set in Marten, let’s take a little detour through a common approach to persistence in .Net architectures that commonly causes the exact problem …
How do I customize the color of the Windows blue screen? In videos on his YouTube channel Dave’s Garage, my longtime former colleague Dave Plummer discusses his home computer projects and has a side gig digging into Windows history. In early 2021, he discussed the history of the Windows blue screen. A correctio...
EASILY Build Apps With Tailwind CSS Using Tailmars Learn how to build apps with Tailwind CSS fast and easier by using Tailmars. Tailmars comes with TONS of templates that you can use to build websites for age...
GitHub - atamai-labs/Atamai.Slice: Proof-of-concept solution for slicing minimal-api and using source generator to resolve the slices without runtime reflection or manual registrations. Proof-of-concept solution for slicing minimal-api and using source generator to resolve the slices without runtime reflection or manual registrations. - GitHub - atamai-labs/Atamai.Slice: Proof-of-...
Solving the source generator 'marker attribute' problem - Part 2: Creating a source generator - Part 8 In this post I describe how I solved a problem I've been wrestling with around source generators: where to put the 'marker attributes'
The GNU Name System This document contains the GNU Name System (GNS) technical specification. GNS is a decentralized and censorship-resistant name system that provides a privacy-enhancing alternative to the Domain Name System (DNS). ...
Getting started with AWS Distro for OpenTelemetry and distributed tracing using .NET. Part 2: Building the demo This is a 2 part-series post. In part 2 I’ll show you how to build and configure properly a few distributed .NET apps that will send traces to the AWS OTEL Collector, and also how to analyze those traces in AWS X-Ray.
DateOnly and TimeOnly in C# - Code Maze Let's discuss the new DateOnly and TimeOnly types in .NET 6, that helps us work better with dates and times.
Introducing the Dark Screen of Death Ever experienced being blinded during late-hour work by the developer exception page in ASP.NET Core? Install the Dark Screen of Death extension.
Pay attention to WebAssembly WebAssembly is at an inflection point. Over the next few years, I expect to see increased adoption of WebAssembly across the tech sphere, from containerization to plugin systems to serverless computing platforms. The following is a discussion of what WebA...
.NET Framework vs .NET Core (.NET 5+) | Pro Code Guide In this article, we will learn about the differences between .NET Framework & .NET Core (.NET 5+) i.e. NET Framework vs .NET Core.
[Last Week in .NET #79] – Space Newts Space Newts, a forgotten SDK, and Skynet. Let’s get into it. The .NET SDK is back! on the Github Actions Ubuntu runner. It was removed, and this was widely considered to be a bad idea. 🏃♀️ D…
Red Light Green Light I was listening to the Tim Ferriss Show podcast episode #532 with Sheila Heen (Harvard Negotiation Project, co-author of Difficult Conversations: How To Discuss What Matters Most) and a specific story she told during the conversation really resonated with...
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (paperback) (Addison-Wesley Microsoft Technology Series): Cwalina, Krzysztof, Barton, Jeremy, Abrams, Brad: 9780135896464: Amazon.com: Books Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (paperback) (Addison-Wesley Microsoft Technology Series) [Cwalina, Krzysztof, Barton, Jeremy, Abrams, Brad] on Amazon.com. *FREE* shipping on qualifying offers. Fra...
Create microservices with .NET and ASP.NET Core Ep1: Introduction to microservices with .NET Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other over standa...
Building a Philosophy Workstation with NixOS: Installing Firefox, VSCodium, and LaTeX A NixOS tutorial on creating a Philosophy Workstation with Firefox, VSCodium, and LaTeX.
Discord Holds the Keys to Your Heart A friend of ours has been struggling with RSI. As part of their plans to address this, they decided to create a secondary Discord account to use on their phone, for direct messaging purposes. That way, they could still talk to people from their phone, but...
10 lessons from a 5 year Meta-rollercoaster ride I joined Facebook (before it went Meta) in 2016. At that time, the company size was just shy of 15,000 employees, which, even at that scale, is much much more manageable than what it is today (the only publicly available number so far is 58K by the end of...
Don't trust comments And habitually review the third party code you're using - even when it's in thestandard library.
Intro to self-hosting. How to get started hosting your applications You want to get into self-hosting but don't know what that involves? This is the perfect place to start.
My most meaningful work of 2021 – not falling down Last year, in cooperation with many of my friends on a private social network, I took an idea from neighborhood organizations here in Chicago and started a small online-only mutual aid fund. Over twelve months, we distributed more than seven thousand doll...
Reflections on six months of fatherhood To be fed from a spoon requires three distinct skills. First, you must open your mouth when the spoon approaches. Second, you must close your mouth around the spoon once it has fully entered the mouth (and not before). Third, you must swallow the food tha...
Start paying for internet stuff - Can's blog A lot of services and products you use on the internet are free. Of course, the companies behind the services need to make money one way or another. Often …
Leaving better paths Good documentation is useful, great documentation is empowering. We should practice towards great documentation.
A Better Turing Machine Tape Model A Turing machine is a simple type of computer. Its memory consists of a single strip of tape that is divided into discrete cells, each one of which is marked with one of a fixed number of colors. Data is read from and written to the tape by means of a tap...
1751984 - Let's Encrypt TLS Using ALPN TLS Version and OID ASSIGNED (aaron) in NSS - CA Certificate Compliance. Last updated 2022-01-31.
Download affected certificate serials for 2022.01.25 TLS-ALPN-01 Incident This page hosts the list of certificates affected by the TLS-ALPN-01 Incident. You can find details about this incident in the community forum and on bugzilla. We have sent notification emails to affected subscribers who have registered a valid email addr...