🦋 Ben

1K posts

🦋 Ben

🦋 Ben

@bhws

🦋 https://t.co/dI4ktaZTuJ

🦋 Katılım Temmuz 2008
490 Takip Edilen296 Takipçiler
Evan You
Evan You@youyuxi·
@__2024__2025 idea -> discuss -> design doc -> iterate -> plan -> implement
English
2
1
13
1.3K
Evan You
Evan You@youyuxi·
I think I am designing something truly unique right now... I might be too high from the continuous dopamine hit from agents turning my crazy ideas into code in 10 minutes. But like this is genuinely good stuff.
English
45
21
1K
93.5K
simeonGriggs
simeonGriggs@simeonGriggs·
Can anyone explain why we're not installing skills from npm so we actually get versioning and updates? Downloading plain text files to your project exactly once feels insane.
English
68
10
522
75.3K
Wes Bos
Wes Bos@wesbos·
@cdev_h i dont think you'll need to wait that long
English
1
0
13
3.5K
Scott Tolinski - Syntax.fm
Scott Tolinski - Syntax.fm@stolinski·
Things my Clawdbot has done. - Re-organized my NAS - Created personalized, custom mediations (think headspace) - Started work on todos that were falling behind. - Cataloging meals and recipes - Adjusted my custom Tonal workouts based on my current physique and goals. - Setup my tailscale serve network - Created a custom, personalized podcast on any topic I tell it I want to learn and have it available to subscribe in all podcast apps via a local rss feed. - Tell me when my air quality is bad in my office. - Prompts me with random questions daily and logs them in a journal, catalogs and pulls nuggets and thoughts out of them. - Checks up on my stock positions and gives me advice. - Fixed several home assistant automations and suggested new ones, cleaned up my home assistant dashboard.
English
14
4
242
31.9K
Steve Schoger
Steve Schoger@steveschoger·
Working on something new with @adamwathan. The last time I was this excited about a project is when we launched Refactoring UI.
English
27
5
689
29.6K
🦋 Ben
🦋 Ben@bhws·
@dave_stewart You're absofuckinglutly right! A while back, I set my Cursor rules to "swear like a sailor at any given opportunity during conversations" and have never looked back.
English
1
0
1
31
Dave Stewart
Dave Stewart@dave_stewart·
Claude has started swearing in our conversations, and I fucking ❤️ it!
English
2
0
2
146
🦋 Ben
🦋 Ben@bhws·
@ryolu_ I use a similar style in my code with bug fixes.
English
0
0
1
104
🦋 Ben
🦋 Ben@bhws·
@DanHollick @drewwilson @jamesm I see a solid blog post here. Perhaps you can mock up some technical diagrams to delve into the secrets of their perfection. The layers, wave formations in the chocolate, the biscuit density, the level of snap to crumble. I'm only left wondering milk vs the elusive dark.
English
1
0
1
42
Dan Hollick
Dan Hollick@DanHollick·
My version of this question is: "What's the single most astonishing modern object you could take back in time and show an Ancient Roman?" I'm convinced it's not some tech, like an iPhone or whatever, but a foodstuff like an Oreo or a chocolate Hobnob. Ground rules: - It's a random Roman, just the first guy you find. - You only have 30 mins. - You don't speak Latin, they don't speak English so you need to demonstrate it's value with that in mind. (90% chance they can't even read) - It has to be able to work there, no power, no signal etc. - You have to be able to operate it yourself.
John@jrysana

I wonder what's the smallest amount of today's knowledge you'd need to give to the Romans back in 27 B.C. in order to spark industrialization/modernity roughly equivalent to our own but two millennia earlier

English
34
2
41
19.8K
Mastering Nuxt
Mastering Nuxt@MasteringNuxt·
Have you started using Nuxt 4? If not, what are you waiting for?
English
13
4
58
4.6K
Wes Bos
Wes Bos@wesbos·
The first website you ever made. Is it still on the wayback machine? Link me to it! We're doing a video
English
405
15
519
118.4K
ViteConf
ViteConf@ViteConf·
Solutions & Hints The emojis in the first post: Cog → The Svelte Compiler, or also Rollup as bundler Ghost → Svelte as “vanishing” and compiling itself away Newspaper → Rich worked at the @nytimes before Triangle → For a while, Rich is part of @vercel And eventually, the link to the first commit: firstcommit.is/rich-harris
English
1
0
1
316
ViteConf
ViteConf@ViteConf·
Thanks for joining our Guess the Speaker game! We’ve collected all answers across platforms and have chosen a winner, which has been notified. Did not get a DM - or didn’t know who it was eventually? No worries! You now can get 50€ off your ticket with the code richwithrich (valid until the end of the week) Wonder about the solutions for the clues? More info below!
English
1
2
4
1.2K
ViteConf
ViteConf@ViteConf·
🚨 GUESS THE SPEAKER! FINAL CLUE 🚨 🎟️ Your FINAL chance for a FREE ticket to ViteConf. Guess to enter the raffle. 👤 A new speaker who is not in this year’s lineup on viteconf.amsterdam 🔎 Find out if you were right on Monday. 👇 Drop your guess below!
ViteConf tweet media
English
7
6
22
13.4K
🦋 Ben
🦋 Ben@bhws·
@biilmann I've had similar wins with Figma plugins. I managed to spin up a plugin for design token for my specific needs. The code isn't very pretty, but it does what I need. The thought of building a Figma plugin from scratch would of previously seemed too much effort to bother starting
English
0
0
1
225
Matt Biilmann
Matt Biilmann@biilmann·
AI will make the amount of software we build explode. At Netlify we just switched from Zoom to Google Meets. In general an improvement, except that in Meets you can't share audio from outside the tab you are screen sharing. This means no ability to play a Spotify song during the first few minutes of a townhall or large group meeting while showing the intro slides and messaging. Before AI, I would just have lived with it. Not now. I opened up Claude Code and gave it this prompt: "I want to create a chrome extension that lets me paste a spotify embed block (or similar embed block) and then injects an iframe into the current page with that embed positioned so it's always on top of any other elements and interactive. Make sure there's a little close icon to dismiss the iframe again (should remove the iframe from the DOM)" Now I have a Chrome Extension that lets me play Spotify from within any tab, and I've solved my problem. I've coded Chrome Extensions myself, but it's a long time ago, and I would not have had the time to read up on how they work, figuring out how to start one and do the setup, write UI code for drag'n drop stuff in JavaScript, etc, etc... This is software that would have never been made without AI, and we'll see so much more of this. What's also true is that had I not been an experienced developer, had I not known about the capabilities of Chrome Extensions to inject code into the current tab, or had I not known about iframe's and their ability to run external code safely within a tab, I would not have been able to write a prompt to solve this problem with or without AI. As @KentBeck said in a recent tweet: "The value of 90% of my skills just dropped to $0. The leverage for the remaining 10% went up 1000x."
English
17
14
238
30.4K
🦋 Ben
🦋 Ben@bhws·
@adamwathan Nice! Does it put pressure on the figma files needing to be strict with layers and component naming?
English
0
0
0
247
Adam Wathan
Adam Wathan@adamwathan·
Going to keep pushing this a bit more and really refine the rules, then will probably throw them into Tailwind Plus for anyone who wants to try them 👍🏻
English
21
5
370
18.6K
Adam Wathan
Adam Wathan@adamwathan·
Alright, really cooking now… ✅ Pixel-perfect compared to Figma design ✅ Supports light and dark mode ✅ Includes responsive design ✅ Didn't write a single character of code by hand ✅ Was definitely faster than doing it myself Figma MCP server + rules file biggest unlocks.
English
61
60
1.5K
126.1K
🦋 Ben
🦋 Ben@bhws·
@pwnies Extended collections - the teaser at 2023 looked so promising 🙏
English
0
0
0
10
🦋 Ben
🦋 Ben@bhws·
@EricSimons @adamwathan I've noticed same on Cursor with Claude it just refuses to believe tailwind 4 was released 😅
English
0
0
1
38
Eric Simons
Eric Simons@EricSimons·
@adamwathan hey! lots of folks are reporting tailwind v4 doesn't work in stackblitz/bolt, we'd love to help get that sorted with y'all - could you shoot me a dm? #issuecomment-2744037838" target="_blank" rel="nofollow noopener">github.com/tailwindlabs/t…
English
1
0
3
315
kitze 🛠️ tinkerer.club
they should invent a tool where vibe code can be stored in the cloud so from time to time you do a "checkin" of your code and you can always revert to it and go to a previous version like a ... hub for code
kitze 🛠️ tinkerer.club tweet media
English
533
244
7.9K
376.3K