🙏🏽

I write software (C++) for a living.

#Emacs #Prolog #Erlang #SelfHosted

  • pro-communalism
  • anti-consumerism
  • pro-holisticism
  • anti-monism
  • pro-libre software
  • fan of #Plan9 and #HaikuOS

anti-witchhunt, see https://stallmansupport.org/

  • 8 Posts
  • 96 Comments
Joined 1 year ago
cake
Cake day: May 15th, 2025

help-circle

  • Your point seems to be “open-source-with-monetization now has a problem, but altruistic-source doesn’t”. Maybe the linked blog was that narrow in focus on open-source, and you force-expanded it to altruistic-source.

    I think projects with principles are in the same quandry as those with a monetization objective. Software under GPL-like licenses has a problem, LLMs slurp up Linux and GCC source code and spit out non-compliant derivative work. It is no longer possible to promote principles by contributing in the open. There is also no hope of software authors winning damages from companies the way book authors seem to have won in court.




















  • BTW, I liked the idea on emacs-devel about PGO/FDO experiments. And, with a short PGO Emacs session and compiling Emacs with that profile, I see almost all the responsiveness issues disappear. What is left are slow indent-region and slow file opening, which seem unrelated to UI responsiveness.

    Are there automated UI test runners? Just a matter of recording macros, or even writing out elisp, I guess. Having targeted tests and using them for PGO/FDO to do Emacs releases seems useful.