Live data from Hacker News

Warcraft III Peon Voice Notifications for Claude Code

github.com

231–240 of 311 posts

Re: Warcraft III Peon Voice Notifications for Claude Code

#231
> curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/in... | bash

>300 line bash script to hand hold a person who I would assume is capable of using the computer they are downloading a program in source form. 'git clone' followed by 'make install' or go home.

Re: Warcraft III Peon Voice Notifications for Claude Code

#232
post #169
post #104

This is cool. I was tempted to try it until I saw the curl | bash pipe, then no. This workflow is getting really old. I guess that I also don't want to pollute old good memories by associating them with work/Claude

> I was tempted to try it until I saw the curl | bash pipe, then no I don't quite get that argument. It's the same as the old download installer from random website, double click to run that people have been doing for decades. It only skips the download step. And it's arguably better since at least you can review the contents. When building a Go program it will also happily download stuff from github but I've seen wa…

[dead]

Re: Warcraft III Peon Voice Notifications for Claude Code

#233
post #104

This is cool. I was tempted to try it until I saw the curl | bash pipe, then no. This workflow is getting really old. I guess that I also don't want to pollute old good memories by associating them with work/Claude

I also had this thought. So I cloned the repo and got Claude to review it. Then I installed it from the clone.

What did Claude find?

Re: Warcraft III Peon Voice Notifications for Claude Code

#235
post #119

Earlier quoted context omitted.

For those like me who are not into Star Trek lore deep enough to recognize the name, she voiced the Star Trek computer in basically all the series .

Thanks. I wasn’t sure what she voiced. I thought “computers sounding like they always should have” might mean GladOS from portal.

FYI this is already possible https://huggingface.co/WarriorMama777/GLaDOS_TTS

Re: Warcraft III Peon Voice Notifications for Claude Code

#236
I did this as well, and loved to hear "Work complete!" (https://www.youtube.com/watch?v=bupagiROLV8) when Claude Code needed me.

Once the novelty wore off, I found it more useful to hear per-project, event-specific messages. On macOS, that looks like this:

    {
      "Stop": [
        {
          "hooks": [
            {
              "type": "command",
              "command": "osascript -e 'say \"ProjectX work complete\" volume 0.25' > /dev/null 2>&1 &"
            }
          ]
        }
      ],
      "Notification": [
        {
          "matcher": "permission_prompt",
          "hooks": [
            {
              "type": "command",
              "command": "osascript -e 'say \"ProjectX needs help\" volume 0.5' > /dev/null 2>&1 &"
            }
          ]
        }
      ]
    }

Re: Warcraft III Peon Voice Notifications for Claude Code

#238
post #207

Earlier quoted context omitted.

I had a pirated version on a zip drive

people wax poetic about betamax and laserdisk but never heard anyone mention zip drive, in a good or bad way, lol

It was magical for about 2 years, then USB drives came along and made it look quaint.
Post reply on HN