Skip to content

Commit

Permalink
Add keyboard post
Browse files Browse the repository at this point in the history
  • Loading branch information
9sako6 committed Aug 24, 2022
1 parent 33bcf54 commit 757059e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions posts/corne-cherry-v3.md
@@ -0,0 +1,46 @@
---
title: "修練の幕開け"
description: "俺のキーボードかっこいい!"
topics: ["キーボード"]
published: true
eyecatch: "/images/corne-cherry-v3-1.jpg"
date: "2022-08-24T20:48:06.841+09:00"
---

先日、[ググれる時代だけど覚えることは重要](https://9sako6.com/posts/implement-quickly)という記事にて、

> 脊髄反射でプログラミングできるように大量にコードを書けと自戒しながら終わります。
と書きました。あれから、大量にコードを書く方法について考えていました。たどり着いたのはキーボードです。

当然ながら、速く入力できるほど大量にコードを書くことができます。
しかしながら、私のタイピングは非効率でした。
矢印やバックスペース、記号を押すために何度もホームポジションから外れていたのです。

とはいえ、これはチャンスであります。効率的なタイピングをマスターすれば、より大量にコードを書くことができます。
キー配列をいじって QWERTY 配列より効率的な配列を使っちゃったりすれば、さらなる加速も夢ではありません。

効率的なタイピングのために必要なのは優秀なキーボードです。早速手に入れました。

![Corne Cherry V3](/images/corne-cherry-v3-2.jpg)

キースイッチを交換できる点と、コンパクトさに惹かれて Corne Cherry V3 を買って作りました。
キースイッチは Gateron Silent Yellow を使っています。静音です。

本来 LED はもっと光るのですが、はんだ付けが下手くそだったので半分ほど失敗して光ってないです。
LED の色やアニメーションはキー操作で変えることができます。

![Corne Cherry V3](/images/corne-cherry-v3-1.jpg)

かっこいいですね。
かっこいいのですが、今のところはただタイピング速度・精度の劣化を得ています。

比較のために、今まで使っていた MacBook のキーボードと自作キーボードで寿司打をしました。
もともとは5.5タイプ/秒だったのですが、自作キーボードで打った場合は3.9タイプ/秒まで劣化しました。

![寿司打](/images/sushida.jpg)

冒頭の話に戻ります。そもそもなぜ私はコーディングスキルを高めたいのでしょうか。
それは、かっこよくなりたいからです。スーパープログラマはかっこいいです。
ところで、私の使ってるキーボードかっこいいですね。そんなキーボードを使っている私もかっこよく見えてきました。
キーボードさえかっこよければプログラミングなんてできなくてもよかったんですね。
Binary file added public/images/corne-cherry-v3-1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/corne-cherry-v3-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sushida.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion styles/globals.css
Expand Up @@ -34,7 +34,7 @@
@apply cursor-pointer text-teal-600 break-all hover:underline focus:underline active:underline dark:text-teal-400;
}
.markdown img {
@apply md:max-w-xl;
@apply md:max-w-xl m-auto;
}
.markdown svg {
@apply m-auto;
Expand Down

0 comments on commit 757059e

Please sign in to comment.