GitHub - malmeloo/FindMy.py: 🍏 + 🎯 + 🐍 = Everything you need to query Apple's FindMy network! 🍏 + 🎯 + 🐍 = Everything you need to query Apple's FindMy network! - malmeloo/FindMy.py
GitHub - davidfowl/IIS.NativeAOT: An experimental project that attempts to write a fully native IIS module using C# NativeAOT An experimental project that attempts to write a fully native IIS module using C# NativeAOT - davidfowl/IIS.NativeAOT
dropping hyper The ride is coming to an end. The experiment is done. We tried, but we admit defeat. Four years ago we started adding support for an alternative HTTP backend in curl. It would use a library written in rust, called hyper. The idea was to introduce an alter...
Compiling C to Safe Rust, Formalized The popularity of the Rust language continues to explode; yet, many critical codebases remain authored in C, and cannot be realistically rewritten by hand. Automatically translating C to Rust is thus an appealing course of action. Several works have gone ...
ChatGPT vs. Advent of Code 2024 Day 21: Keypad Conundrum Recursive keypads are a trouble for every human, but are they for AI too? #openai #chatgpt #python #ai #codeinterpreter #adventofcode Contents: 0:00 - Intro 0:20 - Part 1 2:57 - Part 2 4:30 - Summary
SHUT UP And Take The Money! - Principal Software Engineering Manager AMA They say the grass isn't always greener on the other side... But is it true? How can we tell? When it comes to making team, organization, or role changes as software engineers, we have a lot of things to consider! In this stream we'll look at: - Team dy...
Enum of Arrays The financial transactions database to power the next 30 years of Online Transaction Processing.
How Confident are LLMs? (Ranking People part II) – Wilsons Blog (This is a continuation of my previous post here but it should be possible to follow along without it. If some of the concepts like ELO are unfamiliar I go through them in a bit more detail in the previous post)
Discord Gems in Emergent Tech Examples of emergent tech servers managed by larger companies and smaller communities worth checking out
Reflecting on 6 years of “AI Powered Search” The book AI Powered Search is out and I couldn’t be more grateful to Trey Grainger and Max Irwin for having me on this journey
Turing Machines An interactive introduction to Turing machines, the theoretical foundation of modern computing.
Breaking the Status Quo A vision for a new WordPress era WordPress is at a crossroads, now even more clearly then when I wrote my previous post on WordPress’s roadmap. I had very much intended to leave this topic alone for a bit until after the holiday break, until, last night, ...
Why I chose Astro for this blog | kylev.dev Ghost vs Nuxt vs Jekyll vs Hugo vs Astro: which is best for a personal site?
BBEdit for Log Analysis BBEdit is not my choice of code editor or writing app, but for logfile analysis, it's the best.
How to fine-tune open LLMs in 2025 with Hugging Face The only guide you need to fine-tune open LLMs in 2025, including QLoRA, Spectrum, Flash Attention, Liger Kernels and more.
Scheduling Background Jobs With Quartz in .NET (advanced concepts) Quartz.NET is a powerful job scheduling library, but integrating it properly with ASP.NET Core requires careful consideration. Here's what I learned about setting up Quartz.NET with proper observability, persistence, and job scheduling patterns.