Skip to main content
scirc u/scirc avatar

Bytewave

u/scirc

Feed options
Hot
New
Top
View
Card
Compact

If you see it, report it. I'm doing my best to remove what I see, but it's basically just me around here.


The only official servers have domains ending in pony.town.


Ah, I misread the list, my bad.


Both. The age of majority and the drinking age are both 19 in Ontario.

edit: as others below have pointed out, the age of majority is 18 in Ontario.


While I don't have the answer to your question, I can say that this subreddit is an appropriate place to discuss Breezy Town. As long as it's an official Pony Town server (i.e., under the pony.town domain), it is eligible for discussion in this subreddit. Rule #7 is concerned mostly with custom servers, e.g. Dust Town. The "unofficial" title of this subreddit just means that this place is community-run, and the Pony Town staff don't actively moderate or monitor it.


It's a curious stylistic choice to write with such attention to correct spelling and with fancy typographic characters... but also leave the first letter of every word in lowercase (except in the TL;DR, for some reason?).

As I said, it's not a definitive sign. It's just curious is all.


The smart quotes, single-character ellipsis, and properly-accented ä don't give it much credibility either, for what it's worth. Sure, people can type these (and some devices might even automatically add them) so it's not a definitive sign, but it's definitely interesting.


it’s convention to use camelCase for function names

In Python? Not really. Snake case is the prevailing naming convention for just about any identifier there (with the exception of PascalCase for classes and SCREAMING_SNAKE_CASE for constants), per PEP 8.