#marksuth[d]as much as anything it was the most popular of the suggested names on the renaming section, it’s also sufficiently unique as not to cause any clashes with other things & relatively easy to pronounce/spell
Allie left the channel
#marksuth[d]I believe it is credit to @chrisbergr for suggesting the name initially
gRegor joined the channel
#GWGI agree that the Pass part of it confused me initially
wackycity[d], gRegor, jjuran, akevinhuang, jeremycherfas, [snarfed], jessealama[d], [aciccarello] and cygnoir joined the channel
#@ariadneconill↩️ the market doesn’t care about SOLiD. it doesn’t care about IndieAuth. it doesn’t care about ActivityPub or WebMention or any of the other technologies that could actually shift the power dynamic toward the people. instead we get new masters, who just happen to have money. (twitter.com/_/status/1476064609387917313)
Cygnoir[d] joined the channel
#jjuranAnyone know who the "new masters" are in that tweet?
#capjamesg[d]Thanks for the suggestion! I hadn’t thought about looking at Solr.
#capjamesg[d]I am trying to build something barebones to learn about search.
#jessealama[d]ah, I see, understood. Solr has some boosting stuff that might be a good match for your use case. The indices are stored in a binary format, but there's an API that you can use to get rather low-level information about the current state of the system
#ZegnatI cheated on the ranking last time I did a search experiment. I got a limited number of search results through dumb means, and then of those results read the full texts into an in-memory SQLite FTS5-enabled db (this is surprisingly fast). By running the same search query against the minimal SQLite set and retrieving results ordered by Rank, I made SQLite decide which pages were the “best” for the search
#ZegnatIt basically assumes that people only want 1 page of results, and that querying the big data set is smart enough to get the somewhat correct results for the page of results, and that ranking can be figured out as a second step. It does mean that ranking is decided on the fly and the big db never needs to be reindexed for changing in the ranking algo
#capjamesg[d]What do you want to build jeremycherfas?
#jeremycherfasI've been poking around in NewsBlur to see how its share-to services operate, and they are really rather simple, at least on the surface. (Busy writing up a post now). It structures a post to the service that is specific to that service. If there were a client that accepted such a request, perhaps it could send the request on to a site with an endpoint.
#jeremycherfasI think that might be easier than sending a request direct to a site's micropub endpoint, although if the user could add the url of the endpoint and a token, perhaps that would work too.
#ZegnatThe API is Micropub, so I am not sure there is a Micropub client that in its turn exposes Micropub. Feels like inception of some sorts, haha
#petermolnaras Zegnat said: micropub itself is an api.
#[KevinMarks]You could try with commentpara.de first as that is relaxed about auth
#ZegnatI do not think commentpara.de does micropub, does it?
#Zegnatjeremycherfas: I was just looking, and Quill has bookmarklets for different post types where it puts data like url, content, and name for bookmarklets in a Quill URL.
#ZegnatSo you might be able to use those. Link to Quill‘s bookmark page, and if you are logged in to Quill, it will post to your own site?
#ZegnatI apparently cannot test it right now, it looks like Sink has died from neglect so I have no micropub endpoint
[jeremycherfas] joined the channel
#[jeremycherfas]I was looking at the Quill docs as that seemed like the best starting point, but I hadn’t thought to look at the bookmarklets. Thanks [Zegnat]
alephalpha0, angelo and tetov-irc joined the channel
#[chrisaldrich]Quill bookmarklets using URL structures is a clever trick. Reminiscent of being able to use WordPress' structured URLs to create posts with many of the parts already filled in.
#[chrisaldrich]GWG, could it be possible for one to create posts with WP query parameters that target its micropub endpoint?