fourwd

joined 6 months ago
[–] fourwd@programming.dev 1 points 5 months ago

This way we will have multiple sudo-tools on one system without the ability to remove all but one. Like now with all this crap like systemd-resolved, systemd-networkd, systemd-anothershitd and a bunch of tools that do the same thing, but are all required.

[–] fourwd@programming.dev -2 points 5 months ago (1 children)

The main problem with sudo and doas is that they are not developed by Lennart. Seriously.

[–] fourwd@programming.dev 2 points 5 months ago

It's working now

[–] fourwd@programming.dev 9 points 5 months ago

Try not to work in pitch darkness :)

[–] fourwd@programming.dev 4 points 5 months ago* (last edited 5 months ago) (5 children)

Used dark (not black) themes everywhere for 8 years. My eyesight is still good according to my annual physical, but recently I've noticed that I have a hard time reading text written on a dark background. It is slightly blurred, especially when there is no light in the room.

Somewhere I still use dark themes, but I always try to switch to light mode if things look okay with code highlighting or smth.

[–] fourwd@programming.dev 1 points 5 months ago

If you build your app with glibc 2.32 and then run it with glibc 2.39, it will run fine. But it won't work the other way around.

There is no best README template, but for my personal projects I use this:

  1. Title
  • Brief description of the project
  • Features
  1. Build
  • List of supported OS
  • List of dependencies (what packages do I need to build your application)
  • Commands to build the application (what do I need to do to build your application)
  • Binary Locations (where can I find the built binary)
  1. Usage
  • Program arguments (what do I need to provide to use your CLI application)

You can find an example here. I'm not saying this is the best README, but I think it's simple and informative.

[–] fourwd@programming.dev 7 points 5 months ago (2 children)

Just build the app on very old distros like Ubuntu 16.04 if possible. But in general, packaging should be handled by the maintainer. If you want to be both a developer and maintainer, packaging problems will take up 75% of your time.

It's not really hard for us users to follow your README and just copy the built binary to ~/.local/bin.

[–] fourwd@programming.dev 4 points 6 months ago

It's very similar to FreeTube, which looks really cool.

view more: ‹ prev next ›