• 1 Post
  • 43 Comments
Joined 7 months ago
cake
Cake day: September 21st, 2024

help-circle


  • Interesting idea for sure. I’m not sure it would work though. The concept has lots of cultural implications as well. In traditional monarchies the king is usually divinely ordained, chosen by god. A democracy doesn’t get its legitimacy from above, the people are the ultimate sovereign and legitimize the system. New Monarchy also needs some kind of higher philosophical justification.

    Political systems often have a short slogan, that emphasizes their values.

    • No gods, no kings, no masters
    • liberté, égalité, fraternité
    • Einigkeit und Recht und Freiheit
    • blood and Soul
    • for god, king, and country
    • one man, one vote
    • SPQR

    New Monarchism could use one as well.
















  • Programming languages come with their own niches, tools, culture, and history. Gradle has lots of verbosity, complexity, and so on. It’s a build system and a dependency manager in one. Other languages separate these duties.

    A cultural preference for tools written in specific languages or available for specific platforms exists as well. Lots of C/C++ programmers dislike everything Java. They will cite performance and philosophy. They ask why should they install and manage JVM versions and installs for a task they can do with a make file, a shell script, and Conan/vcpkg.

    Not even all Java folks use gradle. maven and ant ant are still around and I’ve seen someone write Java build tasks using rake.