It is also my first choice now. Especially due to built in SQLite support. Also recently needed to write a simple script to dump some data to S3. Found out that bun has built in s3 client too...
It works great on adding stuff to an already established codebase. Things like “we have these search parameters, also add foo”. Remove anything related to x…
I ask in complete earnest: is that your honest reaction to seeing it, or did you hype it up for your comment? Personally very little could evoke that kind of reaction from me. Maybe a little, "oh, that's an interesting thing to be turned on by" but for the most part, who cares?
I mean, it's fiction. If a writer can't explore the depths of human behaviour there, then where?
The only uncomfortable thing there are the explicit references to Harry Styles and Louis Tomlinson. I do take exception to using real people in fiction if you proceed to heap abuse on the characters which you model on those celebrities. (The story seems to use only the given names, but the tagging makes the link explicit.)
Obviously, you can refer to real world famous people in fiction — it would be silly to write a book about 2025 America and not mention that the president is Trump if it includes political themes — but there are limits.
The Model Y refresh happened this quarter and they basically had no deliveries for a month or something. Probably had an impact.
I'm not sure how this goes in the long term though, likely to worse. For example BYD sold almost twice the number of cars in the same period and they don't seem to be slowing down.
BYD is definitely slowing down. They are cutting prices to increase domestic demand and have cut back worker shifts at their Chinese factories from three to two per day.
Same here. Tried to implement a new feature on one of our apps to test it. It completely screwed things up. Used undefined functions and stuff. After a couple of iterations of error reporting and fixing I gave up.
Claude did it fine but I was not happy with the code. What Gemini came up with was much better but it could not tie things together at the end.
I’m in Turkey no UK or US so I can only speak for here. It’d be like denouncing electricity and saying join me. Good luck with that.
Its not friends and family. Our office administration basically runs on a WhatsApp group. I just sent a location to a plumber using WhatsApp. They dont know / use / want anything else.
At best, you might get some close people to use Signal or whatever but you have to use whatsapp to function.
Especially American people won’t understand that because I believe iMessage and SMS is still the de facto standard. That would be WA here.
I feel fine if AI was used to add features to an established software. Let it loose on the linux kernel for what I care. It still somehow feels icky to use it to build something from scratch.
Ironically it wouldn't be very useful for Linux kernel development (would be very hard to out it in context) while it is more suitable for new projects written from scratch.
This of course not considering the quality or anything else.
The other day I was toying with the MCP server (https://github.com/modelcontextprotocol/typescript-sdk). I default to bun these days and the http based server simply did not register in claude or any other client. No error logs, nothing.
After fiddling with my code I simply tried node and it just worked.