Software engineers don't get paid to write code; they get paid to solve problems.
The faster you realize this, the sooner you'll stop being afraid that AI will replace you and the better your career will be.
New Engineering blog: We tasked Opus 4.6 using agent teams to build a C compiler. Then we (mostly) walked away. Two weeks later, it worked on the Linux kernel.
Here's what it taught us about the future of autonomous software development.
Read more: https://t.co/htX0wl4wIf
@davidfowl My 7 year old spent his morning vibe coding a game. He's been vibe coding for a few months now and it's just wild to me to watch him think about something, then use the mic to talk with an LLM. He setup his own GitHub profile this morning and I couldn't have been more proud!
I just lost my heart/like button on @Spotify and now have to add every song to a playlist manually... This has to be one of the most frustrating UI/UX changes I've ever felt using a platform. I Googled the issue and it's intentional. Tons of users dislike it too. :(
I just lost my heart/like button on @Spotify and now have to add every song to a playlist manually... This has to be one of the most frustrating UI/UX changes I've ever felt using a platform. I Googled the issue and it's intentional. Tons of users dislike it too. :(
@PinkProfit This is exactly what my wife and I do and it works well. The only thing I'd add is receiving the same amount of deposits into the spend account regardless of what the person makes. We both get a deposit on Friday's into our spend accounts for the same amount.
@matthewcp Take it a step further and make (almost) everything a POST. Params in the URL can be less secure when using GET. If I have any parameters I would consider a security risk, I fall back to using POST.