Earlier quoted context omitted.
> but random strangers not being allowed to push updates to my operating system in 5.34 seconds doesn’t sound all bad. To me. So that's what the frustrating to maintainers crumbling infrastructure and crappy tooling are for. Now it all makes sense! Actually, I'd very much prefer quickly pushed updates in case of severe security issues. Debian had lots of really ancient packages with problems in "stable" last time I l…
You're misunderstanding the point of Debian. Debian's "stable" release is that. Stable. No updates are issued for packages except for critical security updates, which are backported to the released version. It's essentially an LTS release. This isn't what everyone wants or needs, but if you do, Debian does it very well.
Winding down my Debian involvement
101–110 of 238 posts
Re: Winding down my Debian involvement
#102Improving the distribution developer experience was one of the early objectives of Ubuntu, and where it had the least amount of success. It's a pity, because perhaps the only useful thing you could get out of essentially forking Debian (in itself not a great idea, but say you wanted to...) is independence from its technical and social processes. Ubuntu's processes are different, but not wildly improved... primarily b…
Re: Winding down my Debian involvement
#103So some guy realizes that the vast resources and top-down direction available at large corporations don't translate to a huge open-source project (which itself is compromised of tons of open-source projects)? And it took him 10 years to realize this? Seriously though, I'm amazed at how well Debian just works. And I know it's because enough people are willing to put up with these types of frustrations. Thanks for the…
Re: Winding down my Debian involvement
#104Earlier quoted context omitted.
I had this exact same problem and also gave up. It was absurd. The amount of friction in contributing to Debian is enormous. And, at the risk of upsetting people.. it is time to move away from mailing lists, especially for submitting bugs and managing packages.
Debian hasn't used mailing lists for reporting bugs since the 90s: https://en.wikipedia.org/wiki/Debbugs
Re: Winding down my Debian involvement
#105The 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…
For RPM-based distros (e.g. openSUSE), you write a .spec-file, check it in via OBS's version control alongside your sources, and off you go. OBS builds the package (and pulls in dependencies as needed etc.) and publishes the result as a repository with GPG keys and all the jazz, which you can just add to your own distro, and which is openly visible, so everybody else can use your package(s), too.
OBS also supports forking existing packages, and you can merge them back together, which means you can fix something in an existing package (whether a distro-package or something somebody else put up) and if they accept the changes, congratulations, you just fixed something in the distribution.
This means a lot of building, compilation, versioning etc. is out in the open, and you always have the sources available on top of it.
As an aside: I doubt people will "flock" to openSUSE, since many people sneer at them for no good reason (YaST, still?!), but they do a lot of good work, are good upstream contributors (like RedHat and unlike Ubuntu) and some of the tooling is absolutely amazing, except that nobody really knows about it.
[0]: https://en.opensuse.org/Portal:Build_Service
[1]: https://fosdem.org/2019/schedule/event/distribution_build_de...
Re: Winding down my Debian involvement
#106Re: Winding down my Debian involvement
#107The 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…
I am surprised OpenSuse does not get more attention. I feel its infrastructure, with the open build service etc, should be aťtractive to many?
Re: Winding down my Debian involvement
#108Earlier quoted context omitted.
Sorry about that! I’m not great with Web Design, as you can tell. If anyone wants to contribute a CSS fix, or just a pointer to a good article on how to fix this, I’d be very grateful!
You could add the following CSS to the container (`.row` here but you should make the class name a bit more specific) which will stack the sidebar and your content into a backwards column (so the sidebar shows up after scrolling past the content, which looks and feels ok for a quick & scrappy mobile fix. display: flex; flex-direction: reverse-column; Put that in a media query to only target phones/small devices. Feel…
Tone: Honest question. What's that, exactly?
I've been trying to figure that out off and on for the last, oh, 5 or 6 years, and I keep bouncing off the problem as being too complicated to be worth it for my personal site. If there's a clean answer that has developed in the time since I basically gave up, I'd (again, no sarcasm) love to hear it. But I'd probably need a link to something; Google is clogged with old stuff here.
Re: Winding down my Debian involvement
#109Earlier quoted context omitted.
> it's become too slow and bureaucratic. When I first used Debian in the 90s it had a reputation for being slow and bureaucratic.
And unlike most distros which were around back then, Debian is still here today, so it must be good for something . That said, I agree anything Debian (and thus Ubuntu too) and FSF feels awkwardly baroque to work with these days. Old email-based systems, bickering over politics and minor issues rather than the subject at hand, for weeks or months... and no standard CI?!? With all that I too find myself spending my ti…
It’s stable and I know they’ll still be around 5 years from now.
They also very rarely break anything on updates.
There are only three Linux distress I’d run in production, RHEL, Debian or Ubuntu (depending.
Re: Winding down my Debian involvement
#110Earlier quoted context omitted.
You're misunderstanding the point of Debian. Debian's "stable" release is that. Stable. No updates are issued for packages except for critical security updates, which are backported to the released version. It's essentially an LTS release. This isn't what everyone wants or needs, but if you do, Debian does it very well.
Homebrew is effectively a "rolling release" with fast turnover of package versions. So in that sense it's not directly comparable to Debian stable (or even unstable). That rapid turnover has led to numerous breaking bugs over the last five years or so that I've been using it. It's a lot simpler, but it also lacks the sophisticated versioned dependencies which dpkg/apt provide. Both have their tradeoffs, but I wouldn'…