

Vibe coding means the human is working with an AI Agent which is trained to be a software engineer. The responsibility of the human is only to write detailed prompts and the AI will write most or all of the code.
Vibe coding means the human is working with an AI Agent which is trained to be a software engineer. The responsibility of the human is only to write detailed prompts and the AI will write most or all of the code.
Yeah, not gonna happen where I work. The top brass is already pushing for “moving fast” every single day. “Use AI to be x10 more productive”, “Use vibe coding in your work to reduce time taken” are the common things that we hear. There’s no way they’ll do a 4 day work week.
Sodium ion batteries don’t have the energy density of lithium ion batteries. Yet. If they manage to mass produce energy dense sodium ion batteries, then yes, it would be amazing.
Ah I see. Thanks for the details.
Maybe I’m uninformed in these things. But isn’t it super easy to get the supply of eggs increased domestically? Even in a country like India which almost has 1.5 billion people, I’ve never heard about a shortage of eggs.
I highly doubt his voters will ever realize it. People who voted for him have single digit IQs. Other Americans warned them before hand.
I’m a software engineer and GitHub Copilot as an AI pair programmer has vastly improved my productivity. Also, I use ChatGPT extensively to help with miscellaneous stuff. Apart from these two, I don’t really find other AI implementations useful.
Reddit says they care about freedom of speech and liberal views. I realized a long time ago that their view of liberalism is to allow people who follow their narrative and ban people who don’t.
All I meant was flooding the market with Chinese cars isn’t a huge security threat to the country. There’s another alternative. European cars.
While technically true, that’s not what I meant. For example, Tesla Model 3 has AMD Ryzen chip. It is a full fledged computer CPU. Although my Toyota surely has a computer onboard, it’s nowhere close to this level of tech in the Tesla. EVs from China are at the same or higher level tech-wise compared to Teslas.
CCP has backdoor into every tech that comes out of China. It’s not about just privacy. They control democracies based on shaping narratives. They’ll utilize everything that democracy offers and use it against countries. They don’t have freedom of speech or press so they themselves are not victims of it. EVs are really just computers on the road. Flooding the market with Chinese EVs would just mean creating a massive free network on a foreign soil for them.
The other day someone posted in Canada community that Canada should stop using Tesla cars and import Chinese cars. I replied saying, “That’s like replacing one evil with another.” I was downvoted by a lot of people. I should’ve expected it cuz a lot of people have short term memory.
I propose a hell in a cell match between the two Presidents.
I was permanently banned from reddit recently. Reason? There was a moron in a game sub who kept saying that I am dumb and my stats must be shit. I shared my stat and commented, “It must be tough to think and breathe at the same time with just one brain cell.” Boom. Banned for violating some policy. The moron who was being toxic is still active and pissing other people off. What’s more funny is that they even rejected my appeal.
It has gone way beyond that. Where I work, we have access to GitHub Copilot experimental SWE Agent. It’s ridiculously smart at looking at your current codebase and implementing a solution. The other day, I used it to build a page in our web app in 3 hours with prompts and minimal code changes myself. If I had done it myself, it would have taken me at least couple of days. But the SWE agent looked at the tech stack, patterns, structures etc of our web app and implemented based on that. Asked if it should add unit test cases for the new files and update the existing ones. Out of curiosity, I said yes. It kept iterating and running the tests until it had 100% coverage. To say I was impressed would be an understatement. To make things even interesting, it said it noticed that we use storybook testing so it went ahead and added couple of storybook tests as well.