[aciccarello], [morganm], [marksuth], [Zegnat], to2ds, gRegorLove_, gRegorLove__, AramZS, omz13, sebsel and voxpelli joined the channel; mretka left the channel
capjamesg[d][snarfed] Have you done any work with NLP? I want to build an auto-glossary maker for my site but I'm having a hard time figuring out a solution that doesn't involve an LLM.
[tantek]There's LOTS of pre-LLM techniques for natural language processing. All kinds of math/stats approaches etc. that are predictable, efficient, etc.
[snarfed]right now I expect exact domain match. I could maybe eventually relax that to subdomain, but I'd need to handle hosting providers like http://wordpress.com etc
LoqiDNS is an abbreviation for Domain Name Server (or Domain Name System) and often used to refer to the configuring thereof on a domain name registrar or on a web host https://indieweb.org/DNS
[mattl]I don't think there's a way to use http://micro.blog on your own domain name in a subdirectory... i guess I could pull the GitHub repo and publish that
[manton][mattl] I think someone tried to do that, but it does require some Hugo fiddling. Basically duplicate the normal home page template and put it at /myblog, then make a static page for your home page. The only thing you canβt control is the permalinks, though, which will still be /year/month/β¦ etc.