all repos — site @ c929980c206b627f00afe0bbecc0e1980f5cfd81

source for my site, found at icyphox.sh

pages/uses.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
---
template: page.html
title: uses
subtitle: Hardware and software that I use.
---

I often get asked about my computing setup -- so I created this page to link it
whenever. Also because I've seen it on other sites, and I don't want to miss
out.

## hardware

- **Asus ROG Flow X13 (2021)**: 13.4" 4K, Ryzen 9 5900HS, 32GB RAM, 1TB
SSD, Nvidia GTX 1650 Max-Q. Even more future proof than the Envy --
evidently. Runs Linux quite well; not sure about BSD.

- **HP Envy 13 (2017)**: 13.3" FHD, i5 8250u, 8GB RAM, 256GB SSD. A
  comfy, fairly future-proof machine that happens to support Linux/BSD
  incredibly well out-of-the-box. And macOS for the most part -- which
  happens to be what it currently runs via OpenCore.

- **Ferricy**: 34-key wireless split keyboard designed by me, based on
  the Ferris Sweep. See: https://github.com/icyphox/ferricy

- **Logitech Ergo M575**: Wireless ergonomic thumb trackball mouse.

- **realme Buds Air 3s**: El-cheapo TWS, great for running or at the
  gym.

- **iPhone 13 mini**: The only actually small phone in the market.

- **Kindle KT4**: Jailbroken using [WatchThis](https://www.mobileread.com/forums/showthread.php?t=346037)
  and running KOReader.

### old hardware (no longer in active use)

- **Ducky One 2 SF**: 65% mechanical keyboard, Cherry MX Speed Silver
switches and blank DSA keycaps. I've written about it in detail
[here](/blog/ducky-one-2).

- **Lotus58**: Split-ortho mechanical keyboard, Gazzew Boba LT switches.

## software

- **NixOS**: Had to switch to a Linux distribution for work, and this
seemed liked the least-shit choice. I can't claim I understand even half
of Nix (the language), but it gets the job done.

- **KDE Plasma**: KDE on Wayland is pretty seamless. And wobbly windows.

- **tmux**: Most of my actual window management happens here.

And the [dotfiles](https://github.com/icyphox/dotfiles) for all software
mentioned, and more. You might be interested in the `old` branch for my
pre-NixOS configs.