stormcode's comments

stormcode | 1 month ago | on: Ask HN: Do you have any evidence that agentic coding works?

Does it work? Absolutely. It just depends how you use it and what for.

I had 12 legacy node apps running node 4, with jQuery front ends. Outdated dependencies and best practices all over. No build pipeline. No tests. Express 3. All of it worked but it's aging to the point of no return. And the upgrade work is boring, with very little ROI.

In a month, without writing any code, I've got them all upgraded to Node 22, with updated dependencies, removed jQuery completely, newer version of express, better logging, improved UI.

It's work that would have taken me a year of my free time and been soul crushing and annoying.

Did it with codex as a way of better learning the tooling. It felt more like playing a resource sim game than coding. Pretty enjoyable. Was able to work on multiple tasks at once while doing some other work.

It worked really well for that.

stormcode | 1 year ago | on: Hacker Typer

Love this app, the GitHub is easy to clone and modify as well. Used it for a game once.

stormcode | 2 years ago | on: Evennia: MUD/MU* creation system

ToastStunt is an actively developed fork of Stunt which is a fork of LambdaMOO. It's extended a lot of what LambdaMOO offered via patches, as well as adding a lot of new and much needed stuff. Active Discord community as well. And several large MOOs are running it instead of LambdaMOO these days.

https://github.com/lisdude/toaststunt

stormcode | 2 years ago | on: Evennia: MUD/MU* creation system

Great write up and very very true. The MUD I staff has a running joke (but also not a joke) that the first one of us to win the lottery will just pay everyone to admin it.

stormcode | 2 years ago | on: Big Tobacco knew radioactive Po210 in cigarettes posed cancer risk, kept quiet

In a way, yes. I vape instead of smoking. But it isn't the same. It's a different way to get nicotine, like dipping. And vaping was, AFAIK, more of a grass roots thing than a Big Tobbaco thing, at least at first. It felt like Big Tobbaco was caught kinda unawares when vaping became very popular and ended up buying a bunch of vape companies.

stormcode | 2 years ago | on: Big Tobacco knew radioactive Po210 in cigarettes posed cancer risk, kept quiet

It's a little surprising to me that no company has come out with a 'healthier cigarette'. They could claim to do the acid washing and all the things mentioned in the article in their advertising. Probably without actually saying their cigarettes are healthier but instead focusing on what other companies don't do (the acid wash) and the cancer causing carcinogens their competition's cigarettes contain that their own do not.

That would hook people who enjoy smoking but also enjoy not dying. Even if they are just deluding themselves. It would at least get me (former smoker) curious.

I've also always wondered if Big Tobbaco was working to cure cancer. It would make business sense. If we cured the types of cancer that smoking causes... A lot more people would probably smoke. (Obviously there are other issues like emphasima).

stormcode | 2 years ago | on: ErlMUD Commentary

Have you checked out ToastStunt at all? C++ fork of Stunr which is itself a fork of LambdaMOO.

stormcode | 3 years ago | on: Google releases Bard to a limited number of users in the US and UK

Comparing Bard to Bing and GOT4 today. Bard was the worst of the bunch. Bing was actually the best overall. Not surprising since it's basically GPT4+Search context.

Bard did do fairly well on some of the questions I asked that were things google would be good at answering. Did not do well at all on generating code in more obscure languages.

stormcode | 3 years ago | on: Not deploying on Friday is a red flag indicating a seriously broken process

I don't generally agree with this take. I also don't think allowing deploys on Friday and letting the team decide their risk/reward ratio is a bad thing. Teams should be empowered to make their own decisions. If they are consistently making bad decisions that will become apparent and can be addressed in a variety of ways. Most likely by the team itself because they don't want to be working on the weekend.
page 1