←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.271s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
seurimas ◴[] No.35730362[source]
MUDs are a great breeding ground for bespoke programs. I've made my own system of triggers and aliases in Rust, which interfaces with Mudlet (very popular MUD client) through JSON over stdio. Being written in Rust, it has enabled a publicly usable web tool (http://seurimas.github.io/topper/explainer/?/topper/explaine...), but the majority of the code is just for me.
replies(1): >>35730387 #
internetter ◴[] No.35730387[source]
The site you linked isn't loading for me. It's just a black page with a favicon
replies(1): >>35730545 #
1. seurimas ◴[] No.35730545[source]
I had the wrong path for the demo file. It ought to work now.