Winding down my Debian involvement
31–40 of 238 posts
Re: Winding down my Debian involvement
#32As an outsider, to me the list of complaints sounds kind of petty and whining. Better to just say "I'm moving on, I wish everyone the best" and be done with it.
Re: Winding down my Debian involvement
#33Re: Winding down my Debian involvement
#34Personally, I'm annoyed at Debian still not having a Web frontend for bug filing. Practically all other distros have some kind of issue tracker site that allows filing bugs through it. Using reportbug or e-mail feels way less comfortable in comparison.
Better have fewer high quality bug reports than more low quality reports. The latter just teaches you to ignore them.
Re: Winding down my Debian involvement
#35Comes off to me as a guy who's just tired of the project after 10 years. Understandable that he finds annoyance and frustration in so many things. It's like a marriage that has reached the point where one or both partners have decided they don't want to be together anymore. As an outsider, to me the list of complaints sounds kind of petty and whining. Better to just say "I'm moving on, I wish everyone the best" and b…
Re: Winding down my Debian involvement
#36You're the guy behind i3? Thank you very much. I love it.
Re: Winding down my Debian involvement
#37Re: Winding down my Debian involvement
#38The post shares several pain points with Debian's slow, aging change-process and integration-infrastructure. Open question: If Debian contributors feel the need to drop out and move on due to these pain points, are there less-painful Linux-distribution projects out there that are getting more of these pain points right they can flock to? Is this a sign that Debian needs to reform, or that other, newer distributions a…
NixOS/nixpkgs is exceptionally friendly and open to new developers, and even just a one-off patch is simple to do.
What helped me a lot with Nix is that you can easily make your own local derivations. Derivations are usually short [1] and bear little risk with sandboxed builds enabled. Basically, you do a nix-shell -p mypackage, you get dropped in a shell with your derivation, but it does not affect the rest of your system.
[1] Example of a C++ library: https://github.com/danieldk/nix-home/blob/master/overlays/30...
Re: Winding down my Debian involvement
#39Not really a fan of "I'm leaving X because of free time and also this 20-point list of why you suck."
Re: Winding down my Debian involvement
#40I noticed a mistake in a comment in a default file in the /etc/ directory - pretty certain the file is part of Debian (although this was on Ubuntu). I thought I would try to fix it. Two hours googling later and I couldn't even work out who the maintainer was. I don't like eating other people's time, but I even tried using IRC.
dpkg -S path/to/file
gives the the name of the package containing a file, and dpkg -s package-name
gives you the name of the maintainer.