Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kamen69253yIt's obvious to you, a human (hopefully), but not so much to a machine. There's git rerere that kind of mitigates that.
-
C0D4669023yI enjoy the whitespace conflicts most.
It's a bloody empty line vs a single space, why.... can't you solve this for me, but can tell the difference between thousands of lines in a single file and ignore white space in diffs, but no, we can't auto merge a single space because hot damn that's way to complex. -
Voxera113883yThe problem is that sometimes its obvious because you know something the machine does not, in which case no AI would be able to solve it.
And adding the “meta data” required for the machine to know what to do would require some new syntax and standardization.
And while AI can seem like magic, its not, it requires training which gets more snd more complex as thing get more abstract. -
Is programming a waste of life ? Is learning a waste of life?
Granted even exercise is like running in a hamster wheel and most people are
More
Consumptive than productive
Related Rants
git merge "conflicts"
(not really an issue, but still a waste of time and concentration, when every now and then, using more than one branch, small edits, merge, and rebase, git diff complains about "conflicts" that are obvious to solve for a human but still not for a machine, despite the hype about the age of AI, coding co-pilots and the like...)
rant
diff
git
merge
coding