Skip to content

Instantly share code, notes, and snippets.

View hyunbinseo's full-sized avatar

Hyunbin Seo hyunbinseo

  • 다양한학습자를위한 주식회사
  • Republic of Korea
  • 13:40 (UTC +09:00)
  • LinkedIn in/hyunbinseo
View GitHub Profile

Use pnpm. Don't use npx or npm on your own — only when they're defined in .mcp.json.

If an MCP server fails to connect (e.g. /mcp shows an error like ENOENT), warn the user about it.

When debugging an issue (e.g. a Sentry event), consider whether the bug is in the library or framework itself. If so, ask before digging in.

If requested, attribute yourself in the commit message body in this format:

Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
@hyunbinseo
hyunbinseo / 2026-08-07.md
Created August 7, 2026 09:18
Fedora KDE Custom Patches

Laptop not suspending on lid close

Symptom: Closing the lid only turned off the screen; the laptop stayed awake (fans running, network alive).

Root cause: Not a KDE/logind config issue. The kernel's btintel_pcie driver (Intel Bluetooth over PCIe, controller a876 at PCI 0000:00:14.7) was failing its PCI suspend callback with -EBUSY:

btintel_pcie 0000:00:14.7: PM: pci_pm_suspend() ... returns -16
PM: Some devices failed to suspend, or early wake event detected
systemd-sleep: Failed to put system to sleep. System resumed again: Device or resource busy
@hyunbinseo
hyunbinseo / gh.sh
Last active August 5, 2026 05:05
Common Setup (Windows, Fedora)
gh auth login
gh auth setup-git # https://cli.github.com/manual/gh_auth_setup-git
gh auth switch
@hyunbinseo
hyunbinseo / about.sh
Last active July 31, 2026 02:41
Fedora KDE Setup
# cat /etc/os-release
NAME="Fedora Linux"
VERSION="44 (KDE Plasma Desktop Edition)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=44
VERSION_CODENAME=""
PRETTY_NAME="Fedora Linux 44 (KDE Plasma Desktop Edition)"
@hyunbinseo
hyunbinseo / extensions.md
Last active August 8, 2026 09:34
Zed Setting Files
  • Codebook Spell Checker (codebook) v0.2.14
  • Comments Highlighter (comment) v0.6.6
  • HTML (html) v0.3.1
  • Oxc (oxc) v0.4.7
  • SQL (sql) v1.1.7
  • Svelte (svelte) v0.2.11
@hyunbinseo
hyunbinseo / kpop.md
Created April 24, 2026 00:23
노래방 애창곡
  • 10cm - 폰서트
  • 2NE1 - Come Back Home
  • 2NE1 - Hate You
  • 2NE1 - Ugly
  • G-Dragon - Butterfly
  • 경서 - 밤하늘의 별을
  • 긱스 - I'm Officially Missing You
  • 김건모 - 잠 못 드는 밤 비는 내리고
  • 김아중 - Maria
  • 김예림 - 행복한 나를
@hyunbinseo
hyunbinseo / adb.sh
Last active July 27, 2026 23:09
well-known commands
./adb devices # C:\Program Files (x86)\ClockworkMod\Universal Adb Driver
./adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound
pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme

안녕하세요. 네이버 클라우드 플랫폼입니다.

Archive 스토리지는 저장소를 2 Tier로 운영하고 있으며, 데이터는 안전하게 보호되고 있습니다.

저장된 데이터는 오래된 데이터를 기반으로 ILM(Information Lifecycle Management) Policy에 의하여 1차 저장소에서 2차 저장소로 이관되며, 다운로드 요청에 따라 데이터는 2차 저장소에서 1차 저장소로 이전 후 다운로드 가능하게 됩니다.

해당 현상은 데이터를 요청을 제공하기 위해 1차 저장소로 옮겨오는 도중 요청이 완료되지 않아 콘솔 에러 발생으로 추정됩니다.

Object 다운로드 개별적으로 요청된 이후 1차 저장소로 옮겨온 데이터는 다운로드 가능합니다.

@hyunbinseo
hyunbinseo / +index.html
Last active September 30, 2025 08:46
Learning Material
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<canvas></canvas>
<script>