Live data from Hacker News

Show HN: I Rebuilt MySpace from 2007

spacehey.com

221–230 of 307 posts

Re: Show HN: I Rebuilt MySpace from 2007

#221
post #122

I'm absolutely blown away by the speed of this website. Facebook and Twitter are a bloated heavy mess in comparison. I just registered for an account and I'm getting super nostalgic. Really well done! Edit: here's my profile in case someone wants to add me :) https://spacehey.com/mrzool

That's what 10 years of hardware improvements actually looks like without 10 corresponding years of software degradation.

Underrated comment.

Strangely the opposite is true for the linux kernel - seems to run better and better on old hardware every year.

Re: Show HN: I Rebuilt MySpace from 2007

#222

Earlier quoted context omitted.

Aah yes, mod_perl. That brings back memories.

If you had enough rack space, mod_perl+Apache2 could scale to anything you needed. Hundreds of Gbps, hundreds of thousands of RPS. Inefficient, sure, but seriously flexible+performant and really easy to deploy. I miss the old stacks, as Nginx and the other httpds really suck in comparison (feature-wise) and Java is still such a huge PITA. I'd honestly rather use modern PHP than today's Java webapps.

Some of us still run mod_perl stacks .... :)

Re: Show HN: I Rebuilt MySpace from 2007

#223

Earlier quoted context omitted.

These words are so true. I feel the same way. Nothing to add.

This. I miss that refugee camp of misfits, outcast from society, before that which haunted us came back with a vengeance. There should be a non-cooperate sector of the web. Where all is GPL and this taint on the world could be removed.

Like the indieweb? I think there’s a webring that takes you through it.

https://indieweb.org/

Re: Show HN: I Rebuilt MySpace from 2007

#224
post #175

Earlier quoted context omitted.

Server side rendered content is better in nearly all cases. From some reason people think that offloading html/css rendering to users is somehow faster. It really isn't. My home site is faster to access half way across the world served from a raspberry pi than twitter is.

Client side rendered won't be faster all things being equal since they'll have to make at least an extra round trip request after the initial (html/js/css) requests for data from the API, but it should definitely be much cheaper since you can lean on the client's compute rather than solely your own servers. Given the popularity of facebook/reddit/twitter/gmail etc. it seems users think client-side rendering is fast e…

Compute? Rendering JSON and HTML via a template I imagine are roughly equivalent.

Re: Show HN: I Rebuilt MySpace from 2007

#225

I never used MySpace, but this looks cool! Good idea to build off the nostalgia. Just on first glance, I noticed you're using URLs like https://spacehey.com/profile?id=123 for accessing profiles. That seems like a bad idea, using increasing numbers for pages in general is not great, because it makes it easy to scrape for every user on the site. Why not switch to something like a UUID or random base64 code?

Just curious: Why is this post with kind words and a seemingly-helpful tip being downvoted? Is this bad advice for some reason?

HN is full of bad actors who don't want their jobs made harder

Re: Show HN: I Rebuilt MySpace from 2007

#226
post #139

Earlier quoted context omitted.

Performance was the feature. Friendster should have been social network of that era but they couldn’t scale and had to shutdown new user registration. Same thing happened to Twitter but they had no competitor in short form social networking.

Pownce? "Twitter on steroids" [0] [0] https://en.m.wikipedia.org/wiki/Pownce

I remember when Kevin Rose of Digg made a lot of noise to launch this and then it very, very quickly died.

Re: Show HN: I Rebuilt MySpace from 2007

#229
post #74

Earlier quoted context omitted.

Not an SJW here, actually a political minority here ... i see a moderate amount of moderation and banning pf groups where i hang. Sure its not china but we are not using that asa standard .. and mate thats a ton of shaming in your tone .. please consider showing some compassion. I fail to see how his comment provoked yours ..

> SJW Hah people still use this term unironically?

Theres a bit of lag In non english speaking spheres =}

Re: Show HN: I Rebuilt MySpace from 2007

#230
post #219

Earlier quoted context omitted.

for it to be legitimate you need to use ColdFusion and then do a half assed port to .net.

My wife worked there for the transition. Her very first .net page was the MySpace homepage (which was demoed by Steve Ballmer at CES, iirc). Microsoft was very unhappy with the decision to retain the .cf extension on web pages even after the transition to .net. There were some crazy levels of scaling happening behind the scenes—they had database requirements beyond the capabilities of sql server and there was code on…

> At the same time, he was also requiring things like pixel-for-pixel identical output for existing pages/features through all of this.

Break middle-school students' copypasta CSS rules for animated GIF backgrounds at your peril.

Post reply on HN