Claude Code に以下のURLを提示して実装を指示したら、ステータス行にレート残量を簡単に表示できました。バーの見た目を自分の好みにカスタマイズするのが楽しい code.claude.com/docs/en/stat...
Nape Pro の現在の設定 ボールを使ったジェスチャー/スクロールは、ジェスチャーの感度(stroke-size, tapping-term, cooldown等)が設定できないことと、ボールの滑りが特定の方向だけ滑らかで使いづらく、諦めました... 代わりにレイヤー+ボタンで対応(画像Alt内で説明)。 zmk−config を公開してほしいですが、多分無理そうな気がする...
"So at first, I thought, “Is this meant for people with visual impairments?!” ... “Ah! The color of the Cherry logo...” ... If you think of the Cherry logo as “red representing the letters, and green representing the number row,” it does seem plausible." pinchocodia.tistory.com/17
SWG Midnight Rainbow Designer: Prototypist GB: June 29 – July 13, 2026 Looks awesome! The yellow keys aren’t really for me, so the Base Kit might be all I need. swagkeys.notion.site/Midnight-Rai...
"DCS Handarbeit Inspired by G81-3000HBD OG Handarbeit keyboard. Using the DCS profile from Signatures Plastics, that we know and love, to bring modern kitting with a Gorton twist!" geekhack.org/index.php?to... cannonkeys.com/products/dcs...
KimiBoard Liteが届いたので、ZMKファームウェアを書き直してマウスジェスチャーに対応してみた。まずmacのトラックパッドの2本指ジェスチャーと3本指ジェスチャーをトラックボールで再現 github.com/susumuota/zm... KimiBoard Liteもう1個欲しいと思って今BOOTHみたら在庫がなくなってた!
Topre RealForce 89U を押し入れから出してきた :D 20年くらい前に秋葉原のぷらっとホームで買ったキーボード。Windows キーが追加される直前のモデル。まだ普通に使えるけど昔のキーボードなのでカチャカチャうるさい
"A sentence segmentation library written in Rust language with wide language support optimized for speed and utility." github.com/wikimedia/se...
Added a rich-style status bar to Claude Code. It shows context usage and the next reset times for the 5-hour and 7-day limits.
Allow VS Code's JSON language service to download schemas from raw.githubusercontent.com, which is needed for the Deno configuration schema references used by deno.json.
To share shell history across tmux panes, Bash typically uses `histappend` plus `history -a; history -n`, while zsh can handle it more cleanly with `SHARE_HISTORY`.
Unsloth Studio の inference を試してみた。インストールしただけのデフォルトの状態で、検索・Python・ターミナルの3つツールが設定なしで使えるのはいいね! 推論だけでなく学習も出来るらしい。 試したモデルは gemma-4-E4B-it-UD-Q6_K_XL.gguf
Quick note for headless Ubuntu 26.04 installs on Raspberry Pi 5: 1. Flash `Ubuntu Server 26.04` with Raspberry Pi Imager 2. Reinsert the SD card 3. Open `/Volumes/SDCard/network-config` 4. Change `optional: true` under `wifis` to `optional: false` 5. Insert the SD card into the Pi 5 and boot it
I expanded the Claude code feed to include the Gemini CLI. bsky.app/profile/did:...
Karabiner-Elements でマルチレイヤのキーマップを作った。karabiner.ts というライブラリを使ったらレイヤーが簡単に実装できた! layer('japanese_eisuu', '英数 + ijkl').manipulators([ map('i').to('↑'), map('j').to('←'), map('k').to('↓'), map('l').to('→'), ]), それと久しぶりに Deno を使ってみたが、こういう簡単なプログラムならかなり楽。 github.com/susumuota/ka...
I just realised that image alt text can be 2000 characters long. I have fixed @paper.bsky.social to allow 2000 chars.
gemma-3-4b-it-qat-q4_0-gguf runs on Raspberry Pi 5 8GB at 2.8 tokens / sec. huggingface.co/google/gemma...
It includes 3 color variants. default: selenized-white invert: selenized-dark light: selenized-light
Setup gemma-3-27b-it with vllm. At the moment you need to install both vllm and transformers from source.
I have noticed that my feed generator often misses some posts that should have been caught by regex... Is this because there are too many posts to handle?