LinkedIn is also a great example of this stuff at the moment. Every day I see posts where someone clearly took a slide or a diagram from somewhere, then had ChatGPT "make it better" and write text for them to post along with it. Words get mangled, charts no longer make sense, but these people clearly aren't reading anything they're posting. It's not like LinkedIn was great before, but the business-influencer incentiv…
15 years later, Microsoft morged my diagram
191–200 of 427 posts
Re: 15 years later, Microsoft morged my diagram
#192[dead]
Re: 15 years later, Microsoft morged my diagram
#193Earlier quoted context omitted.
There are people who write genuinely interesting stuff there as well. I use block option there quite a lot. That cleans up my experience rather well.
Can to share some of them? Genuinely curious.
Daniel Stenberg Jason Fried David Heinemeier Hansson Nick Chapsas Laurie Kirk Brian Krebs
Re: 15 years later, Microsoft morged my diagram
#194Hey, it's just like the Gas Town diagrams. https://news.ycombinator.com/item?id=46746045
Re: 15 years later, Microsoft morged my diagram
#195Microsoft just spits in this creator's face by mutilating his creation in a bad way.
Re: 15 years later, Microsoft morged my diagram
#196This is hilarious actually. I am starting to lean into "AI-dangerous" camp, but not because the chatbot will ever become sentient. Its precisely because of increasingly widespread adoption of un-reliable tools by the incompetent but self-confident Office Worker (R).
The weakest point in any computer system is the bag of meat operating the thing.
Re: 15 years later, Microsoft morged my diagram
#197Re: 15 years later, Microsoft morged my diagram
#198LinkedIn is also a great example of this stuff at the moment. Every day I see posts where someone clearly took a slide or a diagram from somewhere, then had ChatGPT "make it better" and write text for them to post along with it. Words get mangled, charts no longer make sense, but these people clearly aren't reading anything they're posting. It's not like LinkedIn was great before, but the business-influencer incentiv…
I'm surprised they are able to care so little. Somebody actually published this and didn't care enough to even skim through it.
Re: 15 years later, Microsoft morged my diagram
#199Re: 15 years later, Microsoft morged my diagram
#200Regarding the original git-flow model: I've never had anyone able to explain to me why it's worth the hassle to do all the integration work on the "develop" branch, while relegating the master/main branch to just being a place to park the tag from the latest release. Why not just use the master/main branch for integration instead of the develop branch - like the git gods intended - and then not have the develop branc…
Maybe I’m overly cynical but I think git-flow was popular largely because of the catchy name and catchy diagram. When you point out that it has some redundant or counter-productive parts, people push back: “it’s a successful model! It’s standard! What makes you think you can do better?”
There’s a nice write-up of the trunk-based style at https://trunkbaseddevelopment.com/ that you can point to as something better.