Private Classification · The Decentralized Robot Suppose Alice owns a health insurance company which has developed a logistic regression model with weights w=(w1,...,wd) for checking whether a person qualifies for insurance. Bob wants to check whether he is eligible for insurance at Alice’s company, but...
Eight Colors Eight Colors is a block shifting game where the goal is to shift circular blocks to reach the target.
Durable Functions Deep Dive part 2: Starting an orchestration In the second part we take a look at what Durable Functions does under the hood when you tell it to start an orchestration
High-precision measurement of the W boson mass with the CDF II detector Analysis of the data collected at the Tevatron particle collider finds that the W boson is heavier than expected.
Windows development documentation Design, develop, and deploy apps and solutions for Windows PCs and other devices.
Surprising behavior when roundtripping JSON documents We run into a really interesting bug. For some reason, the system was behaving in a totally unexpected manner for some parts of the data. For pretty much the...
Upgrading a .NET standard 2.0 Azure function using Table Storage to a .NET6 function To reassure my regular readers - no, I am not pivoting from Mixed Reality and HoloLens. Far from that! But you see, any HoloLens application that is more than a simple demo needs some kind of back end. My HoloLens application AMS HoloATC, first published ...
Using Windows after 15 years on Linux I've been using Linux exclusively for ~15 yrs. This is my first time using Windows after a 15-year break. This is how it's been going.
Tables are Hard, Part 3: Streaming Data Let's build a tailing log viewer in React. Or at least, a facsimile of one. In our previous post , we made a table with sorting, filtering, and column controls…
Why so many pieces in the backend puzzle? Ah, programming… the art of cursing life and the universe, doubting your entire life choices, feeling miserable and then suddenly… change…
How I Became an Artist The 19 year journey of my art so far. See my art progress and change as I overcome the trials and blessings of my life as an artist thus far.
Why Invest in Exchange Traded Funds (ETFs)? 1) Why Invest in ETFs; 2) How ETFs work; 3) ETF Share Price vs NAV; 4) ETF vs Actively Managed Funds
My sane approach to test fixtures in Rails My approach on how I keep my test fixtures manageable, sane, and obvious. Not hard and fast rules, but guidelines to help you implement the same in your app.
Gregory Szorc's Digital Home | Bulk Analyze Linux Packages with Linux Package Analyzer I've frequently wanted to ask random questions about Linux packages and binaries:
Hybrid Work Doesn’t Work Hybrid work clashes two different collaboration modes. By shooting for both, it’s effective at none.
Collatz Arithmetic Pick a natural number n and apply the following transformation to it: if n is even, the output will be n / 2; otherwise, if n is odd, the output will be 3n + 1. Keep doing this until 1 is reached.