Earlier quoted context omitted.
I switched backends a bunch of times because everything I tried (Go stdlib HTTP, Tornado, etc.) kept getting taken out whenever I would hit the front page, either due to CPU overload or some sort of resource leak. I ended up using Warp+Wai+Servant ( https://github.com/yesodweb/wai ) and it has been smooth sailing since then off my $3/mo VPS. It can take thousands of req/sec without flinching (which is higher than wha…
What VPS are you using and can you recommend it?
I replaced all our blog thumbnails using DALL·E 2
71–80 of 338 posts
Re: I replaced all our blog thumbnails using DALL·E 2
#72Earlier quoted context omitted.
Fwiw, in my experience you don't actually need a CDN just to survive HN. It may be enough to just make sure you're not hitting a DB on every request; ideally you'd be caching the HTML output wholesale (via static site generator or otherwise) For reference: with cached HTML, my single Node.js process running on Heroku's cheapest tier has weathered the front page multiple times without breaking a sweat
Right. So a CDN?
Makes sense for a lot of things, but it comes with downsides, especially for hobbyists! I've found I prefer sticking with a simple server for my website, and OP might find it's easier to do that too
Re: I replaced all our blog thumbnails using DALL·E 2
#73Am I one of the few people who finds these generated pictures really bad? They often have weird and unsettling details when you look closely. I mean, it’s an incredible achievement in AI that we can generate images at this level, but I don’t want them shown to me on a daily basis while I’m reading blogs.
Re: I replaced all our blog thumbnails using DALL·E 2
#74You should've invested in CloudFront first because your site isn't loading.
Re: I replaced all our blog thumbnails using DALL·E 2
#75Suggestion for the next blog entry: How my blog post going viral on Hacker News pushed me to finally use a CDN
Re: I replaced all our blog thumbnails using DALL·E 2
#76You should've invested in CloudFront first because your site isn't loading.
Just curious, is there any general number range for how much traffic a front page post might get? Less than 10k, 10-100,000, 100,000+, etc
Total traffic both times was around 60k over the course of 2-3 days.
Re: I replaced all our blog thumbnails using DALL·E 2
#77Am I one of the few people who finds these generated pictures really bad? They often have weird and unsettling details when you look closely. I mean, it’s an incredible achievement in AI that we can generate images at this level, but I don’t want them shown to me on a daily basis while I’m reading blogs.
Re: I replaced all our blog thumbnails using DALL·E 2
#78Earlier quoted context omitted.
Fwiw, in my experience you don't actually need a CDN just to survive HN. It may be enough to just make sure you're not hitting a DB on every request; ideally you'd be caching the HTML output wholesale (via static site generator or otherwise) For reference: with cached HTML, my single Node.js process running on Heroku's cheapest tier has weathered the front page multiple times without breaking a sweat
At that point, why not just have a static blog hosted on an AWS bucket?
OP may or may not feel the same! Just wanted to communicate that a simple server can definitely do the job
Re: I replaced all our blog thumbnails using DALL·E 2
#79When asked about what jobs the robots would come for first, I would have had to say that digital artist was pretty low on my ranking before now.
It's coming for us, too. It won't be long before most software engineer positions are eliminated while some are replaced by software "technicians" with enough expertise to command AI to generate working code. Perhaps the technicians will be tasked with building tests and some automation, but even that stuff can be delegated to AI to an extent. This may seem far off because the present economy is accustomed to paying…
Re: I replaced all our blog thumbnails using DALL·E 2
#80My prediction is that a lot of blogs will do what you've done too, and then they'll all look/feel the same. New models will come out I guess, but then they'll proliferate too and everything will look the same again. And then maybe to differentiate, those few that value it/can afford it will make the effort to find actually relevant images or commission artwork.