Anonymous User
HP 1000/1000
AM 0
MP 0
#328 4 weeks ago
I'll tell you something cool.

this entire site is running on my custom runtime for Python. its a runtime that is designed to add go-style networking to python. its targeted at python 3.13t+ free-threaded, so each thread is a real OS thread without the GIL. but what my runtime does is allow for the equivalent of "Go routines" in python. you end up being able to run millions of light-weight stackful functions, and schedule them across OS threads.

Now, consider that a similar framework like django in python was hand-optimised to within an inch of its life, and any mistake still has the potential to slow down the entire process and event loop the request is in, and the difference here is massive. so yeah, this whole site functions as one big experiment to showcase the state-of-the art in Python networking.
#330 4 weeks ago
in english, doc?
#333 4 weeks ago
^ a programming language i like has shit networking and cant handle many users. the state of the art is another language called go. i borrowed their design as an extension for python. it is that extension running this website. so it acts as a live proof-of-concept for improving python.
#334 4 weeks ago
^ i thought go was a board game.
#336 4 weeks ago
^ i love u anony. ur a good anon. sorry for my nerd shit.
#383 4 weeks ago
Interesting site, anon. I hope you're taking the standard server security measures, there are people who will want to mess stuff and probably harm you in some way.
#452 4 weeks ago
^ honestly im mostly winging it. there's nothing of value on my server though. it would be an inconvenience at worst. you have reminded me that i should pay for a backup solution.
1000 characters left