calling all nerds: is it possible to make a third party search engine that searches sites that have shitty on purpose search features?
-
calling all nerds: is it possible to make a third party search engine that searches sites that have shitty on purpose search features? #asknerds #tech #enshittification
-
calling all nerds: is it possible to make a third party search engine that searches sites that have shitty on purpose search features? #asknerds #tech #enshittification
@aptronym possible: yes; legal: maybe not
-
calling all nerds: is it possible to make a third party search engine that searches sites that have shitty on purpose search features? #asknerds #tech #enshittification
@aptronym
a friend asked me to archive their shitty website, so i ran this command (on my android, in the termux app):pkg install wget
wget --adjust-extension --convert-links --mirror --no-parent --page-requisites --trust-server-names https://shitty.web.siteif i want to find where "poop" is mentioned on the shitty website:
pkg install ripgrep
rg -o "poop" shitty.web.siteif this search engine has to be a web app, that's an extra step.
if the website blocks scraping, then that is a challenge. more have started doing that because of aggressive genAI scrapers.