Written by Eric Haskins, maker of things.
Out of the box panics from Rust WASM are pretty much useless. Install consoleerrorpanic_hook to get panics written to . It’s README is…
Notes on my configuration Hopefully I’ll put together a self container repo with this configuration, but for now here’s some notes on…
Background I’ve been writing a Gameboy emulator. One of the last CPU instructions I have left to implement is . I couldn’t find a good…
Prereqs I’m assuming you have the NPS role installed on a Windows server, and a switch configured to the point where it can communicate with…
Get URL Rewrite Install URL Rewrite from http://www.iis.net/downloads/microsoft/url-rewrite or the Web Platform Installer. Configure it…
I just spent way too much time figuring out why this command was failing. Turns out DISM doesn’t like spaces in the paths. Renamed a couple…
Why I’m cleaning up an Active Directory domain, and needed to get an idea of how many computers are in use vs. inactive. Script I’m doing…
What happened I got to attend a Hololens demo in Chicago today. Orientation It started with a brief “orientation” where they showed a video…
Just the code Get TSEnv instance Read a variable Set or create a variable Get all of the variables Write a subset of the variables to a JSON…
Backgroud You can generate a report from Group Policy Management Console that includes all of the setting, links, permissions and other…
Background There are two options for Live Migration security in Hyper-V. Credential Security Support Provider (CredSSP) No configuration…
These are my notes for setting up docker on Windows 10 10240. Don’t take them as any more. I run all of this from a Git Shell PowerShell…
Pre-release warning This is written while I’m working with ASP.net 5 beta 3. Things may change. Stuff you should have already done Setup an…
What’s unique about ListenCat? The main differentiator between ListenCat and existing podcast clients is the experience when using multiple…
Let’s review the goals for ListenCat laid out in my last post. Great at one thing ListenCat is for one thing only. Managing and listening to…
Today I’m going to look at some of the technical and architecture decisions I’ve made about ListenCat. Let’s take a look at the list of…
What is ListenCat.io? TL;DR version, it’s a podcast client for Windows 8, Windows Phone 8.1 and web. I’m starting to build it. It’ll be…