The infrastructure has been rock-solid. I’ve never seen a service grow this fast without any noticeable outages. The architecture and execution are obviously informed by serious experience at Twitter, but it’s also clear that management is giving them everything they need to do the job right.
> The infrastructure has been rock-solid. I’ve never seen a service grow this fast without any noticeable outages. The architecture and execution are obviously informed by serious experience at Twitter, but it’s also clear that management is giving them everything they need to do the job right. The world has changed quite bit. If you have deep pockets and you can use AWS etc., it isn't a major problem anymore. Howeve…
Bluesky is currently gaining more than 1M users a day
151–160 of 252 posts
Re: Bluesky is currently gaining more than 1M users a day
#152As someone who never used Twitter, I made a Bluesy account and it was okay. I learned that I have no idea how to engage with that style of social media. One thing that put me off is how so much of what I saw was just talking about Bluesky vs Twitter. I hope they can move past that.
People talk about what’s on their minds. Most of the users just moved in the past week or two so that’s the hot topic. But it’ll change soon enough.
Re: Bluesky is currently gaining more than 1M users a day
#153Earlier quoted context omitted.
A lot of Brazilians there. I guess it makes sense that they are a large portion of the user-base after Twitter got banned.
I wonder what the backstory to two different Brazilian Taylor Swift fan accounts getting onto the most blocked list is...
Re: Bluesky is currently gaining more than 1M users a day
#154Earlier quoted context omitted.
why isn't mastodon one of the winners like bluesky?
Its fundamental design lacks the ability to provide features that many people want, because the developers see those features as anti-features to be avoided. Bluesky's AT Protocol was developed specifically to address what they saw as shortcomings with the ActivityPub protocol used by Mastodon and other similar services.
I think decisions like that are an active choice not to become popular.
Re: Bluesky is currently gaining more than 1M users a day
#155As someone who never used Twitter, I made a Bluesy account and it was okay. I learned that I have no idea how to engage with that style of social media. One thing that put me off is how so much of what I saw was just talking about Bluesky vs Twitter. I hope they can move past that.
That was a huge turnoff with Mastodon for me. Seemed almost everyone was just saying “wow, isnt it so much better here than on Twitter?” over and over and having everyone agree. By comparison Bluesky isn’t so bad, at least right now anyway.
Re: Bluesky is currently gaining more than 1M users a day
#156Does anyone know any good makers I can follow on there? I'm mostly interested in making stuff, less in monetizing stuff, so I don't want to follow so much entrepreneurs (ie people who like making stuff to make money) as makers (ie people who like making stuff for its own sake). Any good lists? If anyone wants to follow me on there, I'm @stavros.io.
I have a Ruby hackers starter pack at https://bsky.app/starter-pack/bradgessler.com/3laa47lbuwb2r — Edit: replaced cable modem link with starter pack link
Re: Bluesky is currently gaining more than 1M users a day
#157Highly recommend folks check out Mastodon as well - fully decentralized, no ads, no algo, no corporate control. It is continuing to grow steadily and has tons of activity compared to a few years ago. https://joinmastodon.org/
[flagged]
Re: Bluesky is currently gaining more than 1M users a day
#158Re: Bluesky is currently gaining more than 1M users a day
#159Highly recommend folks check out Mastodon as well - fully decentralized, no ads, no algo, no corporate control. It is continuing to grow steadily and has tons of activity compared to a few years ago. https://joinmastodon.org/
I wonder how the world would change if ads just disappeared I get things have to be sold but damn it's out of control
Every so often I get exposed to that world. It’s awful.
Re: Bluesky is currently gaining more than 1M users a day
#160The infrastructure has been rock-solid. I’ve never seen a service grow this fast without any noticeable outages. The architecture and execution are obviously informed by serious experience at Twitter, but it’s also clear that management is giving them everything they need to do the job right.
> The infrastructure has been rock-solid. I’ve never seen a service grow this fast without any noticeable outages. The architecture and execution are obviously informed by serious experience at Twitter, but it’s also clear that management is giving them everything they need to do the job right. The world has changed quite bit. If you have deep pockets and you can use AWS etc., it isn't a major problem anymore. Howeve…
This is not true at all. The hard part isn't cloud vs. on-premise, it's the architecture.
Most sites can either put all their data in a single massive database, or else have an obvious dimension to shard by (e.g. by user ID if users mostly interact with their own data).
But sites where the data is many-to-many and there's a firehose of writes, of which Twitter is a prime example, are a nightmare to scale while remaining performant and reliable. Every single user gets an updated live feed of tweets drawn from every other user -- handling millions of users simultaneously is not easy.