

Yes. The author is a bit edgy, but it’s a cool and impressive game
Yes. The author is a bit edgy, but it’s a cool and impressive game
Try Veloren and Anarch! Lots of fun to be had.
I wish it had a more comprehensive auto correct feature. I maintain a huge bash repository and have tried to use it, and it common makes mistakes. None of us maintainers have time to rewrite the scripts to match standards.
CC, depending on which version you choose, is pretty much open domain. I personally would stay away from it for code, but there isn’t really anything wrong with it. MIT is also pretty permissive, but derivative copies of your work need to acknowledge that you wrote the code. GPL is something called Copyleft. It protects both you, your users, and your code to the highest degree. You retain the copyright but also anyone who takes your work and modifies it must also give their source code with the program. I’m simplifying here some, but I recommend you look up the definition of Copyleft licenses, its history, and why the GPL is so important. I emphatically recommend that you choose the GPLv3. But in all reality, there is no “best”. It depends on what matters to you and how you want the code to be used.
It is definitely an important topic to learn about. To be honest, I’m surprised you programmed as far as you did without knowing about them. Great work.
Well, adding a code license alllows other people to use your code. Technically now, you reserve all rights to your code and it is illegal for us to look at it or use it.
Those other two make it easier to manage dependencies and setup python virtual environments. Additionally, they allow the package to be more easily to software repositories like Nixpkgs or Debian or Arch. It’s also just an industry standard. Poetry has been used to manage pyprojects for years, but uv is a popular tool too and what I use.
Have you considered adding a license to your repository so that it can be packaged in repositories? And a pyproject.toml or setup.py? That would help us in nixpkgs specifically
I like librewolf but for me video is so incredibly slow. Is anyone else having this issue?
Why isn’t this up streamed? Am i missing something?
I realize not using this model was intentional with Wayland, but I wish it had something similar.
I’m not sure it’s mainline yet? It may just be part of the Asahi project. From my understanding, they are being developed out of tree and will be merged/submitted later.
Polyphia typically
If one wants to help with Git development, where would they start?
I’ve created a PR for this to be added to nixpkgs: https://github.com/NixOS/nixpkgs/pull/387174