post: keyboard

This commit is contained in:
gome 2023-07-21 20:28:10 -05:00
parent f94f3e78d9
commit 4d1c668826
6 changed files with 99 additions and 5 deletions

View File

@ -59,11 +59,11 @@
</article>
<article>
<h2>Latest gomepost</h2>
<a class='journal-link' href='journal/stan-rogers.html'>
<h3>Stan Rogers is a true folk musician</h3>
<div class='line stop-4'></div>
<time datetime='Wed, 19 Jul 2023 23:00:00 CDT'>19 Jul 2023, 11:00 PM</time>
<p>What does folk music mean today?</p>
<a class='journal-link' href='journal/keyboard.html'>
<h3>I love my new keyboard</h3>
<div class='line stop-3'></div>
<time datetime='Fri, 21 Jul 2023 20:30:00 CDT'>21 Jul 2023, 8:30 PM</time>
<p>My first mechanical one</p>
</a>
</article>
<article id='listening'>

BIN
journal/img/keyboard.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
journal/img/typing.mp3 Normal file

Binary file not shown.

View File

@ -20,6 +20,12 @@
<main>
<h1>Journal</h1>
<a href='rss/feed.xml' class='rss-link'>RSS feed</a>
<a class='journal-link' href='keyboard.html'>
<h3>I love my new keyboard</h3>
<div class='line stop-3'></div>
<time datetime='Fri, 21 Jul 2023 20:30:00 CDT'>21 Jul 2023, 8:30 PM</time>
<p>My first mechanical one</p>
</a>
<a class='journal-link' href='stan-rogers.html'>
<h3>Stan Rogers is a true folk musician</h3>
<div class='line stop-4'></div>

79
journal/keyboard.html Normal file
View File

@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>gome — keyboard</title>
<meta charset='utf-8'/>
<meta name='theme-color' content='#efe5d7'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, shrink-to-fit=no'/>
<link rel='icon' type='image/x-icon' href='../favicon.ico'>
<link rel='preconnect' href='https://fonts.googleapis.com'>
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
<link href='https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap' rel='stylesheet'>
<link rel='stylesheet' type='text/css' href='../css/style.css'/>
<script defer src='../js/gomesong.js'></script>
</head>
<body>
<header id='header'>
<nav>
<a href='..'>back to gomepage</a>&mdash;<a href='.'>journal</a>
</nav>
</header>
<main>
<article>
<h1 id='title'>I love my new keyboard</h1>
<time datetime='Fri, 21 Jul 2023 20:30:00 CDT'>21 Jul 2023, 8:30 PM</time>
<p>
For a long time, Ive had one of those Microsoft ergonomic keyboards with the split-hand layout.
It worked reasonably well for me; I havent ever been terribly picky about my PC peripherals.
Although the hardware still works fine, its developed an unfortunate shedding problem.
The foam handrest is covered in this thin pleather-type skin that comes off in little pieces.
</p><p>
I didnt really want to give it up as long as it still worked fine.
I tried to remove the foam, but the keyboard is quite resistant to being opened up, and there's no clear way to remove just that.
I eventually got sick of having these little pieces of plastic whatever sticking to my hands all the time.
I started dreaming about getting a new keyboard.
</p><p>
Since its something Ill use every day for work, I wanted to get a keyboard I enjoyed using, maybe one that was a little stylish, even.
So I thought Id give mechanical keyboards a try.
Theyre supposed to be more fun to type on, and they tend to have an aesthetic edge on non-mechanicals.
</p><p>
I did a good bit of searching and research, and I learned a bit about mechanical keyboards along the way.
Some boards are hot-swappable, which means you can change out the switches without soldering.
Switches are the part of each key that actually detects your keypress, and they come with different mechanical actions, coded by color: e.g., red for linear (smooth action), blue for clicky, and brown for tactile (I think thats somewhere between the other two).
I wanted something on the quieter side, so went with red switches for mine.
</p><p>
I knew I didnt need hot-swapping, nor did I need backlights for the keys.
Ruling out boards with those features meant I could find one I was happy with at a really good price, relatively speaking.
Best of all, I was able to find one in a special retro color scheme I found really appealing.
</p>
<figure>
<img src='img/keyboard.webp' width='500' height='375' />
<figcaption>Im a big fan of the red escape key.</figcaption>
</figure>
<div class='music-box'>
<audio src='img/typing.mp3' loop></audio>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>
<span>This is the sound of me typing this sentence.</span>
</div>
<p>
The keyboard arrived a few weeks ago now, and Ive just been more happy with it the more Ive used it.
It feels so nice to type on.
The action is so smooth, and it only takes a light touch to trigger a key, so I can really fly on it, especially with keyboard shortcuts.
</p><p>
Best of all, I really like the way it looks.
Its fun to look down at it every so often while working and see this cool, aesthetic rectangle.
I do think having nicer things for my everyday office use probably has a bit of a positive impact on my attitude, on the whole.
</p><p>
Do you own a mechanical keyboard?
What kind do you have?
What kind of switches?
What color?
How do you like it?
Do you have something else you use every day that delights you?
Let me know your thoughts at my Ctrl-C email: <code>gome<span style='user-select: none;'>&nbsp;&#8203;</span>@<span style='user-select: none;'>&nbsp;&#8203;</span>ctrl-c.club</code>.
</p>
</article>
</main>
</body>
</html>

View File

@ -13,6 +13,15 @@
<width>144</width>
<height>87</height>
</image>
<item>
<title>I love my new keyboard</title>
<author>gome</author>
<pubDate>Fri, 21 Jul 2023 20:30:00 CDT</pubDate>
<link>https://ctrl-c.club/~gome/journal/keyboard.html</link>
<guid>https://ctrl-c.club/~gome/journal/keyboard.html</guid>
<description>My first mechanical one</description>
<enclosure url="https://ctrl-c.club/~gome/journal/img/keyboard.webp" length="62716" type="image/webp" />
</item>
<item>
<title>Stan Rogers is a true folk musician</title>
<author>gome</author>