Skip to content

Instantly share code, notes, and snippets.

@mschwager
mschwager / fingerprint-ssh-client.go
Created October 25, 2024 11:38
Golang SSH client with fingerprint verification
package main
import (
"fmt"
"io"
"log"
"net"
"os"
"os/user"
"path/filepath"
@mschwager
mschwager / Notes from the Mystery Machine Bus.md
Last active May 21, 2019 15:02 — forked from cornchz/sy.md
Notes from the Mystery Machine Bus - Steve Yegge

Notes from the Mystery Machine Bus

I've spent the past eight years (starting back in June 2004) writing elaborate rants about a bunch of vaguely related software engineering issues.

I was doing all that ranting because I've been genuinely perplexed by a set of "bizarre" world-views held dear by -- as far as I can tell -- about half of all programmers I encounter, whether online or in person.

Last week, after nearly a decade of hurling myself against this problem, I've