Making PowerShell “Posh”
Back in the days when DOS and Windows were separate programs, the default Command Prompt didn’t look exactly the way that it does now. I can’t recall if it w...

Anyone who knows my husband or me knows that we really like our cold brew, and they also know that we make our own at home. Nitro cold brew has become a bit of a trend. I had some for the first time in months last week, and I decided to see what is involved in making my own at home. It turns it, not a lot. You just need a mini-keg, some nitrogen canisters, and some regular cold brew to infuse with Nitrogen.
I decided to try this kit from Amazon: NutriChef NCNTROCB10. I’ll need to raise the bottom shelf of the refrigerator a peg to get it to mostly fit there, but I should be able to convince my husband to let me do that. 🤞 (Anyone who knows us knows that he’s in charge of the kitchen. I can make a basic meal, but he gets fancy.)
On Friday, the kit arrived. It included the keg and all the associated plumbing. I just needed the cold brew and the gas. After some very quick cursory research, I got a box of 8g N2O cartridges (more on those later).
I definitely got a good frothy head on the cold brew. It had some of the texture that you’d expect from a Starbucks nitro cold brew, but it tasted mostly the same as a regular cup of cold brew. The gas dissipated faster than I’d expect. It wasn’t exactly disappointing, but it wasn’t quite as amazing as I’d hoped.
This morning I was telling a coworker about the rig and sending him the links. In the process, I went on a little tangent and found that it’s actually better to use N2 (nitrogen) instead of N2O (nitrous oxide). Turns out for N2, I need 2g cartridges, which are easier to find. This must be the key! I’ve ordered those, and I’ll be posting a follow-up and links to the cartridges after they arrive.
Back in the days when DOS and Windows were separate programs, the default Command Prompt didn’t look exactly the way that it does now. I can’t recall if it w...
Sometimes it’s the little things…
As a Data Engineer using Mirth Connect, it’s often tricky to review my team’s merge requests because the merge request document contains the XML representati...
When dealing with Python dependencies, it’s sometimes necessary to determine if a given project is using a given version of a library. Since our team is usin...
A while ago, I wrote about using a bare git repository to manage my dotfiles. That worked somewhat well, but it had some shortcomings. Since, I’ve started us...
One of my current projects involves some improvements to code that I wrote last year – specifically enhancing the “Patient Identity Fixer”, which is my pet p...
To borrow from a favorite web comic: whenever I learn a new skill, I concoct elaborate fantasy scenarios where it lets me save the day. Actually, it feels li...
This one bugged me for a few days. I don’t think this script is the best solution to the problem at hand, but it was still fun to figure out.
My team at work has a custom FHIR resource that we work with often called an Operation Outcome. We generate one of these for nearly every record we process, ...
a.k.a. Why I Don’t Use Nano
COVID-19 has us many of us working from home. My husband and I are both fortunate enough to be in this group. However, as a teacher, his schedule is very pre...
When I set up a Raspberry Pi, there are a few things that I have to do right out of the gate to make things easier on myself. They involve putting a few file...
While I don’t use Linux as my primary operating system, I do use it a lot both at home and at work. It can be frustrating to try to sync up configurations be...
Anyone who knows my husband or me knows that we really like our cold brew, and they also know that we make our own at home. Nitro cold brew has become a bit ...
So you want to run an OpenVPN Server on a Raspberry Pi? I did too, but it wasn’t easy to figure out the first time. If you want to skip all of this and do it...