

Vibe coding is you not reviewing what the model outputs. I read every line, often give feedback and tell the model about patterns I want to use.
I probably write like 60-70% of the code myself.


Vibe coding is you not reviewing what the model outputs. I read every line, often give feedback and tell the model about patterns I want to use.
I probably write like 60-70% of the code myself.


I disagree about better code. Claude has been pretty bad at understanding external context and deriving why you’re doing something from the implementation. This can result in wonky structure that you need to fix, or at the very least tell Claude to redo over and over untill it looks clean and organized.


Honestly, never been on a team that stuck to TDD. As you test your stuff, and understand whatever libraries and apis you’re calling you modify your implementation as you go.
For public facing methods, especially ones called by customers, having pre agreed upon tests matter more but usually that’s at the integration test and system test level. I usually use AI for unit testing and read what was written. Tests end up being a lot of writing harnesses and setting up mocks that you delegate to the model and if there’s gaps or incorrect requirements, you change them.
I would never let the agent define the code structure. It doesn’t understand business processes or what might need to be extended or we’re instead about.
I’ve been doing software for a while, I know how to review code. I don’t vibe code, I let the model implement boilerplate and mapping functions while I do other stuff, like manual testing or talking with product. If done correctly, you can incorporate generative models into your workflows without fully handing over all control.


Not at all familiar with this field, but since they only have indirect evidence that the cheese was at fault, ie it was in common between 3 patients in the outbreak vs having directly found genetically related strains in the cheese, they may not have enough evidence for a court ordered recall and can only raise an alarm.


There’s an anecdote that comes up in software about people working on missile software not caring about memory leaks because it’s going to explode anyway before that becomes an issue.
Who cares about bugs in your software if it’s a hobby project that’s going to blow up anyway.
Also, including Claude doesn’t inherently mean vibe coded, it can be for writing tests, small components, or debugging.


We’re rooting for the straits on Hormuz to reopen and whatever other chaos is rocking the oil markets to stop. Economic damage, especially on this scale, ends up in people dying from all sorts of causes in the US as well.
I don’t particularly care if we get a little more egg on our face if it means pulling up out of this tailspin.


I don’t think causus belli works like that in the modern day, and we haven’t cared about legal mandates for war in the US for like 50 years.
Vance probably won’t have a political mandate for continued war because a historically unpopular and getting more so by the moment president was killed in retaliation for a war he started.


nah, plenty of people do dumb shit as kids. People grow, hopefully he finds the right mentoring and life experiences to become more media literate and empathetic.


Hope it does well, but consider how hard it was to get people to move from WhatsApp to discord, getting them to use a niche federated option is going to be an uphill battle for any non-techie groups for a bit.


Forget DHS or other government agencies, these companies have been shown to be untrustworthy stewards of our data from regular hackers.
I get that discord is used to groom kids and there is a very real risk to allowing children to use it unsupervised, but that means kids devices are the ones that need to be locked down, not the rest of the world.


Low margins because they’re expected to have returns equal or better than alternative investments. If they drop below that, then its not worth running a grocery store and you might as well liquidate and put your money where it will make higher returns.
If you don’t care about that, or can even run on a slight loss with some taxpayer subsidies then you can make the food a lot more affordable.


Why is Suozzi even in the democratic party. Isn’t he the one who said that DSA members didn’t belong in his democratic party and they should go make their own while he is the one voting against the party, the people, and the constitution?
Where was Jeffries in all of this?


Nah, Trump is just really gullible and in charge of a large amount of geopolitical and economic power so it makes sense for Putin to act like his friend.


He was never Pro-US. He just buttered up Trump for a bit to get what he wanted.


Funniest part was Russia denouncing unprovoked US actions.


It’s more that it wasn’t disclosed when asked which was disqualifying.
Unknown could be anything. It could even be windows!


Why the F is a single contractor able to delete an entire DB without any kind of sign off by a manager for that operation, unless they were and to sign off for each other.
Imagine if a junior messed up the command? Every system I’ve worked on has had these controls mainly for the latter issue, by the former also shouldn’t have been possible.


The biggest value of a newsroom to me isn’t simply delivering headlines, it’s having vetted non-biased experts who can contextualize the headlines and vet the veracity of statements.
Community organization is great for disseminating news and localizing relevant headlines, but it’s not the same as investigative reporting or well researched opinion pieces.
Bro, if I don’t have to sit there for a half hour banging out code to map structure A on to structure B, I won’t. I’ll let someone else write it and spend 5 minutes to check that the code is clean and it works