[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

@wishee0 Avatar @wishee0 vaish

vaish posts on X about cloudflare, a very, events, gpu the most. They currently have XXX followers and XX posts still getting attention that total XXXXXX engagements in the last XX hours.

Engagements: XXXXXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence stocks #5917 technology brands XXXX%

Social topic influence cloudflare #13, a very 2.63%, events 2.63%, gpu 2.63%, collector 2.63%, mentioning 2.63%, prod 2.63%, $googl 2.63%, let me 2.63%, protocol XXXX%

Top accounts mentioned or mentioned by @cloudflare @cloudflaredev @chatsidhartha @irvinebroque @daneo_w @medium @ritakozlov @nathanflurry @daneow @kankaniabhishek @harshil1712 @threepointone @ricpallaoro @raptorbtw @majortimbwlf21 @lossfunk @theos @vercel @advithkrishnan @dok2001

Top assets mentioned Cloudflare, Inc. (NET) Alphabet Inc Class A (GOOGL)

Top Social Posts #


Top posts by engagements in the last XX hours

"ws is my opp atp i will conquer stable websocket connections without one day"
X Link @wishee0 2025-10-12T14:17Z XXX followers, XXX engagements

"@chatsidhartha @CloudflareDev @Cloudflare hell yeah thanks man"
X Link @wishee0 2025-10-15T12:50Z XXX followers, XX engagements

"HOW DID I NOT KNOW ABOUT SSEs BEFORE THIS IS THE COOLEST THING EVER. I DONT NEED A STUPID X WAY WEBSOCKET JUST TO UPDATE THE UI"
X Link @wishee0 2025-10-12T14:04Z XXX followers, XXX engagements

"@Medium @CloudflareDev @Cloudflare @lossfunk i also have a ratelimit system based on durable objects to prevent abuse cause llms cost moners and im gpu poor and bork 😔"
X Link @wishee0 2025-10-12T20:09Z XXX followers, XX engagements

"workflows list seems to be broken as well will raise an issue :("
X Link @wishee0 2025-10-14T14:29Z XXX followers, XXX engagements

"@ritakozlov_ @Cloudflare healthy competition between you guys ngl"
X Link @wishee0 2025-10-14T20:45Z XXX followers, 1029 engagements

"@chatsidhartha @CloudflareDev @Cloudflare great"
X Link @wishee0 2025-10-15T13:27Z XXX followers, XX engagements

"wait am i being dumb or there's no observability for @Cloudflare workflows where am i even supposed to access workflow logs"
X Link @wishee0 2025-10-14T05:11Z XXX followers, XXX engagements

"oh em gee i got it working"
X Link @wishee0 2025-10-12T14:08Z XXX followers, XX engagements

"@irvinebroque @Cloudflare Yeah that'd be great especially clubbing instance run logs together"
X Link @wishee0 2025-10-14T05:54Z XXX followers, XX engagements

"saw lots of people mentioning that their workers suddenly got faster after @theo's video looks like this blog explains it. how cloudflare closed a 3.5x performance gap tl;dr: - fixed request scheduling during cpu bursts (biggest impact - wasn't even cpu speed just bad queueing) - updated v8 garbage collector from 2017 settings (+25% boost - X year old config still in prod is kinda crazy) - removed unnecessary buffer copies in opennext (50 x 2kb buffers per request - classic death by a thousand cuts lmao) - switched to byte streams with proper highwatermark (4096 - interesting to know that"
X Link @wishee0 2025-10-14T20:37Z XXX followers, 64.3K engagements

"WAAAAAAAAAAAAAAAAAAAAAAAAAA THIS WORKS SO WELL I DIDNT HAVE TO DESCEND INTO THE 7TH CIRCLE OF HELL TO SUPPORT IT LIKE WITH WEBSOCKETS. IM JUST A STUPID UNDERGRAD DOING DUMB THINGS 😭😭😭😭"
X Link @wishee0 2025-10-12T14:15Z XXX followers, XX engagements

"man figuring out websocket upgrades for cloudflare durable objects was a pain"
X Link @wishee0 2025-10-08T07:42Z XXX followers, XXX engagements

"@chatsidhartha @CloudflareDev @Cloudflare ayyy it finally works thanks man"
X Link @wishee0 2025-10-15T15:20Z XXX followers, XX engagements

"@Cloudflare @CloudflareDev stole it from @Cloudflare AI Gateway"
X Link @wishee0 2025-10-13T21:25Z XXX followers, XX engagements

"@chatsidhartha @CloudflareDev @Cloudflare uh was just testing it again the errors that i get while invoking the workflows are super weird"
X Link @wishee0 2025-10-15T12:52Z XXX followers, XX engagements

"@daneo_w @Cloudflare Interesting currently not looking for a full blown sentry integration I'm tinkering with workflows and observability does the job. Toucan looks hella cool tho especially for prod stuff"
X Link @wishee0 2025-10-14T05:56Z XXX followers, XX engagements

"@harshil1712 @Cloudflare @CloudflareDev @threepointone @KankaniAbhishek @dok2001 @irvinebroque ooh great to know that how's it going would love to know more"
X Link @wishee0 2025-10-14T18:19Z XXX followers, XXX engagements

"@Cloudflare oh wait it shows up in a different tab called 'observability.' I think there should be a redirect button in workflows to redirect you to observability and filter by logs from that instance"
X Link @wishee0 2025-10-14T05:13Z XXX followers, XX engagements

"@CloudflareDev @Cloudflare why cant i tail logs for workflows via wrangler I thought workflows were technically workers"
X Link @wishee0 2025-10-14T14:24Z XXX followers, XXX engagements

"@ritakozlov_ interestingly vibesdk has a really different ui compared to the rest of the app + it doesnt let me login via google for some reason. it just returns with a error=auth_failed param"
X Link @wishee0 2025-10-12T18:01Z XXX followers, XXX engagements

"@daneo_w @Cloudflare Yooo this is perfect for my usecase thanks man"
X Link @wishee0 2025-10-14T06:18Z XXX followers, XX engagements

"@chatsidhartha @CloudflareDev @Cloudflare am i being dumm dumm or is there a different way of deploying workflows was following this"
X Link @wishee0 2025-10-15T13:28Z XXX followers, XX engagements

"had to kill the protocol based communication part because it didnt play well with the tick based system i had. i mainly just wanted to learn how the protocols worked for sending data and only intended to mock them. but the whole environment runs synchronously on a tick-based system so it didnt really make sense. still i learned a lot about how things get sent via quic udp and tcp along with bgp based routing"
X Link @wishee0 2025-10-12T20:08Z XXX followers, XX engagements

"@chatsidhartha @CloudflareDev @Cloudflare eh ill just call the wrangler cli for now wanted to automate deployments via the api tho"
X Link @wishee0 2025-10-15T13:30Z XXX followers, XX engagements

"@chatsidhartha @CloudflareDev @Cloudflare damn great to know that"
X Link @wishee0 2025-10-15T15:39Z XXX followers, XX engagements

"It's finally done watch how agentic llm(s) would interact with their surrounding colonies to maximize resources based on their characteristics @Medium writeup coming soon"
X Link @wishee0 2025-10-12T20:05Z XXX followers, 2598 engagements

"all on top of @Cloudflare workflows and agents"
X Link @wishee0 2025-10-13T21:24Z XXX followers, XXX engagements

"building a visual workflow builder where you drag and drop nodes for @Cloudflare workflows and it instantly generates real valid worfklows. it already supports kv d1 http calls conditionals transforms etc. finally got the first end-to-end run to work. right now i have to manually deploy the generated code and bindings next: auto-deploy + workers tail for displaying live execution. later i want agents that suggest nodes and generate workflows on the fly maybe even spin up containers to validate the code automatically. wild that this didnt already exist so i'm making it"
X Link @wishee0 2025-10-14T18:06Z XXX followers, 10.5K engagements

"@chatsidhartha @CloudflareDev @Cloudflare Hey no issues glad that there are down to earth engineers here to resolve bugs"
X Link @wishee0 2025-10-15T15:23Z XXX followers, XX engagements