Skip to content

Instantly share code, notes, and snippets.

level state
1 向上心に燃え、興味津々、指導を待ちわびている
2 意気消沈して、苛立っている。やめるかもしれない
3 時々ためらい、不安、不確かである
4 自立的、自主的に動ける
1 やる気満々、ワクワクしている
2 圧迫感、やる気減退
3 常に自身があるわけではなく、自己批判的
4 然るべき自信があり、確信的
1 既得能力に基づく自信、簡単に習得できるという自信がある
level state
1 その業務やタスクに関わるのは初めて
2 ある程度の知識やスキルはあるが、高いレベルではない。発展途上
3 スキルがあることを立証している(資格とか)、経験を積んでいる
4 熟達している
1 未経験である
2 向上の仕方がわからない
3 具体的に何かしらの貢献をしている
4 常に能力を発揮している
1 自分が何がわからないのかを把握できていない
@ntk1000
ntk1000 / sl2level.csv
Last active December 18, 2018 09:28
levels in sl2
level directive behavior supportive behavior
1 high low
2 high high
3 low high
4 low low
@ntk1000
ntk1000 / death_march.md
Created May 7, 2018 06:15 — forked from voluntas/death_march.md
デスマーチが起きる理由 - 3つの指標

デスマーチが起きる理由 - 3つの指標

著者: 青い鴉(ぶるくろ) @bluecrow2

これは結城浩さんの運用されていた YukiWiki に当時 Coffee 様 (青い鴉(ぶるくろ)様)がかかれていた文章です。 ただ 2018 年 3 月 7 日に YukiWiki が運用停止したため消えてしまったため、その記事のバックアップです。

今は 404 ですが、もともとの記事の URL は http://www.hyuki.com/yukiwiki/wiki.cgi?%A5%C7%A5%B9%A5%DE%A1%BC%A5%C1%A4%AC%B5%AF%A4%AD%A4%EB%CD%FD%CD%B3 になります。

昔自分がとても感銘を受けた文章なので、このまま読めなくなるのはとてももったいないと思い、バックアップとして公開しています。

@ntk1000
ntk1000 / README.markdown
Created April 26, 2018 06:24 — forked from FranklinYu/README.markdown
links for old versions of Docker for Mac (inspired by docker/for-mac#1120)

links for old versions of Docker for Mac

Deprecated

Docker provides download links in release note. They promised that

(we) will also include download links in release notes for future releases.

Note:

launchctl stop com.mcafee.menulet
launchctl stop com.mcafee.reporter
launchctl remove com.mcafee.menulet
launchctl remove com.mcafee.reporter
sudo su -
launchctl stop com.mcafee.virusscan.fmpd
launchctl stop com.mcafee.ssm.ScanManager
@ntk1000
ntk1000 / disable mcafee endpoint protection.md
Created September 5, 2017 04:02 — forked from tegansnyder/disable mcafee endpoint protection.md
Disable McAffee Endpoint Protection OSX

method 1

sudo /usr/local/McAfee/AntiMalware/VSControl stopoas

alternatively

sudo defaults write /Library/Preferences/com.mcafee.ssm.antimalware.plist OAS_Enable -bool False
sudo /usr/local/McAfee/AntiMalware/VSControl stop
sudo /usr/local/McAfee/AntiMalware/VSControl reload
@ntk1000
ntk1000 / .envrc
Last active December 8, 2016 23:36
terraformでチームのAWSリソースを管理する ref: http://qiita.com/ntk1000@github/items/567191102249cb4b7c5f
# TF_VAR
export TF_VAR_team=seeds
# AWS key
export AWS_ACCESS_KEY_ID=xxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxx
export AWS_DEFAULT_REGION=ap-northeast-1
@ntk1000
ntk1000 / aws-todo.md
Last active November 18, 2016 02:19
todo list after create aws account

請求周り

メニューバーの請求ダッシュボードから

  • 請求アラートを有効化
  • 請求アラームの作成(us-east-1のcloudwatchに作成される)
  • コストエクスプローラを有効化
  • IAMユーザによる請求情報を編集してアクセスを許可
@ntk1000
ntk1000 / bash-cheatsheet.sh
Created October 20, 2016 06:55 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04