I used to do this more often, but I find the gap is narrowing a lot. Most of the time I find I don't save enough to justify getting it in two weeks over 1 day.
Yup. My house is 50 years old and a townhome. I was killing 3-4 mice a week at one point! Got the entry points sealed and it's down to 2-3 a year. Will probably never get it down to zero because they can get in through my neighbors and find their way here somehow.
Yeah, without sealing entry points, they just keep coming. Not only can they can squeeze through tiny holes, they leave a trail of pheromones behind them letting other mice know where to come in. Mice infestations are awful. Hate the buggers.
People are not generally answering interview questions based on instinct, but rather based on what they think the interviewer wants to hear to get the job. I would have interpreted this is as a leetcode style algo question and started by treating it as such, even though IRL my first instinct would be "get a lib that does it". Awful, awful strategy.
It's ridiculous because LLMs are far more capable. There was just a thread on HN the other day where multiple people shared experiences being able to decrypt, reverse engineer, and update the firmware of some long forgotten embedded device with zero background in the field using LLM coding tools. And you're comparing that to a preset generator.
I'm not saying LLMs will replace software developers, but this is such a ridiculous analogy that it hints to me that you've never seriously tried the latest tools.
I did this with my aftermarket Quest 3 headset strap. Added a few counterweights to the back to keep it from sliding down on my face. It is indeed much more comfortable.
As someone who actually wrote primitive websites by hand in those days, the pages these produce are FAR more elaborate than your average webpage in those days. And divs/css? Should be using tables or gasp, iframes. This feels more like a vaporwave style re-imagining of what things were like than the real deal.
I wanted to upgrade to the new Paperwhite. Went through three of them with permanently lit pixels right in the middle of the screen until I gave up. Seems the quality control on these e-ink screens is really slipping. Meanwhile all the competitors are either selling the same old hardware from years ago, an Android tablet with an e-ink screen strapped to it, or color models that just have worse text rendering. My 2013 Paperwhite keeps soldiering on.
I've found two personal use cases for LLM generated code:
(1) I have an idea for some app, but either I feel it won't be useful enough/save me enough time to justify developing it, or I simply don't feel the problem is interesting enough to be motivated by it. In that case, a vibe coded tool is perfect. It generally does one simple thing, and I don't care about long term maintenance, because it just needs to keep doing that thing.
(2) Adding a feature to an open source project. Again, it's a case of "I want this feature, but am not willing to spend the time needed to implement it." Even a relatively simple open source project can take a day or two just to get a basic understanding of the code and where I need to make the changes. Now I can often just get a functioning vibe-coded implementation within a few hours.
(2) leaves me with some unsettling feelings about how this will affect the future of open source software. Some of the features I've implemented this way may very well be useful to other users, but I can't in good conscience just dump a vibe coded pull request on a project and except them to do the work of vetting it. But if I didn't have the energy to implement the change myself, I'm definitely not going to bother doing the work of going through all the LLM generated code, cleaning it up to the standards of the project, etc. Whereas before I didn't have a choice, and the idea of getting the change ready for a PR was much less daunting since I understood the problem space and solution well.
So at least for myself, I can see a future where many of the apps I use are bespoke forks of popular applications. Extrapolate that to many, many people and an interesting landscape emerges.
The roomy case and big PCB make it very nice for modding. I put almost every documented mod there is in mine. The whole left and right side of the Pactec case is covered in knobs and switches. Added an LFO too that can do FM/AM.
The difference is that the output of LLMs is so distinctive in style that those ideas are communicated like a shapeless gray goo. The way something is communicated is as important as the idea itself. The tool becomes the dominant voice.