#[snarfed]my brain is often ready for programming-for-fun, but it's rarely ready for maintaining-for-fun. and maintenance is 80-90% of the effort, initial building is only the first 10-20%.
#LoqiComments are displayed in the context of an original post, and may be a mix of syndicated reply posts from other sites received via Webmention, as well as locally created comments https://indieweb.org/comments
gire21, [fluffy]1, [jeremycherfas]1, [manton]1, darkkirb, gRegor and [pfefferle] joined the channel
#capjamesg[d]Does anyone want to compete to see who can make the most relevant IndieWeb Search results 😉
#capjamesg[d]One of the biggest issues I have run into is making results relevant. They are okay for a lot of queries right now but could do better in many instances.
#capjamesg[d]If anyone's up for it, you can craft your own idea for a ranking algorithm and I can run it live. The form is an Elasticsearch query so some knowledge of that would be helpful (but a mathematical representation would work too!).
#capjamesg[d]I'll share more links if anyone's up for it.
tetov-irc and nertzy joined the channel
#capjamesg[d]edgeduchess[d] That query finds all records in Elasticsearch that match a searcher's term (i.e. "microformats2 parser"). It searches all specified "fields" like h1, h2, etc (example in the date ordered function below). Then, the Elasticsearch relevance score is taken and the logarithm of (1 + all incoming links on a page * 5) is added to the score. This allows for weighting searches depending on how many people link to the documents being
#Loqistickers are adhesive labels usually with graphics to show an affiliation (like the IndieWeb sticker), a technology (like microformats), or accomplishment, often placed on the backs of laptop screens, and a form of swag https://indieweb.org/stickers
#jackybut it's more on the person looking at it tho to notice that - (like not all photo replys are /sticker _but_ all /sticker are photo replies)
#jackyis wondering how to mark up stickers on his site
antrdnv[d] joined the channel
#capjamesg[d]sknebel thanks again for the Hetzner recommendation.
#capjamesg[d]I rebuilt the search engine link graph today and also ran a feed crawl.
#capjamesg[d]I previously couldn’t do either of those things due to the size of the index on the old server.
#capjamesg[d]Now I can get back to doing some things with search.
#capjamesg[d]I am refactoring the code base to make it much easier to read. I also want to document it a bit more.
#sknebeljacky: markup design-wise? or do you want to "somehow" treat them differently semantically?
#jackyI _think_ I want to treat them differently semantically so readers can be aware of them but I have yet to find a reason to justify that being any different than a reader having some sort of alternative place to get photos for a reply
#jackylike truthfully, one could implement stickers by adding a media endpoint that provides them as a service
#jacky(I'm thinking from both publishing and consuming so I think that's why it's a bit tricky)
#sknebelI guess publishing-wise there is some argument towards linking them from a central place vs uploading it each time? because you might post one everal times? but thats not something a consumer really cares about the difference, link to image is link to image for them