loud.computer is one of the many independent Mastodon servers you can use to participate in the fediverse.
Have you tried turning it off?

Server stats:

5
active users

If I ever gonna design a programming language, it's gonna use meow instead of main as the main application entrypoint.
Most probably, I'm never gonna design a programming language but the statement is made.

Public

Sounds cute. If you accept some feature requests for the future language, I'd also like to see some type name alternatives there -

#include <stdio.h>

#define meow(arg) main(arg)
#define cute int

cute meow() {
printf("meow");
return 0;
}