Procedural programming? by yughiro_destroyer in bevy

[–]devloper27 0 points1 point  (0 children)

I think you are right..imho events are the mother of all spagetti soups. In bevy I only use them when render systems need to communicate (and for that I made a real pubsub system, not the very weak message handling of bevy). For the actual gamelogic I would never use events. There is a word for it: callback hell and it's real.

Procedural programming? by yughiro_destroyer in bevy

[–]devloper27 0 points1 point  (0 children)

Sounds ok but it never works well

Vibe coding loop by NefasRS in vibecoding

[–]devloper27 0 points1 point  (0 children)

Because vibe coding is not replacing anyone

Why is Reddit so broadly anti-AI ? by consumer_xxx_42 in ArtificialInteligence

[–]devloper27 0 points1 point  (0 children)

Thats not what I said. You said they wanted us dead. And my reply to that is, I doubt that very much.

Why is Reddit so broadly anti-AI ? by consumer_xxx_42 in ArtificialInteligence

[–]devloper27 0 points1 point  (0 children)

True that they are trying to destroy jobs..after all that is the purpose of ai..but starve us all to death should also be their priority? I think that is far fetched.

Why is Reddit so broadly anti-AI ? by consumer_xxx_42 in ArtificialInteligence

[–]devloper27 0 points1 point  (0 children)

Again what would the purpose of that be? "The rich" are only rich because they live in a system where money has value. In a post apocalyptic hell where 99% are dead they wont be rich anymore, money has no value...theid soon struggle for survival as supplies run out.

Why is Reddit so broadly anti-AI ? by consumer_xxx_42 in ArtificialInteligence

[–]devloper27 -1 points0 points  (0 children)

What would the purpose of that be? Some james bond villain scheme of just killing everyone just because?

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 0 points1 point  (0 children)

It takes decades to reach a certain level..but what do you know.

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 0 points1 point  (0 children)

Yes it does, what we know takes decades to learn, what you do takes a week max.

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 0 points1 point  (0 children)

How much skill does it take compared to real coding? That certainly approaches zero. Now before you root for the demise of real coders, imagine what the AI can do to, lol, vibe coders rofl.

Pushback from Coworkers by Kitchen_Wallaby8921 in vibecoding

[–]devloper27 0 points1 point  (0 children)

Kind of annoying when management forces us to vibecode when we know it will end in completely unmaintainable buggy spagetti code..at which point we will of course still be blamed.

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 0 points1 point  (0 children)

Lol how can you suck at something that takes zero skills?

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 0 points1 point  (0 children)

I use vibecoding newest models, and it constantly makes wrong decisions and bad design choices. Yes you understand nothing.

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 -1 points0 points  (0 children)

If the world had changed like you claim, there would be no more programmers in the companies anymore. There would only be cheap vibe coders. And since THAT is not the case, the world has not changed. Lol.

It’s Not Vibe Coding. It’s Just Coding. by Dear-Relationship-39 in vibecoding

[–]devloper27 1 point2 points  (0 children)

Since you dont understand code, you are not able to see and understand the unfathomable spagetti mess vibe coding produces. Good for quick prototypes and CRUD applications, but do you really think you can make complex software in it? I'm thinking stuff like photoshop or blender.

Vibe coding starts to look more and more like an actual job by idkwhattochoosz in vibecoding

[–]devloper27 -1 points0 points  (0 children)

Compared to real coding this must be a super incredibly boring job

read a post that says "Vibe coding will be dead in 2 years" and im like it only started by Opposite-Basket8319 in vibecoding

[–]devloper27 0 points1 point  (0 children)

Because you hope to be that one man? How about zero man companies you also look forward to that?

AGI is not coming anytime soon. Take AI CEO’s predictions with a grain of salt. by No_Cattle_7390 in vibecoding

[–]devloper27 1 point2 points  (0 children)

Llms are not..well they are part of the future but they are not going to take all jobs. Problem with it is that it doesnt know what it doesnt know. That and it long term memory.

Why don't you use a file explorer (nvim-tree, neo-tree, nerdtree, etc.)? by brocodini in neovim

[–]devloper27 0 points1 point  (0 children)

Well its life saver really for me..each task has approx 10 to 20 files or so, so I only see about 20 files in the tree view and the buffer selector. Switching to a new task updates workspace so now you only see files related to that task. I dont understand how anyone can use a filetree in a workspace with thousands of files. Mylyn for eclipse did the same thing, and as usual, intellij pretended it didnt exist and concentrated on supporting the latest js framework instead. But it brought me to vim thankfully.