Search found 5 matches

by mythras
Mon Apr 29, 2019 9:24 am
Forum: Player's Lounge
Topic: coders
Replies: 9
Views: 5305

Re: coders

Python is a great language to start off with, although Go is pretty good and gaining a ton of steam. The major benefits in Go's favor are that it's quite opinionated and has a lot of built-in tooling to enforce those conventions. No worrying about format since you can just run `gofmt` over your code...
by mythras
Mon Oct 16, 2017 10:01 am
Forum: Player's Lounge
Topic: pk api/stream
Replies: 14
Views: 10055

Re: pk api/stream

Yep. This type of thing isn't particularly difficult outside of the language parsing stuff. One approach may be to just have a stream of narrates and then you come in afterwards and tag each message with what it is describing and see if you can AI it a bit...
by mythras
Mon Jul 03, 2017 10:39 am
Forum: Player's Lounge
Topic: What's next?
Replies: 31
Views: 18490

Re: What's next?

It'd be interesting to see if there are any statistics on zone population over time. Highly unlikely, but it'd be a good metric to determine if a zone is actually used or is just there as a filler. If it's unused should it be there? My perspective on world size is that it should correlate to the siz...
by mythras
Fri Dec 11, 2015 3:48 pm
Forum: Help and Newbie Area
Topic: WotMud Chatroom
Replies: 7
Views: 6566

Re: WotMud Chatroom

We're still active on IRC. Join ##wotmud on irc.freenode.net. Here's a webchat link if you want it: https://webchat.freenode.net/?channels=%23%23wotmud
by mythras
Thu Oct 22, 2015 11:38 pm
Forum: Player's Lounge
Topic: Tech help: New computer and freezing
Replies: 17
Views: 12084

Re: Tech help: New computer and freezing

When you saw the ping timeouts recently, was that only to Google or did you also have a ping running to your router? I'd recommend checking a ping to the router alongside a ping to Google just to make sure. If both spike at the same time then it's definitely going to be an issue local to the compute...