[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.
Salt joined the channel
#[tantek]There's LOTS of pre-LLM techniques for natural language processing. All kinds of math/stats approaches etc. that are predictable, efficient, etc.
[fluffy] and jacky joined the channel
#[snarfed]agreed, NLP long predates and only somewhat overlaps with LLMs
#[snarfed](capjamesg last time I did any nontrivial NLP was in undergrad, 25y ago. I'm old π)
#[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
#[mattl]yeah, you'd need something like... a way to identify ownership of the subdomain
to2ds joined the channel
#[snarfed]somehow bidirectionaly verify that the two domains are the same
#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
#pcarrier"the same" as in belong to the same entity? there's the public suffix list that sort of helps for that
#[snarfed](my joke was that rel=me is the usual indieweb way)
#[snarfed]yeah public suffix list is definitely the way if I head toward allowing subdomains as "part of" pay-level domains
#[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] joined the channel
#[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.
__DuBPiRaTe__ joined the channel
#[mattl]My personal site has 30 ish years of stuff which makes some of this harder