

PyCharm is the way to go to write Python.
PyCharm is the way to go to write Python.
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.
New Monarchism could use one as well.
The linked concept of New Monarchy doesn’t have a king. It contains asymmetric votes between classes, which is an interesting idea to keep a check on the aristocracy. I don’t think the system is fully viable as a concept, but it makes a good point at the beginning. If we get an elite ruling class anyway in every system, let’s make it more visible and directly accountable.
It’s status. Apple is regarded as more expensive and high quality.
Understandable. You seem to have reflected on this pretty well.
Emotions can carry us away sometimes, especially when it’s about something we care about deeply.
Dehumanization is always a bad idea.
Fascism is extremism of the center. It’s base are the small business owners, petit bourgeois, the pickup driving contractor.
It’s an interactive checklist.
Yes, SQLite is the most well known and likely biggest project using it.
I have used it for smaller projects and found it quite refreshing and useable
If you’re not stuck on git, give fossil a try. It’s a distributed source code version control with an integrated bug tracker, wiki, forum, and more. All that in in one 3 MB sized binary.
It can even mirror to GitHub and export/import git repositories.
It’s very easy to host yourself.
Self hosting git repos can be super minimal. If you don’t have a lot of users or repos, just use ssh. Hell you can host a repo on a local SMB network share eben.
however much cleanup I damn well please
The programmer is the expert to make the decision on what’s necessary to implement a feature.
It’s like when you write a regex for a specific case, that then gets applied everywhere.
Why can you get a Master in Decolonization Studies at a university?
Due to all the refactoring that’s needed --which I’ve been repeatedly bringing up for two years
Never let that accumulate for that long. Continuously do small refactors to improve the structure.
Always spend at least 20% of the time on stuff you know is necessary, but will never be prioritized by marketing heads.
letting uneducated people
More like overeducated people
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.
Ur is used in German a lot to signify something being ancient or the origin.
Großvater means grandfather. Urgroßvater means great-grandfather.
Ursuppe - Primordial soup
Urknall - Big Bang
Ursprung - Origin
English uses it as a loan word and prefix.
Using licenses to take a political stance is a valid idea. It’s even worthwhile, if there’s little uptake for it. Signaling opposition even if it’s symbolic only, has some value.
An aggressively scraping AI company could easily ignore it and it would be hard to prove a violation.
For a small project I recently switched to fossil from git. It’s also distributed version control, but includes a bug tracker, wiki, and other stuff as well. It’s minimalist, but hosting yourself is super easy.
Default git over ssh is often enough as well. Combine with any bug tracker and CI you like. You don’t need to use an all in one tool like GitHub.
You can always make patchfiles and apply those.
Instead of rebasing, consider a new brach and then cherry picking commits.