Skip to content

Instantly share code, notes, and snippets.

@hiromichinomata
hiromichinomata / flog.md
Created September 3, 2023 00:33
ABC size of open-source Rails web services

Redmine

commit 9315481cdfefed08d0e1bfa0701de872ba6d241b

$ bundle exec flog -s app/
 38238.1: flog total
    15.5: flog/method average

Mastodon

@hiromichinomata
hiromichinomata / tech_blog_estimation.md
Created January 13, 2023 15:11
企業技術ブログを続けるために必要なエンジニアの人数の推定
@hiromichinomata
hiromichinomata / ncs_openvino_failed.md
Created January 2, 2021 09:13
Neural Compute StickでOpenVINO(Windows) うまくいってない
@hiromichinomata
hiromichinomata / covid-19_memo.md
Last active March 13, 2020 14:57
COVID-19症例メモ
@hiromichinomata
hiromichinomata / .bashrc
Created November 8, 2018 22:56
bash alias example
source ~/git-completion.bash
alias b='bundle'
alias be='bundle exec'
alias bers='bundle exec rails s'
alias bi='bundle install'
alias cl='clear'
alias d='docker'
@hiromichinomata
hiromichinomata / fd_rg_benchmark.md
Created October 19, 2017 09:54
Simple fd & rg benchmark

Simple fd & rg benchmark

Environment

  • macOS Sierra Version 10.12.6
  • Mac mini (Late 2014)
  • Processor Speed: 2.6 GHz
  • Memory: 8 GB
  • FileVault enabled

fd & rg were installed via Homebrew