Software projects with one (or maybe two) developers contributing the vast majority of code are prevalent, at least in open source software, and may not be as bad an idea as common wisdom suggests: https://arxiv.org/abs/1904.09954
@strangeglyph Ich benutz Nikola nicht wirklich für die Shortcodes, sondern nur als generischen static site generator. Klingt doch aber, als hättest du das so ganz gut im Griff? Zeilenumbrüche in HTML sind doch am Ende eh nur eine Frage der <br>s.
@jalcine I'm pretty sure my local man pages don't include the content on the page I linked, but if you have a version with those pages, feel free to link them to me! I'd be happy to package them for my distro.
Firefox admits they will eventually be sending all of your DNS to Cloudflare. Cloudflare will monetize your internet browsing, no matter how much their PR people say they are.
If you want to disable that, go to "about:config", and set "network.trr.mode" to 5.
The values are: 0 - default off, 1 - race, 2 TRR first, 3 TRR only, 4 shadow, 5 off by choice
@sir I think I just see it as more lighthearted fun than you do, but I see your point. I'll just continue sending people to git-scm. (And that's even though I myself learned a lot from the day I was bored in uni and read every git man page 🤓 )
@sir Wuuuell. If you know the structural basics of git, I absolutely agree. For getting people into git (especially people who are not well versed with man, so navigating/searching is not easy), and who don't know that the general structure is "info – infoDUMP – examples", they're pretty terrifying. Also, if I'm not mistaken, the generator is from times when the man pages were more, erm, concise. But I know that more low-level git man-pages are still confusing to me on their own (eg repack).
@sir Haha, sorry – I do like reading git man pages! I don't like recommending it to people myself, because I feel that the git-scm pages are more helpful to most people. But *if* somebody mentions git man pages, I always want to make their life more fun with a reference to the generator (which is a great project imo). Sorry if it's annoying you.