t2018-04-11T09-26-18-903543.md - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags --- t2018-04-11T09-26-18-903543.md (764B) --- 1 # 2018-04-11 09:26:18.903543 UTC (+0000) 2 3 An implementation of Urban Dictionary on Gopher 4 5 Today I've implemented a gopher interface to UrbanDictionary which 6 provides a gopher search menu you can use to get meme definitions. 7 8 You can find it at gopher://parazyd.org/7/urban.dcgi 9 10 The backend is a dynamically filled dictd database, which gets filled 11 by searching definitions. The more it's used the more will be cached. 12 13 There is also a dict protocol daemon running on dict://parazyd.org which 14 offers this same database, but I am unable to make it reload the dict 15 database when needed, so if a definition was not searched before, you 16 will need to issue a second request to get it. 17 18 If anyone wishes to help with the dictd part, let me know :) 19 20 Have fun! 21 22 parazyd 23