#dev 2019-02-21

2019-02-21 UTC
KartikPrabhu joined the channel
#
@jgmac1106
↩️ Yes form of decentralized syndication. Since users own data they choose where to syndicate. No one is forced on Twitter. Many use webmentions and never touch a social media silo. Some stick around for advocacy, others because that is where there… https://quickthoughts.jgregorymcverry.com/2019/02/21/lsanger-yes-form-of-decentralized-syndication-since
(twitter.com/_/status/1098375693442916353)
[tantek], [kevinmarks], KartikPrabhu and dougbeal|mb1 joined the channel
#
[jgmac1106]
I used to embed all my flickr favs (which was a way to build a gallery of my photo attributions), but they took away the embed code, how could I PESOS my favs to my wesbite?
snarfed and [cleverdevil] joined the channel
#
KartikPrabhu
I guess my flickr embed response-context is broken too
#
[jgmac1106]
yeah [johnjohnston] built me a WordPress plugin that worked well as a replacement...need something else now
dmcweeney joined the channel
#
[tantek]
[jgmac1106] can you embed an RSS/Atom feed? Your Flick faves are available as a feed file.
#
[jgmac1106]
yes I can!
#
[jgmac1106]
looks like I started a manual page and never styled it, the feed will work perfectly for now https://jgmac1106homepage.glitch.me/imagecredits.html
#
[jgmac1106]
ohh and this reminds me
#
[jgmac1106]
!tell zegnat another reason I started using urls as @ mentions on Twitter bc it forces, forget incentivizes , people off of social media and on to our blogs...just realized that...didn't plan it but it works
#
Loqi
Ok, I'll tell them that when I see them next
j12t, jgmac1106, [eddie], [asuh], chrisaldrich, [davidmead], [dougbeal], snarfed and [jgmac1106] joined the channel
#
@aredridelreads
@Reading "https://aaronparecki.com/2018/05/27/10/indieauth-twitter" http://ing.am/p/591j
(twitter.com/_/status/1098453488894443522)
j12t, [schmarty] and chrisaldrich joined the channel
#
@ChrisAldrich
A Followers Page on My Personal Website using Webmention #IndieWeb #WordPress https://boffosocko.com/2019/02/20/creating-a-followers-page/
(twitter.com/_/status/1098466075790827521)
j12t, [tantek], [eddie], [kevinmarks], KartikPrabhu, [xavierroy], barpthewire, swentel, jeremych_, swentie, [Vincent], ajf and jgmac1106 joined the channel
#
swentel
GWG, hmm, I think I have first UI overhaul ready, but not sure if I should release already, don't want to break your demo :)
#
jgmac1106
getting close on my guestbook project, need to figue out what is why it isn;t calling my style sheet: https://indieweb-guestbook.glitch.me/
#
Zegnat
Glitch doesn’t want to wakeup/start that URL for me ...
#
Loqi
Zegnat: [jgmac1106] left you a message 9 hours, 49 minutes ago: another reason I started using urls as @ mentions on Twitter bc it forces, forget incentivizes , people off of social media and on to our blogs...just realized that...didn't plan it but it works
#
jgmac1106
yeah, weird me either…and it woked swimminlgy accept my stylesheet
#
jgmac1106
worked except
#
jgmac1106
I lost connection when adding myself as an author so aan array just hang
#
jgmac1106
can’t figure out why the stylesheet isn’t recgonized..once I figure that just need to make it purdy and I am done
#
sknebel
jgmac1106: I think your server.js doesn't have any code to serve the stylesheet
#
jgmac1106
weird there was a bootstrap link in header.ejs that worked, I switched it with my local style sheet and I see it when I hit view source
#
Zegnat
Bootstrap link was probably an external one.
#
jgmac1106
yes it was
#
Zegnat
All your local requests go through the server.js, and server.js doesn’t know how to answer a request for /public/style.css
#
Zegnat
At least, that is what I am assuming off of sknebel’s comment
#
Zegnat
You may need to define someone on `app` that tells it to serve files from /public/ directly
#
jgmac1106
perfect, tommorow’s lesson then, happy where I made it..and half the time you throw it out there and someone will fix it for you
#
Zegnat
Wont be me, I can’t wait to get back to PHP after work :P
#
Zegnat
Also, jgmac1106, I like that reason for using domains to mention people on Twitter. Making people more aware of a world outside of Twitter!
#
jgmac1106
yeah thought of it last yesterday when slanger was all like “how do you encourage folks off of social media and on the web…only refer to people by their url
#
jgmac1106
I will continue my php lessons as I am your guineea pig for the teaching guide….there really isn’t away for someone to easily learn php anymore
#
jgmac1106
i found a bazillion node.js tutorials
#
jgmac1106
..but now I am all like, that;s it..let’s go make an interface to publish my follow posts…and ohh yeah your guestbook could just as easily be a tool to publish my notes on https://jgregorymcverry.com …grrrrrrr just one mroe step to zegnat’s prediction that I will end up with my own CMS
#
Zegnat
Don’t make it a self-fullfilling prophecy :P Steer clear!
bradenslen joined the channel
#
jgmac1106
won’t happen until there is an easy use plug-n-play engine to be behind, really all I want, the IndieWeb plumbingm and a blank html file and blank style sheet..step by step
#
sknebel
many of the glitch examples I've seen had their own stylesheet and the erving already configured in the example code provided. e.g. in the code for sturdy-backbone the right setup should still be around from the demo code I tweaked for it
#
jgmac1106
….yeah this wasn’t a demo project
#
jgmac1106
that is probably my biigest gripe..but time..the learnign stuff gets mixed in with all the junk and people can pick up bad practice
#
jgmac1106
this just used external bootstrap
#
jgmac1106
I want to redo using my sites stylesheet
#
jgmac1106
and that is all I needed, an external stylesheet
#
jgmac1106
nvm just did the body of the page…everything be styled by: user agent stylesheet
#
jgmac1106
ul, menu, dir {
#
jgmac1106
okay that is the Chrome default when a stylesheet is missing, back to it being tommorrow’s lesson
#
jgmac1106
out of indieweb time today
eduardm and [grantcodes] joined the channel
#
[grantcodes]
Looks, like you figured it out. You just need to set express to serve from static directories
#
jgmac1106
<— hands grantcodes the keys: https://glitch.com/edit/#!/join/b76e59a2-de84-4ffe-a2f9-e4bff5216973 and walks away to feed kids pancakes hoping “ just need to set express to serve from static directories” hoping when he comes back this works https://jgregorymcverry.com/styles.css" or the local style sheet
#
sknebel
is it really that hard to copy-paste the solution from the project I told you you can copy paste it from that you need to ask others to do it?...
#
[grantcodes]
It already does from what I looked it
#
sknebel
ah. line 47 might override it again?
#
sknebel
ah no, it's bound below the root
#
sknebel
jgmac1106: you just need to leave off the "public/" from the paths
#
sknebel
that happens when I try to comment on JS projects :D
eduardm and jgmac1106 joined the channel
#
jgmac1106
really, just figured public was a subdirectory without thinkig……oh yeah..public is root
#
sknebel
and I totally missed the line setting it up first time round
[Vincent] joined the channel
#
[Vincent]
THIS is great -> <details> is a super flexible, accessible element and no JS! https://github.com/muan/details-on-details
#
jgmac1106
this is awesome
[tonz] joined the channel
#
jgmac1106
[vincent] I had a question about that actually, I use interactive elements in bootstrap collapsible tables all the time (rubrics). I have been mocking them up in css grid and was going to use <details>
#
jgmac1106
but am I reading that correctly that I should NOT use interactive elements
#
jgmac1106
if so need to stick with bootstrap a bit longer
#
[grantcodes]
Only in the summary jgmac1106 think you can put whatever you want in the main details element
#
[Vincent]
[grantcodes] beat me to it
#
[Vincent]
lol
[davidmead] joined the channel
#
[davidmead]
vincent thx for sharing
#
jgmac1106
redoing all my rubrics using CSS Grid and adding nested h-reviews
#
[grantcodes]
But jgmac1106 re "plug and play indieweb engine", that is more or less what my thing is. It probably already does most of what you are looking for. Already powers my site so it's good enough for me
#
jgmac1106
I don’t know enough grid to touch our form builder yet but that is pile of Jquery and magical band aids..excited to get the rubrics doen because anyone will be able to use the template
#
jgmac1106
grantcodes…yeah it was a matter of timing, had it been Summer and not winter I might have gone full bore ahead
#
jgmac1106
besides let’s wait and see if we get the Responsible Computer Science Grant and then you can get paid to do it for us
#
[grantcodes]
Haha well let me know if you ever want to be a guinea pig 😜 could do with some testers.
#
GWG
swentel, don't let me stop you
#
jgmac1106
and we will have mblaney making a webmention badging ledger from indiepay.me
#
jgmac1106
grantcodes==
#
jgmac1106
sknebel++
#
Loqi
sknebel has 39 karma in this channel over the last year (99 in all channels)
#
jgmac1106
grantcodes++-
#
Loqi
grantcodes has 20 karma in this channel over the last year (36 in all channels)
#
jgmac1106
chrisburnell++
#
Loqi
chrisburnell has 1 karma over the last year
#
jgmac1106
saw him editing the document as well….was supposed to stop and move on but NOW I need to port thiis to my wesbite
#
jgmac1106
I mean it parses so nice
#
jgmac1106
this is for me but also thinking IndieWeb CRM for the ecommerce stores I am building people
#
[grantcodes]
Well I made my little glitch sample site a bit cleaner. Means when you remix it you get a clean database and media folder which is cool
#
jgmac1106
grantcodes my first step would be to get webmentions displaying but never thought about just forking your site and trying to style it my way…..Will be great summer project…..couldnt’t do between semesters
#
jgmac1106
will start using that next semester, I can build my lesson templates right into it and then pass it off to students for their site
#
[grantcodes]
Yeah, that is one part I haven't actually built into the core library yet, it sends webmentions but doesn't receive them by default
#
jgmac1106
such a balancing act so much more to figure out about putting yourself online than just the code…always trying to fit the right mix into the remix
#
jgmac1106
3/25 we should hear…but I have never known a grant announcement to come in on time
#
jgmac1106
grantcodes they are the forward facing analytics of a for profit company so I would reduce number 50-75% but we had 25k views of the apps in the Glitch IndieWeb team
#
jgmac1106
maybe we should make one that says “Donate Now” that is a micropub client where people can record they made a donation
#
jgmac1106
that was last two tweeks usually average 15k-20k (again their numbers) every two weeks
#
jgmac1106
grantcodes other idea…would have to wait until April/May for me…would two of us recording a podcast of you walking me through all the set up and then we can cut it up and make a strong tutorial
barpthewire joined the channel
#
[grantcodes]
Yeah, could probably do that at some point. Would like to have more of the library polished out and docs written before that though
#
jgmac1106
like I said I won’t have time for few months, but happy to help write documentation and tutorials
[kevinmarks] joined the channel
#
[kevinmarks]
I made the mistake of putting links in the <summary> so you have to click outside the link to expand it.
#
[kevinmarks]
but I am a big details/summary fan
#
jgmac1106
yeah can’t wait to finish my rubric templates with the way you showed me to make nested h-reviews….that was the last thing keeping using bootstrap
#
[kevinmarks]
a project from my Digital Catapult colleague that could be handy for the nickname cache problem https://fornax.readthedocs.io/en/latest/guide.html
#
[kevinmarks]
i like the idea of this for the rel-me rel-friend type stuff
eli_oat joined the channel
#
[kevinmarks]
using this with https://indiemap.org/ perhaps
#
Loqi
Indie Map is a public IndieWeb social graph and dataset. 2300 sites, 5.7M pages, 380GB HTML with microformats2. Social graph API and interac...
[eddie], snarfed, jackjamieson, snarfed1, [jgmac1106], jgmac1106, [grantcodes], tomasparks, KartikPrabhu, [schmarty], [cleverdevil], leg and [tantek] joined the channel
#
[tantek]
Hey do we have a tutorial for replacing a Disqus embed with a Webmentions embed?
#
[tantek]
Who <!here> has done that? I know I've seen examples in the past but can't remember offhand
#
[schmarty]
somewhat unhelpful, but i downloaded and made static my old disqus comments
[pfefferle] joined the channel
#
[schmarty]
i replaced 'em with webmentions but it's not done with a widget.
blair1 joined the channel
#
blair1
schmarty, that's super useful ... tantek is (likely) asking for me since I was asking him
#
blair1
That's exactly what I'd like to do; I moved comments from wordpress to disqus years ago, when I moved from wordpress to a static jekyll site
#
blair1
now I'd like to purge disqus, but I don't want to lose all the comments (there are some nice ones
#
blair1
any chance those templates for formatting the comments are still around?
#
[schmarty]
blair1: the templates to render the comments from the yaml format? i can find it.
#
blair1
thanks!
#
blair1
Then I just need to figure out the best way to add some dynamic webmentions stuff into my site (thanks to Tantek for suggesting it, I'm just not sure the best way to proceed)
#
[schmarty]
those are for jekyll
#
[schmarty]
if you're interested in displaying comments via a javascript widget: https://beesbuzz.biz/blog/3743-More-fun-with-Webmentions
#
[schmarty]
oops i think i meant this, or they are talking about the same thing: http://publ.beesbuzz.biz/blog/1048-Embedding-webmention-io-pings-on-your-site
eli_oat1, KartikPrabhu, [jgmac1106] and j12t joined the channel
#
jgmac1106
maybe the moderated native comment system is the private way to share posts back and forth works for when I am giving feedback, post positive webmentions, target areas of growth native comments
[kevinmarks] and [eddie] joined the channel
#
KartikPrabhu
hmm Loqi nothing?
#
sknebel
KartikPrabhu: Well, guess chrome needs a polyfill loading WWW then :D
jgmac1106, [tantek], [zak], [cleverdevil], [kevinmarks], [jgmac1106] and cjwillcock joined the channel
#
jacky
am I bugging or does IndieAuth not mention anything about preserving query params when handling the redirect URI?
#
Loqi
[Aaron Parecki] IndieAuth
#
[eddie]
IndieAuth is an OAuth 2.0 Extension so it often only addresses things that are different than OAuth 2.9
#
jacky
ahh gotcha
#
jacky
wow if you're not careful; this site can have you bouncing around multiple RFCs lol
#
jacky
but yeah looks like I ought to keep the query params!
#
jacky
ooh this makes _so_ much sense lol
#
jacky
like this even enables client-side apps or in native apps to extract info
#
jacky
oauth2++
#
Loqi
oauth2 has 1 karma over the last year
jgmac1106 joined the channel
#
@jgmac1106
Hey Maria, thanks for sending webmentions and posting replies to people's post. It helps create the community of readers and writers that #literacies classrooms need #edu307 (https://quickthoughts.jgregorymcverry.com/s/1QjGFr)
(twitter.com/_/status/1098719291464126464)
snarfed, KartikPrabhu, jgmac1106 and eli_oat joined the channel