#dev 2017-03-15

2017-03-15 UTC
KevinMarks, tantek, jonnybarnes, barpthewire and cweiske joined the channel
#
isabelforester.com
edited /Homebrew_Website_Club (+208) "/* Getting Started or Need Restarting */"
(view diff)
KevinMarks, [kevinmarks], loicm, miklb, leg and tantek joined the channel
#
KartikPrabhu
aaronpk: does p3k read from the file storage to construct your feed pages too?
#
aaronpk
it queries the DB to get the list of posts, and then reads each post's storage file for the contents
#
aaronpk
the only thing in the DB is the published date, tags, channels, and the post's filename
#
tantek
the DB cache right?
#
KartikPrabhu
interesting, and the reply-context is then read separately from its own file for each post?
#
aaronpk
the reply context is actually stored in the post itself
#
aaronpk
that was a recent development
#
KartikPrabhu
and what about responses?
#
tantek
a bit surprised by that. I would expect that to be cached as well - since it's from outside your site
#
aaronpk
yeah, i had a lot of issues trying to come up with a good format for storing external content
#
aaronpk
like as a generic thing
#
aaronpk
so i went with a specific solution instead
#
aaronpk
here's what it looks like. scroll down to the YAML block https://aaronparecki.com/2017/01/14/3/day-25-reply-context
#
Loqi
[Aaron Parecki] Day 25: Automatically Fetching Reply Contexts for p3k #100DaysOfIndieWeb
#
tantek
that's literally the biggest design challenge I have in Falcon that many things (like better reply contexts, nicknames cache, webmentions received) are all depending on
#
aaronpk
instead of storing just the URL as the in-reply-to property in my post, it stores the full parsed mf2 of the context
#
tantek
"storage" of external content
#
tantek
do you ever update your reply contexts?
#
tantek
or are they only a snapshot as of the moment you post your reply?
#
aaronpk
snapshot
KevinMarks joined the channel
#
aaronpk
including a snapshot of the author's photo at the time I replied
#
KartikPrabhu
aaronpk: are the responses also stored in the post content file?
#
aaronpk
no, i'm cheating for responses right now. they are only stored in the database.
#
aaronpk
i punted on making that decision in order to launch the rebuild of my site. i plan on finding a disk storage solution to it in the future though
#
KartikPrabhu
aah I see. cool thanks. I am thinking about how to store all these "pieces" of a post
#
tantek
KartikPrabhu: same!
#
tantek
I think we even have a page on that
#
tantek
what are pieces of a post
#
Loqi
It looks like we don't have a page for "pieces of a post" yet. Would you like to create it?
#
tantek
what are parts of a post
#
Loqi
It looks like we don't have a page for "parts of a post" yet. Would you like to create it?
#
tantek
what are post sections
#
Loqi
It looks like we don't have a page for "post sections" yet. Would you like to create it?
#
tantek
goes to search the wiki
#
loqi.me
created /pieces_of_a_post (+35) "prompted by tantek and dfn added by tantek"
(view diff)
#
loqi.me
created /parts_of_a_post (+35) "prompted by tantek and dfn added by tantek"
(view diff)
#
loqi.me
created /post_sections (+35) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek
now reviews that section for details
#
aaronpk
i just realized i forgot to celebrate the 1 year anniversary of my new site
#
tantek
sounds like you know what feature to implement next ;)
#
KartikPrabhu
not to worry I forgot the 10year for the first post on my site too
#
KartikPrabhu
<imported post from Blogger>
#
loqi.me
created /this_day (+51) "prompted by tantek and dfn added by tantek"
(view diff)
#
loqi.me
created /today (+48) "prompted by aaronpk and dfn added by tantek"
(view diff)
#
aaronpk
i'm not sure what i would count the first "post" on my site
#
KartikPrabhu
well then 5 years next year for me :P
#
aaronpk
i had lots of things on my website, but none had timestamps like a blog post does
#
tantek
aaronpk - are you thinking current site? or ever on the domain?
#
aaronpk
before I turned it into something that resembles what it is now
#
tantek
(personally I think "ever on the domain" is the way to measure it)
#
tantek
(because "software" is just plumbing ;) )
#
aaronpk
the original content on the domain didn't have timestamps
#
tantek
none of it? not even a year?
#
tantek
not even a copyright?
#
aaronpk
there was a copyright yeah, but that's for the site as a whole
#
aaronpk
rather than about the specific content you'd be looking at
#
tantek
has really old notes that he happened to datestamp
#
tantek
a bunch of one-offs before I started actually *blogging*
#
aaronpk
i had some school essays on there, those might be the closes things to datestamped content
#
tantek
aaronpk - ah, nothing page-specific then
#
tantek
oh yeah! if your school essays have a date on them
#
aaronpk
some of them just have a year
#
aaronpk
some of them just have a relative year! (e.g. Grade 10)
arush joined the channel
#
tantek
aaronpk, that's close enough
#
aaronpk
ah, and an album
#
aaronpk
since that has a date
#
aaronpk
creates a calendar reminder for 2019 to celebrate the 20th anniversary of his website
#
aaronpk
oh, except the domain didn't exist until 2001, so i must have backfilled that content
KevinMarks, arush and [kevinmarks] joined the channel
#
[kevinmarks]
Right, I celebrated the 20th anniversary of of my first page, but it was on a different site.
#
Loqi
My First Website 2014-10-29
arush and [cleverdevil] joined the channel
#
loqi.me
created /podcasts_about_the_indieweb (+159) "prompted by tantek and dfn added by tantek"
(view diff)
#
petermolnar
hm. I'm getting a little frustrated on readability vs python. So far I've tried many from https://github.com/bookieio/breadability/#alternatives but the best result is still with the mozilla readability.js - unfortunately that one is js which I'm trying to avoid. newspaper (https://github.com/codelucas/newspaper) so far is quite good at returning the text only contents but that is really very lossy compared to a markdown version.
#
petermolnar
had anyone experimented with these?
#
tantek.com
edited /posts (+112) "/* Pieces of a Post */ clarify location means where created/published, different from location about"
(view diff)
#
tantek
videos about the indieweb << podcasts about the indieweb
#
loqi.me
edited /videos_about_the_indieweb (+34) "tantek added "[[podcasts about the indieweb]]" to "See Also""
(view diff)
#
Loqi
ok, I added "[[podcasts about the indieweb]]" to the "See Also" section of /videos_about_the_indieweb
#
tantek
podcasts about the indieweb << videos about the indieweb
#
loqi.me
edited /podcasts_about_the_indieweb (+49) "/* See Also */ new section"
(view diff)
#
Loqi
ok, I added "[[videos about the indieweb]]" to the "See Also" section of /podcasts_about_the_indieweb
KevinMarks joined the channel
#
tantek.com
edited /Posts_about_the_IndieWeb (-12) "add podcasts next to this week"
(view diff)
#
tantek
what is a podcast?
#
Loqi
A podcast is an episodic series of audio and/or video posts that can be subscribed to and downloaded for offline listening/viewing https://indieweb.org/podcast
#
tantek
podcast << podcasts about the indieweb
#
loqi.me
edited /podcast (+34) "tantek added "[[podcasts about the indieweb]]" to "See Also""
(view diff)
#
Loqi
ok, I added "[[podcasts about the indieweb]]" to the "See Also" section of /podcast
#
tantek
what is podcasts about
#
tantek
Loqi?
KevinMarks joined the channel
#
tantek.com
edited /podcasts_about_the_indieweb (+225) "active, Brainstorming"
(view diff)
#
tantek
what is podcasts about
gRegorLove joined the channel
#
cleverdevil.io
uploaded /File:jonathan-lacour.jpg "Photo of Jonathan LaCour"
arush joined the channel
KevinMarks and [chrisaldrich] joined the channel
#
loqi.me
edited /pnut (+67) "/* See Also */ new section"
(view diff)
#
loqi.me
created /podcasts_about_the_indie_web (+40) "prompted by tantek and dfn added by tantek"
(view diff)
KevinMarks joined the channel
#
www.boffosocko.com
edited /Webmention-developer (+75) "Testing - Webmention.rocks"
(view diff)
#
loqi.me
created /Webmention.rocks (+150) "prompted by [chrisaldrich] and dfn added by [chrisaldrich]"
(view diff)
#
gRegorLove
What is Webmention Rocks
#
Loqi
It looks like we don't have a page for "Webmention Rocks" yet. Would you like to create it?
#
gRegorLove
Webmention Rocks is /Webmention.rocks
#
loqi.me
created /Webmention_Rocks (+29) "prompted by gRegorLove and dfn added by gRegorLove"
(view diff)
[kevinmarks] joined the channel
#
tantek
I'd really like to reconsider "any explicit p-* property on an element stops implied p-name" (perhaps phrased better) per near the bottom of this issue: http://microformats.org/wiki/microformats2-parsing-issues#implied_properties_when_an_explicit_class_is_provided
#
Loqi
microformats2-parsing-issues
#
tantek
might be worth filing this as a separate issue on github
KartikPrabhu joined the channel
#
loqi.me
created /indieweb_EPK (+22) "prompted by [chrisaldrich] and dfn added by [chrisaldrich]"
(view diff)
#
loqi.me
edited /press-kit (+39) "/* See Also */ new section"
(view diff)
#
tantek
aaronpk: filed specific issue to (re)work on the p-name problems: https://github.com/microformats/microformats2-parsing/issues/6
ncollig and tantek joined the channel
#
aaronparecki.com
edited /this-week-in-the-indieweb (+144) "/* Contents */ added podcasts"
(view diff)
#
aaronparecki.com
edited /this-week-in-the-indieweb (+274) "/* How to */ how to add podcasts"
(view diff)
#
aaronpk
oh hey daylight savings
#
aaronpk
adjusts the cron job
#
aaronparecki.com
edited /site-deaths (+16) "so.cl is offline"
(view diff)
tantek, [chrisaldrich], [cleverdevil], arush and bnvk joined the channel
#
loqi.me
created /Screech (+107) "prompted by tantek and dfn added by martymcguire[m]"
(view diff)
#
Loqi
ok, I added "[[https:/[[martymcgui]].re/2017/03/14/183924/]]" to the "See Also" section of /Screech
#
loqi.me
edited /Screech (+67) "/* See Also */ new section"
(view diff)
#
Loqi
[Marty McGuire] Screech - a micropub client for podcasting
#
loqi.me
edited /Screech (+72) "/* See Also */ new section"
(view diff)
#
Loqi
ok, I added "[[https:/[[github]].com[[martymcguire]][[screech]]]]" to the "See Also" section of /Screech
#
sknebel
aaronpk: ^^^ I'm not sure what Loqi is doing with that URL...
#
martymcgui.re
edited /Screech (-38) "clean up some formatting goofs"
(view diff)
#
Loqi
hehe
#
gRegorLove
Loqi's going bracket-crazy
#
sknebel
bracket ALL THE THINGS!
#
martymcguire[m]
it's finding /PAGENAME and replacing it with [[PAGENAME]]
#
aaronpk
oh my gosh
#
aaronpk
wow i broek everything
#
tantek
s/broek/bracket
#
gRegorLove
Hiyoooo!
#
martymcguire[m]
hahaha
#
gRegorLove
Does Loqi do Yo Dawg memes?
#
gRegorLove
Yo Dawg, we heard you like brackets...
bnvk, tantek, arush, KartikPrabhu and gRegorLove joined the channel