Post ATUDBwPiKb3JFbUt1c by Zee@social.coop
 (DIR) More posts by Zee@social.coop
 (DIR) Post #ATUDBlQjAUKLBYt2Zs by danhon@dan.mastohon.com
       2023-03-10T19:38:30Z
       
       0 likes, 0 repeats
       
       Sigh. Not being able to search your own fucking mentions, (i.e. replies from people to you) on Mastodon is just one of the stupidest things.
       
 (DIR) Post #ATUDBsszRo5sJFAD6O by darius@friend.camp
       2023-03-10T19:43:13Z
       
       0 likes, 0 repeats
       
       @danhon that's not true if full text search is enabled. It's just a shame that it's a bear to run when, especially for a single user server, you could get away with the built-in full text search in Mastodon's DB
       
 (DIR) Post #ATUDBtKdn0DBh06ICW by lmorchard@hackers.town
       2023-03-10T19:45:53Z
       
       0 likes, 0 repeats
       
       @darius @danhon After playing around pretty successfully using sqlite full text search on a personal mastodon bot watching the streaming feed, I kind of wish there was a lower-requirements search option built-in than elastic search
       
 (DIR) Post #ATUDBu1BEqEtow0GVU by danhon@dan.mastohon.com
       2023-03-10T20:23:24Z
       
       0 likes, 0 repeats
       
       Enabling elasticsearch on my personal instance on masto.host is another $5/mo, which sure I can afford and am happy to spend.
       
 (DIR) Post #ATUDBwPiKb3JFbUt1c by Zee@social.coop
       2023-03-10T19:50:35Z
       
       0 likes, 0 repeats
       
       @lmorchard @darius @danhon One day I will finish my "suck my mastodon timeline and mentions across instances into my own web based client so I can do what I want with it" but today is not that day.
       
 (DIR) Post #ATUDBx0a7WXj5wkKUS by danhon@dan.mastohon.com
       2023-03-10T20:25:21Z
       
       0 likes, 0 repeats
       
       @Zee @lmorchard @darius Yeah, have to admit it, I was half thinking of having to write that myself...
       
 (DIR) Post #ATUDBxV4IAvgcV0g0e by lmorchard@hackers.town
       2023-03-10T20:42:06Z
       
       0 likes, 0 repeats
       
       @danhon @Zee @darius FWIW, that's kind of what I have here, though I haven't been running it for awhile. It drank from the streaming API firehose on my account and ingested it all into a lil SQLite DB with terrible web search UIhttps://github.com/lmorchard/masto-recall/tree/main
       
 (DIR) Post #ATUDBxcVqUsszaUcc4 by danhon@dan.mastohon.com
       2023-03-10T20:29:29Z
       
       0 likes, 0 repeats
       
       But me being able to turn on elasticsearch myself, for my personal instance that I own/run/admin, doesn't really help anyone on an instance that they don't admin.
       
 (DIR) Post #ATUDBy6I3mhgTwQP1k by lmorchard@hackers.town
       2023-03-10T20:43:33Z
       
       0 likes, 0 repeats
       
       @danhon @Zee @darius Oh! And I have a neglected install of it running here on a separate account, as an opt-in search experiment that I haven't gotten back tohttps://yesindex.glitch.me/
       
 (DIR) Post #ATUDByrnDAhWrGeL4K by danhon@dan.mastohon.com
       2023-03-10T20:58:08Z
       
       0 likes, 0 repeats
       
       @lmorchard @Zee @darius yeah I was kind of optimistically hoping that @simon would write a dogsheep/sqlite/GitHub actions ingested for this kind of thing soon :)
       
 (DIR) Post #ATUDBzJRYMoqF1aQAS by simon@fedi.simonwillison.net
       2023-03-10T22:20:42Z
       
       0 likes, 0 repeats
       
       @danhon @lmorchard @Zee @darius I mean I can't say I haven't got a half-written version of that lying around already...
       
 (DIR) Post #ATUDjisVAAIX7H4RcG by lmorchard@hackers.town
       2023-03-10T22:27:08Z
       
       0 likes, 0 repeats
       
       @simon @danhon @Zee @darius I just kind of assume if it can be piped into SQLite, you've already piped it there 😁