site banner

Tinker Tuesday for February 4, 2025

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

1
Jump in the discussion.

No email address required.

While my projects are on hold, my mind keeps wandering.

I've been thinking for a while that search engines started sucking enough that probably some for of an alternative might be feasible. The idea isn't crawl the entire web, because that's kind of pointless, but to do a very narrow search, and even curate the index. I had the thought that something fairly basic as starting a shallow crawl on the Motte, would quickly yield a decent catalogue of interesting stuff on the internet. I took a quick look at some FOSS search engines, and so far I tried:

While some of these projects are cool in their own right, I'm looking for something:

  • Simple, that I can spin up and debug easily (so far each of these projects has been a pain in the ass to look into).
  • Not resource intensive (most these projects are large indexes needing lots of ram and disk space)
  • Giving me a good readable map of the indexed sites, and an ability to prune them (or failing that, back to point 1, are easy enough to grok that I can code it myself)

Anyone have any recomendations?