GitHub - nonamecoder/CVE-2022-27254: PoC for vulnerability in Honda's Remote Keyless System(CVE-2022-27254) PoC for vulnerability in Honda's Remote Keyless System(CVE-2022-27254) - GitHub - nonamecoder/CVE-2022-27254: PoC for vulnerability in Honda's Remote Keyless System(CVE-2022-27254)
Save time with partial re-runs in GitHub Actions | The GitHub Blog It is now possible to re-run only failed jobs or a single job in GitHub Actions workflows. Here's how.
I built a receipt printer for GitHub issues I wanted a way to have physical tickets from GitHub in front of me. One Epson printer, a Raspberry Pi, and some PHP later, I had a working system in place.
Code Maze Weekly #116 - Code Maze Issue #116 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Performance benefits of sealed class in .NET [www.meziantou.net] Gérald Barré gives us a nice insight into the performance benefits of using sealed classes....
Ridiculously easy to use Tunnels Today, we’re thrilled to announce that we have launched a new solution to remotely create, deploy, and manage Tunnels and their configuration directly from the Zero Trust dashboard. This new solution allows our customers to provide their workforce with Ze...
ImageSharp 2.0.0: The Feature-Packed Release ImageSharp, one of the most popular .NET image-processing libraries, released version 2 of their library. The release includes major features such as supporting WebP, TIFF and PBM as well adding XMP support with various performance improvements and enhanc...
Just because you stopped waiting for it, doesn't mean the Task stopped running In this post I look at what happens to Tasks that are 'cancelled' using the new .NET 6 WaitAsync() API, and in other Task cancellation scenarios
In-Memory Caching in ASP.NET Core - Code Maze In this article, we will talk about caching basics and how to implement In-Memory Caching in ASP.NET Core Applications
5 coding interview questions I hate I’ve taken part in well over a hundred tech interviews now, on both sides. Some were fun, and some were pure cringe. I’ve been asked if I have kids (supposedly, people with children won’t have time to
The Cube Rule Identify your food based on the location of structural starch. Is a hot dog a sandwich? No, it's clearly a taco.
Decentralized Identity: The Basics of Decentralized Identity Here in part three of our decentralized identity series, I’ll describe the key parts of a decentralized identity architecture without diving too far into the technical details. It takes a village for this kind of ecosystem to work – as you’re about to see...
Getting rid of credentials in Azure - Part 1 Passwordless is a popular term, and it's been a long time since it was considered acceptable to store credentials directly in code. There are however many nuances of this and how you go about achieving it is not necessarily easy. First you need to sort ou...
searching Arrays from end to start via `.findLast()` and `.findLastIndex()` This blog post describes the ECMAScript proposal “Array find from last by Wenlu Wang and Daniel Rosenwasser.
Remixing React Router Remix picked up where React Router v3 left off, and now almost everything great about Remix is coming back to React Router!
The Feynman Lectures on Physics Caltech's Division of Physics, Mathematics and Astronomy and The Feynman Lectures Website are pleased to present this online edition of
Principal Product Manager Lead, .NET Developer Experiences in Austin, Texas, United States | Engineering at Microsoft Apply for Principal Product Manager Lead, .NET Developer Experiences job with Microsoft in Austin, Texas, United States. Engineering at Microsoft
A way out for a.out The a.out executable format dates back to the earliest days of Linux — and before. It has not been used in any serious way for decades, but support still exists in the Linux kernel and has resisted all attempts at its removal. Back in January, Borislav ...
The end of the nice GTK button A look into my favorite Adwaita button and why I'm not happy it's going away
Why should we even do testing? - Mike Alche Why should we even do testing? - software-development - Mike Alche
How to add thousands of lights to your renderer and not die in the process Why ReSTIR is good for you.
The Problem With Note-Taking - More To That If you view knowledge for its utility, you will never fully appreciate it.
Combining scripts and DSLs is Kotlin’s most underrated feature - Sébastien Castiel The more I play with Kotlin, the more convinced I am that a combo of two of its features is vastly underrated: first, the ability to create domain-specific languages (DSL), thanks to some syntactic sugar; then, the ability to write scripts and create inte...
On the importance of trusting trust Recently, the author of a popular npm package injected code that wipes the files of users from Russia and Belarus. Even though the change was rolled back in a few hours, newer versions of the package still create a text file on the user's desktop when cal...
Extracting web page content using Readability.js and shot-scraper [Readability.js](https://github.com/mozilla/readability) is "A standalone version of the readability library used for Firefox Reader View". My [shot-scraper](https://datasette.io/tools/shot-scraper) tool has a `shot-scraper javascript` command which can ...