Live data from Hacker News

Warcraft III Peon Voice Notifications for Claude Code

github.com

211–220 of 311 posts

Re: Warcraft III Peon Voice Notifications for Claude Code

#211

Earlier quoted context omitted.

Bonus info: she was the wife of Gene Roddenberry, the creator of Star Trek.

Also played Nurse Chapel in the Original Series and Deanna Troi's mother in TNG.

Didn't realize she played Lwaxana Troi. Knowing that now I wonder, am I going to hear the ship's computer as Lwaxana?

Re: Warcraft III Peon Voice Notifications for Claude Code

#212
post #207
post #90

Earlier quoted context omitted.

Hey, lots of us 39 year olds who played Warcraft 2!

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

Re: Warcraft III Peon Voice Notifications for Claude Code

#213
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…

I don't think the go module system is great but I am not sure if any programming gets it right and all suffer from many issues, but go has the go.mod and it is easy to see what dependencies are being used both direct and indirect and the user can filter and look though these packages and pin them until they have eyeballed updates to the git repo. I don't feel the most comfortable with it but the whole `curl | sh` is so terrible, no signing no, way of knowing about the integrity of the installer.

> What's a better alternative ?

I do not think the program really needs and installer but if one must then why not just have it under source control that way you get the benefits of git handling all the download bits and the install script being completely offline and just using cp or install commands.

you could tell the user to do this with a pithy command like `git --depth=1 clone $GITSITE/$REPO && $REPO/installer.sh && rm -R $REPO`

Re: Warcraft III Peon Voice Notifications for Claude Code

#214

Reminded me of Warcraft (the first), where, if you kept clicking on the same unit they would respond in more annoyed ways. The best IMHO was the human soldier[1], which would end with "Why do you keep touching me?". First game that I knew of which had such fun details like that. [1]: https://www.youtube.com/watch?v=jaZyZZtwdzQ

I remember one of the Orcs in Warcraft II would yell "Stop poking me!"

Re: Warcraft III Peon Voice Notifications for Claude Code

#216
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

Before cd-rs, it felt like magic. Like a floppy but 100 times bigger!

Re: Warcraft III Peon Voice Notifications for Claude Code

#217
post #37

Earlier quoted context omitted.

Creativity is looking like it's going to be king

King of what? Copying what works and doing it cheaper without the cost of having to figure it out is what's profitable.

Cheaper? I'm confused, how can it be cheaper than free? Most of what LLMs for code rely on is already open source. Also AFAICT (which is trick since numbers aren't public) GenAI is some of the most expensive use cases and those companies (OpenAI, Anthropic, etc) are losing money.

Re: Warcraft III Peon Voice Notifications for Claude Code

#220

I don't see any mention of having to own warcraft 3 to use its assets... This is as much of a copyright violation as the LLM training process. Did anyone vote an exemption from copyright if it's for "AI" use?

Let me shed a tear for activision blizzard the poor artists corporation.

One good thing about genai is that it will force us to rethink the mess that is copyright

Post reply on HN