So Just How Much Faster Is Visual Studio 2022 17.4? -- Visual Studio Magazine It has speedier find in files, branch switching, configuration changes, unit testing, C++ indexing and file saving.
Boring Innovation - Artur Piszek Real progress is boring, unsexy and incremental. It's time for some boring innovation.
Just Say No To Unreasonable On-Call - Bill Prin's Tech Blog Why you should just say no to unreasonable on-call expectations
World Cup 2022 predictions Sports prediction has exploded in the last couple of decades with entire journals, conferences and books devoted to it. Much of this focuses on utilising ever-greater amounts of data, with soccer, for example, now providing sub-second ball and player trac...
To be named a winner... — Francisco Presencia Some random text inspired by The Little Prince, I wanted to try this written style for a small piece and here it is.
The Missing Middle in Tech Education Why isn't there anything between a 4 year CS degree and a 3 month bootcamp?
Software² We are currently at the cusp of transitioning from “learning from data” to “learning what data to learn from” as the central focus of AI research. State-of-the-art deep learning models, like GPT‑[X] and Stable Diffusion, have been described as data sponge...
Why Ed-tech Startups Don't Scale I have yet to find a sucessful ed-tech model that works at scale. Issue abound. Often it comes down to how ed-tech growsn and how it monetizes its audience. Let's start with growth:
Why CVE-2022-3602 was not detected by fuzz testing So recently a very hyped memory corruption security vulnerability was discovered in the OpenSSL punycode parser. Some folks including Hanno ...
When risk can pay off Let’s start with a brain teaser. We consider 3 Gaussian random variables N(μ,σ) defined by their mean and standard deviation: A∼N(0,1), B∼N(0,10) and C∼N(1,1). You have to bet on which variable has the highest value. What would you bet on?
The Evolution of a Career, From an Individual Contributor to a Leader | Hennessey Digital Hennessey Digital President & COO Scott Shrum breaks down the evolution of a career, from learning and doing to managing and learning.
Keyboards I’ve used in the past two decades I have used many keyboards over the years. Some of those were standard OEM keyboards you would probably have seen and used all the time. But at some point, I started trying out different designs and wanted to type faster and be more productive. Allow me t...
Wichtig - Sicherheitsvorfall bei noez.de / Important English version below Dringende Empfehlung: Ändere umgehend sämtliche Zugangsdaten zu Deinen Services bei noez.de Lieber Nutzer von noez.de, wir möchten Dich mit diesem Beitrag über einen Sicherheitsvorfall bei noez.de informieren. Im Rahmen von Administr...
Creating JSON Web Tokens using dotnet user-jwts tool This post is about creating JSON Web Tokens in development with dotnet user-jwts CLI tool. This tool introduced last year - recently I saw some demo using this tool and it was awesome. So I explored it and started using it in projects. The dotnet user-jwt...
Visual Studio 2022 Performance Enhancements 17.4 Every new Visual Studio release includes new performance improvements that make the product faster and more responsive. 17.4 has some significant improvements across common scenarios like Find in Files, Branch switching, configuration changes, unit testi...
The new .NET Exception that should NEVER be thrown Until the 28th of Nov 2022 use discount code BF2022 for up to 25% offat: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patr...
What kind of caller diagnostic information can I get from exceptions thrown by C++/WinRT and wil? A survey of the current state of the art.
Killing all child processes when the parent exits (Job Object) - Gérald Barré In this post, I describe how to kill all child processes when the parent process exits in a .NET application on Windows using a Job Object.
Use the IDE to make a Fluxor CRUD Application | Blazor IDE Part 2 Email Me: -hunterfreemandev@gmail.comGitHub repos -BlazorStudio: https://github.com/huntercfreeman/BlazorStudio -Blazor.Text.Editor: https://github....
HashSet vs SortedSet in C# - Code Maze In this article, we are going to compare the HashSet and SortedSet classes in C#, looking at the similarities and differences.
333: How to REALLY ship apps Signing, provisioning, certificates, oh my! We break down what you need to know on how to really ship apps to the app store.
Tagged Strings in Visual Studio and .NET 7 As part of .NET 7, developers now have the ability to tag strings using the StringSyntax attribute. These tags inform tools such as Visual Studio as to the nature of the string. For example, you can mark the string as containing JSON or RegEx and Visual S...
Use multiple Azure AD access tokens in an ASP.NET Core API This article shows how to setup an ASP.NET Core application to authorize multiple access tokens from different Azure AD App registrations. Each endpoint can only accept a single AAD access token an…
Why and how you should use AWS SDK for JavaScript (v3) on Node.js 18 | Amazon Web Services The Node.js 18.x runtime was promoted to Active Long Term Support (LTS) on October 25th, 2022, and is now available in AWS Lambda. The AWS SDK for JavaScript (v3) is included by default in AWS Lambda Node.js 18 runtime as a convenience for developers buil...
Cloud-Native Application Security - DZone Refcardz This Refcard introduces the critical components of cloud-native application security, how to build security into the CI/CD pipeline, and core patterns and anti-patterns.
How to publish .NET 7 apps directly to Docker With .NET 7 being around for only a couple of days now, there are plenty of new features to be played with. One of these is the actual ability of .NET's build infrastructure to directly publish your applications to a Docker container registry (or any othe...
Lambda Cold Starts - .NET 7 Native AOT vs .NET 6 Managed Runtime | no dogma blog The release of .NET 7 brings with it a new way to compile and run .NET code - native AOT compilation. This post compares the cold start time of a Lambda function running on .NET 7 after native AOT compilation with the cold start time of a Lambda function ...
Update to Windows Subsystem for Android™ on Windows 11 (November 2022) Hello Windows Insiders, Today we are shipping an update for Windows Subsystem for Android™ on Windows 11 to all Windows Insider Dev and Beta Channels. This update (2210.40000.7.0) will improve camera, general reliability, and perf
ECMAScript proposal: source text access for `JSON.parse()` and `JSON.stringify()` In this blog post, we look at the ECMAScript proposal “JSON.parse source text access” by Richard Gibson and Mathias Bynens. It gives access to source text to two kinds of callbacks: Revivers, callbacks that are passed to JSON.parse() and post-process the ...
Kelsey Hightower (@kelseyhightower@mastodon.social) 46 Posts, 5 Following, 3.81K Followers · Minimalist
Hachyderm.io Here we are trying to build a curated network of respectful professionals in the tech industry around the globe. Welcome anyone who follows the rules and needs a safe home or fresh start. We are hackers, professionals, enthusiasts, and are passionate abo...
Nix By Example | <fun> To "nixify" a project, it only needs a flake.nix file at its root. To create one, you can use the nix flake new command.
Technical Challenges of Scale at Twitter We take a peak into some of the challenges Twitter has faced while solving data problems at large scale, while Michael challenges the audience, Joe speaks from experience, and Allen blindsides them both.
A Life Engineered Software engineers can make code do just about anything. However, they often struggle with career direction, work-life balance and finding true meaning in their jobs. Am I hitting a bit close to home? Let’s change that. I have 16 years of experience a...
Let's Talk About WASM and WASI — Offline Stream #11 References:- WASI: https://wasi.dev/- Rust Browser Game: https://github.com/tsoding/rust-browser-game- Simple Stack-Based Virtual Machine in C: https://gist....
Corn Kid - Green Giant Celebrate Thanksgiving with Corn Kid Corn enthusiast and internet sensation Tariq aka “Corn Kid” joins forces with Green Giant this Thanksgiving season to create delicious corn-filled dishes that are bound to be the star of the table! “Thanksgiving is pra...
GitHub - chubin/cheat.sh: the only cheat sheet you need the only cheat sheet you need. Contribute to chubin/cheat.sh development by creating an account on GitHub.