

This looks awesome, definitely gonna try this out! Any plans to add images/thumbnails? Looks like gofeed already returns them.


This looks awesome, definitely gonna try this out! Any plans to add images/thumbnails? Looks like gofeed already returns them.


This is what Torvalds himself recommends to all real Linux fans


I’ve been using NixOS for my laptop and servers for over a year and I’m totally obsessed with it. While I upvoted you for visibility, I wouldn’t really call NixOS obscure anymore. I’m constantly seeing it randomly mentioned in various distro-agnostic Linux spaces online lately.
Although it’s been seeing a lot of hype lately, I agree it’s still sort of niche and definitely not for everyone.
Do you use git? That basically forces you to do some documentation as you go. Multi-line commit messages are often helpful too. (When I first learned git, I only committed using git commit -m which is a bit restrictive in terms of how much you can fit in commit messages)
All my computers (including servers) share the same NixOS Flake. So my documentation consists of:
I know how to fix that
AMC made a documentary series about it in 2008


I think copyparty would accomplish that pretty well
real if true
vlc --help outputs text with colors which makes it so much easier to skim
jq is sort of like awk but specifically meant for JSON so it should be a lot easier.


I actually like this question so I won’t be upvoting it because it’s not shitty.
If you view the source of the homepage, you’ll see some HTML that starts with this:
<div class="archive-dropdown-wrap">
<ul class="archive-dropdown">
<li><span class="chapter-label">Issue 1</span><ul><li><a href="https://strongfemaleprotagonist.com/issue-1/page-0/">Cover
That’s the HTML for the drop-down. Although if I were you, I’d look into taking advantage of WordPress’ JSON API, since that website uses WordPress.
For example, here’s a list of the images uploaded to the site in JSON format: https://strongfemaleprotagonist.com/wp-json/wp/v2/media?per_page=100&page=1 (Limited to 100 entries per page)
Not bad for a first meme. I rate it 6½/10. We’ll be watching your meme career with great interest. 👍
Check the demo: https://feed.lovergne.dev/demo
It links out to the source webpage, so this might not be what you’re looking for.
Although this might inspire me to build a single page app generator using Astro that does that.