#indiewebcamp 2015-08-13

2015-08-13 UTC
#
KevinMarks_
aaronpk: did you do the slack integration with webhooks or with slackbot?
#
aaronpk
web hooks
#
KevinMarks_
looking at the api now, seems neat
#
aaronpk
it's not bad. there is some weirdness with the payload they send, it doesn't contain all the information needed so you have to look stuff up in the API
#
KevinMarks_
so it's 2 integrations to route chat
#
aaronpk
yeah to convert the web hook payload to something you can display you have to look up user IDs in the API
#
aaronpk
srsly don't understand why they don't include that in a lookup table in the payload
emmak joined the channel
#
aaronpk
i'm really going all-in on this microformats2 thing for my new site. sure hope it doesn't come back to bite me!
#
aaronpk
using mf2 vocab and techniques as my storage
#
ben_thatmustbeme
Dun dun dunnnnnnn
#
ben_thatmustbeme
I considered modifying my models for it and only using a db for indexed copies
#
aaronpk
i just don't have any other models
#
aaronpk
i'm basically reading and writing serialized mf2 json
#
ben_thatmustbeme
I need to get my offline set up a bit better I have a lot I want to get done but less and less time to dedicate to it
#
aaronpk
offline++
#
KevinMarks__
Oh, not html?
#
Loqi
offline has 0 karma
#
aaronpk
no, I didn't see a lot of reason to store things as HTML when the first thing I'm going to do is parse it
#
ben_thatmustbeme
Readability without parsing
#
aaronpk
plus my micropub endpoint adds and removes properties from posts, so that's easier when i just have the data structure to work with
#
ben_thatmustbeme
But totally understandable
KevinMarks joined the channel
#
aaronpk
other than the difference between displaying comments, do people display posts differently when in a list view vs on their permalink pages?
KevinMarks_, Kongaloosh and [snarfed] joined the channel
#
[snarfed]
yes. my longer posts only show the first couple paragraphs or so in feeds
#
[snarfed]
configured per post
#
aaronpk
oh yes!
#
aaronpk
forgot I currently do that too :)
#
aaronpk
hm anything else besides articles?
#
[snarfed]
i also have views that show only titles
#
aaronpk
interesting
mattl joined the channel
#
aaronpk
sheesh, the cognitive load of spinning back up on this codebase is high
#
aaronpk
it's been about 6 weeks since I last looked at it
KartikPrabhu joined the channel
#
GWG
aaronpk: I keep trying to figure out how to do something like that in WordPress
#
GWG
Storing mf2 properties specifically
Lancey and tantek joined the channel
#
tantek
hello from SF!
#
tantek
four of us here so far, giving it a few more minutes for folks to show up
#
GWG
Hello, tantek
#
tantek
going to see if I can post my alphabet blog post while waiting
#
GWG
T is for Tantek
#
gRegorLove
aaronpk: I also show titles only archive views: http://gregorlove.com/2015/
#
gRegorLove
I'm tinkering with ideas for adding note archives there, too. Not as titles, obviously. Maybe little note icons with a hover preview or something.
#
GWG
gRegorLove: Times are also an option
#
@t
An Alphabet of IndieWeb Building Blocks: Article to Z Time: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631643432000331776)
#
tantek
looks like it worked
#
@moia
RT @t: An Alphabet of IndieWeb Building Blocks: Article to Z Time: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631643746912722944)
KevinMarks joined the channel
#
tantek
we're getting started here in SF
#
@kevinmarks
#indieweb @peteramckay: I just set up my site this week at https://pmckay.com/ - it's mostly just links to other sites, but I got https
(twitter.com/_/status/631645402467561472)
#
@kevinmarks
#indieweb @peteramckay: I'm excited about LetsEncrypt
(twitter.com/_/status/631645452165902336)
#
@kevinmarks
#indieweb @t: I want to steer people to letsEncrypt, but I want to dogfood it first
(twitter.com/_/status/631645535112441860)
#
@kevinmarks
#indieweb @peteramckay: LetsEncrypt is supposed to take the pain out of getting certs
(twitter.com/_/status/631645762598907904)
#
@dietrich
RT @t: An Alphabet of IndieWeb Building Blocks: Article to Z Time: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631645905062510593)
#
@kevinmarks
#indieweb @kevinmarks: I watched a lot of people set up https at indiewebcamp and it took half a day - that needs to scale better
(twitter.com/_/status/631645931096698880)
#
@kevinmarks
#indieweb @t: what I've done with my site is blogged a lot more- being disconnected is conducive to longer form wrintg
(twitter.com/_/status/631646117495746560)
#
@kevinmarks
#indieweb @t: If I want to write I turn off wifi and put mozilla into offline mode so I can write better, as most pages are cached
(twitter.com/_/status/631646275444809730)
#
@kevinmarks
#indieweb @t: when the Alphabet announcement happened I did an Alphabet of our building blocks on the wiki https://indiewebcamp.com/alphabet
(twitter.com/_/status/631646549869789184)
#
@kevinmarks
#indieweb @t: then afterwards I did a post on my own site with rainbow alphabet dropcaps: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631646755772362752)
#
@kevinmarks
#indieweb @t: custom post styling is a way to attach a custom scoped style sheet to a specific blogpost
(twitter.com/_/status/631646860495732736)
#
@kevinmarks
#indieweb @t: it's easy to do on the standalone page; doing it inline is harder, as only FF supports scoped styles
(twitter.com/_/status/631647280433627136)
#
@kevinmarks
#indieweb @t: how I cope with other browsers is creating a unique id per post serverside, and add the id as the root
(twitter.com/_/status/631647483064619008)
#
@kevinmarks
#indieweb @theguice: last time I showed my static blog; I redid it with markdown and persistent storage and resort the posts
(twitter.com/_/status/631650484147875840)
#
@kevinmarks
#indieweb @theguice: I used flask-blogging to build this. I'd like to get commenting working
(twitter.com/_/status/631650584865689600)
#
@kevinmarks
#indieweb @theguice: for people who want to comment but don't know how to send a webmention, what do you do
(twitter.com/_/status/631650849056550912)
#
@kevinmarks
#indieweb @t: known has native comments as well; I don't know if others have this
(twitter.com/_/status/631650932791619585)
#
@kevinmarks
#indieweb @t: on my posts there is a reply button, which launches twitter by default, and bridgy sends a webmention back
(twitter.com/_/status/631651109774430208)
#
@kevinmarks
#indieweb @theguice: does brid.gy work on facebook too?
(twitter.com/_/status/631651182545518592)
#
@kevinmarks
#indieweb @kevinmarks: bridgy works with facebook until novemeber when the api changes
(twitter.com/_/status/631651288300810240)
#
@kevinmarks
#indieweb @t: by using twitter for comments, I get webmentions via bridgy
(twitter.com/_/status/631651398950776832)
cmhobbs joined the channel
#
@kevinmarks
#indieweb @t: setting u pyour own site is one barrier; using a twitter account is also one, so they get to handle spam
(twitter.com/_/status/631652004826357760)
#
@planetmozilla
Tantek Çelik: An Alphabet of IndieWeb Building Blocks: Article to Z Time http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631652048921079808)
mlncn and KartikPrabhu joined the channel
#
@kevinmarks
#indieweb @t: it's a community not a company - everything on the wiki is CC0
(twitter.com/_/status/631655135463251968)
#
@kevinmarks
#indieweb @theguice: I see a lot of people in the irc - how do they keep up with it?
(twitter.com/_/status/631655238890598400)
#
@kevinmarks
#indieweb @t: we try to make the IRC logs very readable http:///irc/2015-08-12 is good to catch up on
(twitter.com/_/status/631655438883360768)
#
@kevinmarks
#indieweb @t: another thing that happened in the last 2 weeks is that @aaronpk improved the Slack/irc integration a lot
(twitter.com/_/status/631655565404569600)
[aaronpk] joined the channel
#
[aaronpk]
Hi from Slack!
[tantek] joined the channel
#
[tantek]
Kevinmarks++ for live tweeting tonight's HWC
#
Loqi
Kevinmarks has 149 karma
[shaunguice] joined the channel
#
[shaunguice]
kevinmarks++
#
Loqi
kevinmarks has 150 karma
#
[tantek]
!tell aaronpk testing tell from slack.
#
Loqi
Ok, I'll tell them that when I see them next
endi joined the channel
#
[aaronpk]
Oh good idea
#
tantek
!tell shaunguice testing tell from IRC to Slack
#
Loqi
Ok, I'll tell them that when I see them next
#
[shaunguice]
hmm from slack
#
tantek
so that didn't seem to trigger Loqi's tell receiving side
#
Loqi
dude
#
@PlanetFeeds
Tantek Çelik: An Alphabet of IndieWeb Building Blocks: Article to Z: Rather than stake any claim to being ... http://tantek.com/2015/224/b1/alphabet-indieweb?utm_source=twitterfeed&utm_medium=twitter
(twitter.com/_/status/631656309704646656)
#
[aaronpk]
Now it should
#
Loqi
[aaronpk]: [tantek] left you a message 1 minute ago: testing tell from slack. http://indiewebcamp.com/irc/2015-08-12/line/1439433486694
#
[shaunguice]
again from slack :simple_smile:
#
Loqi
[shaunguice]: tantek left you a message 1 minute ago: testing tell from IRC to Slack http://indiewebcamp.com/irc/2015-08-12/line/1439433523750
#
[shaunguice]
aaronpk++
#
Loqi
aaronpk has 934 karma
#
tantek
aaronpk++
#
Loqi
aaronpk has 935 karma
#
[aaronpk]
Easy fix :-)
#
tantek
best IRC slack bridge EVARRRR
#
finchd
oooh, that is nice
#
endi
nice :)
#
@kevinmarks
#indieweb @kevinmarks: I'm now watching the chat on the web, in irc and in slack at once interesting order differences. great integration
(twitter.com/_/status/631656854314164225)
#
tantek
gives Loqi a treat.
#
Loqi
eats the treat.
#
KevinMarks_
gives loqi multiple time orderings
#
[aaronpk]
Loqi ignores multiple time orderings
wolftune joined the channel
#
__number5__
slack channel invite please ;)
#
tantek
what is Slack?
#
Loqi
Slack is a closed-source team communication tool similar to IRC but with expanding support for various types of content such as emoji polls, inline images, and attachments https://indiewebcamp.com/Slack
#
tantek
__number5__: ^^^ that link :)
#
[aaronpk]
No invite needed :-)
#
endi
oh no is #indiewebcamp going slack?
#
[aaronpk]
Just bridging
#
__number5__
tantek: I'm confused for a bit when you asked that question, lol
#
KevinMarks_
indieweb embraces and extends slack
#
[aaronpk]
Like we do with silos
#
tantek
__number5__: the "what is" speak in the channel is a bit Jeopardy-like :)
#
[aaronpk]
Do you have your own domain? Then you can join the IndieWebCamp slack with no invitation needed!
#
__number5__
github authentication part failed :(
#
[aaronpk]
Is this your first time signing in with IndieAuth?
#
__number5__
I had my wiki setup well, I can login the wiki
#
[aaronpk]
Should work the same. What error did you get?
#
__number5__
need to grab something for lunch now, will try that later
#
__number5__
[aaronpk]: for the slack one it just redirected back to auth page asking for a domain
#
[aaronpk]
K I'll check it outb
#
[aaronpk]
Hm worked fine for me, it redirects back and asks you for your email.
#
@kevinmarks
Notes from tonight's Homebrew Website Club SF posted on my site at http://www.kevinmarks.com/hwc2015-08-12.html #indieweb
(twitter.com/_/status/631660147346046976)
KartikPrabhu joined the channel
#
@indiewebcamp
RT @kevinmarks: Notes from tonight's Homebrew Website Club SF posted on my site at http://www.kevinmarks.com/hwc2015-08-12.html #indieweb
(twitter.com/_/status/631662437536632832)
#
endi
same as __number5__, I authenticate and get dropped back at the 'Welcome!' page asking for domain to auth
#
endi
URL has '?token=...'
endi_ joined the channel
#
tantek
interesting article about some of the challenges not just for using Twitter, but any "public"-like silo, community, and for any /reader once you follow enough people: http://incisive.nu/2014/ditching-twitter/
#
@peteramckay
RT @t: An Alphabet of IndieWeb Building Blocks: Article to Z Time: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631665853314928640)
#
@peteramckay
RT @kevinmarks: Notes from tonight's Homebrew Website Club SF posted on my site at http://www.kevinmarks.com/hwc2015-08-12.html #indieweb
(twitter.com/_/status/631666176095981568)
#
[aaronpk]
endi: i just changed some things around, try it again?
#
[aaronpk]
(I'm still confused why it worked for me but not you two, but I'm okay if this works now)
#
@andrewtj
RT @t: An Alphabet of IndieWeb Building Blocks: Article to Z Time: http://tantek.com/2015/224/b1/alphabet-indieweb
(twitter.com/_/status/631667446621974529)
#
[aaronpk]
oh I need to make the tweets come through in Slack like native Slack users instead of from Loqi!
#
endi_
aaronpk: works :)
scoates joined the channel
#
endi_
have there been any ownyourgram changes that could cause bridgy to just show 'No post links found'? I logged into ownyourgram to run a test post and it posted the content but still am getting no links for interactions to post through
#
endi_
I often break things but I've been going through step by step to figure out what I could have broken and I'm not finding it
#
[aaronpk]
ownyourgram will send a syndication URL, your site needs to display that in order for bridgy to find it
#
[aaronpk]
I don't think any of that has changed on OwnYourGram
#
endi_
yeah it's been working, just didn't know if something changed or I screwed it up
#
[aaronpk]
does your site still include the u-syndication URL?
#
endi_
under the particular instagram post?
#
tantek
good night from SF!
#
Loqi
don't let the bed bugs bite
#
endi_
ah, no it doesn't look like it. I wonder why that changed. Was working perfectly 3-4 weeks ago
#
endi_
do I need to manually add the syndication URL in the photo description on the Known post?
#
[aaronpk]
no, ownyourgram sends it.
#
[aaronpk]
did you update Known lately?
#
endi_
yeah, I mean if I want to re-establish a connection
#
[aaronpk]
oh yeah you can manually update the post to add the syndication URL back
#
endi_
yup, I updated known and changed from apache2.2 to 2.4 and reconfigured SSL completely; those are the only two changes since the last working instance
#
[aaronpk]
I don't remember how Known handles syndication URLs tho
KartikPrabhu joined the channel
#
endi_
I seem to remember it in the description of the post if I opened up the 'edit' UI
#
endi_
but now there's nothing there
KevinMarks_ joined the channel
#
endi_
can I look up syndication URLs for older posts?
#
@peteramckay
Fun #indiewebcamp meeting in SF tonight with @t @theguice @kevinmarks. Next one is 8/26. If u care about the open web, drop in! All welcome.
(twitter.com/_/status/631671643882917888)
#
[aaronpk]
I'm confused, I don't know what changed.
#
[aaronpk]
You'll probably need to manually correlate your instagram posts and Known posts to fix it though.
#
endi_
I"m logged into ownyourgram and see the last post I made (1 of 2 test posts), is there a way to find the syndication URL for previous posts or just manual enter them going forward?
KartikPrabhu joined the channel
#
[aaronpk]
ownyourgram doesn't store anything except the latest post, so you'll have to do it manually to fill in the ones that were wrong
KevinMarks joined the channel
#
endi_
alright, thanks for taking a look
#
endi_
I did notice that Known now uses instagam's caption as the title on known (since it worked) so something did change since they all used to be 'Untitled,' I wonder if part of that change messed up the syndication URL in the description
#
endi_
as I understood instagram's system they used the 'caption' as the first comment.. so if the syndication URL were in the first comment along with the caption it's not in the title and that's why it's not in the description, but I'm sure I've got that wrong
#
endi_
s/it's not in the title/it's now in the title
#
Loqi
endi_ meant to say: as I understood instagram's system they used the 'caption' as the first comment.. so if the syndication URL were in the first comment along with the caption it's now in the title and that's why it's not in the description, but I'm sure I've got that wrong
[number5] joined the channel
#
[number5]
oh, loqi have a cute avatar :simple_smile:
#
[aaronpk]
the avatars come from http://indiewebcamp.com/irc-people so you can add yours there!
#
[number5]
thanks, aaronpk. all works now
#
endi_
so, if I go into 'Edit' and add the syndication URL to the description of the photo manually and save it, when I go to edit the description again the URL is gone
KartikPrabhu, frzn, endi, tantek and [aaronpk] joined the channel
#
[aaronpk]
Well that's weird. I have no idea. You might ask in #knownchat IRC tho
#
@kevinmarks
A simpler time: “…most things cannot be nested, in fact. No elements may be recursively nested.” #indieweb https://twitter.com/Una/status/631681437104668672
(twitter.com/_/status/631684493779185664)
#
endi
aaronpk: yeah, I did a bit earlier, just thought perhaps someone here had a similar experience
#
@pcosdeaf
RT @kevinmarks: A simpler time: “…most things cannot be nested, in fact. No elements may be recursively nested.” #indieweb https://t.co/aY…
(twitter.com/_/status/631686580202147840)
benwerd joined the channel
#
KevinMarks
Some great rel values in 1st html draft: annotation, reply http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt
#
KevinMarks
Interested
KevinMarks, wolftune, endi_, endi, Lancey, cweiske, eschnou, Jihaisse, lewisnyman, benwerd, alexhartley and martinBrown joined the channel
mdik_, oddvar, tallpaul, hugoroyd, terminalpixel, Vendan, debi, daf, dpg1 and floatboth joined the channel
#
cweiske
so tantek links to quill but not to withknown.com in his abc article
#
KartikPrabhu
cweiske: K for Known
#
cweiske
withknown.com is not linked
#
cweiske
seems only wiki pages are linked
#
KartikPrabhu
neither is Quill
myfreeweb, mlncn, tallpaul, mdik, debi, terminalpixel, Vendan, glennjones, oddvar, hugoroyd, daf and dpg1 joined the channel
petermolnar joined the channel
LauraJ, friedcell and evalica joined the channel
loic_m, _fran, friedcell, lewisnyman, adactio, j12t, Lancey, slvrbckt and daf joined the channel
#
@stevepurkiss
New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilovefs
(twitter.com/_/status/631772474896707584)
#
@purkiss
RT @stevepurkiss: New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilov…
(twitter.com/_/status/631772516688769024)
#
@vbrighton
RT @stevepurkiss: New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilov…
(twitter.com/_/status/631772516747448320)
#
@drupalnation
RT @stevepurkiss: New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilov…
(twitter.com/_/status/631772677276049408)
#
@Brighton_RT
RT @stevepurkiss: New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilov…
(twitter.com/_/status/631774003842150400)
Jihaisse, j12t, benwerd, squeakytoy and alexhart_ joined the channel
#
@xtof_fr
Un #alphabet des blocs de construction #indieweb /by @t An Alphabet of IndieWeb Building Blocks: Article to Z (Çelik 2015-08-12)
(twitter.com/_/status/631781050360836097)
LanceyWork and frzn joined the channel
j12t, modem, lewisnyman, friedcell, alexhartley and pfefferle joined the channel
#
@LanceCoyote
I get a little concerned about how popular #IndieWeb services like #Bridgy and #IndieAuth can be. It beats using a… http://lancey.space/2015/08/i-get-a-little-concerned-about-how-popular-indieweb
(twitter.com/_/status/631801253438164992)
#
@voxpelli
@LanceCoyote +1, preferably there should also be multiple interchangeable services, like https://webmention.io/ and https://webmention.herokuapp.com/
(twitter.com/_/status/631801820113969152)
#
@aaronpk
@LanceCoyote of course! But you can't have multiple implementations of things until at least one exists, so you... http://aaronparecki.com/replies/2015/08/13/1/indieweb
(twitter.com/_/status/631803254305783808)
j12t, interactivist and nedorito joined the channel
#
rhiaro
[How] Are people dealing with relative URLs in u-url when recieving wms?
#
cweiske
absolutize them?
#
rhiaro
Are many people using relative u-urls?
#
rhiaro
grumbles about having to write even more code
#
cweiske
that doesn't matter :) you have to handle them
#
rhiaro
oh, thanks
#
rhiaro
cweiske++
#
Loqi
cweiske has 34 karma
hs0ucy, adactio_ and [aaronpk] joined the channel
#
[aaronpk]
There's a relative URL resolver in the php mf2 parser too. It has tests and everything
ttepasse joined the channel
#
rhiaro
oh, awesome. I'm using that anyway. Thanks aaronpk
#
GWG
Morning
#
[aaronpk]
If you are talking about resolving the urls in the parsed result then all you have to do is pass the page URL to the parse function and it happens automatically
#
GWG
pfefferle, will you be pushing an update to Semantic Linkbacks to stable in the near future?
#
pfefferle
GWG ???
#
pfefferle
GWG what do you mean with stable?
#
GWG
Wordpress
#
GWG
repository instead of Github
#
GWG
I consider Github the development version
#
GWG
Also, been following your oembed work
#
pfefferle
GWG ah ok… I think I have to update the WP directory, so yes.
interactivist joined the channel
#
pfefferle
GWG I have not done that much for the plugin now, but they use some code form my ”žold“ oembed plugin ;)
#
GWG
pfefferle: I have a policy of not making changes to mf2_s or Post Kinds, both of which use the Semantic Linkbacks hooks until the changes go to the WordPress repository
glennjones joined the channel
#
@glennjones
Finished my Homebrew Website Club homework, looking forward to next brighton meeting - http://indiewebcamp.com/Homebrew_Website_Club
(twitter.com/_/status/631814763887071232)
pfefferle and Lancey joined the channel
#
pfefferle
GWG do you think they will include these plugins to the core?
#
GWG
pfefferle, which plugins?
#
pfefferle
GWG ah, sorry… have misread your last post
#
pfefferle
GWG ok, then I will hurry up!
#
rhiaro
aaronpk: I'm still not parsing myself, getting urls from webmention.io, and sometimes url property is relative
#
GWG
pfefferle, no rush, still one handed here
#
GWG
pfefferle, re oembed, do you think there would be any point in writing a plugin that disabled oembed in favor of link previews?
#
[aaronpk]
Oh right heh
#
[aaronpk]
In that case webmention.io should be handling that for you
#
pfefferle
GWG is there a difference?
#
cweiske
rhiaro, I'd see that as a bug in webmention.io
#
rhiaro
I love when it's not my fault :D
j12t joined the channel
#
[aaronpk]
rhiaro: coincidentally I'm considering not building comment parsing into my new site and relying on webmention.io instead. I might add a web hook for it so you don't have to poll for new comments
#
GWG
pfefferle: oembed requires the linked site to set up oembed. A link preview would generate a preview by reading the page itself
#
rhiaro
aaronpk: ooh interesting. This was going to be a stepping stone for me to eventually move to parsing them myself
#
[aaronpk]
Yeah that's a bug... File an issue and I'll take care of it
#
pfefferle
GWG with mf/mf2/schema.org … support?
#
rhiaro
Okay!
#
GWG
pfefferle: The same way you did Semantic Linkbacks. Support for mf2 with extensible support for other markup.
#
[aaronpk]
The notification text is hard to get right so I don't want to build that twice. But then I was thinking that I probably also don't want to build comment parsing twice, so I might just keep it in webmention.io
#
pfefferle
GWG I think this is independently possible… if they build a function to disable OEmbed or not...
#
pfefferle
GWG just hook into the code before or after the plugin runs
#
[aaronpk]
Man there are a lot of knobs and screens in the cockpit
#
[aaronpk]
:airplane:
#
[aaronpk]
Bye for now
eschnou joined the channel
#
petermolnar
rhiaro, thefuckisyourproblem.com is - surprisingly - **not** registered, in case you do want it for email :D (I've followed your link above in the webmention example)
#
rhiaro
petermolnar: hah... tempting..
#
rhiaro
has enough domain names
#
cweiske
I also used to have a couple, but then reduced them to 1
#
petermolnar
same as cweiske here
#
petermolnar
( cweiske when you say couple you mean exactly 2 or a bunch? I'm still having issues getting used to the British English 'couple' meaning exactly 2 )
wolftune and alexhartley joined the channel
#
cweiske
I should register bweiske for my 2nd son
#
GWG
pfefferle: Wondering if there is interest.
#
Loqi
I agree
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
adactio and j12t joined the channel
#
rikkiguy.me.uk
created /Template:rikkiguy.me.uk (+144) "Created page with "<span class="h-card" style="white-space:nowrap">{{sparkline|https://twitter.com/rikkiguy/profile_image}}[[User:rikkiguy.me.uk|Rikki Guy" target="_blank">User:rikkiguy.me.uk|Rikki" target="_blank">https://twitter.com/rikkiguy/profile_image}}[[User:rikkiguy.me.uk|Rikki Guy]]</span>""
(view diff)
#
@jonathanfrei
An Alphabet of IndieWeb Building Blocks: Article to Z - Tantek https://j-f.me/b/1kp
(twitter.com/_/status/631830178734469125)
#
@jonathanfrei
An Alphabet of IndieWeb Building Blocks: Article to Z - Tantek https://j-f.me/b/1kq
(twitter.com/_/status/631830249131651072)
shiflett, pfefferle, benwerd, tantek, eschnou, mlncn and interactivist joined the channel
#
@benborges_
if #CCC would use or integrate #indieweb in their livestream system they could add "social interactions" from .. https://1-m.cc/2015/if-ccc-would-use-or-integrate-indieweb-in-their-livestream
(twitter.com/_/status/631838887996977153)
#
@AllSquareCat
RT @benborges_: if #CCC would use or integrate #indieweb in their livestream system they could add "social interactions" from .. https://t.…
(twitter.com/_/status/631840392443359233)
lewisnyman joined the channel
chalettu joined the channel
eschnou and lewisnyman joined the channel
#
tantek.com
edited /alphabet (+643) "add encouragement for updates, and Articles section"
(view diff)
friedcell joined the channel
#
rhiaro
what is next-hwc
#
Loqi
Homebrew Website Club Meetup is on 2015-08-12 at Mozilla https://indiewebcamp.com/next-hwc
#
rhiaro
what is next-hwc
#
Loqi
Homebrew Website Club Meetup is on 2015-08-12 at Mozilla https://indiewebcamp.com/next-hwc
#
rhiaro
glares at the wiki
#
rhiaro
Does next-hwc need to be updated by hand? Does anyone know how?
#
rhiaro
what is next-hwc
#
Loqi
Homebrew Website Club Meetup is on 2015-08-13 at Informatics Forum https://indiewebcamp.com/next-hwc
#
Loqi
giggles
#
_fran
I'll be there 17:30 :)
j12t joined the channel
#
_fran
Is the east door the one under the pend?
loic_m joined the channel
#
petermolnar
should relocate to either Edinburgh or Brighton, feels alone in Cambridge UK
#
rhiaro
_fran: yeah, by Inspace
#
GWG
petermolnar: Come to NYC. I feel alone here
#
petermolnar
nah, I'm fine with Europe
gRegorLove joined the channel
#
petermolnar
but thanks :)
#
GWG
Why Old World when you can have a brand spanking New one?
#
_fran
_rhiaro: great, I'll ping you with some gravel against the MF1 window I suppose
#
rhiaro
You know where my office window is
#
rhiaro
For the avoidance of doubt, the BBC venue purple floodlight is pointing DIRECTLY AT IT now
#
rhiaro
grumbles about festival
#
_fran
oh true
snarfed and _fran joined the channel
friedcell, Rev_Illo, alexhartley, snarfed, j12t, TinoKremer, Lancey and _fran joined the channel
#
Loqi
[bridgy] Al Power replied '@glennjones nice! Hoping to do what I planned (node app pulling instagram files down, and serving to my static blog over REST API) tonight!' to a tweet http://indiewebcamp.com/Homebrew_Website_Club (https://twitter.com/alpower/status/631816692193193984)
#
Loqi
[bridgy] Glenn Jones replied '@alpower hope its goes well, I have a feeling homework might become regular thing - an 1hrs just long enough to talk about what you want do!' to a tweet http://indiewebcamp.com/Homebrew_Website_Club (https://twitter.com/glennjones/status/631823325510139905)
#
rhiaro
HWC Edinburgh slowly materialising, starring _fran, tbrb, moredhel and Geng Lyu so far
#
rhiaro
tbrb: Will be working on a micropub client
#
rhiaro
moredhel: Will be setting up his newly wiped computer.. and restoring website from S3 backup
cweiske joined the channel
#
rhiaro
_fran: Will be... parsing text
#
gRegorLove
waves to HWC Edinburgh
#
tbrb
waves
#
Zegnat
waves in Edinburgh’s general direction.
#
rhiaro
Geng Lyu will be working through indiewebify.me
#
Zegnat
I thought HWCs were on Wednesdays?
#
rhiaro
will be displaying recieved mentions by the end of the night FOR SURE
#
rhiaro
Zegnat: Edinburgh is special because everything else happens on a wednesday here
snarfed1 joined the channel
#
rhiaro
By everything else I mean everything else that I do
#
rhiaro
_fran: what text are you parsing and why?
#
_fran
I feel the need for another step between markdown and html
#
_fran
a bit like Smartypants, but more expressive
#
rhiaro
yay for more layers of abstraction
#
rhiaro
more moving parts :D
#
_fran
never enough!
#
rhiaro
Soon all you'll need is a triplestore :D
#
rhiaro
goes back to untangling sparql queries
#
_fran
if you can sell it well enough
interactivist joined the channel
#
rhiaro
camerongray arrives
mlncn joined the channel
#
rhiaro
concern expressed that R2ZER0 has been trapped by the Festival
wolftune and friedcell joined the channel
#
rhiaro
R2ZER0 arrives
#
rhiaro
Also Gumiho
camerongray joined the channel
#
rhiaro
R2ZER0 is going to add history to rikkiguy.me.uk/where
#
rhiaro
For anyone who would like to know where R2ZER0 is at any given time
#
rhiaro
Except it's extremely innaccurate right now apparently
Gumiho, R2ZER0_, frzn_, sammachin, j12t, hs0ucy, aaronpk_, lewisnyman and [tantek_] joined the channel
#
[tantek_]
good morning
#
[tantek_]
interesting, the web UI to IRC now also uses the [username] notation
#
GWG
Good morning, undercover tantek.
fkooman joined the channel
#
[tantek_]
reads_logs.
#
rhiaro
good evening from HWC Edinburgh, which is still going on
#
[tantek_]
oh nice!
scoates and indie-visitor joined the channel
#
[tantek_]
KevinMarks, not so sure about those rel values, plus they depend on "rev" for completeness
#
aaronpk_
tantek: yep i'm using the same backend for the web UI now! which also means it shouldn't hold on to nicknames anymore.
#
[tantek_]
that's great aaronpk!
#
[tantek_]
KevinMarks, e.g. rel=reply, could be useful as a minimal alternative/fallback to p-comment e.g. on an h-entry permalink page
#
[tantek_]
however, no chance we are going to try using rev=reply instead of rel=in-reply-to
lewisnyman joined the channel
#
[tantek_]
the definition of rel=annotation is interesting in that it's a lot more precise than the current "everything is an annotation on something" scope creep that has occured among folks claiming to actually work on "Annotations"
_fran joined the channel
#
tentonbricks
now, this is all fascinating, but I have no idea what's going on. I feel like I'm in a language immersion school, but instead of French, I'm trying to learn code.
aaronpk_ joined the channel
#
[tantek_]
in particular, from the rel=annotation definition at http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt#ANNOTATION it says "'margin notes' or other criticism on another's document" - that sentence strongly implies inline embedding/display intentions, in contrast to just a "reply" which could be expected to be shown at the bottom as part of a list of comments.
#
[tantek_]
welcome tentonbricks! there are definitely times that the conversation here can go very deep on specific technical/literary subjects
#
[tantek_]
however, there's very much a desire to help with *any* level of discussion / exploration related to setting up / owning / using your own site for whatever it is you want to do with it
#
tentonbricks
If anyone wants to discuss the ins-and-outs of how to code a mean <a> tag, I'm your man. :)
#
[tantek_]
tentonbricks - that's pretty funny, because we were just deep diving on the "rel" attribute *of the <a> tag* ;)
#
tentonbricks
haha
#
[tantek_]
do you have a personal site?
#
tentonbricks
I don't.
#
tentonbricks
I'm currently free hosting on withknown.com, as I try to figure everything out.
#
[tantek_]
that's a great say to get started
#
tentonbricks
yeah
#
[tantek_]
s/say/way
#
Loqi
[tantek_] meant to say: that's a great way to get started
#
[tantek_]
have you hooked it up to POSSE to any silos?
yakker joined the channel
#
tentonbricks
I had a site years ago. Hand-coded and everything. Since then, I've learned that HTML is not like riding a bike. You *can* forget. Also, the bike suddenly has a lot of new doo-dads on it.
#
tentonbricks
I'm connected to Twitter and Facebook.
#
[tantek_]
mostly unnecessary doo-dads
#
[tantek_]
if anything, the simpler your HTML, the better. e.g. we've learned to move all the presentation to CSS.
#
Zegnat
tentonbricks: the "new" doo-dads are fairly unnecessary. All browsers will display HTML 3
chalettu joined the channel
#
[tantek_]
hey rhiaro, if you're still around, check out the definition for rel=made in http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt#MADE
#
[tantek_]
in particular the first clause of: "Person (etc) described by node A is author of, or is responsible for B"
#
[tantek_]
more fuel for all those who like wasting time on HR14 :P
#
Zegnat
[tantek_]: I thought that would be rel="me" ?
#
[tantek_]
Zegnat - different purpose
#
[tantek_]
rel=made is the inverse of rel=author
#
rhiaro
oh that's fun, foaf has made :)
#
rhiaro
glad it's the same term, at least
#
tentonbricks
I've also connected Bridgy, but don't know if it works. Mostly because I haven't said much yet, and what I do say, nobody has interacted with.
#
[tantek_]
rhiaro - I still don't understand why anyone takes foaf seriously since it was such a bad (and bloated) reinvention of vCard. I can only assume cultural inertia / cargo cult political inertia
#
[tantek_]
tentonbricks - do you have recent tweets with favorites or @-replies?
#
tentonbricks
nope.
#
rhiaro
I guess foaf:made came from rel="made"
#
tentonbricks
I'm not incredibly active on Twitter.
#
[tantek_]
I think even if you @-reply to yourself, Bridgy should pass it back to your site as a webmention
#
rhiaro
^ I can confirm that bridgy does that
#
rhiaro
Trying to filter out my own replies at the moment..
#
tentonbricks
clever idea.
#
[tantek_]
tentonbricks, that way we can at least make sure that your Bridgy setup is working
#
tentonbricks
Now, I have FB posts that people have liked. Does Bridgy not pull that in?
#
[tantek_]
it should
#
[tantek_]
the FB auth for bridgy recently got cycled I think - you may need to go to https://www.brid.gy and re-auth your FB connection
KevinMarks joined the channel
#
tentonbricks
Now, does the comment that is liked, RT'd or whatever, have to be content that was originally sent to the silo from known?
#
tentonbricks
So it's not just going to pull in *anything*
#
[tantek_]
right, the content on the silo must be a /POSSE copy of something on your indieweb site (including your withknown.com site)
#
[tantek_]
rhiaro, I'm still laughing about how the "official" and supposedly widely respected Dublin Core's "Dublin Core Application Profiles" screwed up its usage/reference of "foaf:firstName" vs "foaf:family_name"
#
[tantek_]
seriously have no idea why anyone takes seriously the house of cards that is things like Dubline Core, FOAF, etc.
#
[tantek_]
s/Dubline/Dublin
#
Loqi
[tantek_] meant to say: seriously have no idea why anyone takes seriously the house of cards that is things like Dublin Core, FOAF, etc.
#
rhiaro
I dunno that AP is widely used
#
rhiaro
oh you meant DC was widely respected
#
[tantek_]
yes that
#
KartikPrabhu
[tantek_]: becuase those things like schema seem to have an air of official-ness
#
KartikPrabhu
i looked up DC way back when I was adding rdf things to my site. But then settled for schema. but ultimately rdf was pretty complicated.
#
tentonbricks
How long after an @-mention does it take for the interaction to appear back on my known site?
hs0ucy joined the channel
#
[tantek_]
I think there's often a 5 minute or so cycle time? Though I think you can go to your brid.gy home page and click poll now
KartikPrabhu and Lancey joined the channel
#
tentonbricks
Huzzah! Got it to work!
#
tentonbricks
I didn't have publishing set up on brid.gy
#
KartikPrabhu
bridgy publish is not linked to the backfeed
#
tentonbricks
Well, then I don't know what I did, but it works now :)
#
KartikPrabhu
you can POSSE with any other method and bridgy can find the original if 1. the POSSE copy links back to the original or 2. original has a u-syndication link to the copy
#
KevinMarks
so tantke, when you support webmentions, you're going to have to deal with recursion as you link to yourself?
#
KevinMarks
s/tantke/tantek/
#
Loqi
KevinMarks meant to say: so tantek, when you support webmentions, you're going to have to deal with recursion as you link to yourself?
aaronpk_ joined the channel
#
[tantek_]
Kevinmarks that doesn't make sense, can you provide an example of what you're talking about?
#
KartikPrabhu
I link to myself all the time. haven't had any trouble with recursion. though self-mentions seem awkward in the response lists
Gumiho joined the channel
#
tentonbricks
I'm connecting to the chat via the web. I hate doing that. Seems my office IT folks are smarter than the average bear and have the typical IRC ports blocked, so I can't connect via an IRC client.
#
[tantek_]
smarter or more control-freaky? seems pretty dumb to block access to a productive community resource.
#
csarven.ca
edited /User:Csarven.ca () "(-1775) Blanked the page"
(view diff)
#
csarven.ca
edited /IRC_People (-96) "/* Nicknames */"
(view diff)
#
aaronpk_
the IRC protocol is often used to control botnets so it's a pretty common thing for IT departments to block
#
tentonbricks
control-freaky is probably more like it. Though, I can't imagine why anyone in my office would need access to IRC for our daily work. And, to be fair, we don't have wifi, so I'm connected to the building's public wifi.
#
Zegnat
Is csarven leaving us?
#
csarven.ca
edited /custom_post_style () "(-882) /* Sarven Capadisli */"
(view diff)
#
aaronpk_
had to push really hard to get Esri to open up IRC ports on the internal network
#
tentonbricks
you work for esri?
#
KartikPrabhu
IT people are strange. At a conference, I was told I can't use my JS driven presentation on their computers since it was a "security risk"
#
aaronpk_
lol wow
#
tentonbricks
a couple of our departments use arcgis
#
tentonbricks
Actually trying to hire a couple CAD Techs who know how to use it.
[snarfed] joined the channel
#
[snarfed]
aaronpk: just FYI, messages from the web ui aren't showing up in slack
#
[snarfed]
eg tantek_'s
#
aaronpk_
oh haha. I'm going to have to not use [] for the web nicks then
yakker joined the channel
#
KartikPrabhu
does slack not like the [] ?
#
aaronpk_
no that's how the slack bridge knows not to post messages from slack back into slack
#
KartikPrabhu
you can use another separator like () for the web thing
#
KartikPrabhu
or no separators since it is fine without it
#
aaronpk_
actually I think I can use the IRC "username" field for that
#
moredhel
have managed to get a working index page, and get my framework to talk to redis
#
tbrb
since rhiaro mentioned putting achievements for the evening into here, I have a 'working' command-line micropub client
#
[tantek_]
KevinMarks, not too worried about it, as I likely won't bother with showing just plain mention links anyway. And even if I did, I could trivially drop self-references after pruning query/fragment strs from URLs
#
aaronpk_
wow moredhel tbrb productive evening!
#
[tantek_]
tbrb that sounds very cool! what's it it called?
#
tbrb
"publ"
#
[tantek_]
moredhel - what's your site?
#
KartikPrabhu
[tantek_]: or you can put self-references in "related posts" :)
#
[tantek_]
what is publ?
#
Loqi
It looks like we don't have a page for "publ" yet. Would you like to create it? http://indiewebcamp.com/s/101M
#
[tantek_]
KartikPrabhu are you related to yourself? ;)
#
tbrb
[tantek_]: moredhel uses http://aoeu.me/ - he's just shut his laptop down
#
aaronpk_
i have a bunch of webmentions of my own posts. they show up under "Other Mentions" usually
#
[tantek_]
tbrb feel free to click on that link from Loqi and create the page ^^^
#
KartikPrabhu
[tantek_]: haha! homepage mentions is different. but listing your own posts that link to the current one might be useful
#
tbrb
Will do, I still need to sort out packaging and a few little things where it's not fully there yet
#
KartikPrabhu
[tantek_]: also I am related to myself using rel-me! ;)
#
[tantek_]
KartikPrabhu - definitely for *other* posts. same post self-links are generally frowned upon. I put that link in there just because the post itself is textually self-referential, and clicking the link just takes you back to the top.
#
KartikPrabhu
aah same post self-links I can agree with :)
friedcell joined the channel
#
tantek.com
edited /principles (-8) "/* Plurality */ -emoji changed"
(view diff)
#
rhiaro
and on individual posts
#
rhiaro
about freaking time.
#
rhiaro
now, what've I totally broken in the process
#
aaronpk_
rhiaro++
#
Loqi
rhiaro has 142 karma
#
tentonbricks
considering setting up self-hosting. Do you fine folks have any recommendations for providers that are good, yet inexpensive?
#
tantek.com
edited /Falcon (+21) "/* Notes */ linky"
(view diff)
#
KartikPrabhu
what is hosting?
#
Loqi
Web hosting is perhaps the primary regular cost in maintaining an Indie Web Site (more expensive than most domain name registrations/renewals) https://indiewebcamp.com/hosting
#
KartikPrabhu
tentonbricks: there ^
#
harryreeder.co.uk
created /publ (+604) "Created info about publ"
(view diff)
snarfed joined the channel
#
kartikprabhu.com
edited /web_hosting (+30) "/* Shared Hosting */ linky to webfaction"
(view diff)
#
[tantek_]
rhiaro++ well done! question: why /mentions (as path) instead of /notifications ?
#
Loqi
rhiaro has 143 karma
#
tentonbricks
you folks just think of everything, don't you?
#
[tantek_]
tentonbricks, not that we think of everything, we just write everything down we think of ;)
#
KartikPrabhu
we think of everything that we have needed in the past
#
tantek.com
edited /mentions (+57) "linky, see also"
(view diff)
#
rhiaro
tantek: decided I like it as a generic term for replies/interactions
aaronpk_ joined the channel
#
[tantek_]
documents some silo examples
#
[tantek_]
rhiaro, are you showing any salmentions?
#
rhiaro
No, that is 100% next
#
[tantek_]
(I knew I'd forgotten something for *s*)
#
[tantek_]
goes back to the alphabet.
#
[tantek_]
so much s*
#
[tantek_]
whoa my Twitter notifications of those you follow is super-demonstrative screenshotworthy - coming up...
#
[tantek_]
falls into multple cascading rabbitholes, again.
#
rhiaro
demonstrative of..?
#
tantek.com
edited /mentions (+514) "IndieWeb Examples / rhiaro, Silo Examples / Twitter"
(view diff)
#
tantek.com
edited /notification (+762) "/* Silo Examples */ add Twitter (which was somehow missing?!?), make URLs for FB & Twitter notifications explicit"
(view diff)
friedcell joined the channel
#
tantek.com
edited /notification (+52) "fix Twitter iOS app heading to be more specific, and IG too"
(view diff)
#
[tantek_]
rhiaro, demonstrative of the list here: https://indiewebcamp.com/notification#Twitter
#
rhiaro
tbrb: "what's salmention?" rhiaro: *deep breath*
#
rhiaro
FYI HWC Edinburgh is down to four people, but still going
#
rhiaro
, camerongray, R2ZER0 & tbrb
#
[tantek_]
rhiaro that is AWESOME
#
[tantek_]
last night in SF we *only* had four people to start with (slow night)
#
tbrb
We were at 8 or so?
#
GWG
[tantek_]: I'd love it if NYC had 4 people ever.
#
rhiaro
I'm doing exactly what I'd be doing anyway, in exactly the place I'd be doing it, so it's nice to have people here to do it with
benwerd joined the channel
#
KartikPrabhu
Chicago always had 2 and we got quite a bit done, so...
#
rhiaro
We're gonna do this weekly
#
[tantek_]
rhiaro - seriously? wow. not just every other week?
#
[tantek_]
I mean, go for it if you've got the bandwidth and interest!
cmhobbs joined the channel
#
rhiaro
yeah I want to get good momentum so it carries on after I leave :p
#
Zegnat
smart move rhiaro
#
Zegnat
I hope Gothenburg can get some momentum going :)
#
@_crossdiver
my internet homestead is now completely on @neocitiesweb. thanks @kyledrake+ team! http://www.ike.io/ #indieweb #neocities #interneting
(twitter.com/_/status/631932347177242624)
#
tentonbricks
alright, kids. I'm outta here. Thanks for the help and the lively conversation today. I think I'll have to come by more often.
#
tbrb
I'll hopefully be able to keep some momentum going once rhiaro leaves. I'll be in the best position when I go back to uni at the beginning of sept too
#
Zegnat
I wonder if there is any value in trying to get a HWC going at university. Hmm.
#
rhiaro
Zegnat: I think the reason today has run for 4.5 hours is because we're all students..
#
rhiaro
and have nothing better to do
#
rhiaro
So I'd say: yes
#
tbrb
and it's just nice to have a time to hack on stuff
#
Zegnat
I can never stay on that long, even when I have nothing better to do I still have to get back to my home in the middle of nowhere.
#
rhiaro
I work on my site all the time, but when there's time set aside like HWC I don't have to feel bad about it :)
#
aaronpk_
that's exactly how i feel too :)
#
Zegnat
But at least there is a later train available from my university than from Gothenburg, where I will always need to cut HWC short
#
tantek.com
edited /Homebrew_Website_Club (+207) "move NYC down to Getting (re)started since it's occasional rather than every 2 weeks, add Göteborg, sort Getting Started or Restarting by most recent meeting first"
(view diff)
#
[tantek_]
welcome back anytime tentonbricks!
indie-visitor joined the channel
#
[tantek_]
tbrb - are you co-organizing HWC Edinburgh? If so could you add yourself as co-organizer here? http://indiewebcamp.com/Homebrew_Website_Club##Edinburgh
#
tbrb
[tantek_]: I'm happy to take it on once rhiaro leaves at least, I'd not say I'm a co-organizer at the moment
#
rhiaro
tbrb will be finding a new venue once the Fringe is over
#
[tantek_]
tbrb - I strongly encourage you to work with rhiaro to co-organize while she's around, it'll make for a smoother transition :)
#
rhiaro
we'll need to move when I go, as there won't be access to my office any more
#
[tantek_]
Zegnat are you co-organizing in Göteborg (Gothenburg sp?) ?
arlen joined the channel
#
[tantek_]
rhiaro - fortunately you have a date for that so can plan accordingly with tbrb right?
#
harryreeder.co.uk
edited /Homebrew_Website_Club (+10) "/* Getting Started or Restarting */ Add tbrb to Edinburgh organisers"
(view diff)
#
tantek.com
edited /notification (+111) "/* Twitter */ add screenshot with variety"
(view diff)
#
Loqi
tbrb has 4 karma
#
[tantek_]
rhiaro - now with screenshot illustrating all the Twitter notifications I know about (amazing serendipity of having the 5 variants I know of stacked one of each upon each other) https://indiewebcamp.com/notification#Twitter
#
rhiaro
Closed all mentions related issues on bitbucket... opened twice as many new ones for others I broke and things that don't work properly yet
#
rhiaro
sighs
#
aaronpk_
i think that's still progress :P
#
tbrb
Anyway, time to head back home for me I think
#
[tantek_]
BTW - I've started to see Twitter A/B testing / switching people over to the new "heart" icon for favorites
#
[tantek_]
so this is a good time to take screenshots of anything Twitter you've been meaning to
#
[tantek_]
before the stars disappear
#
Zegnat
[tantek_]: no, Jeena does Gothenburg. I just hope it takes off, which is why I made a point of being there for the first one
#
[tantek_]
rhiaro - definitely progress
#
tbrb
tonight's progress on publ pushed to github
#
tbrb
and time to head
#
rhiaro
yeah I have twitter hearts now, I don't like them
#
rhiaro
noooo tbrb don't go
#
Zegnat
Too expensive and too hard of a commute for me to co-organise and/or even be there every 2 weeks :(
#
[tantek_]
rhiaro as you can see from that screenshot, @t still has stars, but I've noticed that @indiewebcamp has hearts
#
rhiaro
I'ts not the hearts I don't like, but the new button layouts have circles around them and are spaced differently, and don't look particularly balanced
#
[tantek_]
yeah that bugs me too
#
[tantek_]
however, when you click a heart, the whole circle pulses larger briefly and settles back down and turns red
#
rhiaro
oh. I hadn't clicked it cos I send all mine through bridgy publish :)
snarfed1 joined the channel
#
[tantek_]
hah nice. I was using @indiewebcamp :)
#
tantek.com
edited /events/2015-08-12-homebrew-website-club (+23) "/* Photos */ subhead brighton!"
(view diff)
#
[tantek_]
rhiaro did you take a photo of HWC Edinburgh?
#
aaronpk_
wow good growd!
#
rhiaro
I forgot
#
tantek.com
edited /events/2015-08-12-homebrew-website-club (+322) "/* Notes */ Brigton blog post! SF notes from kevinmarks"
(view diff)
KevinMarks_ joined the channel
#
KevinMarks_
Well twitter's notification collapsing is worse than aaronpk's
#
KevinMarks_
I just got a pile of notifications that @indiewebcamp faced my tweets
#
KevinMarks_
s/ace/ave
#
Loqi
KevinMarks_ meant to say: I just got a pile of notifications that @indiewebcamp faved my tweets
#
aaronpk_
haha wat
#
aaronpk_
gee thanks
#
Zegnat
"aaronpk_, better at collapsing than Twitter" ?
#
[tantek_]
KevinMarks, you reap what you tweet. ;)
#
GWG
Maybe I should move to the UK to get an HWC/IWC crowd going
#
@indiewebcamp
RT @stevepurkiss: New Blog Post: Dropping in on the Brighton Homebrew Website Club http://purkiss.com/blog/steve-purkiss/2015/08/13/dropping-in-on-the-brighton-homebrew-website-club #Brighton #Drupal #indieweb #ilov…
(twitter.com/_/status/631938922461859840)
#
aaronpk_
hmm I don't actually have notification collapsing that would collapse those
#
aaronpk_
cause that'd be n source URLs and n target URLs
#
tantek.com
edited /notification (+264) "Twitter Android app, lack of clustering of notifications, Kevin Marks screenshot"
(view diff)
#
tantek.com
edited /notification (-3) "it's all Android notifications"
(view diff)
#
Zegnat
GWG: I don't think the UK needs you, Brighton's HWC seems to have broken all records anyway
#
GWG
Zegnat: What place needs me?
#
tantek.com
edited /notification (+138) "/* Android */ some clustering, similar, plus count."
(view diff)
#
Zegnat
Pick any country that hasn't had a HWC yet?
#
[tantek_]
good catch KevinMarks - add your screenshot here: https://indiewebcamp.com/notification#Android
#
[tantek_]
GWG, NYC definitely needs you - just need to figure out how to find the people that are interested but don't know about HWC
#
GWG
[tantek_]: Sandwich board in Times Square?
#
tantek.com
edited /notification (+54) "/* Silo Examples */ websites in particular"
(view diff)
#
[tantek_]
GWG, you could try some guerilla marketing with flyers or sidewalk chalkings
#
GWG
[tantek_]: Sidewalk chalking is illegal
#
GWG
Some kids were fined
#
KevinMarks
ah, interesting aaronpk
#
aaronpk_
yeah i'm only clustering when either sources or targets match
#
aaronpk_
i guess a good question is what would you *want* to see in that case?
#
[tantek_]
or yes, a Sandwich board in Times Square. "The End of Privacy is Nigh!" per: https://en.wikipedia.org/wiki/The_End_Is_Nigh#Origin_of_name
#
GWG
Which silo has a NY office I can march outside of?
#
[tantek_]
I think they all do
#
KevinMarks
I suppose I could mark all the tweets as POSSE copies of the combined HWC notes somehoe
#
aaronpk_
"@indiewebcamp favorited 8 or your posts"?
#
aaronpk_
s/or/of
#
Loqi
aaronpk_ meant to say: "@indiewebcamp favofited 8 of your posts"?
#
aaronpk_
you know what I mean Loqi figure it out
#
KevinMarks
probably "Indiewebcamp Favorited: firsttweet except…,secondtweet excerpt…, etc
#
aaronpk_
so clustering based on author, not just source URL
#
aaronpk_
interesting
#
snarfed1
makes sense
#
[tantek_]
speaking of sandwiches, confession, the grilled cheese sandwich shop I'm sitting in has been killing it with the tunes, and I've been posting scrobbles using Shazam iOS app to @t_silos
#
rascul
mmm sammiches
#
aaronpk_
man before I do too much more with notifications, I really want to add a test suite
#
aaronpk_
cause holy crap is this hard to get right
#
[tantek_]
I'm thinking of posting this as my last jam that I POSSE to thisisismyjam.com https://twitter.com/t_silos/status/631899990563012608
#
rascul
aaronpk_ i notice your selfoss fork seems to be lagging behind the original
#
aaronpk_
rascul: I haven't touched it in a looong time
#
@raretrack
Thinking about using @Known to store bookmarks, rather than in proprietary browsers. Hope it doesn't get too unwieldy! #IndieWeb
(twitter.com/_/status/631944432766488576)
#
aaronpk_
I actually didn't make any changes to core tho, I just added the microformats2 plugin
#
rascul
ahh ok
#
rascul
maybe i can just shove that into the latest upstream
#
aaronpk_
probably, unless they changed their plugin API
#
[tantek_]
now I want to make an "indieweb" playlist. on the theme of # ownyourdata: https://twitter.com/t_silos/status/631945011236438016 (see the lyrics)
#
rascul
using tiny tiny rss atm but it has no microformat support
#
[tantek_]
what is tiny tiny rss?
#
Loqi
It looks like we don't have a page for "tiny tiny rss" yet. Would you like to create it? http://indiewebcamp.com/s/101N
#
Zegnat
rascul: how many feeds do you subscribe to with tt-rss?
#
tantek.com
moved /tt-rss to /Tiny_Tiny_RSS "use full name as on site"
#
Zegnat
I have been thinking of hosting my own RSS reader instead of using feedbin, but always afraid it is going to strain my hosting too much
#
rascul
around 20
#
[tantek_]
rascul are you using tt-rss on your own site?
#
rascul
oh there was a tt-rss page, i thought i found it on the indiewebcamp wiki
#
rascul
i might be switching it to selfoss, though
#
[tantek_]
yup - just moved it to the long name
#
Zegnat
ah, with 20 I don’t think you can tell me how my 349 feeds would perform
#
rascul
heh nope no idea Zegnat
#
Zegnat
Well, I am heading off for bed, looks like my "blog" will finally launch this weekend. Have a good day all
#
rascul
good night Zegnat and good luck with the launch :)
#
Loqi
sleep tight!
#
snarfed
aaronpk: testsuite++, i'm obviously a big advocate
#
aaronpk_
i think i can reasonably start with a test suite for testing generating the notification text, which would be separate from testing the actual clustering behavior
#
aaronpk_
as in, given posts x,y,z I expect this sentence "foo"
modem and webhat joined the channel
#
[tantek_]
Also for 'S' - SWAT0 - duh.
#
[tantek_]
fortunately that works well in a sentence with salmentions :)
#
aaronpk_
I just saw your image in the alphabet post! that's hilarious!
#
GWG
rascul: If you wrote mf2 support, I'd be thrile.
snarfed1 joined the channel
#
GWG
thrilled.
#
[tantek_]
aaronpk - would you believe the box of blocks I bought did not have a W/J block?!?
#
[tantek_]
I think I'm going to return it as defective, maybe they'll swap me another.
#
david.shanske.com
edited /Tiny_Tiny_RSS (+71) "/* IndieWeb Examples */"
(view diff)
#
rascul
GWG sorry, writing php code holds no interest for me :(
#
[tantek_]
aaronpk, also, I find myself wanting to nearly always put in an (implied) featured image in my posts (especially blog posts!) just so that the /link-preview on the FB POSSE copy looks prettier!
#
[tantek_]
trying to figure out how to capture that phenomenon / why / motivation
#
[tantek_]
people like links with images. I'm sure someone has some click-through data somewhere.
#
GWG
rascul: Tangling with the creator of TT-RSS holds no interest for m
#
aaronpk_
[tantek_]: hah! did you have to use an M?
#
[tantek_]
Yes! @tecgirl totally noticed and called me out on it in the IG
snarfed joined the channel
#
[tantek_]
I'm really curious what the toy store employee's response is going to be when I tell them there was no W/J block so I want to return it. As in, what kind of person checks these things?!?
#
aaronpk_
was it sold as a full alphabet? or just a random collection of letters?
[tantek] joined the channel
#
[tantek]
I think alphabet completeness is implied when it says "48 blocks". And the distribution of the other blocks was nearly all equal.
KartikPrabhu, snarfed, scoates, lukebrooker, snarfed1 and tantek joined the channel