Did the maker movement end? I dont think so, its just as niche as its always been. We have plenty of maker type posts on here. I dont think “vibe” coding is going away. Especially with so many open source models you can run on a simple Mac.
Will vibe coding end like the maker movement?
91–100 of 459 posts
Re: Will vibe coding end like the maker movement?
#92The author of this article gives a more balanced POV than mine. I think most (maybe overwhelming majority) of publicized vibe coding projects are complete technical virtue signaling.
I’m no fan of vibe coding but I usually find that people who use the term virtue signaling have none and hate those that do.
Re: Will vibe coding end like the maker movement?
#93The “maker movement” isn’t dead and it wasn’t born recently either. People have been DIYing for all sorts of reasons for very long time.
What's new is this concept of the "maker movement" as a distinct counterculture. It's relatively easy to go buy parts and materials and make things. People 30 or 40 years ago who built stuff instead of buying it didn't really identify as anything because that was just what you did when you wanted something. Whereas nowadays you can buy pretty much anything on Amazon, even things that are fit for a very specific purpo…
What has changed is that the fusion of the more artistic end of model making and woodwork is less lumped together with electronics and 3d printing.
I would say that there are much more makers, but they are more specialised.
Re: Will vibe coding end like the maker movement?
#94[dead]
I mean this happens in normal development?
Re: Will vibe coding end like the maker movement?
#95The “maker movement” isn’t dead and it wasn’t born recently either. People have been DIYing for all sorts of reasons for very long time.
Yeah, I have no idea what this guy is talking about. I still get Make magazine full of people making projects every month. My youtube feed is similarly full of people making stuff and sharing it with the community. Check out the Maker Project Lab weekly video showcasing awesome stuff from the maker community, it's inspiring and fun to see. https://www.youtube.com/@MakerProjectLab
Re: Will vibe coding end like the maker movement?
#96> The central promise—that distributed digital fabrication would bring manufacturing back to America, that every city would have micro-factories, that 3D printing would decentralize production—simply didn’t materialize. I never heard that. It didn’t seem like 3D-printing ever showed sings of displacing existing ways of manufacturing at scale, did it? Units per hour and dollars per unit was never its strength. It was…
it's the people that sell the pickaxe pickaxes.
Re: Will vibe coding end like the maker movement?
#97Earlier quoted context omitted.
Not sure I see it like that. Micropython removes most of the rough edges of doing embedded C. If you prefer no code then I suggest ESPHome for your ESP IoT projects.
The other day I built a quick PoC to control 1024 rgb leds using RMT (esp32) and a custom protocol I was developing. Im pretty sure micropython would suck for that. The other day I also developed a RGB-RGBW converter using a rp2040; claude did most of the assembly, so instead of taking a couple of days, it took a couple of hours. I don't prefer no code; my point is software is a barrier on embedded systems, and if I…
if youre using a pico, you can use PIO to have a bit more power. (I use it to control stepper motors with a smooth accel/decel ramp. Its doable with RMT, but not as easy.
Re: Will vibe coding end like the maker movement?
#98The author of this article gives a more balanced POV than mine. I think most (maybe overwhelming majority) of publicized vibe coding projects are complete technical virtue signaling.
I think it's often genuine excitement to share a thing - without quite processing that anybody with the same idea can now build it (for simple- to mid-complexity projects).
JB: Yeah but guess who did write it, me!
KG: Yeah but did you write this?
JB: Dude, I did, I told you to do the bendy every once in a while!
Re: Will vibe coding end like the maker movement?
#99TL;DR Quick answer: No. Long answer: its the opposite; as an example, can use claude code to generate, build and debug ESP32 code for a given purpose; suddenly everyone can build smart gizmos without having to learn c/c++ and having knowledge of a ton of libraries.
I think the reality is that the maker movement slowed down not because it’s hard to learn c++ but because people don’t care enough. Will maybe twice as many people participate now? Sure. But that’ll still be a small fraction of people.
Re: Will vibe coding end like the maker movement?
#100My general take on most vibe coding projects ("Hey, look, I built this over the weekend"), is general dismissiveness. Mostly because of the effort required, i.e. why should I care about something that someone did with almost zero effort, a few prompts? If someone tells me they ran a marathon, I'm impressed because I know that took work. If someone tells me they jogged 100 meters, I don't care at all (unless they were…
Yeah - It feels similar to me. Why share something that anyone can just “prompt into existence”? Architecture wise and also just from a code quality perspective I have yet to encounter AI generated code that passes my quality bar. Vibe coding is great for a PoC but we usually do a full rewrite until it’s production ready. ———— Might be a hot take, but I don’t think people who can’t code should ship or publish code. T…
You should consider trying to using AI in a programming language that scores high in the AutoCoderBenchmark.