Dark | Light
[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.]

[@wesbos](/creator/twitter/wesbos)
"AI coding sucks CJ just one-shotted a XX min rant and it's incredibly refreshing"  
[X Link](https://x.com/wesbos/status/1976324945291718948) [@wesbos](/creator/x/wesbos) 2025-10-09T16:32Z 413.4K followers, 92.4K engagements


"JavaScript dishwasher incoming"  
[X Link](https://x.com/wesbos/status/1976336323439972593) [@wesbos](/creator/x/wesbos) 2025-10-09T17:17Z 413.4K followers, 15.7K engagements


"How do I make moving files to my NAS faster Few large files is slow many small files (node_modules) is extremely slow. I have a 2.5Gbe nic in my computer. NAS has two 1Gbe but I could never get SMB3 multichannel working so it's going over 1Gbe Network seems to transfer close to 1Gbe is the bottleneck the HDD Does an SSD cache help Can I use something else other than Finder to move files"  
[X Link](https://x.com/wesbos/status/1979215389151367175) [@wesbos](/creator/x/wesbos) 2025-10-17T15:58Z 413.4K followers, 24K engagements


"weird request - I need a few people to pretend to be a pizza place and have my bot call you to order a pizza. It's for a video DM me your phone number if you want to test it"  
[X Link](https://x.com/wesbos/status/1978533083184861412) [@wesbos](/creator/x/wesbos) 2025-10-15T18:47Z 413.4K followers, 33K engagements


"China is nuts. You can just DM a machinist and they will make you custom stainless barbell grips without ever speaking a word of English. $XX a pair"  
[X Link](https://x.com/wesbos/status/1957793595580100939) [@wesbos](/creator/x/wesbos) 2025-08-19T13:15Z 413.4K followers, 13.9M engagements


"Anyone want a SOLID GOLD tab key"  
[X Link](https://x.com/wesbos/status/1975926121314087036) [@wesbos](/creator/x/wesbos) 2025-10-08T14:07Z 413.4K followers, 86.7K engagements


"Ever drop the wrong db Bring down your entire app with a while loop Let a swear sneak into prod It's time for our yearly Spooky web dev stories that make you want to stick your head in the sand 👻 Reply DM or submit them here. Everyone kept anon"  
[X Link](https://x.com/wesbos/status/1978155636228513834) [@wesbos](/creator/x/wesbos) 2025-10-14T17:47Z 413.4K followers, 14.9K engagements


"ElevenLabs released a bunch of UI components for working with audio. I modified the waveform visualizer to display the speakers in different colours based on transcript data Beauty of shadcn type installs just jump in a modify the code directly"  
[X Link](https://x.com/wesbos/status/1978623553617485839) [@wesbos](/creator/x/wesbos) 2025-10-16T00:46Z 413.4K followers, 62.8K engagements


"Installing two smart water leak sensor one under the water heater after the last one sprung a leak. And one under the new dishwasher. Or should it go under the washing machine What is more likely to leak"  
[X Link](https://x.com/wesbos/status/1978995020720939497) [@wesbos](/creator/x/wesbos) 2025-10-17T01:22Z 413.4K followers, 27.5K engagements


"@braunshizzle Shutoff is a good call - I think there are mechanical ones you can just slap on to an existing valve"  
[X Link](https://x.com/wesbos/status/1978995908416000460) [@wesbos](/creator/x/wesbos) 2025-10-17T01:26Z 413.4K followers, XXX engagements


"3000 isn't the only localhost port btw you can safely go up to 49151 here are some good options: localhost:42069 localhost:13337 localhost:16661 localhost:11125 localhost:7121 localhost:8068 localhost:25241 localhost:21026 localhost:33555 localhost:16778 localhost:19771 localhost:45091 localhost:6471 localhost:25687 localhost:5834 localhost:7687 localhost:44498 localhost:40287 localhost:17766 localhost:45146 localhost:17125 localhost:19428 localhost:46941 localhost:44020 localhost:30242 localhost:26330 localhost:36573 localhost:1112 localhost:19464 localhost:3724 localhost:8560"  
[X Link](https://x.com/wesbos/status/1979201648170840098) [@wesbos](/creator/x/wesbos) 2025-10-17T15:03Z 413.4K followers, 1.7M engagements


"Obfuscating text in the browser with local LLMs and the CSS highlight API wanted to find a way after having to blur my address in the Pizza video. Uses Chrome's experimental LanguageModel API to prompt a local v3Nano. Kinda slow but makes me think of the new possibilities when prompting on-device will be fast + free + private"  
[X Link](https://x.com/wesbos/status/1979278022822809866) [@wesbos](/creator/x/wesbos) 2025-10-17T20:07Z 413.4K followers, 21.5K engagements


"Now that my personal site has been on Cloudflare for X months I thought I'd share the hosting bill for a RSC site. As a base I pay $5/mo for Workers and $5/mo for images. On top of that overages were: September was $XXXX for compute and $XXXX for image transformation So about $20/mo My site has about 1500 pages and 2500 images with a X hour cache before regenerating. This also includes some light use of KV and D1 for caching data"  
[X Link](https://x.com/wesbos/status/1975681953249534295) [@wesbos](/creator/x/wesbos) 2025-10-07T21:57Z 413.3K followers, 127.9K engagements


"@HallLandJG @AndersonAndrue I put a red square around the product hope this helps"  
[X Link](https://x.com/wesbos/status/1978953558520136166) [@wesbos](/creator/x/wesbos) 2025-10-16T22:37Z 413.3K followers, XX engagements


"AI has a purple problem Why does every website look like this Where did this come from Is Tailwind to blame I went to the sloppiest and purplest corners of the web to find out"  
[X Link](https://x.com/wesbos/status/1974103104380678537) [@wesbos](/creator/x/wesbos) 2025-10-03T13:23Z 413.4K followers, 125.7K engagements


"I took a look at the ChatGPT SDK it surfaces widgets via resources on an MCP server. These resources are HTML/CSS/JS payloads that can load external resources + data. These widgets seem to be webapp iframes running in a sandbox called Skybridge. There are several APIs to communicate with the parent chat define loaders and maintain state. It's currently broken so I can't test more but it seems making your existing components available as "widgets" will be fairly simple"  
[X Link](https://x.com/wesbos/status/1975613972574327057) [@wesbos](/creator/x/wesbos) 2025-10-07T17:27Z 413.4K followers, 28.6K engagements


"22 year old Bosch dishwasher gave up the ghost. Replacing with a new Bosch XXX series. These things are awesome"  
[X Link](https://x.com/wesbos/status/1976098384806089038) [@wesbos](/creator/x/wesbos) 2025-10-09T01:32Z 413.4K followers, 24K engagements


"Shopifys admin is 3000000 lines of typescript 😳"  
[X Link](https://x.com/wesbos/status/1976663513323216928) [@wesbos](/creator/x/wesbos) 2025-10-10T14:58Z 413.4K followers, 301.9K engagements


"Ever hear of JavaScript"  
[X Link](https://x.com/wesbos/status/1977066167219974190) [@wesbos](/creator/x/wesbos) 2025-10-11T17:38Z 413.4K followers, 13.1K engagements


"After an hour with Remix X I've said "I've written this code before" a few times over. Fire custom events listen for said events update variables render out some HTML. Lots more to say but it feels familiar"  
[X Link](https://x.com/wesbos/status/1978119476991193350) [@wesbos](/creator/x/wesbos) 2025-10-14T15:23Z 413.4K followers, 41.1K engagements


"Finally met Jay hes like a cooler nicer Canadian version of @thdxr"  
[X Link](https://x.com/wesbos/status/1978454720067895557) [@wesbos](/creator/x/wesbos) 2025-10-15T13:35Z 413.4K followers, 28.2K engagements


"I built a voice agent to order me a pizza X hours and 2237 lines of code but it worked @syntaxfm video incoming"  
[X Link](https://x.com/wesbos/status/1978857720384987649) [@wesbos](/creator/x/wesbos) 2025-10-16T16:17Z 413.4K followers, 33.7K engagements


"cloudflare can't keep getting away with this these designs are SO GOOD"  
[X Link](https://x.com/wesbos/status/1978912288598794268) [@wesbos](/creator/x/wesbos) 2025-10-16T19:53Z 413.4K followers, 196K engagements


"Oh so you like JavaScript Name every reserved word"  
[X Link](https://x.com/wesbos/status/1978963242492768701) [@wesbos](/creator/x/wesbos) 2025-10-16T23:16Z 413.4K followers, 10.9K engagements


"@jrobertweeks I've got the Meross garage door openers to install yet too. Fed up with my Wyze ones"  
[X Link](https://x.com/wesbos/status/1979210192270098826) [@wesbos](/creator/x/wesbos) 2025-10-17T15:37Z 413.4K followers, XX engagements


"@TheAlexLichter sorry that is a premium port $5/mo"  
[X Link](https://x.com/wesbos/status/1979231081627881676) [@wesbos](/creator/x/wesbos) 2025-10-17T17:00Z 413.4K followers, 38.9K engagements


"Happy to see the x algorithm prioritizing good informational content over shitposts again Were here to learn"  
[X Link](https://x.com/wesbos/status/1979897979910647876) [@wesbos](/creator/x/wesbos) 2025-10-19T13:10Z 413.4K followers, 89.4K engagements

[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.]

@wesbos "AI coding sucks CJ just one-shotted a XX min rant and it's incredibly refreshing"
X Link @wesbos 2025-10-09T16:32Z 413.4K followers, 92.4K engagements

"JavaScript dishwasher incoming"
X Link @wesbos 2025-10-09T17:17Z 413.4K followers, 15.7K engagements

"How do I make moving files to my NAS faster Few large files is slow many small files (node_modules) is extremely slow. I have a 2.5Gbe nic in my computer. NAS has two 1Gbe but I could never get SMB3 multichannel working so it's going over 1Gbe Network seems to transfer close to 1Gbe is the bottleneck the HDD Does an SSD cache help Can I use something else other than Finder to move files"
X Link @wesbos 2025-10-17T15:58Z 413.4K followers, 24K engagements

"weird request - I need a few people to pretend to be a pizza place and have my bot call you to order a pizza. It's for a video DM me your phone number if you want to test it"
X Link @wesbos 2025-10-15T18:47Z 413.4K followers, 33K engagements

"China is nuts. You can just DM a machinist and they will make you custom stainless barbell grips without ever speaking a word of English. $XX a pair"
X Link @wesbos 2025-08-19T13:15Z 413.4K followers, 13.9M engagements

"Anyone want a SOLID GOLD tab key"
X Link @wesbos 2025-10-08T14:07Z 413.4K followers, 86.7K engagements

"Ever drop the wrong db Bring down your entire app with a while loop Let a swear sneak into prod It's time for our yearly Spooky web dev stories that make you want to stick your head in the sand 👻 Reply DM or submit them here. Everyone kept anon"
X Link @wesbos 2025-10-14T17:47Z 413.4K followers, 14.9K engagements

"ElevenLabs released a bunch of UI components for working with audio. I modified the waveform visualizer to display the speakers in different colours based on transcript data Beauty of shadcn type installs just jump in a modify the code directly"
X Link @wesbos 2025-10-16T00:46Z 413.4K followers, 62.8K engagements

"Installing two smart water leak sensor one under the water heater after the last one sprung a leak. And one under the new dishwasher. Or should it go under the washing machine What is more likely to leak"
X Link @wesbos 2025-10-17T01:22Z 413.4K followers, 27.5K engagements

"@braunshizzle Shutoff is a good call - I think there are mechanical ones you can just slap on to an existing valve"
X Link @wesbos 2025-10-17T01:26Z 413.4K followers, XXX engagements

"3000 isn't the only localhost port btw you can safely go up to 49151 here are some good options: localhost:42069 localhost:13337 localhost:16661 localhost:11125 localhost:7121 localhost:8068 localhost:25241 localhost:21026 localhost:33555 localhost:16778 localhost:19771 localhost:45091 localhost:6471 localhost:25687 localhost:5834 localhost:7687 localhost:44498 localhost:40287 localhost:17766 localhost:45146 localhost:17125 localhost:19428 localhost:46941 localhost:44020 localhost:30242 localhost:26330 localhost:36573 localhost:1112 localhost:19464 localhost:3724 localhost:8560"
X Link @wesbos 2025-10-17T15:03Z 413.4K followers, 1.7M engagements

"Obfuscating text in the browser with local LLMs and the CSS highlight API wanted to find a way after having to blur my address in the Pizza video. Uses Chrome's experimental LanguageModel API to prompt a local v3Nano. Kinda slow but makes me think of the new possibilities when prompting on-device will be fast + free + private"
X Link @wesbos 2025-10-17T20:07Z 413.4K followers, 21.5K engagements

"Now that my personal site has been on Cloudflare for X months I thought I'd share the hosting bill for a RSC site. As a base I pay $5/mo for Workers and $5/mo for images. On top of that overages were: September was $XXXX for compute and $XXXX for image transformation So about $20/mo My site has about 1500 pages and 2500 images with a X hour cache before regenerating. This also includes some light use of KV and D1 for caching data"
X Link @wesbos 2025-10-07T21:57Z 413.3K followers, 127.9K engagements

"@HallLandJG @AndersonAndrue I put a red square around the product hope this helps"
X Link @wesbos 2025-10-16T22:37Z 413.3K followers, XX engagements

"AI has a purple problem Why does every website look like this Where did this come from Is Tailwind to blame I went to the sloppiest and purplest corners of the web to find out"
X Link @wesbos 2025-10-03T13:23Z 413.4K followers, 125.7K engagements

"I took a look at the ChatGPT SDK it surfaces widgets via resources on an MCP server. These resources are HTML/CSS/JS payloads that can load external resources + data. These widgets seem to be webapp iframes running in a sandbox called Skybridge. There are several APIs to communicate with the parent chat define loaders and maintain state. It's currently broken so I can't test more but it seems making your existing components available as "widgets" will be fairly simple"
X Link @wesbos 2025-10-07T17:27Z 413.4K followers, 28.6K engagements

"22 year old Bosch dishwasher gave up the ghost. Replacing with a new Bosch XXX series. These things are awesome"
X Link @wesbos 2025-10-09T01:32Z 413.4K followers, 24K engagements

"Shopifys admin is 3000000 lines of typescript 😳"
X Link @wesbos 2025-10-10T14:58Z 413.4K followers, 301.9K engagements

"Ever hear of JavaScript"
X Link @wesbos 2025-10-11T17:38Z 413.4K followers, 13.1K engagements

"After an hour with Remix X I've said "I've written this code before" a few times over. Fire custom events listen for said events update variables render out some HTML. Lots more to say but it feels familiar"
X Link @wesbos 2025-10-14T15:23Z 413.4K followers, 41.1K engagements

"Finally met Jay hes like a cooler nicer Canadian version of @thdxr"
X Link @wesbos 2025-10-15T13:35Z 413.4K followers, 28.2K engagements

"I built a voice agent to order me a pizza X hours and 2237 lines of code but it worked @syntaxfm video incoming"
X Link @wesbos 2025-10-16T16:17Z 413.4K followers, 33.7K engagements

"cloudflare can't keep getting away with this these designs are SO GOOD"
X Link @wesbos 2025-10-16T19:53Z 413.4K followers, 196K engagements

"Oh so you like JavaScript Name every reserved word"
X Link @wesbos 2025-10-16T23:16Z 413.4K followers, 10.9K engagements

"@jrobertweeks I've got the Meross garage door openers to install yet too. Fed up with my Wyze ones"
X Link @wesbos 2025-10-17T15:37Z 413.4K followers, XX engagements

"@TheAlexLichter sorry that is a premium port $5/mo"
X Link @wesbos 2025-10-17T17:00Z 413.4K followers, 38.9K engagements

"Happy to see the x algorithm prioritizing good informational content over shitposts again Were here to learn"
X Link @wesbos 2025-10-19T13:10Z 413.4K followers, 89.4K engagements

creator/twitter::815246/posts
/creator/twitter::815246/posts