Eric's Blog

Eric Haskins

Written by Eric Haskins, maker of things.

Better Rust WASM Panics

19 July, 2018

Out of the box panics from Rust WASM are pretty much useless. Install consoleerrorpanic_hook to get panics written to . It’s README is…

Webpack, and Typescipt, and Rust

17 July, 2018

Notes on my configuration Hopefully I’ll put together a self container repo with this configuration, but for now here’s some notes on…

WTF is the DAA instruction?

30 January, 2018

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…

Configuring NPS for authentication on HP switches

28 June, 2016

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…

IIS - Configure URL Rewrite to Redirect all Traffic to HTTPS

30 December, 2015

Get URL Rewrite Install URL Rewrite from http://www.iis.net/downloads/microsoft/url-rewrite or the Web Platform Installer. Configure it…

DISM - 0x80070003 - The system cannot find the path specified

15 November, 2015

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…

Script - List Inactive Users or Computers in AD

05 November, 2015

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…

Hololens First Impressions

28 October, 2015

What happened I got to attend a Hololens demo in Chicago today. Orientation It started with a brief “orientation” where they showed a video…

Script - Using SCCM and MDT task sequence variables in PowerShell

22 September, 2015

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…

Script - Save a GPOReport for Every GPO in a Domain Using PowerShell

07 September, 2015

Backgroud You can generate a report from Group Policy Management Console that includes all of the setting, links, permissions and other…

Script - Constrained Delegation for Hyper-V Live Migrations

02 September, 2015

Background There are two options for Live Migration security in Hyper-V. Credential Security Support Provider (CredSSP) No configuration…

Docker in Hyper-V on Windows 10

27 July, 2015

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…

Securing ASP.net 5 WebAPIs with Auth0

12 March, 2015

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…

ListenCat - The Minimally Viable Product

06 March, 2015

What’s unique about ListenCat? The main differentiator between ListenCat and existing podcast clients is the experience when using multiple…

ListenCat - Technology

05 March, 2015

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…

ListenCat - Goals

05 March, 2015

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…

ListenCat - A New Project

12 February, 2015

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…