#dev 2017-11-21

2017-11-21 UTC
[manton], bengo and snarfed joined the channel
#
tantek.com
edited /timeline (+2823) "note needs for additional specific dates for various technologies, implementations"
(view diff)
#
loqi.me
edited /to-do (+164) "tantek added " help with tracking down (with citations!) the YYYY-MM-DD dates for the items listed here that would be helpful! [[timeline#Needs_Dates_and_incorporation_above]]" to "See Also""
(view diff)
#
loqi.me
edited /to-do (+189) "tantek added "Write a descriptions of how indieweb [[building blocks]] have been tied together in various implementations to make a clearer more complete independent (decentralized) social web picture" to "See Also""
(view diff)
[miklb], wagle, renem, snarfed, KartikPrabhu and tantek joined the channel
#
Zegnat
Darn, I was hoping for an u-author link to me in the h-entry cassis, but I don't think tantek ended up using my suggested fixes https://github.com/tantek/cassis/issues/4 ?
#
Loqi
[Zegnat] #4 Math error in trim() causing single character strings to be dropped.
#
Zegnat
Also, gasp, that issue is 7 years old?!
tantek, jjuran, [jackysee], cweiske, [pfefferle], loicm and [kevinmarks] joined the channel
#
petermolnar
tantek sorry for sending you down that rabbit hole of rss/atom unholyness :)
[markmhendrickso, loicm, snarfed, raretrack, [keithjgrant], [kevinmarks] and KartikPrabhu joined the channel
#
@EddieHinkle
@dwlz My code is open source right here: https://github.com/EdwardHinkle/indigenous-ios/blob/master/Indigenous/IndieAuth/IndieAuthLoginViewController.swift (I’m still a new iOS Programmer so ignore all the things that are probably bad haha). My SFAuthenticationSession is inside of loginWithIndieAuth section if you want to compare to your current use and see if there is diff
(twitter.com/_/status/932993857599492097)
[miklb], [manton], amz3 and loicm joined the channel
#
@EddieHinkle
@dwlz If you enter https://eddiehinkle.com into the url field it should trigger SFAuthenticationSession to the domain http://IndieAuth.com (you won’t be able to do the full login cycle but you’ll be able to click the pop up confirmation and see the web browser login page appear)
(twitter.com/_/status/933005252021882880)
#
raretrack.uk
edited /User:Raretrack.uk (+12) "Migrated from Google Calendar"
(view diff)
[jeremycherfas] joined the channel
#
aaronparecki.com
edited /authorship (+334) "/* Questions */"
(view diff)
#
amz3
what do you think about a search engine for the indie web?
#
amz3
I would it be different from a regular search engine?
#
amz3
s/I/How/
#
aaronpk
certainly a search engine like twitter search that searches everyone's own websites would be useful
#
ancarda
Hmm, possibly it could crawl/index pages that have h-card's and h-entry's -- so it could find people and content
#
ancarda
That would help close 1 gap I see with moving off silos; I can search Twitter for #hashtag, and find discussions related to that topic. I can't really do that with IndieWeb, as far as I know
#
aaronpk
right now you can search any normal search engine, or even superfeedr
bengo joined the channel
#
aaronpk
but it's not ideal
#
[miklb]
I thought snarfed’s thing was the start to that.
#
aaronpk
sure but it doesn't continually crawl
#
[miklb]
can’t remember the name or url
#
aaronpk
what is indiestats?
#
Loqi
It looks like we don't have a page for "indiestats" yet. Would you like to create it?
#
aaronpk
what is indiemap?
#
Loqi
indie map is a public IndieWeb social graph and dataset, made by Ryan Barrett and launched at IndieWeb Summit 2017 http://www.indiemap.org https://indieweb.org/indiemap
snarfed joined the channel
#
snarfed
not really a search engine. https://search.cweiske.de/ is though!
#
aaronpk
oh yeah, I forgot it crawls more than just his site and the IRC Logs
#
snarfed
this idea comes up regularly, and every time it does, i'm curious what the value or use case would be. when would you want to search over only indieweb sites?
#
aaronpk
for me it's more about a search result interface that is optimized around short twitter-like posts
#
snarfed
er, sorry, aaronpk already mentioned that q
#
aaronpk
I don't like the google search result interface when trying to find tweets for example
#
amz3
snarfed: that's the question I ask
#
amz3
aaronpk: I see what you mean
#
aaronpk
I want something that shows results like twitter search, but that searches across websites
#
aaronpk
it's not about limiting to h-entry and "indieweb sites", it's about presenting the results in a format that's nicer to look at and interact with
#
snarfed
microblog search, like google's old blog search
#
aaronpk
yeah pretty much
#
amz3
right now I am experimenting with building a custom search engine, but I did not come to the point when you can index particular fields like snarfed's search
#
amz3
the thing is that I don't use elastic search or postgres full text search I create my own database, basically re-inventing the wheel
#
amz3
the good thing is that I stumble upon intersting issues
#
snarfed
s/search/dataset/
#
amz3
snarfed: what do you mean?
#
snarfed
mine (indie map) isn't really a search engine, it's a queryable dataset
#
snarfed
minor semantic point. ignore me.
#
amz3
snarfed: interesting
#
amz3
snarfed: do you use an inverted index?
#
amz3
you translate search queries into SQL queries?
#
amz3
using the LIKe operator or something like that?
snarfed1 and snarfed2 joined the channel
#
snarfed2
amz3: read the docs! :P http://www.indiemap.org/docs.html
#
Loqi
[Ryan Barrett] Indie Map
#
snarfed2
it doesn't handle search queries
#
snarfed
the data is stored in a couple forms, WARC files and google bigquery, a data warehouse (ie designed for analytics, not end user applications)
#
amz3
tx
#
amz3
snarfed++
#
Loqi
snarfed has 22 karma in this channel (321 overall)
#
sknebel
anyone know offhand how I can have nginx use the result of a subrequest to decide how to handle the actual request? some kind of access control feature/module?
#
petermolnar
sknebel I have no idea what you're after
#
aaronpk
sknebel: check out the auth_request module
#
sknebel
if someone requests /my/path, fetch /special/my/path, if that returns 200 let it pass, otherwise abort the main request with an error code
#
aaronpk
depending on what you're doing, this may be already done for you: https://github.com/bnfinet/lasso
#
Loqi
[bnfinet] lasso: an SSO and OAuth login solution for nginx using the auth_request module
#
aaronpk
yep that's exactly what the auth_request module does
[pfefferle], snarfed and [kevinmarks] joined the channel
#
[kevinmarks]
I'm getting Technorati flashbacks. Though if it was limited to mf2 it would be less of a scaling challenge
tantek, KartikPrabhu, bengo, loicm, [kevinmarks], [chrisaldrich] and snarfed joined the channel