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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
#+title: Hardware
#+date: <2024-03-16>
** Desktop
:PROPERTIES:
:CUSTOM_ID: desktop
:END:
*** macOS
:PROPERTIES:
:CUSTOM_ID: macos
:END:
Probably should have added more RAM but Macbooks are stupid expensive.
| Category | Details |
|----------+---------------------------------------------------------|
| Model | [[https://www.apple.com/macbook-pro/][Macbook Pro 16”]] |
| CPU | Apple M2 Pro |
| RAM | 16GB |
| Storage | 512GB SSD |
*** Linux
:PROPERTIES:
:CUSTOM_ID: linux
:END:
A beauty.
| Category | Details |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Model | [[https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpade/thinkpad--e15-gen-4-(15-inch-amd)/len101t0023][Lenovo ThinkPad E15 Gen 4, model 21ED0048US]] |
| CPU | AMD Ryzen 5 5625U with Radeon Graphics |
| RAM | 16 GB |
| Storage | 256 GB SSD |
** Mobile
:PROPERTIES:
:CUSTOM_ID: mobile
:END:
Previously used a Pixel 6 & Pixel 7 with GrapheneOS.
| Category | Details |
|----------+-------------------------------------------------------------|
| Model | [[https://www.apple.com/iphone-15-pro/][iPhone 15 Pro Max]] |
| CPU | A17 Pro |
| RAM | 8GB |
| Storage | 256GB |
** Homelab
:PROPERTIES:
:CUSTOM_ID: homelab
:END:
I run a small homelab with a mix of consumer (compute/storage) and
enterprise (network) hardware. I try to keep the lab energy efficient
and quiet as my top priorities.
*** IoT
:PROPERTIES:
:CUSTOM_ID: iot
:END:
A collection of mainly smart lights, sensors, and smart appliances. My
first preference is to disable all networking for new smart devices or
simply not connect internet in the first place (e.g. I never enable
internet on my smart TVs). If the smart device requires LAN access, I
will connect the device to my guest-restricted IoT network. As a last
resort, I will set-up the internet but monitor the DNS lookups via
NextDNS and forcibly block any domains I do not want the device to be
using. If the device is egregious or shady, I'll just sell it and either
replace it or live without it.
- Other Appliances (washer, dryer, humidifier, fans, etc.)
- [[https://about.irobot.com/sitecore/content/north-america/irobot-us/home/roomba/i7-series][Roomba
i7+]]
- [[https://www.philips-hue.com/en-us/p/hue-white-and-color-ambiance-a19---e26-smart-bulb---60-w--3-pack-/046677562786][Philips
Hue A19 Bulbs]] x 15
- [[https://www.philips-hue.com/en-us/p/hue-bundle-play-blk-ext/33001][Philips
Hue Play Light Bars]]
- [[https://www.philips-hue.com/en-us/p/hue-bridge/046677458478][Philips
Hue Smart Bridge]] + play light bars and a ton of bulbs
- [[https://store.ui.com/us/en/collections/unifi-camera-security-special-chime][UP
Chime]]
- [[https://store.ui.com/us/en/collections/unifi-camera-security-special-sensor][UP-Sense]]
x 2
- [[https://store.ui.com/us/en/products/unifi-smart-power][USP-Plug]]
- [[https://store.ui.com/us/en/collections/unifi-camera-security-compact-wifi-connected][UVC
G4 Instant]] x 3
- [[https://store.ui.com/us/en/collections/unifi-camera-security-special-wifi-doorbell][UVC
G4 Doorbell Pro]]
*** Network
:PROPERTIES:
:CUSTOM_ID: network
:END:
A rack-mounted Dream Machine Pro, connected downstream to an access
point, mesh extender, and a couple ethernet switches.
- [[https://store.ui.com/us/en/collections/unifi-dream-machine/products/udm-pro][UDM-Pro]]
- [[https://store.ui.com/us/en/collections/unifi-switching-standard-power-over-ethernet/products/usw-24-poe][USW-24-PoE]]
- [[https://store.ui.com/us/en/collections/unifi-switching-utility-poe/products/usw-lite-8-poe][USW-Lite-8-PoE]]
- [[https://store.ui.com/us/en/collections/unifi-wifi-flagship-high-capacity/products/u6-pro][U6-Pro]]
- [[https://store.ui.com/us/en/collections/unifi-wifi-inwall-outlet-mesh][U6-Extender]]
- [[https://store.ui.com/us/en/collections/unifi-accessory-tech-installations-rackmount/products/uacc-rack-panel-patch-blank-24][USW
24-Port Patch Panel]]
*** Servers
:PROPERTIES:
:CUSTOM_ID: servers
:END:
1. Rack-Mount Server
I wasn't happy with using low-powered PCs as servers and I knew I did
not want the ear-shattering enterprise rack-mounted servers, so I
built my own.
| Category | Details |
|--------------------+----------------------------------------|
| Case | Rosewill RSV-R4100U 4U |
| Motherboard | NZXT B550 |
| CPU | AMD Ryzen 7 5700G with Radeon Graphics |
| RAM | 64GB RAM (2x32GB) |
| Storage (On-board) | Western Digital 500GB M.2 NVME SSD |
| Storage (HDD Bay) | 48TB HDD |
| PSU | Corsair RM850 PSU |
2. Other
These ran as my main servers before I built the rack-mounted server
above. I have shut these down indefinitely for now as I have no use
for them.
- Dell OptiPlex
- Raspberry Pi 4
|