Skip to content

Commit

Permalink
記事を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
shizukani-cp committed Dec 28, 2024
1 parent b6269a0 commit cac7443
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/20241226/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>感想3</h2>
<button class="button back-next"
onclick="location.href = 'https://shizukani-cp.github.io/blog/articles/20241224/'">前の記事</button>
<button class="button back-next"
onclick="location.href = 'https://shizukani-cp.github.io/blog/articles/20230803/'">次の記事</button>
onclick="location.href = 'https://shizukani-cp.github.io/blog/articles/20241229/'">次の記事</button>
</main>
<aside id="sidebar"></aside>
<script src="../../scripts/articles.json.js"></script>
Expand Down
65 changes: 65 additions & 0 deletions articles/20241229/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>

<head>
<link rel="stylesheet" href="../../styles/basestyle.css">
<link rel="stylesheet" href="../../styles/style.css">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="飽き性もいいことがあるよという記事です。">
<meta property="og:title" content="飽き性の利点 | 静カニのブログ">
<meta property="og:site_name" content="静カニのブログ">
<meta property="og:type" content="article">
<meta property="og:url" content="https://shizukani-cp.github.io/blog/articles/20241229">
<meta property="og:image" content="https://shizukani-cp.github.io/blog/shizukani_title.png">
<title>飽き性の利点 | 静カニのブログ</title>
</head>

<body>

<header>
<a href="../../">
<img src="../../shizukani_title.png" alt="タイトル画像" class="title-image">
</a>
<nav>
<ul>
<li><a href="../../index.html">ホーム</a></li>
</ul>
</nav>
</header>
<main>
<h1>飽き性の利点</h1>
<p>こんにちは。静カニです。唐突ですが、実は私、飽きっぽい、飽き性です。ですが、これがちょっと利点になっているところがあるので、書き散らしていきます。</p>
<h2>何が?</h2>
<p>まず、私は、飽き性とはいっても飽きてきても慣性である程度続けるので、そこだけ留意してください。 <br />
まず、何といっても <strong>最初のうちは結構頑張れるところ</strong> です。
どういうことかというと、興味で始めて、飽きてきてやめるというのをくりかえすのがわたしなのですが、興味があるうちは、ほかのことに飽きているので結構頑張れるのです。
そのため、例えば、Pythonに飽きてきたとして、Rustに入った最初のうちは情報がよく入ってきても、あとはあまり入ってこないというのがあったりします。
ここまで書いてきて思ったのですが、収穫逓減の法則と似ている気がしますね。
収穫逓減の法則とは、「固定および可変の入力(例えば工場規模と労働者数)のある生産システムで、可変入力がある点を過ぎると、入力の増加が出力の増加に結びつかなくなっていく。逆に製品をより多く生産するのにかかるコストは増大していく。」(<a href="https://ja.wikipedia.org/wiki/%E5%8F%8E%E7%A9%AB%E9%80%93%E6%B8%9B">Wikipedia</a>)ことらしいのですが、
これを「最初のうちは比例していくけど、だんだんダメになっていく」と少々捻じ曲げて考えると、私の飽き性とピッタリです。<br />
次にあるのは、 <strong>とりあえず何らかの物事に興味を持ち続けられる</strong> ことですね。興味を持つというのは大事なことだってどっかで聞いたことがあるので(ソース激薄)、これは重要です。
例えば、今、私がAというプロジェクトをいじくりまわしているとします。ですが、これに飽きてくるとどうなるでしょうか。Bというアイデアをだして、プロジェクトにしてしまうのです。
私の開発はすべて個人開発なので、こういうのがいとも簡単にできてしまいます。この性格のせいで、私のGitHubアカウントのRepositoriesが32にもなっていたりします。
そこからわかる場合はわかることなのですが、GitHubの活動が全くなくても、私は何らかをいじくりまわしたりしているという感じだったりします。<br />
最後は、 <strong>昔取った杵柄がある程度できる</strong> です。これは、習い事とかの方が大きいのですが、一番始めに出した「最初のうちは結構頑張れる」と組み合わさると、結構な威力を発揮します。
つまり「最初のうちに進んでおけば、それをやめた後でも多少はその恩恵を受けられる」ということです。
また、途中で挫折したプロジェクトがあっても、それで多少の知見や経験が得られるはずなので、そこからつなげていくことができます。
ここは2番目のやつとも通づるところがありますね。</p>
<h2>実際どんな感じ?</h2>
<p>最初の物の例としては、私は、昔は趣味が撮り鉄だったのですが、だんだん飽きてきて、最近はPC・プログラミングになったというのが最も大きな例です。<br />
最後のやつの例では、そろばんを習っていたけど、やめてしまった…。というのがあります。このおかげで暗算がちょっと楽になっている気がします。~~あんま変わんないけど。~~ </p>
<h2>まとめ</h2>
<p>飽き性も悪くないぞ!元気出せ!</p>
<button class="button back-next"
onclick="location.href = 'https://shizukani-cp.github.io/blog/articles/20241226/'">前の記事</button>
<button class="button back-next"
onclick="location.href = 'https://shizukani-cp.github.io/blog/articles/20240803/'">次の記事</button>
</main>
<aside id="sidebar"></aside>
<script src="../../scripts/articles.json.js"></script>
<script src="../../scripts/create_index.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion scripts/articles.json.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac7443

Please sign in to comment.