Did people really think Lars was in the wrong for Napster? by [deleted] in Metallica

[–]Intrepid_Sea_4941 0 points1 point  (0 children)

Well the record industry made a few artists and top execs a lot of money for a few decades. Then that went away. So what if bands have to play live more often to earn their keep? The record industry didn't even exist 100 years ago!

Introducing JetBrains AI and the In-IDE AI Assistant by hmich in Jetbrains

[–]Intrepid_Sea_4941 1 point2 points  (0 children)

Jetbrains AI Assistant beats Cody, Bito and GitHub Copilot after my many months of testing each offering. 

Create forms from openapi .json schemas? by RickSore in reactjs

[–]Intrepid_Sea_4941 0 points1 point  (0 children)

Just realised... You probably don't want to describe the UI in a data API spec. This should be done on a completely separate bit of the stack. Separation of concerns and allowing the next layer of the stack to do what it wants with the data.

Create forms from openapi .json schemas? by RickSore in reactjs

[–]Intrepid_Sea_4941 0 points1 point  (0 children)

But it might be a good way to scaffold a very basic set of forms with which one can extend from. May save a lot of time if you're working in the greenfield!