#indieweb 2019-05-21

2019-05-21 UTC
electronicmaji, nitot, eli_oat, wolftune, snarfed, jjuran, [jgmac1106] and billbennettnz joined the channel
#
billbennettnz
This may not be a big deal but I'm seeing incoming traffic looking for what I think are indieweb attributes getting 404 errors. One example of a target is /.well-known/nodeinfo is this because my indieweb plug-ins are set up wrong?
#
billbennettnz
also /api/statusnet/config
#
billbennettnz
Enquiries are coming from fediverse.network crawler which sounds indiewebish to me
#
aaronpk
Mastodon has stuff at that url and a bunch of other things assume anything that supports activitypub is mastodon and tries to poll that url to get stats about numbers of users and such
#
Loqi
aaronpk: petermolnar left you a message 18 hours, 54 minutes ago: do you ever get slightly bugos positions in your location tracking? If yes, do you get rid of them somehow? (Read: the min. accuracy of 50m allows a surprising range of errors while I'm staying at the very same spot in μlogger)
#
aaronpk
petermolnar: yes definitely, location tracking is super messy. When I draw lines from the data I usually toss points worse than 200m, and do some other smoothing
chrisaldrich joined the channel
#
chrisaldrich
billbennettnz, if you set up https://wordpress.org/plugins/activitypub/ on your WordPress site, it could give those crawlers something to see. It's in development, but is reasonably stable in its current configuration.
#
billbennettnz
Thanks aaron, that's interesting that something in the Mastodon world thinks it's worth looking... I mean it's all wonderful content, ;-)
#
billbennettnz
I'll have a look at activity pub, I see it's from Matthias Pfefferle
blassin42 joined the channel
#
chrisaldrich
You could also try the Bridgy Fed route, but it's a bit more involved.
#
chrisaldrich
What is Bridgy Fed?
#
Loqi
Bridgy Fed connects IndieWeb sites with federated social networks like Mastodon and HubZilla https://indieweb.org/Bridgy_Fed
#
chrisaldrich
pfefferle++
#
Loqi
pfefferle has 3 karma in this channel over the last year (30 in all channels)
#
chrisaldrich
snarfed++
#
Loqi
snarfed has 25 karma in this channel over the last year (79 in all channels)
kraftbj joined the channel
#
snarfed
billbennettnz: in general the internet is the wild west, you'll get requests for all sorts of random stuff, eg known vulnerable wordpress plugins. don't worry (or pay much attention) to random GET requests
#
Loqi
[swentel] #38 Incoming requests from the fediverse once you're on it
#
snarfed
swentel++ ^ pretty comprehensive
#
Loqi
swentel has 7 karma in this channel over the last year (45 in all channels)
wolftune, nitot, eli_oat, jnoh, todrobbins, snarfed, eli_oat1, jjuran, electronicmaji, [Rose] and [tonz] joined the channel
#
petermolnar
looking at the Utrecht schedule, I'm a bit sad I missed out on it :(
#
[Rose]
It was fun! Though sadly we had video issues in the second half of the room, so I need to debug that.
[jeremycherfas] joined the channel
#
petermolnar
which vidconf system was in use, just for curiosity?
#
[jeremycherfas]
Were there problems beyond sound bleeding from one to the other?
nitot joined the channel
#
sknebel
petermolnar: Zoom
#
sknebel
[jeremycherfas]: yes, the second room muted itself a few times, and sometimes connectivity was really bad
neceve, nitot and [Rose] joined the channel
#
[Rose]
We had internet connections, and Zoom in the second room refused to ask for permission to access the microphone and camera
#
[Rose]
At least at the start of the day, once that was resolved it tried, but unfortunately I don't think the videos from those sessions worked. I need to watch them tonight to check.
mauz555 and catsup joined the channel
#
infominer[m]
hello again
#
[Rose]
*internet connection issues
#
[Rose]
*Hi, sorry, spelling is hard 😉
#
infominer[m]
hoi it is
#
infominer[m]
i'm lost in a sea of links
#
infominer[m]
is what i'm working on right now
#
infominer[m]
more specifically
#
infominer[m]
ownyourgram
#
infominer[m]
>Could not find your Micropub endpoint!
#
infominer[m]
><link rel="micropub" href="https://infominer.id/micropub">
#
infominer[m]
>Link: <https://infominer.id/micropub>; rel="micropub"
#
infominer[m]
the `Link: <https://infominer/micropub>; rel="micropub"`
#
infominer[m]
that specifically is what I"m confused about rn
#
infominer[m]
that goes right in the head?
#
infominer[m]
i never seen a line like that in html
#
Zegnat
The <link rel… is HTML
#
Zegnat
The Link: is HTTP
#
Zegnat
So that later line you would never have seen in HTML, servers send it before the HTML
#
infominer[m]
so I don't need to worry about that line?
#
infominer[m]
it seems I"m signed in w just the html
#
infominer[m]
resurrected my insta
[frank] and [pfefferle] joined the channel
#
infominer[m]
> Please check that you're handling the expected parameters and returning the "Location" header and try again.
#
infominer[m]
HTTP/1.1 405 Method Not Allowed
#
Zegnat
That sounds like an error coming from your micropub endpoint
#
infominer[m]
I gave the token repository access... but I can double check there
#
infominer[m]
using a fork-to-heroku of voxpelli/webpage-micropub-to-github
#
infominer[m]
yes.. it's something w the endpoint
#
Zegnat
I don’t know the specifics of that endpoint. You could try pinging voxpelli in the #indieweb-dev channel
#
[frank]
I don't see a micropub endpoint on your homepage anywhere in the code. You should add that one first
#
[frank]
Also no rel="me" for authentication
#
infominer[m]
yes.. but i'm testing it on https://infominer.id/indieweb
#
infominer[m]
got a bunch of that stuff in there
#
[frank]
Ah yes I see
#
[frank]
Do you redirect the heroku URL to your own infominer.id/micropub?
#
infominer[m]
hmmm
#
infominer[m]
no
#
infominer[m]
I was wondering about that, since I have nothing at that location
#
infominer[m]
idk how even
#
[frank]
Back when I used heroku on my jekyll site, I just used the Heroku URL I received
#
infominer[m]
right
#
infominer[m]
I was just copying something from some instructions somewhere
#
[frank]
So it would become <link rel="micropub" href="https://<instance-name>.herokuapp.com/micropub/main"> in your <head>
#
[frank]
Yeah it took me quite a while to get it going as well
#
infominer[m]
lets see if this is right
#
infominer[m]
so I'll try `<link rel="micropub" href="https://micropub-info.herokuapp.com/micropub/main">`
#
[frank]
You can try it with any micropub client, like Quill.p3k.io or micropublish.net
#
[frank]
If you already can login with your site through indieauth
#
Zegnat
Please take the conversation to the dev channel if you have a need for copying code :)
#
infominer[m]
thx I am in need
#
infominer[m]
I should prolly give up and rest.. but I'm so close I can taste it
#
infominer[m]
actually idk where the dev room is via the riot app
#
Zegnat
You should be able to access it the same way as this one, except go to #indieweb-dev instead of just #indieweb
#
Zegnat
what is discuss?
#
Loqi
Join the #indieweb discussions via the web, Slack, IRC, or Matrix interfaces now with additional channels for dev, wordpress, and meta specific chat! https://indieweb.org/discuss
#
Zegnat
Information there ^^^
#
Loqi
I agree
#
Zegnat
Hmm, maybe someone who uses Matrix can write up a little how to for the channels?
#
Zegnat
jgmac1106, did you ever document that?
[jgmac1106] joined the channel
#
[jgmac1106]
no, at a conference and grades due this week but I will try to match all the room names...I remember it taking me some guessing
[tonz] and AkyRhO joined the channel
#
infominer[m]
Not available on riot via indieweb-dev or #indieweb-dev
[pfefferle] joined the channel
#
Zegnat
It should be. Riot should have a full Freenode bridge.
#
Zegnat
does not have a Riot/Matrix setup to test with
#
infominer[m]
this is my first time setting up a github personal access token \ creating a heroku app..
#
infominer[m]
i'm sure my issue is there...
#
infominer[m]
as far as indieweb-dev or #indieweb-dev I cannot find them on freenode via riot
#
Zegnat
But I can’t confirm it myself. I use IRC
#
infominer[m]
😅
KempfCreative and electronicmaji joined the channel
#
doubleloop
Is there an indieweb cooking club like there's an indieweb book club? I am going to try [Rose]'s creme fraiche pasta recipe :D
eli_oat, eli_oat1 and mauz555 joined the channel
#
[Rose]
Is there a micropub format for recipes?
#
[Rose]
Microformat markup rather
#
[Rose]
https://indieweb.org/recipe is interesting! I vote for a cooking club 😛
[kevinmarks786] joined the channel
#
sknebel
Reminds me that I owe people a Käsespätzle recipe
eli_oat1 and [jeremycherfas] joined the channel
#
[jeremycherfas]
I tried marking up recipes a couple of times. Too fiddle and no evidence of interest.
kraftbj, uncle_0gre_, tobiastom_, ichoquo0Aigh9ie, Jeena_, GWG_, Kaja_, R2ZER0_, Gargron_, Anchakor_, micro_, rektide2, treora_, rektide_, stevestreza, callMeBaby, raucao, buirg, jackjamieson, andersju and blueyed joined the channel
#
doubleloop
[jeremycherfas]: do you still post recipes (without markup)?
quite, eli_oat1, KempfCreative and snarfed joined the channel
#
Zegnat
Wasn’t there an iOS app that was able to extract hRecipe?
myrkul and [eddie] joined the channel
#
[eddie]
I believe Paprika 3
wolftune and [grantcodes] joined the channel
#
Zegnat
That sounds familiar!
#
snarfed
hey Zegnat, out of curiosity, how does your search tool compare to https://indiechat.search.cweiske.de/ ?
#
Zegnat
Completely different. Mine is a meta search engine. It actually lets every site do their own search, and then it combines the results.
#
Zegnat
So I do not have to do crawling or building indices
#
Zegnat
That is also why I could build it in half a day.
#
Zegnat
Stupid thing is, I knew meta searchengines were a thing. I have hosted searx. I know about MetaGer and a couple others. I just never thought to do one that does IndieWeb.
#
Zegnat
Until Djoerd presented the Searsia project and I wondered how hard it would be to just pull the results from indieweb sites
#
doubleloop
I also came across Gourmet (https://thinkle.github.io/gourmet/) which could be extended to have an h-recipe importer
#
Zegnat
snarfed, does that answer your question? :) I can go into more detail, but probably move to -chat or -dev at that point
fourtonfish joined the channel
#
snarfed
ahhh interesting ok. remind me of the link? i haven't actually tried it yet
#
Zegnat
It is not currently online. It was only demoed as PoC during demos on Sunday
#
Zegnat
I can see about putting it up at some sneaky URL tonight
#
snarfed
meta search engines make sense across maybe up to a few dozen base sites, but when you're looking at hundreds to thousands, it's going to be pretty awkward. so scaling seems unlikely
#
snarfed
still, interesting!
#
Zegnat
Yeah, there are some ways to do scaling. Searsia I think randomly goes and fires off popular previous searches when it isn’t doing other things.
#
[jeremycherfas]
!tell doubleloop I do, but mostly bread.
#
Loqi
Ok, I'll tell them that when I see them next
#
Zegnat
But this is also why you may have seen me say it does not get to have a name or exist as a project, snarfed ;) Because I know I could spent every free minute of the rest of the year on this, hahaha
#
Loqi
Zegnat: lol
[Rose] joined the channel
#
[Rose]
cancels Zegnat's sleep
#
Zegnat
[Access denied]
wolftune, gRegorLove_, [grantcodes], jjuran, snarfed, todrobbins, ejw_, jnoh, [tonz], jackjamieson, leg, [tantek], snarfed1, [Rose], JasonO and [frank] joined the channel; myrkul left the channel
#
Loqi
[indienews] New post: "Bridging the IndieWeb and the Fediverse, part 3 – WordPress ActivityPub plugin" https://doubleloop.net/2019/05/21/bridging-indieweb-fediverse-part-3-wordpress-activitypub-plugin/
#
[tantek]
looks like I got Dens's attention re: 4sq deletion btw. stay tuned
[schmarty] joined the channel
#
[schmarty]
tantek: best of luck getting your 4sq/swarm account re-instated!
#
[schmarty]
i have been using perkeep to backup my checkins from there since before i started ownyourswarm-ing.
pd09041999 joined the channel
#
[schmarty]
i have been wondering what other options there are for backups / dumps from 4sq.
#
[tantek]
they used to provide an ICS "feed" of all your checkins (for all time) but I think that stopped working a little while ago
#
[schmarty]
there was a blog post about that recently IIRC
#
[schmarty]
oh! maybe they still exist: https://foursquare.com/feeds/
#
[schmarty]
oh, haha, i signed in and see my links but also this message: "Please note: The Check-in Feeds functionality has existed for a while now, and we've gone through lots of changes over the years. These unique URLs may or may not still work for you and, unfortunately, we no longer provide support for this feature. YMMV!"
#
[schmarty]
which is what i recalled reading earlier. now i gotta figure out where i read it!
#
[tantek]
interesting. maybe something worth documenting on /Foursquare
#
[tantek]
"How to export" etc.
[pfefferle] and gxt joined the channel
#
Zegnat
[schmarty], I remember reading the same thing, so pretty sure it was in one of the indieweb channels
[jeremycherfas], [manton], jbove, ejw_ and jackjami_ joined the channel; leg left the channel
#
jbove
Hi. Anyone if there is a tutorial or post somewhere that explains how I could get my Knowns CMS notifications as a feed in the "Notifications" Aperture.p3k.io channel??
#
jbove
When I add this [URL](https://social.johanbove.info/account/notifications), I get the message that "No feeds were found at the given URL".
#
aaronpk
hmm known requires login for that URL to work
wolftune and [jeremycherfas] joined the channel
#
jbove
Yep, that's the issue :-)
#
jbove
aaronpk: not sure how I can use the API key in Aperture to authenticate with Known
#
aaronpk
the api key thing is unique to aperture and we haven't really made an attempt to adopt that in other software yet, so i don't think there's an easy way to do that right now
#
aaronpk
sounds like a good discussion topic for the next indiewebcamp tho :)
#
jbove
I guess I should check the source of those notifications first: Known. I decided only recently to join the Indieweb and picked up Known. It works great so far, although had some hiccups to resolve. Much thanks to Marcus Povey of course.
#
jbove
He's basically keeping the Known cms single-handedly up. I wish I had more PHP skills to help out. I can read the code and find my way around, as a front-end dev, but there are times when one needs to acknowledge their own limitations.
#
jbove
aaronpk: While you're here: Thanks for everything you do for the IndieWeb! When you and Tantek were in Düsseldorf I wanted to bring over some Belgian beers as a small token of gratitude (and chocolate in case you don't drink); but due to family priorities I didn't.
#
aaronpk
aw thanks!
#
jbove
I owe you that much ;-)
todrobbins, snarfed, [kimberlyhirsh], tbbrown, fourtonfish and [tantek] joined the channel
#
[tantek]
Welcome [Melanie_Richards]!
#
Loqi
jbove has 2 karma over the last year
#
[tantek]
jbove++ mmmm chocolate 😋 it's the thought that counts
kraftbj, electronicmaji and Hyro joined the channel
#
Hyro
Hello everyone! I can't log into indieweb.org, is there a particular reason? I use IndieAuth with Github and it works on Aperture and Monocle
electronicmaji and [Melanie_Richard joined the channel
#
[Melanie_Richard
hey Tantek! (and friends)
#
KartikPrabhu
Hyro: does it show anyparticular error?
[ldavid_ensiie] joined the channel
#
[ldavid_ensiie]
In fact, i found two log in, one at the upper right that use indieAuth and do nothing when i click on githubAuth, just redirect me to indieweb.org, and i found another one with login and password, and it seems i can't sign up
#
gRegorLove
What's your domain?
#
KartikPrabhu
indieweb.org should not have a login and password (I think)!!
#
[tantek]
Hyro, that's a subdomain. Do you own a domain name yourself?
#
[tantek]
Also where did you find the one with login and password?
#
KartikPrabhu
[ldavid_ensiie]: I used that and tried to login, of course it failed since it sent me to my github
#
[ldavid_ensiie]
I don't have a domain for now. To find the one with login and password, go to indieweb.org, the last link "upload file", then click on log in on the page
#
KartikPrabhu
^ that needs to be fixed :P