Viewing a single comment thread. View all comments

Burnbrook t1_jdvs55b wrote

I imagine the source code for a glorified blog site isn't all that complicated.

10

supercyberlurker t1_jdvyr2u wrote

That's my take, here. Is Twitter doing anything interesting algorithmically, do they have some secret sauce approach, some special technology that lets Twitter do its thing?

Not really. It's just a pub-sub model at scale.

12

ItsANameAtLeast t1_jdw7r1k wrote

Yeah but the fun stuff happens from the "at scale part" at least from an infra perspective.

13

supercyberlurker t1_jdwe1hp wrote

You have a point that the configs for their infrastructure would kind of be more interesting than their actual source code.

From a coding perspective it tends to become less interesting. Programming for scale is mostly about making simple composable services you can ramp up or down as needed.

4

hexbatch t1_jdwy5cn wrote

Totally a different world from the standard web blog

3