Earlier quoted context omitted.
Both http and dns verification are stupid. Neither of them prove you own the domain. http verification proves you temporarily control IP space relative to a viewer. dns verification proves you temporarily control name resolution relative to a viewer. Both are trivially hacked, multiple ways. By the time someone finds out you did it ( if they closely monitor CT logs, which nobody does) you've already had hours, days,…
Doesn't mandatory DNSSEC also fix this?
So this guy is now S3. All of S3
251–260 of 522 posts
Re: So this guy is now S3. All of S3
#252Earlier quoted context omitted.
This post is on the front of HN. Many a larger website have succumbed to HN's warm embrace.
Isn't HN pretty small? This post has <400 upvotes over 3 hours. There can't be 1000x that amount of lurkers can there?
Re: So this guy is now S3. All of S3
#253Re: So this guy is now S3. All of S3
#254bluesky dev here. whoops. as others mentioned, not a hard fix.
Re: So this guy is now S3. All of S3
#255> 429 Too Many Requests Aight, level with me: Is every mastodon server running on a Raspberry Pi?
There was a guy running a site off of a single core 32bit ARM SoC that was able to handle the HN frontpage.
Re: So this guy is now S3. All of S3
#256Earlier quoted context omitted.
I use S3 for a simple app landing page and I use .well-known for deeplinks... Unless I'm misunderstanding your comment which I probably am.
Yes, but you don't have access to s3.amazonaws.com/.well-known, only to yourdomain.s3.amazonaws.com/.well-known.
Re: So this guy is now S3. All of S3
#257Earlier quoted context omitted.
So server software is not written with high performance in mind? I've read somewhere that federation is done via regular HTTP requests which ends up really hogging down servers if someone has a lot of followers.
Mastodon is written in Ruby on Rails and there are some inherent performance issues with that, it generates a huge number of Sidekiq jobs that can bog down a server quite easily. There are other, non-Ruby implementations aiming for compatibility with the Mastodon API though, so I’m curious to see how it will all shake out.
Re: So this guy is now S3. All of S3
#258Earlier quoted context omitted.
Isn't HN pretty small? This post has <400 upvotes over 3 hours. There can't be 1000x that amount of lurkers can there?
HN has millions of page views per day (maybe @dang can give a more accurate and updated number), and things frequently gets reposted elsewhere. Happens many times that things on the frontpage gets brought down to its knees, this wouldn't be the first nor the last.
This person says they got 12k visitors over a day:
https://nicklafferty.com/blog/what-happens-when-you-re-on-th...
The websites hugged to death by this forum are usually tiny hobby projects.