Skip to content

Instantly share code, notes, and snippets.

View billyohgren's full-sized avatar

Billy Ohgren billyohgren

View GitHub Profile
@rockinglama
rockinglama / homeserver.md
Last active October 22, 2023 13:08
Homeserver

Homeserver 👷 work in progress 🚧

Hardware

Mainboard: ASUS ROG Strix H470-I (mITX) // User Manual (DE)
CPU: Intel Core i3-10100T
CPU FAN: BE QUIET DARK ROCK SLIM
RAM: Crucial DIMM 16 GB DDR4-3200 (CT16G4DFRA32A)
Power Supply: Corsair CX450M
Case: Thermaltake Core V1
Disks:

// JSTN / 10 June 2014
// I really like Swift so far, but I can't help be a little sad that I still find
// myself doing the weakSelf/strongSelf dance to avoid retain cycles.
// For a contrived example, suppose we had a class like this with a queue:
import Foundation
class ParallelMessenger {