Deleting this app cuz the vibes are mid and it keeps spamming me with notifications, i don’t love threads yet but if it’s gets better I’ll probably start posting there
Haven’t opened this app up in a while, I follow ~800 people and this was literally my feed lol
Maybe it’s called X now because you close it out as soon as you open it
@dan_abramov I feel this - I started my computer science degree with AI specialization and it was… disappointing? It seemed incredibly limited and the math/concepts were frankly not very engaging.
So I agree, think if I understood the possibilities more I would have stuck with it!
Philadelphia is like if you trained an AI model on every major US city and then you generated a city and it kinda has something cool from each city but there’s just something slightly off
Hey people who sing good, I’ve been working on a project where I sing falsetto and recently my range dropped several notes (like, can’t resing a tune I wrote a few months ago) is this a winter thing? Or is this another way my 30 year old body is withering away
Marketing hack: if selling physical products, pick an assortment of dangerous things to say your product is free from. People will get freaked out by competing products and buy yours instead
“This sweater is a great gift for the holidays! Free from chloroform, lead, and napalm”
@BenoitDubos Dude holy shit I’ve been looking for the name of that club for so many years!! What a night, honored to be part of your first rave!
I am, but mostly exploring bass music textures/sounds in other genres. Maybe I’ll upload something 🤔
@Popeska@elonmusk@sampullara Don’t tell him anything unless he pays you. Don’t do Elon’s job for free. If he wasn’t firing people left and right he would have the proper staffing to figure this out for him
@elonmusk@sampullara If y’all are running any telemetry/logging solutions on your servers/apps, it should be relatively straightforward to find out where the bottleneck is
@elonmusk@sampullara My hunch would be datacenter related - if server RPCs aren’t all colocated in the same regional DC, and some are making longer trips, the request will be bottlenecked by slowest RPCs. If the same code is running performantly in one place and not another, it’s likely not the code
@voctav@elonmusk@sampullara That’s very valid! Though serial client requests would still be extremely antithetical to GraphQL, and I can only assume that wheels weren’t reinvented between the clients
@de_doing@elonmusk@sampullara "App" typically means client! The GraphQL resolution would still be location independent (unless that resolution is happening at some cloud/data center vs. another, which has nothing to do with the code)