maples37 1 day ago

I've been a big fan of https://alternativeto.net/ and using their "open source" and "self-hosted" filters. Even looking through the non-FOSS alternatives for a particular application/site can be helpful; sometimes a for-profit company will take a different approach to solving a problem and it will give me other ideas to consider.

  • RadiozRadioz 1 day ago

    Some of the information on there is useful, but I'd say that alternativeto.net is an almost perfect example of a bloaty & hostile website. OP's website is much more pleasant.

1vuio0pswjnm7 1 day ago

FWIW, this site is fast, works perfectly with a text-only browser, e.g., links (1.4MB static binary), elinks, or without a (bloated?) browser, e.g., retrieve all the pages, catenate and read as a single HTML file or convert it to, e.g., SQL, CSV or a plain text file

All the /p/ URLs are in the sitemap, all the site's pages can be retrieved over a single TCP connection

https://debloat.dev/sitemap.xml

This, i.e., retrieving all 200 /p/ URLs over a single TCP connection (using HTTP/1.1 pipelining), results in a 1.9MB HTML file comprising all the /p/ pages, including response headers. NB. This isn't "crawling". All URLs (cf. a set of "seed" URLs) are known before the connection is made

No cookies, no Javascript

Other than CSS, no bloat

NB. A 1.9MB sitemap would not be large. For example, here is a 2.9MB sitemap from AP

https://apnews.com/ap-sitemap-202607.xml

hiitsmyaccount 1 day ago

Not able to access the site on Firefox "Error Code: SSL_ERROR_INTERNAL_ERROR_ALERT"

hadestructhor 2 hours ago

Taking the opportunity to plug my own recent project: canireplaceit.com

You can see some collection, and I'm building some advanced research capabilities to it.

For now, you can see if you can fully replace an app with a sub, with oss alternatives, or free alternatives.

Heavily vibe coded but all the apps out there didn't have what I needed, a list of features, what exactly is missing, if there is an sso tax or not, licenses, cheaper alternatives, if there are some tjat genuinely can't be replaced and why.

Lemme know what you think about it and what I should add to it

gigabyte9592 2 hours ago

Category selection should be checkboxes, not a text box.