• 89 Posts
  • 2.69K Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle


  • After reading this, I’m kinda curious how it compares to JetBrains. It’s becoming more and more VSCode like and I’m not a fan.

    Does Kate support or have plugins for renaming symbols, presenting documentation, formatting files, showing code diagnostics beyond syntax errors (for example code smells or so), have AI integration (explain this, rewrite this, replace this with prompt output, …), specific framework integrations (reactjs, django, actix, …), and stuff like expanding macros in C/C++ and Rust?

    Anti Commercial-AI license


  • As you said, it’s out of the box/bag. The thing I’ll push for is open sourcing all code. Being able to copy opensource code and hide it in proprietary code is to me the biggest problem. Were everything opensource, I doubt anybody would bat an eye. “You copied my code and put it out there publicly, free of charge? Good. Do it again”.

    Personally, I license everything as restrictively as possible for companies and would love an enforcable opensource license that figures out how to make companies contribute back or pay for use of the code.

    Anti Commercial-AI license



  • Not specially you, just a comment about the license: OP’s problem with attribution is minor. The major problem they have is that Microsoft took his time to get a personal intro to the project, forked it and didn’t contribute back. That’s what he’s unhappy about. That there was no attribution is barely important.

    Yes, choosing MIT doesn’t require hem to contribute back and it should’ve been a restrictive opensource license, but it seems he really thought they asked for a call in order to join in on the development.

    Anti Commercial-AI license





  • Everything has it’s uses. make is maybe good at incremental builds but is (an)used as a task runner which requires the use of “PHONY” in many places, it has about 6 different ways to declare and use variables all with different gotchas, generally has a convoluted syntax, it doesn’t support different interpreters per task, and lacks a bunch more features. Just explore the feature list and examples that just has.

    It’s simply outdated and mostly lives by the power of defaults and graybeards insisting on its use. Therecs no surprise that things like cmake, nmake, and other tools sprung up to replace it.

    Anti Commercial-AI license