I started learning JavaScript in Mayish 2022. I wanted to make tools to address some of the things I disliked about Google search, and after looking around it seemed like JavaScript was the best solution. So I signed up for a course, thrashed and flailed my way through 50 of the 59 lessons, and then […]
Using ChatGPT to Double-Distill Mojeek Results into a Date-Based Topic Overview
My concern about AI-assisted search results has been, from the beginning, the lack of human context. A simple query is rarely going to be sufficient in itself; after all, the user is searching because of some existing information lack. Outside of the most basic queries (When is a movie playing? Where is that restaurant? How […]
Evaluating ChatGPT’s Knowledge Based On Year of Source Data
I’ve been talking to myself in JavaScript about Google’s terrible AI results and why it’s so difficult to have AI turn scraped web into useful search results. I made a thing that does a Mojeek search and restricts results to a specific year via url pattern matching/result filtering. It then retrieves and bundles the filtered […]
Adding a Date Mode to My Google Alerts Replacement
If you’ve been reading my stuff for a while you may remember me talking about the idea of persistent metadata. By “persistent metadata,” I mean that every thing in a physical universe can be identified by WHERE they are and WHEN they are. A person is born here, educated here, works here, moved here, died […]
Temporal Topic Explorer
I’ve been spending the afternoon working on my Temporal Topic Explorer, and wow, I think I’m going to be using this a *lot*. I believe in sharing my toys, so if you want to try it too it’s at https://searchtweaks.com/tte/ . TTE takes advantage of dates in URL patterns. Many blogs and news sites publish […]