#dev 2018-11-21

2018-11-21 UTC
#
gRegorLove
Known has some form of it, the issue might be expanding it. E.g. if you micropub post an article to Known, it knows how to categorize it.
tantek joined the channel
#
[jgmac1106]
But in terms of UX for me it's not more work (once I write the tinymce media query for source code editor) click template page-copy-edit html if I had posting interface filling in every input field take more clicks
#
[jgmac1106]
I just always thought that was how world works, you make template files, make the html input forms, write the functions to connect the two and store data somewhere
#
[jgmac1106]
Just getting more comfortable living in an HTML than CMS world. Used to keep the templates in stickies and Google Keep
#
[jgmac1106]
Figured better to host on website
j12t joined the channel
#
GWG
Trying to figure out how to approach weather.
#
[jgmac1106]
My suggestion is to wear a coat when it rains and sunblock when it is sunny and hot. Hats help.
tantek joined the channel
#
[jgmac1106]
Actually I think you have or had a weather rock... Please get a raspberry pi and create a Micropub client weather rock.. Talk to @schmarty use somr adafruit stuff
#
jjuran
Some weather shouldn't be approached at all
#
GWG
[jgmac1106]: I have an Indian Weather Rock at home.
#
GWG
But no, weather posting on my site.
#
GWG
[eddie] added a weather triggered banner. I feel I have to level up
#
[jgmac1106]
I do like the idea of seasonal or weather related CSS what [eddie] did was cool
#
GWG
For me, right now, I'm trying to decide if I should always store it. Also, right now it always looks at current weather, but doesn't factor in past posting, or other issues.
#
GWG
And historic weather data may cost money
#
GWG
Surprisingly
#
tantek
so do you save $ by building your own archive of historic weather data over time?
#
GWG
tantek: That's a money issue too
#
[jgmac1106]
Emoji solution 😏
#
GWG
tantek: Also, remember, where am I when I experience weather?
#
GWG
I'd have to build compass or something equivalent.
#
GWG
Which I've thought about doing.
#
GWG
Building it into WordPress, as I tend to do
#
[jgmac1106]
Do you mean severe weather event? Or just every day? Location= long, lat, weather= ❄
#
[jgmac1106]
In a way, as I think of it weather forecast images an OG emoji with 100% cultural understanding... Barring never seeing snow or ocean, etc
#
GWG
[jgmac1106]: Simple Location has that built in
#
[jgmac1106]
What problem are you trying to solve then? Sorry just a bit confused.... But a WP Compass equivalent would be cool... Sounds like huge undertaking
[schmarty] joined the channel
#
[jgmac1106]
Still think the phone and micropub will always be better for this kind of stuff. Go with the device with the sensors
#
GWG
[jgmac1106]: I'd like to store the information regardless of whether I set location or not.
#
GWG
So, auto location
#
[jgmac1106]
Maybe try HTML? <p>the weather is sunny</p> heard it doesn't take up too much storage
#
GWG
It is the process I have to think about
#
GWG
for now, I have to fix a bunch of bugs
#
GWG
Specifically regarding media and location
#
GWG
Things never work in testing like they do in live.
benwerd, mblaney, tantek, [cleverdevil], [kevinmarks], deathrow1, [tantek], iasai, [asuh], swentel, [pfefferle], barpthewire, [grantcodes], eduardm and [jgmac1106] joined the channel
#
@jgmac1106
↩️ @khurtwilliams Because I sent a native webmention. The night photo class looks amazing. Photos great. (https://quickthoughts.jgregorymcverry.com/s/1uNI8m)
(twitter.com/_/status/1065220486072868864)
iasai joined the channel
#
[jgmac1106]
for my following list would you do <li class="u-follow-of h-card"> or <li class="u-follow-of"><span class="h-card">
#
[jgmac1106]
dropping the u-follow-of
#
[jgmac1106]
<li class="h-card"><a class="p-name u-url" href="$url">$name</a> <span class="p-note">$description</span></li> doing this and add the u-follow-of on the ul
#
sknebel
how about you try the 3 variants in a parser (i.e. https://php.microformats.io/ has a nice field to put html directly into it) and see which one produces something useful?
#
[jgmac1106]
<li class="h-card"><a class="p-name u-url u-follow-of" href="http://www.drrobinkay.org/">Robin Kay</a> <span class="p-note">Professor University of Ontario Institute of Technology</span></li> this works great, the p-category I tried to put on the group of h-cards didn't work, but that makes sense it isn't in a top level h*
#
[jgmac1106]
doing this puts the url twice in the parser: *u-url u-follow-of* not sure if I should put in the u-follow-of in someone's h-ccard...think not
#
jgmac1106
would a list of h-cards that I will update be an h-entry or @snkebel do you see a use case of an h-feed where someone might consume someone else's entire follow list?
#
[jgmac1106]
got it I think https://jgmac1106homepage.glitch.me/following.html but having a hard time getting it to recognize my h-card as the author
#
[jgmac1106]
who is swentel?
iasai joined the channel
#
sknebel
good question on the best format. I feel like a h-entry for the "page" with a bunch of follow-of properties makes some sense, but a feed with a bunch of inidividual follow posts could work too
#
[jgmac1106]
but what if a list of h-cards became an h-feed? that others could somehow in future work? doing the h-entry...just thinking out loud
#
sknebel
could also do a feed of cards, true. that then doesn't strictly encode the "follow", but that might not be necessary. without anything actually consuming this it's a bit unclear what's best
#
[jgmac1106]
though I couldn't get the parser to recognize follow-of unless it is is u-follow-of, went with u-url since it is someone else's h-card and added rel="colleague muse" adding the u-follow-of listed the url twice in the parser
#
[jgmac1106]
using p-note for someone;s tagling
#
jgmac1106
tagline*
#
sknebel
I don't think we have many if any examples with a lot of markup yet. i.e. chrisaldrich only has a list and some of them with XFN rels, gRegorlove just a bunch of h-cards
#
jgmac1106
yeah and grantcodes made his yesterday…really hoping one day this is done by social readers
#
jgmac1106
I add someone to a channel, a u-follow-of post gets syndicated and their h-card added to my following page
#
jgmac1106
till then do it by hand…if the cousins weren’t in town I would teach my son and pay him $0.25 a list item
#
[jgmac1106]
basically I copied the page from the WordPress links manager plugin and then styled the items to make cards,
#
@jgmac1106
@t be cool if the @mozdevnet doc pages accepted webmentions. We could track learning across the network without adding heavy analytics. Then parsers watching changes over time on linked paged can help power the machine learning driving tutorial bots. (https://quickthoughts.jgregorymcverry.com/s/1VlDQ5)
(twitter.com/_/status/1065251567652229120)
[dave], iasai and [eddie] joined the channel
#
[eddie]
Just FYI Bridgy Fed consumes u-follow-of
[jgmac1106], iasai, snarfed and [tantek] joined the channel
#
[tantek]
On h-entry to be clear, because following is something you do / did at a specific time (dt-published) just like a “like”
#
[tantek]
I know we value UX around here so I just had to share this. thread: https://twitter.com/round/status/1064909140319973376
#
@round
Four horsemen of the UX apocalypse: • Design Thinking • All white personas • “Here’s a video of the prototype” • ______________________
(twitter.com/_/status/1064909140319973376)
[Vincent], swentel, benwerd, jackjamieson, gRegorLove_ and [jgmac1106] joined the channel
benwerd, KartikPrabhu, [tantek], leg, jackjamieson, petermolnar, [jgmac1106], snarfed and hoomanist joined the channel