> For the complete documentation index, see [llms.txt](https://yutakatay.gitbook.io/katapedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yutakatay.gitbook.io/katapedia/doc/memo.md).

# 雑多メモ

とにかくなんでも記録する場所

## エンジニアリング組織

PMはプロダクトの部分、「WHY（なぜ）、WHAT（なにを）、WHEN（いつまでに）」にコミットし、EMはマネジメント、メンバーアサインの部分「WHO（だれが）、WHERE（どこで）、HOW（どうやって）」やるのか。そしてTLは「WHAT（なにを）、HOW（どうやって)、WHEN（いつまでに）」

<https://techplay.jp/column/709>

## 個人的言語ランキング

90 Rust, Kotlin

80 Go, TypeScript, Scala, ShellScript

70 Python, Java, JavaScript

60 Ruby, PHP, Awk, R, C#(書きたくはないが)

50 C++

30 Fortran

20 C

10 VBA, JScript

## 天才エンジニア

\[Jeff Dean]\(<https://en.wikipedia.org/wiki/Jeff_Dean_(computer_scientist>)) [John Carmack](https://en.wikipedia.org/wiki/John_Carmack) [George Hotz](https://en.wikipedia.org/wiki/George_Hotz)

## サッカーで大事なこと

* 個性
* 競争
* 献身
* 連動

## 仕事鉄人5条件

* すごく残業する
* 休日も仕事する
* 休み時間も仕事する
* 仕事がいっぱいでも機嫌がいい
* 個人携帯電話番号は公開

## メモ

* unicorn\_railsの--pathオプション
* ホイールクリック(右クリック＋左クリック＝ミドルクリック)に設定

  `gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true`
* ディレクターとは
* 商談して見積もりを作る人
* スケジュールを管理する人
* 作成の運用や進行を管理する人
* 成果物の品質を管理する人
* システムの要件を定義する人
* 実装のチェックを正確に行う人
* ローディング、レート、チャージ、単金はいっしょの意味

## 記号一覧

```
!@#$%^&*()_+|~-=`[];',./{}:"<>?
```

## 仕事の価値観

有給は消化しなくていい、

残業もする、

突然の休出もする、

評価もされなくていい、

ただ、ゴミな作業はやりたくない。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://yutakatay.gitbook.io/katapedia/doc/memo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
