Earlier quoted context omitted.
Talk about a self-defeating message. Now I get timeouts. Things you get on BigEvilHost's platform: * SEO, discoverability * ability to handle HN hug-of-death * distribution * some SRE/dev-op makes sure your article isn't 404'd * backups etc. > Avoid unnecessary middlemen. They just proved why they're necessary.
Netlify or s3 or cloudflare + learning seo covers the above points. Unless no one wants to learn stuff anymore. We need an evil corp because no one can change their oil anymore?
Always Own Your Platform
81–90 of 222 posts
Re: Always Own Your Platform
#82Re: Always Own Your Platform
#83Earlier quoted context omitted.
Are you seriously trying to say that he can't make this point unless he builds his own twitter? https://i.imgur.com/iBAIRqF.png
I'm both a programmer and a pedant, so my opinion is that he's allowed to make this point and be an active Twitter user if his domain is OwnYourPlatform.com, but not if his domain is AlwaysOwnYourPlatform.com. :)
Re: Always Own Your Platform
#84Re: Always Own Your Platform
#85No point in owning your own platform unless you are in the business of building and running a platform. The real advice is to always be ready to abandon your platform at any moment and move on to a new one should its policies no longer be in your favor. Always be preparing for this scenario. What’s your contingency plan?
Re: Always Own Your Platform
#86Not Found The requested URL / was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Always Own Your Platform
Talk about a self-defeating message. Now I get timeouts. Things you get on BigEvilHost's platform: * SEO, discoverability * ability to handle HN hug-of-death * distribution * some SRE/dev-op makes sure your article isn't 404'd * backups etc. > Avoid unnecessary middlemen. They just proved why they're necessary.
Re: Always Own Your Platform
#87Earlier quoted context omitted.
> ability to handle HN hug-of-death Seriously, this is bullshit. When my blog was on the frontpage, CPU load on my single 1-core VPS peaked at 5% and bandwidth usage was about 1 megabit per second. No Netlify, no Cloudflare, no nothing. If your website cannot handle the HN crowd, it's just badly engineered. Period. Source: https://xyrillian.de/thoughts/posts/latency-matters-aftermat...
I would expect open connections to be the bottleneck (not CPU or mem). Do you just have very low latency and thus relatively few concurrent open connections (yes, I saw the graphs in your link, but it's hard to figure out how many concurrent connections are open at a time)? EDIT: Downvoters, would really like to know why you're downvoting? Am I being naive in thinking a blog would be bottlenecked on connections?
Concurrent requests were usually in the 400-800 range depending on where it ranked and what it was about. That's going by Google Analytics too which means it's likely higher since devs tend to disable as much tracking as possible.
nginx won't even break a sweat if you're on a low end VPS and are serving static content. You'll have pretty much the same latency as serving 1 concurrent request (single digit milliseconds + whatever network latency there is between your server and the visitor).
Re: Always Own Your Platform
#88Earlier quoted context omitted.
Talk about a self-defeating message. Now I get timeouts. Things you get on BigEvilHost's platform: * SEO, discoverability * ability to handle HN hug-of-death * distribution * some SRE/dev-op makes sure your article isn't 404'd * backups etc. > Avoid unnecessary middlemen. They just proved why they're necessary.
The HN "Hug-o-Death" can be handled by a potato unless your product is layers of bad code. No reasonable app should just die from 20MBps of traffic.
(E.g. crappy residential DSL.)
Re: Always Own Your Platform
#89Earlier quoted context omitted.
The server is responding, though, so maybe an argument for owning your platform is being able to permanently remove your content if you so choose?
Should return 410 Gone though. Here's a cache from another more resilient platform: http://webcache.googleusercontent.com/search?q=cache:ybKXu0F...
https://web.archive.org/web/20190610162920/http://www.always...
Re: Always Own Your Platform
#90Earlier quoted context omitted.
Talk about a self-defeating message. Now I get timeouts. Things you get on BigEvilHost's platform: * SEO, discoverability * ability to handle HN hug-of-death * distribution * some SRE/dev-op makes sure your article isn't 404'd * backups etc. > Avoid unnecessary middlemen. They just proved why they're necessary.
> ability to handle HN hug-of-death Seriously, this is bullshit. When my blog was on the frontpage, CPU load on my single 1-core VPS peaked at 5% and bandwidth usage was about 1 megabit per second. No Netlify, no Cloudflare, no nothing. If your website cannot handle the HN crowd, it's just badly engineered. Period. Source: https://xyrillian.de/thoughts/posts/latency-matters-aftermat...