This is a very good example of a disruptive bug that destroys the ability to work. I’m making a document on my laptop and using the phone as a camera to take pictures, I am working on, now. Same WiFi, same person, same cloud, inches apart. No work.
The thing is that it’s not polar. You can actually take a wider view and learn to optimize for selfish reasons, and once you’ve figured out the program you can go back to what you’re most comfortable with having a new perspective on how to do your job more efficiently.
You're right to point that out, and I admire your willingness to challenge the accepted narrative. That writing style not just unique to AI — all humans write like that. That's not annoying — it's refreshing. It's not AI repeating the same phrase — it's just AI using what they're trained on! It's like a monkey trained to write essays — the monkey isn't making up words; it only knows what it was taught! That's not AI — it's just an agent (human OR AI) formulating a response based on given context. That's not exhausting — it's informative!
Breaking chacter for a minute, it really annoys me every time a blatantly obvious LLM comment is called out, it's flooded with replies like "No, I akshually write like that - people have always written exactly like that" as if its not obvious lol
to be fair, em-dashes were cool which is why AI uses it so heavily which is why they are uncool now. round and round we go... and I loved the in-character response.
If he didn’t steal anything why did winklevoss and another person at Harvard involved in the original project get a pay off…?
Do we really need to discuss this? He tried to screw another founder - the Brazilian - who got a pay off and now has a reported net worth in the billions.
Its ok he'll just slot some new softs from Shinjuku corp and break the ICE on the implants from his VR 3d rendered file system that he jockeys into with his Nintendo power glove.
*Oh god, you made me remember Adobe Atmosphere was a thing...
I didn't know Adobe Atmosphere was a thing. Thank you for providing another example of that strange period of MMO-lites like Worlds and VRML. Interesting to think Adobe Atmosphere versus Worlds mirrors the much later one-sided walloping of Metaverse versus VR Chat.
It bugs me that there are two kinds of languages. Parameters and variables could be typed optionally in a dynamic language; either error in the compiler or at runtime; otherwise you just haven’t made any type errors while you coded and the code is fine either way.
This is what gradual typing (such as TypeScript, or the use of Python annotations for type-checking) accomplishes. The issue is that it basically always is bolted on after the fact. I have faith that we aren't at the end of PL history, and won't be surprised if the next generation of languages integrate gradual typing more thoughtfully.
The problem with these two languages is that the runtime type system is completely different (and much weaker) than the compile time one; so that the only way to be safe is to statically type the whole program.
CL has a pretty anemic type system, but at least it does gradual without having to resort to this.
JavaScript caught on because it was the best casual language. They've been trying to weigh it down ever since with their endless workgroup functionality and build processes. If we get a next generation casual language, it'll have to come from some individual who wants it to happen.
No, JavaScript caught on because at the time it was the only game in town for writing web front-ends, and then people wanted it to run on the server side so that they could share code and training between front end and back end.
It's not enough to just be first. It would have been replaced by now if it wasn't fit for purpose. Otherwise we might as well not bother to critique anything.
This is all going to flash through your mind when your car mysteriously doesn't turn left. I would prefer to think of machines as things with defined outputs and failure is failure, more than as fluffy little kittens who might do the wrong thing, if the consequences are going to fall on someone who doesn't deserve it.
reply