“It’s the only way I can think of to combat vast armies of bots,” explained Musk.
“It’s the only way I can think of to combat vast armies of bots,” explained Musk.
I don’t know why your comment was downvoted when I got to it. It’s a perfectly valid question. To claim in incomprehensible being wouldn’t do any given thing is just as objectively baseless as claiming that they would do that thing.
Surf Ninjas
I’ll be perfectly honest with you. I have never liked the Cybertruck. It looked ridiculous when it came out and there were various online articles that agreed with this at the time. Though I will grant you that there were also a lot of people on the Elon bandwagon who thought it was awesome. One of my best friends actually put down the deposit for one and he and I had a lively debate about it. It was a controversial thing from day 1. And looking back now, this might have been my first clue that Elon was headed off the deep end.
Did they open the gates and seize the day?
I should actually read/watch that one of these days.
she probably just made it all up
Or stole it from the weeping angels on Doctor Who
Yeah it’s interesting because JS is interpreted, not compiled. The proposal allows for type annotations in the syntax but no actual interpreter consequences. On the one hand that makes sense because otherwise you’re in the territory of runtime type-checking which would be a huge performance hit and would sort of defeat the purpose of static types anyway. But that means you still have to rely on your IDE or a linter for this to be useful.
The way I do it, patches are backward-compatible bug fixes. Minor versions are additional features that don’t change existing functionality. Major versions include breaking changes. I totally get that it seems crazy to bump to another major version just over a string format change. But overall the philosophy works well IMO.
IMO it doesn’t really matter what you said the method was for. If you change the format of a string that is returned by a method that returns a string, there’s a risk of breaking user code, even if it’s just in the context of their dev environment.
Philosophically, whether or not the behavior of your API has changed is completely disconnected from whether or not others are using it “right”. If I can depend on a function to return a certain type of value when given certain arguments, and if it doesn’t produce other side effects, then it doesn’t matter what the docs say or what the function is named, I can use it in any context where I need that type of return value and have this type of arguments available. This type of function is just mapping data to other data. If you modify the function in such a way that the return value changes after being given the same arguments, that’s a breaking change in my book.
AI will bring new jobs
I would not be surprised at all if “LLM Prompt Engineer” becomes an official job title in the near future.
Yeah I was barely old enough to be called an adult at the time. Didn’t know much. But knew I wasn’t gonna stay there.
Once upon a time I got a job working at a swimming pool supply store. For a total of about 15 min during my very first shift I was in the main room putting price stickers on things and whatnot. For the remaining hours of my shift I was back in the chlorine room filling up chlorine tanks. Tbf the pool store was following regulations as far as I know. I had goggles and gloves and the room had a big ventilation fan and all that. But even still, I got chlorine all over my skin and clothes and was perpetually dehydrated from the fumes. Had to run to the water fountain like a million times. Afterwards I decided there was no way I was going to work with chlorine all day every day until it killed me so the next day I came in and asked the manager if there was any way I could do other work and not be in the chlorine room. He was like, “unfortunately that’s the job”. So I told him, “ok I understand. In that case I don’t think this is going to work out. Thanks for the opportunity though!” And I left after only one shift. Shortest job I ever had.
When I was in middle school in the mid ‘90s, the school library decided to go digital. They installed a bunch of computers with what they called “a boolean search system”. For the first time, you could search for a book by topic in the library and, after a bit of a wait bc computers were pretty slow back then, you’d get a list of results.
Well, us being kids, on the very first day, somebody decided to search for “book”, which of course matched every single book in the library and therefore created enough system load to lock up those poor mid-‘90s computers to the point that they required a hardware restart. IIRC this system was on some kind of a network too and I believe it would also lock up the network such that the other computers couldn’t use the system either. I didn’t know much about such things at the time.
Anyway, word got around immediately and so every single time a class came to the library, somebody would search “book” on a computer to see what would happen and lock up the whole system for hours. This went on for weeks with the punishment for searching “book” on the “boolean search system” becoming more and more severe, and then I moved to a new state so I unfortunately do not know how this story ended.
Yeah that’s true. The headline is asserting something that I don’t think Musk has actually said he will do. On the other hand, I’m having trouble thinking of any random idea Musk has had that he didn’t attempt to follow through on.