From b97b66c6251e936631073aead3a2649ff44deac1 Mon Sep 17 00:00:00 2001 From: koehr Date: Mon, 20 May 2024 21:55:37 +0200 Subject: [PATCH] add hardware setup --- dist/posts.css | 4 ++++ dist/setup/index.html | 34 +++++++++++++++++----------------- dist/stack/index.html | 2 +- setup/index.md | 37 ++++++++++++++++++++++++------------- stack/index.md | 2 +- static/posts.css | 4 ++++ 6 files changed, 51 insertions(+), 32 deletions(-) diff --git a/dist/posts.css b/dist/posts.css index cb71d9f..135b44c 100644 --- a/dist/posts.css +++ b/dist/posts.css @@ -33,4 +33,8 @@ hr { height: 1px; margin: 2rem 0; background-color: var(--emboss-color); +} + +span[title] { + text-decoration: underline wavy gray; } \ No newline at end of file diff --git a/dist/setup/index.html b/dist/setup/index.html index 634aa0d..f6860c0 100644 --- a/dist/setup/index.html +++ b/dist/setup/index.html @@ -36,27 +36,27 @@

My Hardware Setup

-

As a software engineer, the tools I use define how I work and I find it always inspiring to see the tools, other people use. This page focusses on Software. For Hardware, check /setup.

-

Last updated: 2024-05-13

-

Introduction Lorem Ipsum Sit Dolor Amet...

-

Headline 1

+

As a software engineer, the tools I use define how I work and I find it inspiring to see which tools other people use. This page focusses on Hardware. For Software, check /stack.

+

Last updated: 2024-05-20

+

I used to work on laptops without any extras, but over the years ergonomics got more and more important. Now I have a second screen, a standing desk and an ergonomic chair. My main keyboard is split in half and my pointer device is a big red ball.

+

Work Computer: Thinkpad T14s

-

Some extra info

+

Decent CPU, good amount of RAM, very lightweight, great battery life

- -

Headline 2

+

Thinkpads are my go-to laptops for work. They are robust and performant.

+

Private Computer: ASUS Zenbook Pro Duo

-

Some more extra info

+

Fantastic screen, a second display, decent hardware

- +

My private laptop is a bit more experimental. It features a dual screen setup with a 16:10 OLED screen and an additional 16:5(-ish) LCD above the keyboard.

+

Keyboard: Sofle 2 split-keyboard

+

I use the Sofle 2 keyboard. I adapted it to my needs. It features two rotary encoders and a customized qmk firmware configuration. The source code can be found on github.

+

Pointer: Kensington Orbit

+

The Kensington Orbit is a trackball and a treat for every wrist.

+

Desk: ergonomic

+

My desk is height adjustable, so that I can sit or stand at it. Its not a fancy branded one; it does it job well, though.

+

Chair: ergonomic

+

My chair is an ergonomic office chair with 4D arm rests and extra back support. I can sit on it all day without issues.

-

As a software engineer, the tools I use define how I work and I find it always inspiring to see the tools, other people use. This page focusses on Software. For Hardware, check /setup.

+

As a software engineer, the tools I use define how I work and I find it inspiring to see which tools other people use. This page focusses on Software. For Hardware, check /setup.

Last updated: 2024-05-13

My software stack is pretty old-school. I prefer CLI applications for almost everything. The only GUI programs I usually run are browsers, image manipulators and LogSeq.

OS: Fedora Linux

diff --git a/setup/index.md b/setup/index.md index bb23c6f..3cb2497 100644 --- a/setup/index.md +++ b/setup/index.md @@ -1,22 +1,33 @@ -*As a software engineer, the tools I use define how I work and I find it always inspiring to see the tools, other people use. This page focusses on Software. For Hardware, check [/setup](/setup).* +*As a software engineer, the tools I use define how I work and I find it inspiring to see which tools other people use. This page focusses on Hardware. For Software, check [/stack](/stack).* -Last updated: 2024-05-13 +Last updated: 2024-05-20 -Introduction Lorem Ipsum Sit Dolor Amet... +I used to work on laptops without any extras, but over the years ergonomics got more and more important. Now I have a second screen, a standing desk and an ergonomic chair. My main keyboard is split in half and my pointer device is a big red ball. -## Headline 1 +## Work Computer: Thinkpad T14s -> Some extra info +> Decent CPU, good amount of RAM, very lightweight, great battery life -* A nice list of things, maybe? -* Could also be a paragraph or two. -* That is totally up to me, I guess. +Thinkpads are my go-to laptops for work. They are robust and performant. -## Headline 2 +## Private Computer: ASUS Zenbook Pro Duo -> Some more extra info +> Fantastic screen, a second display, decent hardware -* A nice list of things, maybe? -* Could also be a paragraph or two. -* That is totally up to me, I guess. +My private laptop is a bit more experimental. It features a dual screen setup with a 16:10 OLED screen and an additional 16:5(-ish) LCD above the keyboard. +## Keyboard: Sofle 2 split-keyboard + +I use the [Sofle 2](https://josefadamcik.github.io/SofleKeyboard/) keyboard. I adapted it to my needs. It features two rotary encoders and a customized [qmk firmware](https://qmk.fm) configuration. The source code can be found [on github](https://github.com/nkoehring/qmk_firmware/tree/master). + +## Pointer: Kensington Orbit + +The [Kensington Orbit](https://www.kensington.com/p/products/electronic-control-solutions/trackball-products/orbit-wireless-trackball-with-scroll-ring/) is a trackball and a treat for every wrist. + +## Desk: ergonomic + +My desk is height adjustable, so that I can sit or stand at it. Its not a fancy branded one; it does it job well, though. + +## Chair: ergonomic + +My chair is an ergonomic office chair with 4D arm rests and extra back support. I can sit on it all day without issues. diff --git a/stack/index.md b/stack/index.md index 55d71bc..a78b8d0 100644 --- a/stack/index.md +++ b/stack/index.md @@ -1,4 +1,4 @@ -*As a software engineer, the tools I use define how I work and I find it always inspiring to see the tools, other people use. This page focusses on Software. For Hardware, check [/setup](/setup).* +*As a software engineer, the tools I use define how I work and I find it inspiring to see which tools other people use. This page focusses on Software. For Hardware, check [/setup](/setup).* Last updated: 2024-05-13 diff --git a/static/posts.css b/static/posts.css index cb71d9f..135b44c 100644 --- a/static/posts.css +++ b/static/posts.css @@ -33,4 +33,8 @@ hr { height: 1px; margin: 2rem 0; background-color: var(--emboss-color); +} + +span[title] { + text-decoration: underline wavy gray; } \ No newline at end of file