Spyke

Replies

Comment on

We're cooked y'all 🤣

Know a guy who tried to use AI to vibe code a simple web server. He wasn't a programmer and kept insisting to me that programmers were done for.

After weeks of trying to get the thing to work, he had nothing. He showed me the code, and it was the worst I've ever seen. Dozens of empty files where the AI had apparently added and then deleted the same code. Also some utter garbage code. Tons of functions copied and pasted instead of being defined once.

I then showed him a web app I had made in that same amount of time. It worked perfectly. Never heard anything more about AI from him.

Comment on

Typing is not a programming bottleneck

I'm a bit confused about the premise of the article. Does anyone assert that typing speed is a bottleneck at all? I've been in the industry for years, and have never heard that claim.

I do agree about the whole "less code is not always more", but I get confused when the author keeps bringing it back to typing speed.

Comment on

Tell me the truth ...

Reply in thread

It would be slower to read the value if you had to also do bitwise operations to get the value.

But you can also define your own bitfield types to store booleans packed together if you really need to. I would much rather that than have the compiler do it automatically for me.

Comment on

Stack overflow is almost dead

A lot of people seem to be celebrating this, but I personally think this is a net negative for programming. Are people actually replacing SO with talking to LLMs? If not, where are they going?

I've seen an uptick in people using places like discord to get help. But that's not easily searchable and not in the same format that it is in stackoverflow. SO was meant to organize these answers to make asking questions easier. Now it seems like we're walking away from that, and I can't quite understand why. Is it really because SO is "toxic"?

Comment on

Contributing to the local economy

Reply in thread

This comment is completely irrational. The fahrenheit temperature is in a screenshot of a text message that was sent in the US. The only temperature in the message you replied to that isn't in the screenshot is in Celsius. How is that "American exceptionalism"?

Comment on

JFC. When will open source projects like [@rustlang](https://lemmyrs.org/c/rustlang) learn that putting toxic people like this in positions of ANY authority is unacceptable. [https://github.com/marsha

I'm confused. What makes you think they have been put in a position of authority? Anyone can simply create a fork, or a separate project completely, and go a different direction. You're not obligated to use any third party crate.

I do agree that they handled that interaction pretty poorly, though.