The Snapdragon X Elite’s Adreno iGPU Qualcomm is no stranger to integrated graphics. Their Adreno GPU line has served through many generations of Snapdragon cell phone SoCs. But Qualcomm was never content to stay within the cell phone…
How to add a WordPress Blog to a Next.js app as a subdirectory in the same domain to boost SEO – Mike Alche Hey there! lately I’ve been working on a project of mine which is made with Next.js.
Finding near-duplicates with Jaccard similarity and MinHash Suppose we have a large collection of documents, and we wish you identify which documents are approximately the same as each other. For instance, we may have crawled the web over some period of time, and expect to have fetched the “same page” several time...
You're Not Sick of Programming Time and again, I encounter posts, people, who believe that they are sick of programming and can't wait to retire to do something worthwhile (farming, traveling, for eg). Maybe they are and programming was just an ill-suited career, but higher chance tha...
Malone's Maxim There's an episode of The Office where Kevin Malone says: Why waste time say lot word when few word do trick? Kevin's simple nature hides the true depth of the question. I, like most people, didn’t
Love, Death, and Computers I don’t know if there are dedicated teams at Apple or other companies to deal with death, but there probably should be. Though I was happy to see the Legacy Contact feature introduced a couple years ago, it’s not everything we need.
The Joy of Reading Books You Don't Entirely Understand - Reactor It really should be acceptable and normal to say “I don’t entirely understand what I just read, but I loved it.”
Beating NumPy’s matrix multiplication in 150 lines of C code TL;DR The code from the tutorial is available at matmul.c. This blog post is the result of my attempt to implement high-performance matrix multiplication on CPU while keeping the code simple, portable and scalable. The implementation follows the BLIS desi...
How do I produce a Windows Runtime asynchronous activity from C#? - The Old New Thing The AsyncInfo helper class converts Tasks to Windows Runtime asynchronous activities.
Mark Oliver's World Mark Oliver's World is a blog about all the things in my brain. Mostly Software Development related.
On the origins of DS_store If you are a Mac user, or if you have transferred files from Mac to Windows, you’re probably familiar with .DS_Store files. But where does this name come from?
Elevating BFF Apps with .NET Aspire We convert a previously implemented BFF solution for Container Apps to be orchestrated locally with .NET Aspire as well as looking at where the Azure Developer..
The Anatomy of .NET Aspire Application Adding components is easy, as Aspire comes with fully fledge orchestrator functionality, such as service discovery. Launching and…
Cloned Dictionary vs. Immutable Dictionary vs. Frozen Dictionary in high traffic systems In my previous post, I explained what we are trying to do. Create a way to carry a dictionary between transactions in RavenDB, allowing one write transaction...
AI’s $600B Question The AI bubble is reaching a tipping point. As we continue to follow the GPUs, navigating what comes next will be essential.