Discovered `less -S` today which really saved me with a log file that had a bad error message that was so long even `less` started chugging.

"-S or --chop-long-lines"

"Causes lines longer than the screen width to be chopped (truncated) rather than wrapped. That is, the portion of a long line that does not fit in the screen width is not shown. The default is to wrap long lines; that is, display the remainder on the next line."

Immediately fixed the problem, got the info I needed from the file in 2 seconds.

#bash #term #SoftwareDeveloment

Always surprises me that so many software developers accept to not really understand merge conflicts. Yes it can be confusing, but come on people ! You deal with confusing things all day long, why not work to clarify that one ?

#softwareDeveloment #versionControl #softwareCraftsmanship

"Our work naturally increases the mass of software we’re moving. Acceleration gets harder, and our work slows. To change velocity, don’t apply more force. Work to reduce mass."

Velocity defeats itself. Get acceleration instead – Jessitron
https://jessitron.com/2022/12/22/velocity-defeats-itself-get-acceleration-instead/

#softwaredeveloment

Velocity defeats itself. Get acceleration instead

what a spherical cow can teach us about task prioritization in software teams

Jessitron

"Feels weird to say it, but I think it is very unlikely that humans will be needed to write code, except in some very niche cases perhaps. I think history books of the future will talk about how people used to write code manually (manually!), the same way that we used to have switchboard operators, signalmen on railways, manual typesetting, and human computers. Some very small number of people will still write code, but mostly for fun - just like some people hand-build cars just for fun.

I think this will happen in phases, and faster than most people expect".

Are Developers Needed in the Age of AI? - https://hups.com/blog/are-developers-needed-in-the-age-of-ai

#AI #softwaredeveloment

Are Developers Needed in the Age of AI? | Hups

What does the rise of generative AI mean for Development teams?

What is your preferred app #architecture when using #SwiftUI?

#softwaredeveloment #ios #mobileapp

First post in a while: Waterfall over Agile for Software Development; sometimes it makes sense. https://medium.com/erickson-pm/waterfall-over-agile-for-software-development-d25ea45c2421 #agile #waterfall #softwaredeveloment #business
Waterfall over Agile for Software Development - erickson.pm - Medium

Agile project management has been gaining popularity in the tech industry as the best approach to managing software development projects. However, while compelling reasons exist to support agile, the…

erickson.pm