umiyosh

20.8K posts

umiyosh banner
umiyosh

umiyosh

@umiyosh

🏃=====

Tokyo, Kagurazaka Katılım Nisan 2007
541 Takip Edilen645 Takipçiler
umiyosh
umiyosh@umiyosh·
いや、やっぱり検索、確実にレスポンスタイムに5秒はうわのせられていて、なんかスロットリングされとるっぽい。Google検索あきらめるしかないんかな。んー。
umiyosh tweet media
日本語
1
0
0
58
umiyosh
umiyosh@umiyosh·
Google検索ってオートページャライズ系の拡張でぐりぐりと探索するとスロットリングされるようになっちゃった?しんどい。。
umiyosh tweet media
日本語
1
0
0
117
umiyosh
umiyosh@umiyosh·
早速DuckDuckGoに対応させてみたけど、そもそもの検索結果がイケてるし、自動読み込み機能もデフォルトでついてるし、かなりこの拡張と相性が良いかもしれない。先ほど追加したソーシャルの反応がない検索結果を省くという機能とも相性が良く、しばらくこっちをデフォルトで使ってみようかなと思った。
日本語
0
0
0
50
umiyosh
umiyosh@umiyosh·
git worktreeの消し忘れ、大掃除した。だいたいコーディングエージェントによるものなので、skillsでなんとかこれを抑止したいなあ。
日本語
0
0
1
86
umiyosh
umiyosh@umiyosh·
逆に言うと、DiscordのAIがザルだから、僕は普段見逃されてるのかもしれない。
日本語
0
0
0
143
umiyosh
umiyosh@umiyosh·
サイエンスSARUの 攻殻機動隊良いね。原先に忠実なんだけど動きにしっかりサイエンスSARUらしいぐにゃぐにゃ感があってかわいい
日本語
0
0
0
154
umiyosh
umiyosh@umiyosh·
あまりにもタイムラインがHUNTER X HUNTERなので一巻から再読することにした。 そんでやっぱ普通におもしろい。
日本語
0
0
0
150
umiyosh
umiyosh@umiyosh·
ご飯買いにきてちょうど良い値段感のヘルムートラングペンキデニムに遭遇した。踏みとどまったけど欲しい。
umiyosh tweet media
日本語
0
0
1
128
umiyosh
umiyosh@umiyosh·
Secure InputのせいでAqua Voice側にグローバルショートカットキーのイベントが届かなくなる問題ですが、Macを一度ロック(Commmand + Shift + q)して解除すると裏側でロック画面のパスワード入力待ちになっていた状況を回避できて、そのまま回復するというワークアラウンドを発見した。。
日本語
0
0
0
120
umiyosh
umiyosh@umiyosh·
Aquavoiceのショートカットキーが効かない問題、これと全く同じ症状だ。助かる。
tarr / Rill@tarr1124

My voice-dictation (Aquavoice) hotkey kept dying after my Mac woke from sleep. Restarting the app did nothing; a reboot always fixed it. I'd been blaming the app the whole time. Today I finally caught the actual culprit, and the app was innocent. I pointed Claude Code Fable 5 at the machine and let it work through the evidence. First find: the app's native helper logs every dictation trigger with an active_keys_count field, which distinguishes "hotkey pressed" from "user clicked the floating mic." Every day the hotkey had silently died was already fingerprinted in the logs by my own workaround clicks. Second find: a 20-line Swift probe calling CGGetEventTapList showed the helper's event tap still registered and enabled — listening for kCGEventKeyDown, KeyUp, FlagsChanged, all healthy — while the helper's own logs showed no key events arriving at all as I typed. A listener that's alive but starved means the block is upstream, in event delivery itself. Upstream turned out to be Secure Input. Any process can call EnableSecureEventInput — it's how password fields defend against keyloggers. While any process holds it, WindowServer withholds keyboard events from every CGEventTap and NSEvent global monitor in the session. Typing into the focused app still works, so nothing looks broken; but every tap-based tool — voice input, Keyboard Maestro, TextExpander, window managers — goes deaf at once. The hunt is where it got interesting. ioreg -l -w 0 | grep SecureInput reports the holder's PID (kCGSSessionSecureInputPID). Mine said loginwindow: a known macOS bug where the lock screen fails to release Secure Input after wake, and a Ctrl+Cmd+Q lock/unlock cycle forces the release. Did that — the PID just moved to my terminal. Restarted the terminal — still dead. The last holder standing was 1Password's unlock prompt, sitting unnoticed in the background. It auto-locks on sleep; its password field enables Secure Input even while the window isn't focused; and until you unlock or dismiss it, every global hotkey on the machine stays dead. Holders stack, and the single PID that ioreg reports is a hint, not a verdict. It's also why rebooting "worked": it killed every holder at once, unlock prompt included. The runbook, if your hotkeys die after sleep: look for a background password prompt first (1Password is a documented repeat offender), then run ioreg -l -w 0 | grep SecureInput and eliminate suspects until the line comes back empty. Lock/unlock the screen to clear loginwindow. Reboot is the last resort, not the fix. Two things I'm keeping: "only a reboot fixes it" is a signal that some process is squatting on a session-wide resource, and a diagnostic that names one process is where the investigation starts, not where it ends.

日本語
1
0
0
457
umiyosh
umiyosh@umiyosh·
JSTだと7/13 15:59までっぽい
日本語
1
0
0
190
umiyosh
umiyosh@umiyosh·
そういやFable5って固定枠での利用が今日までなんだっけか、まだいっぱいあまっててもったいない
日本語
1
0
1
372
umiyosh
umiyosh@umiyosh·
そうでもなかった
日本語
0
0
0
131
umiyosh
umiyosh@umiyosh·
銀座線、しんどそうだな、歩くか
日本語
1
0
0
1K