Author: Daniel Darg
-
Installing Windows 10 when all you have is a Mac (UEFI Version)
In a previous article I described how to install Windows 10 on a machine when all you have otherwise is a Mac. The problem is that you need Windows 10 to install Windows 10, so I had to use Virtualbox on the Mac to turn my USB device into a Windows-10 installer. The Problem I…
-
Installing Windows 10 when all you have is a Mac (Legacy/Non-UEFI Version)
Important! This advice has been deprecated and is only applicable if you’re trying to install Windows 10 on a machine without UEFI support. If your machine does have UEFI support, then start here. Background Skip this section if you just want to jump to the “how I did it” content. I haven’t used Windows in…
-
iTerm, bash/zsh, tmux & vim
Intro Having realized that I’d been spending more and more time in an ssh shell in the last year or two, I decided that I needed to up my terminal game. I’d been using bash and vim for a while now, but wanted to fine-tune my developer experience by: giving zsh a try, improving my…
-
SVG Coordinates Demystified
Why are SVG coordinates so confusing? SVGs are incredibly powerful but, if your experience is anything like mine, you’ve found all the viewBox jazz to be extremely “fiddly” and, thus, hard to master. I thought originally that I’d pick up eventually just by playing around with parameters. This proved frustrating because there are a lot…