Skip to content

Instantly share code, notes, and snippets.

View eggplants's full-sized avatar
🏠
Working from home

haruna eggplants

🏠
Working from home
View GitHub Profile
@eggplants
eggplants / 404_awesome.md
Last active August 23, 2026 19:15
Missing Awesome Lists I Want
@eggplants
eggplants / ai_categorize_starred_repos.md
Last active August 23, 2026 02:39
Categorize my starred repos into Star List with Claude Code Opus[1m]

Categorize my starred repos into Star List with Claude Code Opus[1m]

https://github.com/eggplants/gh-starlist

gh extension install eggplants/gh-starlist
gh auth status | grep -qF "'user'" || gh auth refresh -h github.com -s user
gh starlist export -o STARS.md

インサイダー取引規制講習

2026-08-18 受講

1. インサイダー取引とは

金融商品市場で公正な取引をするため金融商品取引法で規制

  • 5年以下の拘禁刑 (197条の2)
  • 違法に得た財産の没収や追徴 (198条の2)
  • 経済的利益相当の課徴金 (175条)
@eggplants
eggplants / NKTIDKSG_DISCO_FEVER.md
Last active August 17, 2026 20:31
NKTIDKSG DISCO FEVER 歌詞 / NKTIDKSG DISCO FEVER lyric
@eggplants
eggplants / unbound.sh
Created August 10, 2026 03:16
Bash 3.2 unbound bug
#!/usr/bin/env bash
set -u
f() {
for _arg in "${@}"
do :
done
}
echo "bash ${BASH_VERSION}"
f # bash 3.2: `@: unbound variable`
echo "=> ok"

企業倫理・コンプライアンス研修

2026-07-03 受講

第1章 企業活動とコンプライアンス

不正な行為と知りつつ行われた事例多数。

  • 企業倫理(business Ethics): ビジネス倫理、人倫の道徳
  • 法令遵守(compliance): 規則や法律に従う・守る

ThinkPad 症状 (2026-05-03現在)

製品情報

  • 購入日: 2022-10-15
  • Lenovo直販サイトで購入
  • 製品番号: 20XW00LBJP
  • 商品名: ThinkPad X1 Carbon Gen 9 - ブラック8
  • シリアル番号: PF-3YEEF7
@eggplants
eggplants / grep_exclude_dir.sh
Created March 27, 2026 03:31
How to exclude ordinal ignored directories from targets of grep search in pnpm project
# Use rg instead of:
grep -r FooBar --exclude-dir={.next,node_modules,.pnpm-store,dist,coverage}

インサイダー講習メモ

1-1 インサイダー取引とは

  • 内部者が内部の事実を知りながら金融商品市場で取引すること
  • 金融商品取引法
    • 5年以下の拘禁刑
    • 違法に得た財産の没収や追徴
    • 経済的利益相当の課徴金
  • 500万円以下の罰金 (法人は5億円以下の罰金)
@eggplants
eggplants / ghostty_config_linux
Last active April 24, 2026 23:38
My Ghostty configuration
term = xterm-ghostty
theme = Andromeda
font-family = HackGen Console NF
font-size = 9
font-thicken = true
font-thicken-strength = 1