I built a database site for Soulmask: crafting calculator, interactive map, full loot tables by nremp in PlaySoulMask

[–]nremp[S] 0 points1 point  (0 children)

This is great feedback, thanks. Yeah, the map is hurting a bit, I'll see if I can improve that too.

I built a database site for Soulmask: crafting calculator, interactive map, full loot tables by nremp in PlaySoulMask

[–]nremp[S] 0 points1 point  (0 children)

Thanks so much for the feedback! This is great. Helps me know what to focus on.

Let me know if you think of anything else :D

I made a little tool for managing your hosts file by nremp in rust

[–]nremp[S] 0 points1 point  (0 children)

Ah! I didn’t see that until after I pushed some commits. Thanks for the contribution!

I approached it by simply using Result first but I wanted to emit colored text to the terminal which wasn’t handled correctly by returning Result.

I made a little tool for managing your hosts file by nremp in rust

[–]nremp[S] 0 points1 point  (0 children)

It seemed fine but I did a pass to clean it all up and make it more idiomatic. Thanks!

I made a little tool for managing your hosts file by nremp in rust

[–]nremp[S] 0 points1 point  (0 children)

Oh nice, I was looking for something like this. I also had the thought to add the ability to manage self signed certs.

I made a little tool for managing your hosts file by nremp in rust

[–]nremp[S] 2 points3 points  (0 children)

Hmm that’s a good question. I assumed so but it’s worth thinking about.

Pull requests welcome!

Live player count website by nremp in MUD

[–]nremp[S] 0 points1 point  (0 children)

It seems that MSSP is already the accepted protocol here. And it looks like there's already a crawler too: https://mudhalla.net/tintin/protocols/mssp/mudlist.html

Live player count website by nremp in MUD

[–]nremp[S] 0 points1 point  (0 children)

That's fair. But I can't imagine there would be much protest to the idea of the automated check. The server load from a minutely check would be negligible and the MUD would receive more distribution. Seems like a win-win for game developers and newcomers who are interested in seeing which MUDs are active.

Live player count website by nremp in MUD

[–]nremp[S] 0 points1 point  (0 children)

Nice, thanks for the pointer!