diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-20 15:22:00 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-20 15:22:00 +0000 |
commit | ad2d38bd9a44f77fcb664f7f44a5a2321c834339 (patch) | |
tree | 1bf38ab0a896c56fe432fe2f98bcb64f9b7802c0 | |
parent | a5e40ddc192455c8dd59357f979f29b5c497fdbe (diff) | |
download | rgoncalves.se-ad2d38bd9a44f77fcb664f7f44a5a2321c834339.tar.gz |
about: Add gear section
-rw-r--r-- | src/a/gear.md | 75 | ||||
-rw-r--r-- | src/a/index.md | 3 |
2 files changed, 77 insertions, 1 deletions
diff --git a/src/a/gear.md b/src/a/gear.md new file mode 100644 index 0000000..1475384 --- /dev/null +++ b/src/a/gear.md @@ -0,0 +1,75 @@ +title: Gear + +> I don't have any intentions to have monthly blog posts about my current gear, +> mostly because I have spent a lot of time finding the right devices for the +> right job. Nothing is going to change anytime soon. + +## Machines + +- Thinkpad X220, **Laptop**: + - *i5-2540M, 8GB of RAM, IPS Panel* + - Secondary development machine running Archlinux. + - Two different boot config: with and without CPU mitigations for maximum + performance. + +- Thinkpad X220, **Laptop**: + - *i5-2540M, 16GB of RAM, TN Panel* + - OpenBSD development laptop running -current. + - One of the right USB slot has been scrapped and replaced with a USB Type-C + female slot that I hand soldered myself (useful for Yubikeys, as the + motherboard only supports USB 2.0 for that slot). + +- Dell XPS 9370, **Laptop**: + - *i7-xxx?, 16GB of RAM, Touchscreen + 4K + glossy* + - *Was* my main machine for university, running Archlinux and Sway. + - Bedrocklinux with Archlinux + Voidlinux lived some months on it. + - Not used currently: mixed DPI on X11 gives me headaches with external + screens, suckless trapped me, and there `dwl` is nowhere near `dwm`. And + the screen resolutions of old Thinkpad is good enough for me! + +- Custom-built computer, **Desktop**: + - *Ryzen 1600, 16GB of RAM, 512GB of NVME storage* + - Primary development machine running Archlinux. + - Used for casual gaming. + - Lives in a server case and in my server rack! + +- Dell R710 Gen II, **Server**: + - *48GB of RAM* + - OpenBSD hypevisor for my virtual machines and homelab. + - Is usually running 24/7 behing my VPN. + - Internal SSD for the system has been glued in the DVD slot, and is used as + the system disk for OpenBSD. + - Fans are always slowed down to reduce the noise impact in my office. + +- Sun X4170, **Server**: + - *32GB of RAM* + - Currently unused! + +## Accessories + + +- HHKB Professial Classic, **Keyboard**: + - *ANSI and US layout* + - Buying such keyboard should be considered as an investment. It has been + worth it for me. + +- Focusrite Scarlett Solo, **Sound card**: + - *Gen II* + - I/O for my headset and microphone + +- DT 770 Pro, **Headset**: + - *80 Ohm version* + +- two Benq xxx?, **Monitor**: + - dual-screen for my primary development machine. + + +## Miscellaneous + +- Rotring 600, **Pencil**: + - *black, 0.5mm* + - A very high quality body. However the results depend on what mine you choose + to put in it. + +- Tecpak from French Army, **Backpack**: + - *30L. version* diff --git a/src/a/index.md b/src/a/index.md index 77f6335..d810abf 100644 --- a/src/a/index.md +++ b/src/a/index.md @@ -8,7 +8,8 @@ Software developer, devops, hacker. ## links -- [level design](level-design.html) - [curated content](curated-content.html) +- [gear](gear.html) +- [level design](level-design.html) - [random thoughts](random-thoughts.html) - [resume](resume.html) |