Skip to content

Instantly share code, notes, and snippets.

View nabinno's full-sized avatar
🤞
Draw and draw and draw

nabinno

🤞
Draw and draw and draw
View GitHub Profile
item content
commentary
部屋のHCHO、TVOCが安全基準をこえるケースがある

調査

定点観測用にRaspberry Piはどうか

  • AirPiの販売中止により、現状まとまったセンサーキットがないため調達し実装する手間がかかる
  • 定点観測用にFoobotやAirVisualがすでに登場している(日本では未販売)
  • というわけで、Raspberry Piはいったん保留ということで
normal_set
= 0, 1, ..., 99, 100
= 0, 1, ..., (2n-1), 2n
even_set
= 0, 2, ..., 100
= 0, 2, ..., (2n-2), 2n
odd_set
= 1, 3, ..., 97, 99

WSL 2

WslRegisterDistribution failed with error: 0x80370109
Error: 0x80370109 The operation timed out because a response was not received from the virtual machine or container.

Press any key to continue...

Settings -> Update & Security -> Device encryption

  • Device encryption is on: Turn off
@nabinno
nabinno / im_nat_friedman_future_ceo_of_github_ama.md
Last active January 11, 2019 17:57
Reddit AMA - Nat Friedman, future CEO of GitHub(ama_compiler一部省略)

https://www.reddit.com/r/AMA/comments/8pc8mf/im_nat_friedman_future_ceo_of_github_ama/e0a6bsz/

Question Answer Link
Atomどうなるの? 今後もAtom、VS Codeの開発とサポート続けるよ。 Here
GitLab事件についてどうおもう? 悲しい。 Here
広告つけるの? つけない。 Here
競合のレポジトリーをみたりする? みないよ。従業員のアクセス制限用にポリシー、コントロールが既にある。 Here
OSSのファイナンスの手助けをする?PatreonやOpenCollectiveのようなものを統合するとか。 いい質問だね(考えておく的なニュアンス)。個人的には、昨年aigrant.orgを立ち上げて、AIプロジェクトのファイナンスを手助けしてる。 Here
GitLabとBitBucketのようにプライベートレポジトリを無料にする予定はある? (答
@nabinno
nabinno / install-esperf.sh
Last active September 28, 2018 03:08
install esperf on ubuntu
# cmake
cd ~
wget https://cmake.org/files/v3.12/cmake-3.12.2.tar.gz
tar xvf cmake-3.12.2.tar.gz
cd cmake-3.12.2/
./configure
make
sudo make install
# esperf
#container {
margin: 0;
}
#global-header, .left-container, .right-container, .centerarticle-entry-image, .centerarticle-reaction-thumb, .centerarticle-entry-contents, .centerarticle-search, .centerarticle-reaction-following, .footer {
display: none;
}
.bookmark-item, .interest-touch-bookmark-item {
border: none;
align_assignments false
align_case_when false
align_chained_calls true
align_comments true
align_hash_keys false
double_newline_inside_type :no
indent_size 2
parens_in_def :yes
spaces_after_comma :one
spaces_after_lambda_arrow :one
@nabinno
nabinno / hatena-bookmark--old-style.css
Created July 8, 2017 08:48
Stylish for Hatena::Bookmark on 2017-07-08
#left-container,
#right-container,
#page-navi,
#help-pane {
display: none;
margin: 0;
padding: 0;
width: auto;
}