Skip to content

Instantly share code, notes, and snippets.

View ellenhp's full-sized avatar
🐈

Ellen Poe ellenhp

🐈
  • open source maps stuff
  • Seattle, USA
  • 20:43 (UTC -07:00)
View GitHub Profile
@evinism
evinism / fizzbuzz.d.ts
Created April 29, 2022 05:46
Type-level FizzBuzz in Typescript
/* Summon the naturals */
type Zero = 0;
type Succ<T extends Succ<any> | Zero> = {
next: T;
}
// Construct a few naturals.
type n0 = Zero;
type n1 = Succ<n0>;
type n2 = Succ<n1>;
@theodric
theodric / kvm-passthrough-notes
Last active December 24, 2024 08:48
Notes on device passthrough configuration for KVM hosts
2024-12-05: I have moved this information to a git repo which includes BIOS screenshots.
Please go here for all future updates:
https://github.com/theodric/kvm-vfio-notes
---------------------
Notes on getting KVM VFIO working on my hardware:
- CPU: Ryzen 7 5700G
- MB: Biostar B550T-SILVER
- Host GFX: Ryzen 7 5700G iGPU