add hardware setup
This commit is contained in:
parent
8aa91e538f
commit
b97b66c625
6 changed files with 51 additions and 32 deletions
4
dist/posts.css
vendored
4
dist/posts.css
vendored
|
@ -33,4 +33,8 @@ hr {
|
|||
height: 1px;
|
||||
margin: 2rem 0;
|
||||
background-color: var(--emboss-color);
|
||||
}
|
||||
|
||||
span[title] {
|
||||
text-decoration: underline wavy gray;
|
||||
}
|
34
dist/setup/index.html
vendored
34
dist/setup/index.html
vendored
|
@ -36,27 +36,27 @@
|
|||
<h1>My Hardware Setup</h1>
|
||||
</header>
|
||||
|
||||
<p><em>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 <a href="/setup">/setup</a>.</em></p>
|
||||
<p>Last updated: 2024-05-13</p>
|
||||
<p>Introduction Lorem Ipsum Sit Dolor Amet...</p>
|
||||
<h2>Headline 1</h2>
|
||||
<p><em>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 <a href="/stack">/stack</a>.</em></p>
|
||||
<p>Last updated: 2024-05-20</p>
|
||||
<p>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.</p>
|
||||
<h2>Work Computer: Thinkpad T14s</h2>
|
||||
<blockquote>
|
||||
<p>Some extra info</p>
|
||||
<p>Decent CPU, good amount of RAM, very lightweight, great battery life</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li>A nice list of things, maybe?</li>
|
||||
<li>Could also be a paragraph or two.</li>
|
||||
<li>That is totally up to me, I guess.</li>
|
||||
</ul>
|
||||
<h2>Headline 2</h2>
|
||||
<p>Thinkpads are my go-to laptops for work. They are robust and performant.</p>
|
||||
<h2>Private Computer: ASUS Zenbook Pro Duo</h2>
|
||||
<blockquote>
|
||||
<p>Some more extra info</p>
|
||||
<p>Fantastic screen, a second display, decent hardware</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li>A nice list of things, maybe?</li>
|
||||
<li>Could also be a paragraph or two.</li>
|
||||
<li>That is totally up to me, I guess.</li>
|
||||
</ul>
|
||||
<p>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.</p>
|
||||
<h2>Keyboard: Sofle 2 split-keyboard</h2>
|
||||
<p>I use the <a href="https://josefadamcik.github.io/SofleKeyboard/">Sofle 2</a> keyboard. I adapted it to my needs. It features two rotary encoders and a customized <a href="https://qmk.fm">qmk firmware</a> configuration. The source code can be found <a href="https://github.com/nkoehring/qmk_firmware/tree/master">on github</a>.</p>
|
||||
<h2><span title="a.k.a. mouse">Pointer</span>: Kensington Orbit</h2>
|
||||
<p>The <a href="https://www.kensington.com/p/products/electronic-control-solutions/trackball-products/orbit-wireless-trackball-with-scroll-ring/">Kensington Orbit</a> is a trackball and a treat for every wrist.</p>
|
||||
<h2>Desk: ergonomic</h2>
|
||||
<p>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.</p>
|
||||
<h2>Chair: ergonomic</h2>
|
||||
<p>My chair is an ergonomic office chair with 4D arm rests and extra back support. I can sit on it all day without issues.</p>
|
||||
</main>
|
||||
<div id="spacer"></div>
|
||||
<header id="header" class="small">
|
||||
|
|
2
dist/stack/index.html
vendored
2
dist/stack/index.html
vendored
|
@ -36,7 +36,7 @@
|
|||
<h1>My Software Stack</h1>
|
||||
</header>
|
||||
|
||||
<p><em>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 <a href="/setup">/setup</a>.</em></p>
|
||||
<p><em>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 <a href="/setup">/setup</a>.</em></p>
|
||||
<p>Last updated: 2024-05-13</p>
|
||||
<p>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.</p>
|
||||
<h2><span title="Operating System">OS</span>: Fedora Linux</h2>
|
||||
|
|
|
@ -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).
|
||||
|
||||
## <span title="a.k.a. mouse">Pointer</span>: 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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -33,4 +33,8 @@ hr {
|
|||
height: 1px;
|
||||
margin: 2rem 0;
|
||||
background-color: var(--emboss-color);
|
||||
}
|
||||
|
||||
span[title] {
|
||||
text-decoration: underline wavy gray;
|
||||
}
|
Loading…
Reference in a new issue