Earlier quoted context omitted.
Threads has 320 million monthly active users and 100 million daily. It’s certainly not a flop. It’s almost as big as X globally. There’s a tremendous locality bias around Meta’s products. Social media use is very localized by geography and age. So if all your friends stopped using Facebook ten years ago, you assume that’s probably true everywhere, while in fact they’ve added several billion users on FB since then.
It seems like a flop not in user count but in that I'm not seeing it originate any valuable content. I've seen several interesting posts from Bluesky referenced elsewhere already, but literally nothing from Threads despite it having had more users for longer.
Meta’s Hyperscale Infrastructure: Overview and Insights
141–150 of 182 posts
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#142Earlier quoted context omitted.
If you're talking about this post: https://news.ycombinator.com/item?id=43010781 You wrote a wall of text saying and refuting absolutely nothing. The only remotely tangible argument you made was the blurb on “Specifically, as it pertains to monetization, we don’t expect Threads to be a meaningful driver of 2025 revenue at this time,”. Considering Meta reports revenue around $40B and Threads, considering the EU snag,…
Sure mate, I am definitely the one with an axe to grind here ;) Now prove me stupid and show me and the HN readership how is a product which even it's own management sees as unprofitable for the next three-four quarters, producing any benefits at least to it's shareholders, not even talking about the society. Maybe lean into the argument with a pinch of how the latest Meta "free speech" policies augment it's positive…
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#143Earlier quoted context omitted.
[flagged]
Not to burst your weird leftist-rightist libertarian bubble, but vaccine passports are actually a fairly normal thing in most of the world mate. You know, it's just about documenting what vaccinations you were receiving throughout your lifetime. Go outside and touch the grass, you sound very angry.
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#144While I was at FB (it wasn't Meta then), I saw what a superpower the infrastructure is there. Product engineers build things of a scale in days. While I was there, I got to be tech lead for several different teams (2x distributed dbs, 1x Dev Efficiency, 1x Ads), some of which are called out by name here. Shout out to the HBase and ZippyDB teams! This is the first public acknowledgment that ZippyDB was converged upon.…
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#145Amazing. All of this truly wild, impressive technology and some of the absolute best engineers in the world, just to shove more ads in people's eyeballs. Sigh.
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#146Quickly developed serverless functions combined with continuous deployment, and anyone can make edits in the entire codebase sounds like a dystopian nightmare. The amount of logging that is required to debug and find bugs is extreme. Using Erlang to write serverless functions seems like avoiding all the huge benefits BEAM can offer. >Additionally, product engineers predominantly write code in stateless, serverless fu…
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#147Quickly developed serverless functions combined with continuous deployment, and anyone can make edits in the entire codebase sounds like a dystopian nightmare. The amount of logging that is required to debug and find bugs is extreme. Using Erlang to write serverless functions seems like avoiding all the huge benefits BEAM can offer. >Additionally, product engineers predominantly write code in stateless, serverless fu…
> The amount of logging that is required to debug and find bugs is extreme. Ten or so years ago I remember going to a larger technical recruiting pitch at Facebook where they discussed their logging complex (I have only a vague recollection of the details). Honestly it was one of the most beefy implementations of system/application logging I remember having seen at the time.
I have been very disappointed since moving from FB to Google at how much worse the data and measurement platform is here.
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#148> Moreover, for non-AI compute workloads, we offer only a single server type, equipped with one CPU and the same amount of DRAM (previously 64GB, now 256GB). I'm reading something like this for the first time. Is this common across industry or only typical to Meta? In contrast, we use multiple instances for sub-components of our ML training pipeline.
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#149Earlier quoted context omitted.
GCP got this reputation because it’s a second class citizen within Google. Google’s own internal infra (Borg, Blaze) is top-notch. If Meta can pull off the public cloud correctly, I’d trust them greatly - they’ve shown significant engineering and product competence till now, even if they could use some more consistent and stable UI.
Dont all new projects go to gcp within google?
To the side I have had GCP work but it’s been isolated and as if I were moonlighting.
Re: Meta’s Hyperscale Infrastructure: Overview and Insights
#150At least half their gak is due to them NOT moving quickly and NOT wanting to break things. IIRC, graphql is a means of papering over a bunch of legacy APIs. They removed foreign keys from mysql using it as a column store db, a vestige of the original LAMP stack still on PHP. I don't think Meta infrastructural choices are applicable to most folk. What does serverless land your average dev? A high AWS bill. Elastic man…
> Facebook creates tech to mitigate the pathologies their past continuously present. Remember when they hacked a running Android Dalvik machine because their organizational constraints were such that they could never remove code or delete unused classes? https://archive.is/nIPlg https://engineering.fb.com/2013/03/04/android/under-the-hood... Facebook seems like a place where they do amazing engineering to temporarily…