Michael Charles Aubrey

@michaelcharl.es

Senior Software Engineer at https://maki.ne.jp NextJS, React, C#, .NET Core Born in Florida, lives in Akita フロリダ州🏝で生まれた 秋田在住👹 ✨へばナイスデイ✨ https://michaelcharl.es

I finally updated PokéJisho! The Japanese<->English Pokémon dictionary now covers every Pokémon, move, item, ability & nature up through Scarlet & Violet (+ The Teal Mask & The Indigo Disk) and Pokémon LEGENDS Z-A. I also added dark/light mode support. pokejisho.com

PokéJisho | ポケ辞書

PokéJisho is a Pokémon Japanese-English diciontary. ポケ辞書はポケモンの和英辞書です。 Look up the names of Pokémon, abilities, items, moves, and natures in Japanese and English.

pokejisho.com

I had been struggling with using Claude Code on a legacy Shift JIS code base, and I came up with this MCP server which gives Claude Code tools to work with Shift JIS (CP932). I hope if anyone else is struggling with this they find this and it helps them out. github.com/MichaelCharl...

GitHub - MichaelCharles/cp932-tools-mcp-server: Shift JIS (CP932) tools for Claude Code

Shift JIS (CP932) tools for Claude Code. Contribute to MichaelCharles/cp932-tools-mcp-server development by creating an account on GitHub.

github.com

If you hate seeing anything at all on your #Mac desktop, the following command will hide all desktop items: defaults write com.apple.finder CreateDesktop -bool false && killall Finder && say icons hidden And back again: defaults write com.apple.finder CreateDesktop -bool true && killall Finder

a PSA since a lot of folks have been surprised to learn this: terminal programs often support the mouse! Try: - opening `htop` and clicking a column header to sort - opening `nano` (or vim, or micro) and clicking and dragging to select text - using the scroll wheel in `mc` it often Just Works