Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

borodutch pfp
borodutch
@warpcastadmin.eth
while all the warpcast infra crumbles (and 3rd party clients too) it is perfect timing to remind my infra philosophy keep infra simple, move as much computing as possible on client, vertically scale backend as much as possible before going horizontal blog.borodutch.com/i-never-use-ssr-and-you-shouldnt-either/
8 replies
0 recast
23 reactions

borodutch pfp
borodutch
@warpcastadmin.eth
no, you don't need redis no, you don't need go or rust no, you don't need sharding no, you don't need caching what you need is a frontend (with as much logic as possible), a backend (with as little logic as possible), a cdn, a db (nosql preferably) with indexes that's all you need to scale to 10m requests/sec
1 reply
1 recast
7 reactions

Joe Petrich ๐ŸŸช pfp
Joe Petrich ๐ŸŸช
@jpetrich
I understand this take except for the preference for vertical scaling. It's so easy to scale horizontally these days and it's quite cost effective. I'm curious where you're coming from?
1 reply
0 recast
1 reaction

jtgi pfp
jtgi
@jtgi
SSR does not mean โ€œlambdas on vercelโ€, which i agree, yeah $$$. I deploy remix anywhere that runs node, for example. Read heavy workloads like blogs are always easy to cache at the edges, CSR/SSR whatever. Most services fall over because of i/o not cpu, no "rendering modes" are immune to that.
1 reply
0 recast
1 reaction

โ€โ€ pfp
โ€โ€
@git
"Crumbles" Warpcast actually been quite good given it's jumped to top 50 globally in social networking Your simple blog site takes over 6 seconds to re-render a chart on subsequent refreshes. Not a good example for CSR. I respect your dedication to OSS but I don't think SSR has anything to do with any of this
2 replies
0 recast
1 reaction

Aaron Ho ฯ† pfp
Aaron Ho ฯ†
@aho
my mentor once said, you don't need many things for an app until you wanna store a state. still true till today
0 reply
0 recast
1 reaction

Applebee's (๐Ÿ”,๐ŸŸ) pfp
Applebee's (๐Ÿ”,๐ŸŸ)
@seed
Agree 100% w this from a vercel lock-in perspective
0 reply
0 recast
1 reaction

Drew pfp
Drew
@drewct
100% with you. but you know complicated microservices architecture are cool they say
0 reply
0 recast
1 reaction

Elie pfp
Elie
@elie
The 80m users are for telegram bots?
0 reply
0 recast
1 reaction