Space Station 13 and Its successors communities - Lolcows and milk... In spess

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Oh, I know something about Lust Station. Well, one thing. They have a promotional video on YouTube (archive, yes I'm not trying to save the video just the stats) and it's not age restricted. The actual video contents aren't interesting but the fact it has 15,000 views with no age restriction is.

1751633193759.webp
 
  • Horrifying
Reactions: Mound Dweller
Why is PJB in such defense of these degenerate servers?

1751644983056.webp

1751645009087.webp


https://docs.google.com/document/d/14Z6TK7Ty9Zf0K03AoBnF62pFiav8rS6h_FPN_GyRHPY/edit?tab=t.0 (Archive)

1751645109315.webp


https://imgur.com/5Xggm89 (Archive)

As a fine hobby, I put SS13 and SS14 through https://www.reveddit.com/ these days, it makes sense considering the situation. It seems that the SS13 mods, presumably ZeWaka, have been removing posts relating to criticism of certain TG moderators and accusations of pedophilia, especially when relating to TG and Colonial Marines.

Reddit Uncensored, is also good: https://chromewebstore.google.com/detail/reddit-uncensored/amfnaoebakgdklcahkilhjoglflgnhbm

SS13 removed posts


Literally 1984.
 
Last edited:
don't be so heckin mean to the felinids bro that's bascially a hecking racism and a hecking fascism
 
don't be so heckin mean to the felinids bro that's bascially a hecking racism and a hecking fascism
I think they overplayed their hand with that one. Usually that discourse works off of claiming that e.g. orcs are supposed to be a racist depiction of black people. What IRL race do felinids represent, then?

Also I made the version of felinids most SS14 servers use
 
  • Thunk-Provoking
Reactions: PunishedTrover
This is the "coderbus" server, the melting pot for developers to shitpost and help new people. It's general channel is a great source of milk, with weekly spergouts from our favorite retards, and ones you haven't even heard of yet.

BYOND is up but throwing a 403 error Unless you use www.byond.com
View attachment 7608980
This is unrelated to the DDoS. The Byond website is horrifically configured and Lummox refuses to fix it. You need to specify www. in your URL or it won't redirect you to the correct location. If you want to check if Byond is up you can use curl to ping the server, if it returns 200 the BYOND Hub is up.
Bash:
curl -s -o /dev/null -w "%{http_code}" -m 10 https://www.byond.com/members

The reason you ping the members path is because it's reliant on the BYOND hub, byond.com is not, and will return a 4XX error, because it's not being hit directly.
 
Last edited:
SS13 is an incredible case study of how those most involved with technology overlaps with autism/nerd cultures, and an inherent vulnerabiluty they have had.

Keep in mind these degenerates you see dominating the moderation of most online services are incurable.
Even if they claim to be friendly in the future they will have these proclivities for the rest of their lives.
You can never trust them no matter what they say or what they do.
It's easy to lament the loss of the earlier autism/nerd cultures you saw on the earlier Internet, but this was going to happen eventually.
Transgenderism and furries happened to be what we got but if not those it would have been something else. Now there is a way to separate good and bad, weak and strong.

These guys despereately do not want you to think this way because it threatens their way of life, but you must acknowledge that it is a fundamental vulnerabilty that has to be cut out from these systems that everyone else depends on.
Compare it again to another case study, LFG's interference with T1 ISPs to censor this very website. How he managed to do as much damage as he did and get away with it is a comparatively easy demonstration of the consequences (trans/homo/zoo)sexual ideologies has on normal people.
You can't simply leave it alone if they have any influence.

They will claim, with tears that may or may not be genuine, that to simply refuse their sexual deviancies threatens their life. This is false, it may threaten their way of life but they will not die by anything but their own hand, which is entirely under their control.
 
melting pot for developers to shitpost and help new people
The irony of this is that the Coderbus is absolutely awful at helping people with coding. I remember going there as someone who knew how to code but was new to byond and they were complete snobby faggots. They're extremely nitpicky and any slight mistake they will hyper fixate on to get one over you for no reason but to stroke their own ego. I have had moments with them that they only accidentally assisted by writing some code themselves to prove to themselves that they can do it better. I have spoken to a couple other people who had similar experiences. These circlejerk trannies' only Byond coding experience is slaving away fixing 100 TG bugs so they can add 1 feature due to TG's awful PR policies.

you must acknowledge that it is a fundamental vulnerabilty that has to be cut out from these systems that everyone else depends on.
Linux comes to mind. Redhat, gnome project, xorg, etc, all full of trannies. Autists are like clay blank to be molded by anybody mentally stronger than them, whether that's some other autist, a normie, or a psyop, and they fill so many coder projects. They also latch on to obsession very easily, which identity politics provides them. Once they're given these strange fixations they can hold on to them quite strongly too and they'll be very vocal about their deluded opinions. Obsessed autistic trannies hammering their opinions over peoples' heads for years drives out normal people or silences them, other autists might be groomed by them, and the problem compounds. It's not just development projects that are susceptible to this either, it's anything you would see autists participating in, like a chan site, or more significantly for SS13, doing it for free (janny). You're never gonna see a normal person with a 9-5 being an admin, only obsessed trannies or NEETs (which are often autistic, but being a NEET creates a whole other set of mental problems which is off-topic) will take those positions and thus their power to silence/replace/corrupt is amplified. I'm not entirely sure how applicable any of this is to the Linux projects I mentioned at the beginning but I do know they're completely insane and speaking out would be risking your job.
 
SS13 is an incredible case study of how those most involved with technology overlaps with autism/nerd cultures, and an inherent vulnerabiluty they have had.
I mean have you ever noticed how whenever there is a furry conventions at the same time in the It field breaches happen more often or how websites and services start having problems, same with my sphere the foss world how a lot of people who are part of redhat (free desktop included) are either creeps, pedophiles on the registry, or troons computers have for some reason breed the most disgusting individuals known on gods earth
 
Last edited:
  • Thunk-Provoking
Reactions: Mound Dweller
Does anyone know the performance improvement of the external rust atmos implementation of MILLA over LINDA/ZAS/FES? Granted a big thing is being muti-threadedlmao.
 
Does anyone know the performance improvement of the external rust atmos implementation of MILLA over LINDA/ZAS/FES? Granted a big thing is being muti-threadedlmao.
Common misconception: Multi threaded does not mean better. Auxmos was previously multi-threaded, but was made single threaded because the overhead of managing all of the mutex locks was too much and made the program basically impossible to debug. For context, Auxmos is made by Putnam, the guy who is currently the only person ever to work on Dwarf Fortress's code whose name doesn't contain Adams.

To actually answer your question: Of course it's faster, much faster, it's written in a language that, among other things, is made for speed. The thing is, you make a few key sacrifices to use FFI-based atmospherics.

1. Not everyone knows the other language. This is a serious problem due to what project managers call "Bus Factor", aka, "How many people can get hit by a bus before we're fucked?". In SS13, Bus Factor of these sorts of programs can be counted on the hand of an inbred child who just had an entire hand amputated.

2. You make alot of concessions with how the Dreammaker-side code is structured. MILLA is the first atmospherics system to use the FFI instead of using a memory injection tool like Extools (Monstermos) / Auxtools (Auxmos). There's alot of baggage that comes with that, because it means that you can't just read game state from memory directly, you have to use the functions provided by the Byond API. They're very bare bones, because it's a C API, so it's nowhere as simple as just "write the same code but in Rust". MILLA makes use of some, in my opinion, gross modifications to the game code to make this viable.

1752133365742.webp

MILLA has alot of specific objects (effectively callbacks) for handling what would otherwise be extremely simple behavior, in the name of being as fast as possible, because it's not on the same thread as the game. Byond's API provides no threading, which means all threading has to be handled by the DLL invoking the API. Byond instead provides a method called ThreadSync which will invoke a passed callback when main thread is ready for it. Because true concurrency is not possible in byond, it requires these gross paradigms to manage the multi threading part of MILLA. And I hate that, on a personal level.
 

"I interpret it as rude to intentionally use "they" as a way to not respect somebody's pronouns" is the perfect, condensed, refined troon retardation quote that so beautifully shows the point has never been anything but having their delusions affirmed by others, and they will never stop until everyone will have to. Which is why there is no point ceding any ground to the troons, they will just keep demanding more. Everyone should print that screenshot, put it in a picture frame and hang it on the wall, to be looked at in eternal remembrance of what all of the trooning pronounposting has always been about. Do not let them deceive you.
 
"I interpret it as rude to intentionally use "they" as a way to not respect somebody's pronouns" is the perfect, condensed, refined troon retardation quote that so beautifully shows the point has never been anything but having their delusions affirmed by others, and they will never stop until everyone will have to. Which is why there is no point ceding any ground to the troons, they will just keep demanding more. Everyone should print that screenshot, put it in a picture frame and hang it on the wall, to be looked at in eternal remembrance of what all of the trooning pronounposting has always been about. Do not let them deceive you.
The best part of it is that MSO actually has both she/her and they/them as his pronouns. But this troon wants to make sure everyone is using the "preferred" ones.

1752329366702.webp
 
Back