I love stories like these. Just a hacker doing some hacking.<p>"The early days was where a lot of time was spent trying to tell people about the website. Some of my fondest memories are of being at school on Digg.com (back before the v4 fiasco of course) and posting comments to the Upcoming / Hot section where stories were at right before they hit the front page. Almost always the first comments in the thread would become the top comments, with no way to sort, and I would always sign my comment with legittorrents.info. Then later I would come back and check the Google Analytics stats to see those sweet sweet traffic spikes."<p>This is GENIUS. It's a shame signatures are dead now, I kind of liked them when they weren't annoying.<p>"I cannot state enough how much I learned from running this site and others. Way better than a degree in my opinion."<p>It's funny how often this works out like this. I think you can "make it" in software with either hobby experience or a formal degree, and of the two I think the hobby experience is a lot more likely to make you good at "shipping". But the context you get out of a CS degree is super helpful because it compliments your actual work in a thousand tiny (or big, depending on the topic) ways. (Writing CRUD apps is probably not going to flex your CS degree but if someone asks you to optimize a database query, suddenly that second databases class you took about query planners and db internals is suddenly really helpful context.) But I agree with the sentiment here where having hobby experience on top of your CS degree is rocket fuel for your career.<p>"I was super cheap back then, not even wanting to shell out for a domain name, so the original URL was virtenu.dyndns.org/lt. Eventually I bought the .info for $0.99 after the site picked up some speed a few months later."<p>Compared to how easy it is to be wasteful nowadays, there's still really something to be said for intentionally running things on a shoestring budget. (And sometimes we convince ourselves you practically have to be wasteful... isn't running a $20/mo managed k8s + load balancer setup table stakes nowadays?? and you've got to have a hip new $40/yr TLD and don't forget to factor in that surprise big egress bandwidth bill you're gonna accidentally incur at some point).<p>Crazy how much you can do with a $5 VPS and an app server, distributed as a package for your OS's package manager, running as a systemd service. Even just adding a container runtime can be a surprising additional amount of complexity.