#indiewebcamp 2014-04-18

2014-04-18 UTC
#
dracos
KevinMarks_: works across paragraphs now (collapsing whitespace) - http://leveson.sayit.mysociety.org/hearing-13-march-2012/mr-richard-fedorcio?123##actually.+We+can
#
KevinMarks_
nice! that seems more natural
cnxtrm joined the channel
#
gregorlove.com
edited /User:Gregorlove.com/sandbox (+340) "/* Navbox experiments */"
(view diff)
#
kevinmarks.com
edited /fragmention (+187) "/* indieweb implementations */"
(view diff)
#
KevinMarks_
dracos: have you had much upload action for sayit?
#
KevinMarks_
I was thinking about possibly munging my noterlive transcripts into your format
#
dracos
KevinMarks_: a few bits of interest, though nothing major (here’s one Chile Senate: http://senado-de-chile.sayit.mysociety.org/regulacion-de-lobby-ante-organos-de-administracion ). I’m hoping someone might want to do Hillsborough: https://github.com/mysociety/sayit/issues/196 .
#
gregorlove.com
created /Template:Navbox-row (+325) "Navbox-row"
(view diff)
#
JonathanNeal
dracos: why did you switch from href to has?
#
JonathanNeal
s/has/hash
#
Loqi
JonathanNeal meant to say: dracos: why did you switch from href to hash?
#
KevinMarks_
could potentially mung those into sayit format too
#
dracos
JonathanNeal: As you’re wanting to check the fragment, it seemed to make sense to only look at that variable, to preclude the possibility of # appearing elsewhere (though I’m sure that shouldn’t happen)
#
JonathanNeal
KevinMarks_: I used the organization because it doesn’t make a difference when it’s CC0, but I want chapmanu to start being a hub for these ideas with my new friends.
#
gregorlove.com
created /Template:Navbox (+378) "Created page with "<includeonly><div style="padding: 2px 2px 0 2px"
(view diff)
#
Loqi
border: 1px solid #aaa
#
Loqi
background-color: #fff;"> <table border="0" cellspacing="0" style="width: 100%
#
Loqi
font-size: 11px;"> <tr>..."
#
JonathanNeal
that shouldn’t happen, because other browsers misinterpret .hash
#
JonathanNeal
.hash is sanitized, which is why I had to use .href, sorry to have not added that to the polyfill documentation.
#
dracos
JonathanNeal: in what way?
#
dracos
JonathanNeal: I meant, in what way and which browsers misinterpret/sanitise?
#
JonathanNeal
KartikPrabhu reported that ##webmention+%2B+pingback did not work in FF, because Firefox pre-decoded the text, which prevents us from using + as a space (see the decodeURIComponent piece) . If we read the href raw, we’re good.
#
KevinMarks_
anyone want to help me spread this to the ircless masses? https://news.ycombinator.com/item?id=7607279
#
JonathanNeal
FF’s location.hash reports “+%2B+” as “+++”.
#
JonathanNeal
dracos: would you update your pull request to switch back to href and drop the ^?
#
JonathanNeal
Or file a new one.
paulcp joined the channel
#
gregorlove.com
edited /User:Gregorlove.com/sandbox (-8) "/* Navbox experiments */"
(view diff)
#
gregorlove.com
edited /User:Gregorlove.com/sandbox (+28) "/* Navbox experiments */"
(view diff)
#
dracos
JonathanNeal: updated
#
gregorlove.com
created /Template:Homebrew_Website_Club (+168) "Homebrew Website Club"
(view diff)
#
JonathanNeal
merged and thank you
pfenwick joined the channel
#
dracos
JonathanNeal: Would you like me to pull request my two remaining things so they can be discussed? I don’t think they’re as obvious as my previous ones :)
#
JonathanNeal
dracos: if I push fragmentions to window.location.fragmention, then I can check for 'fragmention' in window.location.fragmention before loading the script, to avoid future collisions if fragmentions become a thing.
#
JonathanNeal
Or if the Chrome extension is already loaded.
#
KevinMarks_
is that normal for new browser features?
#
gregorlove.com
edited /events/2014-04-09-homebrew-website-club (+27) "/* Previously */ + Homebrew Website Club template in footer"
(view diff)
#
JonathanNeal
KevinMarks_: like location.hash being a filtered version of what is seen in location.href’s #, location.fragmention would be a filtered version of what is seen in location.href’s ##.
#
gregorlove.com
edited /events/2014-04-09-homebrew-website-club () "(-983) /* Previously */ replace "previously" section."
(view diff)
#
JonathanNeal
dracos: i can take pull requests all evening as you like, i’ll be working :) i look forward to them
_6a681 joined the channel
caseorganic joined the channel
#
dracos
JonathanNeal: Made them, but these ones are probably ones people might have Opinions on ;) Ah, it’s slightly later here, I should get to bed!
#
gRegor`
Sorry for all the wiki messages :)
#
GWG
No problem
#
GWG
How are things, gRegor`
#
gregorlove.com
created /Template:Navbox/doc (+1402) "documentation"
(view diff)
#
gRegor`
Good, you?
#
GWG
Trying to figure out responsive CSS design
#
GWG
Layout was always a weak point
#
gRegor`
Ooh, there's a fun rabbit hole :)
#
gRegor`
Bootstrap is a decent starting point, if you don't want to get into too much of the nitty gritty.
pasevin joined the channel
#
gregorlove.com
created /Template:Navbox-row/doc (+556) "documentation"
(view diff)
#
gregorlove.com
edited /Template:Navbox/doc (-1) "/* Blank Template */"
(view diff)
#
gregorlove.com
edited /Template:Navbox/doc (+41) "/* Notes */"
(view diff)
#
GWG
gRegor`: I played with it.
#
GWG
gRegor`: Not a fan of columns
#
GWG
Too complex for what I wan
#
GWG
Reproducing 2014 as a 'blog' style.
#
gregorlove.com
edited /Template:Navbox/doc (+62) "/* Notes */"
(view diff)
ttepasse joined the channel
#
caseorganic
hello everyone! i'm giving a talk on indieweb at passionprojects in sf at 7p
#
caseorganic
it's at medium hq :)
#
caseorganic
what i'll be doing is showing webmention, brid.gy, POSSE
#
caseorganic
so that people understand the concepts before i got into the background
#
KevinMarks_
GWG if you just add <meta name="viewport" content="width=device-width, initial-scale=1.0">
#
KevinMarks_
then your HTML site won't start zoomed out
#
gRegor`
Awesome, caseorganic!
#
caseorganic
around 7 or 7:15 pm KevinMarks_ will be posting a link to the channel that you can webmention and i can show it on the screen!
#
caseorganic
gRegor`: thanks! it should be fun
#
GWG
KevinMarks, the issue is trying to figure out where the sidebar goes on a mobile vs desktop
#
caseorganic
i find that showing first and then giving a preso helps people to understand why indieweb is helpful
#
gRegor`
Is it being recorded?
#
KevinMarks_
then you can just lay it out in a non-columnar way
#
KevinMarks_
well, it's also tall vs wide on mobile/tablet
#
KartikPrabhu
anyone know of a python representative h-card implementation?
#
KevinMarks_
I'm the extreme fugly layout end of that with kevinmarks.com
#
gRegor`
GWG: I usually have the sidebar either not displayed at all on mobile, or have it stack underneath the content.
#
KevinMarks_
underneath makes sense, but in landscape mode you might want it there
#
@caseorganic
About to head over to @medium with @kevinmarks to give Passion Project talk on the #indieweb. See all of you soon! (http://caseorganic.com/notes/2014/04/17/3/indieweb)
(twitter.com/_/status/456963406994493440)
#
gRegor`
Typically my content area and sidebar will be in that order in the HTML, using display: inline-block. Then at mobile dimensions, just change it to display: block
#
gRegor`
Eh, maybe. Generally I prefer simplicity. If there's sidebar content that's really that relevant, I would try to re-arrange it out of the sidebar. Just my 2 cents though. :)
#
GWG
gRegor`: I'm basing a simple layout on Wordpress TwentyFourteen. Which means there is a top bar and a side bar. Based on how I overloaded twentyfourteen, the top will be icon based, the side will be menu/widget based. But twentyfourteen doesn't render that correctly.
#
KevinMarks_
gratuitious out of context shakespeare links
#
gregorlove.com
edited /events/2013-12-04-homebrew-website-club (+26) "/* San Francisco */ +HWC template"
(view diff)
#
gregorlove.com
edited /events/2013-12-18-homebrew-website-club (+27) "/* San Francisco */ +HWC template"
(view diff)
#
gregorlove.com
edited /Homebrew_Website_Club (+27) "/* History */ +HWC template"
(view diff)
#
gregorlove.com
edited /Main_Page (+0) "/* Homebrew Website Club */ Update to 4/23"
(view diff)
basal and tantek joined the channel
#
tantek
wow lots of wiki edits!
#
gRegor`
:) Yep. Have a look at the bottom of an HWC event page now
scor joined the channel
#
gregorlove.com
edited /events/2014-04-23-homebrew-website-club (+41) "/* RSVP */ +RSVP Chicago"
(view diff)
#
tantek
gRegor`: sweet!
#
tantek.com
edited /events/2014-04-23-homebrew-website-club (+80) "add link to IRC discussion archives - should do this on each one as they often have pre/during/post discussions related to the meetup!"
(view diff)
#
tantek.com
edited /events/2014-04-09-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-03-26-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-03-19-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-03-12-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-02-26-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-02-12-homebrew-website-club (+4) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2014-01-29-homebrew-website-club (+79) "/* Notes */ irc archives link for day/night of"
(view diff)
caseorganic, dybskiy and KevinMarks_ joined the channel
#
tantek.com
edited /events/2014-01-15-homebrew-website-club (+83) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /events/2013-12-18-homebrew-website-club (+1) "/* Notes */ irc archives link for day/night of"
(view diff)
j12t joined the channel
#
tantek.com
edited /events/2013-12-04-homebrew-website-club (+1) "/* Notes */ irc archives link for day/night of"
(view diff)
#
tantek.com
edited /Template:Homebrew_Website_Club (+54) "let's document 11-20, even if just by capturing what got published for it"
(view diff)
snarfed joined the channel
#
tantek
KevinMarks - how's the crowd at Passion Projects?
#
KevinMarks
Around 150-200
#
KevinMarks
Amber has a slide about medium's ToS that she is now checking
#
tantek
isn't this *AT* Medium HQ?
#
tantek
and she's about to slam them right?
KevinMarks2 joined the channel
#
tantek
KevinMarks: be sure to remind Amber to update her "next IndieWebCamp" slide to point to IndieWebCampNYC!
#
tantek
since that's 4/26-27
#
tantek.com
edited /events/2013-11-20-homebrew-website-club (+45) "irc archives link for day/night of"
(view diff)
kbs joined the channel
#
KartikPrabhu
python folks: just made this repo to collect random indieweb algorithms started with a representative h-card algo. feel free to fork and add :)
#
KartikPrabhu
cc kylewm, snarfed, bear, tommorris
#
kylewm
excellent!
basal joined the channel
#
@mikeflynn_
Crap! Totally forgot about this! “@kevinmarks: Here for @caseorganic’s Passion Projects #indieweb talk. http://t.co/UShmfY83Ur”
(twitter.com/_/status/456981897474625536)
#
tantek.com
edited /events/2013-11-20-homebrew-website-club (+230) "add photos apparently previously uploaded and link to cropped copies on Instagram"
(view diff)
#
caseorganic
About to start the talk at Passion Projects
#
tantek
caseorganic awesome!!
#
tantek
be sure to give a heads up about IndieWebCampNYC 4/26-27!!
#
tantek
(people watch Passion Projects everywhere)
pfenwick joined the channel
#
tantek.com
edited /events/2014-04-09-homebrew-website-club (+188) "/* Photos */ add SF photo with Portland via Google Hangouts in laptop screen"
(view diff)
#
@kevinmarks
#indieweb @nrrrdcore: Amber is my superhero for stepping in at the last minute to take over from a cancelled speaker
(twitter.com/_/status/456985839353204737)
#
@kevinmarks
#indieweb @caseorganic: I'm going to talk about the IndieWeb - the independent Web
(twitter.com/_/status/456986018043154432)
#
KevinMarks_
ready to webmention amber?
#
@kevinmarks
#indieweb @caseorganic: I want to demonstrate POSSE - post on your own site, syndicate elsewhere.
(twitter.com/_/status/456986230291722240)
#
@kevinmarks
#indieweb @caseorganic: it used to be when you shared to twitter or facebook, all comments were stuck there but brid.gy brings them back
(twitter.com/_/status/456986451583172608)
#
@kevinmarks
#indieweb @caseorganic: I'm going to log in with my own domain name - this uses IndieAuth - it's like oAuth but indie
(twitter.com/_/status/456986614322176000)
#
@hybridjesus
RT @kevinmarks: #indieweb @nrrrdcore: Amber is my superhero for stepping in at the last minute to take over from a cancelled speaker
(twitter.com/_/status/456986637151780864)
KevinMarks joined the channel
#
@kevinmarks
#indieweb @caseorganic: I'm going to make a note on my site and syndicate to twitter and facebook, or even to medium
(twitter.com/_/status/456986855083630592)
#
@kevinmarks
#indieweb @caseorganic: oh wow, look at all these people responding! The demo works.
(twitter.com/_/status/456987618103029760)
#
@kevinmarks
#indieweb @caseorganic: it uses my short url anth.ro which I had to talk to a Romanian bank to get
(twitter.com/_/status/456987800320368641)
#
@kevinmarks
#indieweb @caseorganic: IndieAuth works by linking form your own site to twitter github etc and back, to prove it is you
(twitter.com/_/status/456987908843769856)
#
@kevinmarks
#indieweb @caseorganic: this presentation is hosted on my own site, so I don't have to worry about someone deleting it
(twitter.com/_/status/456988087466590208)
#
@kevinmarks
#indieweb @caseorganic: Do you remember geocities? Myspace? Upcoming? posterous? Gowalla? Lavabit? did your stuff vanish?
(twitter.com/_/status/456988285509042176)
#
@kevinmarks
#indieweb @caseorganic: when sites die, they can be nice like posterous, and let you get your data back. Or they can be like AOL hometoen
(twitter.com/_/status/456988468712075264)
#
@kevinmarks
#indieweb @caseorganic: When AOL Hometown shut down they didn't email people, they put a notice on the Hometown site, which no-one went to
(twitter.com/_/status/456988667052294144)
#
@kevinmarks
#indieweb @caseorganic: one poor AOL hometown user posted "fortunately I saved my website to geocities"
(twitter.com/_/status/456988886116626434)
#
@kevinmarks
#indieweb @caseorganic: we're all sharecropping on these sites like facebook http://indiewebcamp.com/sharecropping
(twitter.com/_/status/456989011996065793)
#
@kevinmarks
#indieweb @caseorganic: here is my favourite version of twitter ( c. 2008) - when the site UI changes it's like my house being rearranged
(twitter.com/_/status/456989247028076544)
#
@kevinmarks
#indieweb @caseorganic: We're losing ownership up Maslow's hierarchy- we're now renting out self actualization from social networks
(twitter.com/_/status/456989546086137856)
tantek joined the channel
#
@kevinmarks
#indieweb @caseorganic: back in 2003 people were making their own (weird, quirky) websites, and learning about the web
(twitter.com/_/status/456989714663624704)
#
@kevinmarks
#indieweb @caseorganic: back in 2003 we had blogs and our own domains to host our identity, and they learned to code with their blogs
(twitter.com/_/status/456989878346342401)
#
@kyle_wm
Watching @caseorganic's talk about the #indieweb on http://passion-projects.github.io/live ... and you should too! (kyl.im n4Vd2)
(twitter.com/_/status/456989962437529600)
#
@kevinmarks
#indieweb @caseorganic: blog software let you adapt your site if you knew how to code, or write if you didn't
(twitter.com/_/status/456990032075968513)
kbs joined the channel
#
tantek
really curious about who is in the room @medium
#
tantek
anybody else here in IRC in the room with caseorganic besides KevinMarks?
#
KartikPrabhu
are they annotating?
#
@kevinmarks
#indieweb @caseorganic: the RSS and Atom wars happened, and we ended up with Friendster, facebook, myspace and twitter
(twitter.com/_/status/456990359156170752)
#
tantek
KartikPrabhu: KevinMarks is livetweeting from the event
#
KartikPrabhu
yeah I am reading those :)
#
@kevinmarks
#indieweb @caseorganic: these social network sites unified the reading and writing experiences, because reading feeds got hard
(twitter.com/_/status/456990476428910592)
#
@hybridjesus
RT @kevinmarks: #indieweb @caseorganic: back in 2003 people were making their own (weird, quirky) websites, and learning about the web
(twitter.com/_/status/456990592359485440)
#
KevinMarks_
lots of medium people put their hans up when Amber asked
#
@kevinmarks
#indieweb @caseorganic: there was a thing called pingback and trackback that was machine-generated to show links - it got full of spam
(twitter.com/_/status/456990842516168704)
#
@kevinmarks
#indieweb @caseorganic: there is not a lot of personal blog activity - WordPress is dominant, medium has some too
(twitter.com/_/status/456991188806279168)
#
@kevinmarks
#indieweb @caseorganic: Medium did have some terms of service that were worrying - they could use your content forever, that got fixed
(twitter.com/_/status/456991426346516480)
#
tantek
KevinMarks - when she asked what?
#
KevinMarks_
"who here is from medium?"
#
KartikPrabhu
!tell adactio: your webmention here - http://kartikprabhu.com/article/blogging-dead#response-37 was hard to get right! the lack of p-author, u-url made me reconsider a lot of safe defaults in my code!
#
Loqi
Ok, I'll tell them that when I see them next
#
@kevinmarks
#indieweb @caseorganic: now short status update are an acceptable form of content, but we need to own our own data
(twitter.com/_/status/456991723018027010)
#
KartikPrabhu
marvels at KevinMarks_'s live note taking abilites
#
@kevinmarks
#indieweb @caseorganic: back in 2008 @blaine and Ralph Meijer stayed up all night at Foo camp and got twitter talking to jaiku
(twitter.com/_/status/456991975989063682)
#
KevinMarks_
shame I have to do it on http://peaceful-headland-3727.herokuapp.com/ as I broke the noterlive codebase
#
@mterenzio
RT @kevinmarks: #indieweb @caseorganic: the RSS and Atom wars happened, and we ended up with Friendster, facebook, myspace and twitter
(twitter.com/_/status/456992134588289024)
#
KartikPrabhu
is now more impressed!
#
@kevinmarks
#indieweb @caseorganic: in 2010 at the Federeted Social Web Summit, @aaronpk and @t and I realised that standards came after working code
(twitter.com/_/status/456992426956435458)
#
@kevinmarks
#indieweb @caseorganic: A lot of times standards happen because somebody makes a temporary solution, and then get lost in committees
(twitter.com/_/status/456992641469923328)
#
Loqi
[@kevinmarks] #indieweb @caseorganic: @t and @aaronpk and I decided to make IndieWebCamp - show don't tell
#
Loqi
creators only
#
Loqi
your own domain name to come (http://twtr.io/kLp4Www7pL)
#
rknLA
aaronpk: do you have any docs (or code!) on how !tell works? i've been working on an irc<->slack bot and wanna implement that, but was curious if there's any reference to look at
#
@kevinmarks
#indieweb @caseorganic: to register for IndieWebCamp, you had to have your own domain name, log in with OpenID and use mediawiki
(twitter.com/_/status/456993158669545472)
#
kartikprabhu.com
edited /Special:Log/upload () "uploaded a new version of "[[File:medium-annotation-overlay.png.jpg]]": cropped to a better aspect ratio"
(view diff)
#
@rknLA
Ugly. That’s what things are before they get really good. #indieweb #PassionProjects
(twitter.com/_/status/456993286926782465)
#
@kevinmarks
#indieweb @caseorganic: this meant we had people who came who could cope with things that were messy
(twitter.com/_/status/456993305239502848)
#
@_tessr
"The history of most things is ugly. You have to be okay with that! You have to be okay with being an amateur." - @caseorganic on indieweb
(twitter.com/_/status/456993392342208512)
#
@kevinmarks
#indieweb @caseorganic: The problem with all the standards people is that they fight on mailing lists, so IndieWeb has no mailing lists
(twitter.com/_/status/456993526774259713)
#
caseorganic
!tell barnabywalters hello!
#
Loqi
Ok, I'll tell him that when I see him next
#
@kevinmarks
#indieweb @caseorganic: instead of a mailing list we have IRC, so we can use the Loqi bot to send them a message for later
(twitter.com/_/status/456993841166688256)
tantek joined the channel
#
@kevinmarks
#indieweb @caseorganic: when there is enough stuff in the IRC, someone will document it on a wiki page
(twitter.com/_/status/456993991922548736)
#
@rknLA
An error page is an opportunity. #indieweb #PassionProjects
(twitter.com/_/status/456994124709654529)
#
@kevinmarks
#indieweb @caseorganic: I asked Brad Cunningham why wikis work and he said that error pages become opportunities to fix things
(twitter.com/_/status/456994149276090368)
#
@yarrcat
RT @rknLA: Ugly. That’s what things are before they get really good. #indieweb #PassionProjects
(twitter.com/_/status/456994239503532032)
#
@kevinmarks
#indieweb @caseorganic: @baline says when stories win over implementations, the best storyteller wins, not the best solution
(twitter.com/_/status/456994289223229440)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: The problem with all the standards people is that they fight on mailing lists, so IndieWeb has no m…
(twitter.com/_/status/456994330398691328)
#
@nick_porcaro
RT @rknLA: Ugly. That’s what things are before they get really good. #indieweb #PassionProjects
(twitter.com/_/status/456994379886886912)
#
@kevinmarks
#indieweb @caseorganic: Principles: POSSE Publish Own Site, Share Elsewhere
(twitter.com/_/status/456994406835703808)
#
tantek.com
edited /Main_Page (+0) "/* Homebrew Website Club */ update photo to 2014-099"
(view diff)
#
@kevinmarks
#indieweb @caseorganic: if POSSE isn't possible, use PESOS - Post Elsewhere, Share to Own Site - it's a bandaid
(twitter.com/_/status/456994528495665152)
#
kartikprabhu.com
edited /annotation (+224) "/* Medium */ mobile overlay"
(view diff)
#
@betsythedevine
RT @kevinmarks: #indieweb @caseorganic: We're losing ownership up Maslow's hierarchy- we're now renting out self actualization from social …
(twitter.com/_/status/456994698369196032)
#
KartikPrabhu
speaking of medium I have been documenting their annotations UI here: http://indiewebcamp.com/annotation#Medium
#
@kevinmarks
#indieweb @caseorganic: Sandeep.io created WebMention - if you mention a post you can tell them to look it up and show it on their site
(twitter.com/_/status/456994809740537856)
#
@kevinmarks
#indieweb @caseorganic: We added IndieWeb Event RSVP so we can get RSVPs back from facebook too
(twitter.com/_/status/456995085704761344)
#
KartikPrabhu
tantek: any feedback on writing this: http://indiewebcamp.com/annotation#Medium ?
#
@kevinmarks
#indieweb @caseorganic: We need an IndieWeb because you might lose photos and files, if the site shuts down, gets bought or changes ToS
(twitter.com/_/status/456995241988726785)
#
tantek
KartikPrabhu: great start on documenting that
#
tantek
thank you!
#
rknLA
KartikPrabhu: looks great!
#
KartikPrabhu
thanks will add some of my criticisms
#
@kevinmarks
#indieweb @caseorganic: IndieWeb is Freedom - to decide what to post and where to share it
(twitter.com/_/status/456995372662288384)
#
@absolutwit
RT @rknLA: Ugly. That’s what things are before they get really good. #indieweb #PassionProjects
(twitter.com/_/status/456995476328300544)
#
tantek.com
edited /2014/NYC/Guest_List (+54) "/* IndieWebCamp New York 2014 */ add Lanyrd URL"
(view diff)
#
@kevinmarks
#indieweb @caseorganic: Homestead, don't Sharecrop! - have a home for your own data, that can't be taken from you
(twitter.com/_/status/456995614124179457)
netweb joined the channel
#
@kevinmarks
#indieweb @caseorganic: the community has built a lot of tools, many open source so you cna set these up
(twitter.com/_/status/456995732130902016)
#
@kevinmarks
#indieweb @caseorganic: What to do? Own your Own domain - they're cheap
(twitter.com/_/status/456995821884821504)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: We need an IndieWeb because you might lose photos and files, if the site shuts down, gets bought or…
(twitter.com/_/status/456996004492226560)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: IndieWeb is Freedom - to decide what to post and where to share it
(twitter.com/_/status/456996013136683008)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: Homestead, don't Sharecrop! - have a home for your own data, that can't be taken from you
(twitter.com/_/status/456996019767889920)
#
@funnymonkey
Catch the timeline of @kevinmarks and @caseorganic talking about the #indieweb
(twitter.com/_/status/456996265880870912)
#
tantek.com
edited /2014/NYC/Guest_List (+16) "/* IndieWebCamp New York 2014 */ Plancast URL"
(view diff)
#
@kevinmarks
#indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/456996425164132352)
#
tantek
Excellent!
#
KartikPrabhu
lol! max!
#
KartikPrabhu
caseorganic++
#
Loqi
caseorganic has 130 karma
#
tantek
LOL! nrrrdcore++
#
@kevinmarks
#indieweb @nrrrdcore: we're going to take questions from the audience, I'll repeat
(twitter.com/_/status/456996567204237313)
#
KartikPrabhu
yeah my bad!
#
@kevinmarks
#indieweb @nrrrdcore: where did you get your socks?
(twitter.com/_/status/456996592290369536)
#
@kevinmarks
#indieweb @nrrrdcore: they're from japan, and they feature capybaras which are awesome animals in a hottub in japan
(twitter.com/_/status/456996710674599937)
#
@kevinmarks
#indieweb @caseorganic: they're from japan, and they feature capybaras which are awesome animals in a hottub in japan
(twitter.com/_/status/456996790941011968)
#
@kevinmarks
#indieweb @nrrrdcore: audience q: are these technologies at the point where your grandmother could use them?
(twitter.com/_/status/456996926748364800)
#
KevinMarks_
getting gateway timeout on the wiki
#
KartikPrabhu
aaronpk: indiewebcamp.com giving a 504
#
@kevinmarks
#indieweb @caseorganic: I'm glad you asked, I prepared an answer at http://indiewebcamp.com/generations for people who cna join in
(twitter.com/_/status/456997121162752000)
#
JonathanNeal
KartikPrabhu, KevinMarks_, why do you suppose draco wanted to collapse white space? https://github.com/dracos/fragmentions/commit/b6c46096e0d33d82049c21391d599aedb5601092
#
@hardaway
RT @kevinmarks: #indieweb @caseorganic: Principles: POSSE Publish Own Site, Share Elsewhere
(twitter.com/_/status/456997198551449601)
#
JonathanNeal
I’m going to reject the request. I don’t think it would change anything unless you were matching for something that started with a space.
#
KartikPrabhu
JonathanNeal: I missed that conversation
#
KevinMarks_
JonathanNeal: because he had pages with newlines in and had to put %0a in the fragmention to make them work
#
tantek
aaronpk - indiewebcamp.com is getting slammed!
#
tantek
just responded for me though :)
#
JonathanNeal
eep, 502 Bad Gateway, tantek, traffic or attack?
#
KartikPrabhu
this is a conspiracy by Medium since I was planning to diss on their annotations
#
KevinMarks_
isn't there an "anyone can reboot" button?
#
KartikPrabhu
ducks for cover
#
@kevinmarks
#indieweb @caseorganic: as we go through these generations of communities, we grow more people and make it more formal and easier
(twitter.com/_/status/456997645350096896)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @nrrrdcore: audience q: are these technologies at the point where your grandmother could use them?
(twitter.com/_/status/456997743341613056)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: I'm glad you asked, I prepared an answer at http://indiewebcamp.com/generations for people who cna join in
(twitter.com/_/status/456997757648396288)
#
@kevinmarks
#indieweb @caseorganic: I'm giving you a sneak peek into an immature technology that is growing slowly
(twitter.com/_/status/456997781899857921)
#
@_le_fil_
Kevin Marks: #indieweb @caseorganic: We added IndieWeb Event RSVP so we can get RSVPs back from facebook too: https://twitter.com/kevinmarks/statuses/456995085704761344
(twitter.com/_/status/456997879949713408)
#
@kevinmarks
#indieweb @nrrrdcore: audience q: how do terms of service handle pulling comments form other sites?
(twitter.com/_/status/456997919951187969)
#
JonathanNeal
KevinMarks_: got it. well, is there consensus that fragmentions should disregard line returns? Or do you think it’s reasonably dependent on the use case?
#
KevinMarks_
I think it's a good consensus as they are invisible to users
#
@kevinmarks
#indieweb @caseorganic: it can get complicated - we are trying to get comments back from instagram at the moment, and they don't let us yet
(twitter.com/_/status/456998205914624001)
#
@markjaquith
RT @kevinmarks: #indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/456998240454721536)
#
@markjaquith
RT @kevinmarks: #indieweb @caseorganic: Homestead, don't Sharecrop! - have a home for your own data, that can't be taken from you
(twitter.com/_/status/456998337150205952)
#
@kevinmarks
#indieweb @caseorganic: it works on most sites, but they can change the terms of service to stop you getting it back
(twitter.com/_/status/456998389830668288)
#
@markjaquith
RT @kevinmarks: #indieweb @caseorganic: We need an IndieWeb because you might lose photos and files, if the site shuts down, gets bought or…
(twitter.com/_/status/456998395354558464)
#
@markjaquith
RT @kevinmarks: #indieweb @caseorganic: IndieWeb is Freedom - to decide what to post and where to share it
(twitter.com/_/status/456998406909857792)
#
@kevinmarks
#indieweb @caseorganic: The web is a big mess - it always has been, but ToS makes it a worse mess
(twitter.com/_/status/456998552699686913)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: I'm giving you a sneak peek into an immature technology that is growing slowly
(twitter.com/_/status/456998597389983744)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @nrrrdcore: audience q: how do terms of service handle pulling comments form other sites?
(twitter.com/_/status/456998605443067904)
#
@hybridjesus
RT @kevinmarks: #indieweb @caseorganic: I'm giving you a sneak peek into an immature technology that is growing slowly
(twitter.com/_/status/456998734195621888)
#
@kevinmarks
#indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/456996425164132352)
#
KevinMarks_
Julie Ann is great
#
tantek
yes she is
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @caseorganic: The web is a big mess - it always has been, but ToS makes it a worse mess
(twitter.com/_/status/456999433285414912)
#
JonathanNeal
I am going to reject https://github.com/dracos/fragmentions/commit/82cc19a52decdf91afcb7cb3c342ea7c1d2cf2c0 as no real-world implementation would ever add a class.
#
aaronpk
I think it's back
#
KartikPrabhu
JonathanNeal: hmm really? I thought that was a good way to have each website decide how to present fragmentions to readers
#
JonathanNeal
KartikPrabhu: if that were the case, it would be better to add an attribute.
#
KartikPrabhu
or are you thinking of when browsers do this on their own?
#
kbs
thanks for the live-tweets KevinMarks - nice precis of the interesting bits
#
aaronpk
KartikPrabhu: there was an "anyone can reboot" button on the old server :)
#
KartikPrabhu
hmm makes sense... I would like the option of having those
#
KartikPrabhu
aaronpk: that wasn't me :)
#
KartikPrabhu
KevinMarks_ ^^
#
JonathanNeal
KartikPrabhu: try to imagine what browsers would actually do and we’ll do whatever is closest to that.
#
aaronpk
bye for now, let me know if it crashes again
#
KartikPrabhu
fair enough. :)
#
KevinMarks_
JonathanNeal: I thought he had an example working - there as back and forth about whether just styling focus was enough
#
KevinMarks_
ah gotcha
#
KevinMarks_
can you style an attribute as easily?
#
KartikPrabhu
KevinMarks yes i think CSS3 has some [attr=""] type selector
#
JonathanNeal
<p yes>, [yes]
#
KartikPrabhu
yeah that ^^
#
KevinMarks_
remembers from vote links
#
KartikPrabhu
JonathanNeal: so you think adding an attribute like "fragmention" or something would be better?
#
@kevinmarks
Notes from @caseorganic's Passion Projects #indieweb talk are on my site at http://www.kevinmarks.com/amberpassion.html - thanks @nrrrdcore for organising
(twitter.com/_/status/457001392280846336)
#
JonathanNeal
Alternatively, we could 1. check the fragmention element for an existing ID and, if found, write the hash as that ID, and, if not found, assign it the ID in the hash, allowing you to use :target today.
#
JonathanNeal
Basically, we can make it so that you can use :target, with the caveat that we’ll either be adding IDs to elements or rewriting the hash to match the ID of the element.
#
KartikPrabhu
aah I see. dynamically assigning the ID to the element... nice! But rewriting the hash from existing ID would throw me off as a reader as to why the page is now pointing to "somethign else"
#
JonathanNeal
On the plus side, I think this would remove the need to focus the element or throw tabindex on it.
#
JonathanNeal
KartikPrabhu: yes, that is true.
#
KartikPrabhu
for instance if currently browsers don't find a fragment they leave it alone. That is good behaviour i think
#
JonathanNeal
That would stay the same, this would only be if you found an element, but that immediate element already had an id.
#
KartikPrabhu
yeah. but still the URL changing would throw people off
#
KartikPrabhu
also it would be good to document the current algorithm wrt "whitespace" etc... on /fragmention
#
JonathanNeal
e.g. ##The+Purpose matching <h1 id="purpose">The Purpose</h1> would change the hash to #purpose.
#
@indiewebcamp
RT @kevinmarks: #indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/457002988851060737)
#
KartikPrabhu
yes but ##this+one+is+great matching <h1 id="purpose">The Purpose</h1> would change the hash to #purpose. would be bad
#
tantek
KevinMarks - is the talk over?
#
tantek
How was Q&A?
#
JonathanNeal
You mean <h1 id="purpose">The Purpose (this one is great)</h1>?
#
JonathanNeal
Remember, it has to match the immediate element.
#
KartikPrabhu
sorry bad example may be <p id="purpose">this one is great ... </p>
#
JonathanNeal
KartikPrabhu: yes, though a real world example would be <p id="comment-563">this one is great...</p>
#
KartikPrabhu
eh! yeah something like that :)
krendil joined the channel
#
JonathanNeal
This is a good community for feedback, I guess I’d want to know what others might expect as well. You would not want it to _correct_ you.
#
@jalbertbowdenii
RT @kevinmarks: #indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/457003967055409152)
cnxtrm joined the channel
#
JonathanNeal
Since we’re about creating/owning our web presence.
#
JonathanNeal
And drinks.
#
KevinMarks_
I am getting more convinced that #two+words is cool
#
JonathanNeal
what would #freedom do?
#
KevinMarks_
and even #oneword
#
KevinMarks_
#freedom would look for id's first, and if not found, look for the word
#
KartikPrabhu
Q: are id allowed to be space separated? or have + in them?
#
KartikPrabhu
i.e. id="two words" or id="two+words" ?
#
KevinMarks
They can have + but that would be two%2bwords
#
JonathanNeal
KartikPrabhu: An ID must not contain whitespace
#
KevinMarks
Which is our loophole
#
KartikPrabhu
it would be cool if the browser gave me the fragmention link. As in I selected a piece of text right click and it says "get link" then sending fragmentions to friends would be quite easy
#
@kim
Update from the #IndieWeb front lines. Amber @caseorganic project affects er'body, imo. @kevinmarks shared his notes: http://www.kevinmarks.com/amberpassion.html
(twitter.com/_/status/457007104558002176)
#
@manojpallai
RT @kim: Update from the #IndieWeb front lines. Amber @caseorganic project affects er'body, imo. @kevinmarks shared his notes: http://t.co/…
(twitter.com/_/status/457007287702667264)
#
JonathanNeal
I just found a wonderful bug in every major browser that would could exploit.
#
JonathanNeal
No, it’s really good.
#
KartikPrabhu
what is it...
#
Loqi
it is also funny how most people who comment don
#
KartikPrabhu
Loqi you're drunk go home!
#
kartikprabhu.com
edited /annotation (-1) "typo fix"
(view diff)
#
JonathanNeal
It might not be a bug, but browsers do not update :target on DOM change. Not Safari, not Firefox, not Chrome, not IE.
#
KevinMarks
What is target as opposed to focus?
#
KartikPrabhu
so :target is assigned only on DOM load or soemthing
#
KevinMarks
I like "link to" as an action on selection
eikeon joined the channel
#
JonathanNeal
If we (temporarily) give the fragmention element the matching ID, then location.hash = location.hash to trigger :target update, then restore/remove its ID, we get a working :target.
#
JonathanNeal
:target is a CSS selector that matches the element matching the hash.
#
JonathanNeal
<p id="awesome"> matches :target when you hit #awesome.
#
@bear
RT @kevinmarks: Notes from @caseorganic's Passion Projects #indieweb talk are on my site at http://www.kevinmarks.com/amberpassion.html - thanks @nrrrdcore for …
(twitter.com/_/status/457009697019940864)
#
@search8engine
RT @kevinmarks: Notes from @caseorganic's Passion Projects #indieweb talk are on my site at http://www.kevinmarks.com/amberpassion.html - thanks @nrrrdcore for …
(twitter.com/_/status/457009884916367360)
curiousjohn joined the channel
#
JonathanNeal
boo, worked in every browser but Chrome.
#
KartikPrabhu
a good UI for the click and get fragmention is what Medium does! You highlight some text and it pops up options to comment on it or tweet it.
#
kartikprabhu.com
edited /annotation (+532) "/* Medium */"
(view diff)
#
kartikprabhu.com
edited /annotation (+1) "/* Criticism */ typo fix"
(view diff)
#
KartikPrabhu
added criticism of Medium annotation UI http://indiewebcamp.com/annotation#Criticism feel free to add/dispute
#
JonathanNeal
Is there a nicer way to say “closest surrounding element”?
snarfed joined the channel
#
KartikPrabhu
JonathanNeal: parent element?
#
snarfed
hey KartikPrabhu, happy to help you try to get the activitystreams tests running if you want
#
snarfed
kylewm also has then running if you end up working on them when I'm not here
#
KartikPrabhu
snarfed: sure let me attempt again
#
KartikPrabhu
still gives me "ImportError: No module named appengine.api"
#
KartikPrabhu
even though I have google appengine in the right place
snarfed joined the channel
#
snarfed
KartikPrabhu: can you paste the full exception somewhere?
#
KartikPrabhu
where is a good place? IM?
brianloveswords joined the channel
#
@RamzySweis
Indie Authority features #Hero Comedian from #Chicago http://www.theindieauthority.com/ladyspitfire-interviews-ramzy-sweis-comedian/ 120 Shares #indieweb #Heroes #succeedandproceed Thank You #wits
(twitter.com/_/status/457030924555649024)
KevinMarks2 joined the channel
#
KevinMarks2
KartikPrabhu: was just sitting with the medium engineers talking about that
#
KartikPrabhu
about? annotations?
#
KevinMarks2
About the link generation UI
#
KevinMarks2
And fragmention
#
KartikPrabhu
aah yes! what was their opinion?
#
JonathanNeal
I’m about to push a BIG update.
#
JonathanNeal
The new version includes feature testing, matches whitespace-insensitive, set location.fragmentation property, improves IE8 performance, supports IE6-7, with deeper polyfill documentation.
#
KevinMarks2
I was explaining how the webmention/fragmention combo could integrate external posts with their ui
#
KevinMarks2
Also asking for pesos support where a medium post could be exported to my server
#
KevinMarks2
Though he kept saying embedded
#
KartikPrabhu
aah... then maybe they want you to embed them like youtube
#
KevinMarks2
Well, that was what they were thinking, but I was explaining the alternative of a plain minimal version with a JS decorator that adds in the comments, image size variants etc.
#
KevinMarks2
I did say "embed like Google wave"
#
KartikPrabhu
ahh Google Wave... great idea bad UI
#
@KatCapps
RT @kevinmarks: #indieweb @caseorganic: Homestead, don't Sharecrop! - have a home for your own data, that can't be taken from you
(twitter.com/_/status/457043436206432256)
snarfed joined the channel
#
jonathantneal.com
edited /fragmention (+33) "/* indieweb implementations */"
(view diff)
KevinMarks, LauraJ and pfenwick joined the channel
#
KevinMarks
does the chrome extension auto update?
wildtype, dybskiy, eschnou, friedcell, caseorganic, eschenal, jsilvestre, melvster, Sebastien-L, caseorga_, dybskiy_, pfenwick, KevinMarks, dybskiy__, KevinMarks2, glennjones_, indie-visitor and pasevin joined the channel
#
dracos.co.uk
edited /fragmention (+85) "Fix name of site"
(view diff)
pfenwick, scor, dybskiy, ttepasse, v0, Tilley, cnxtrm, brianloveswords, eikeon, chloeweil, pasevin, michel_v, snarfed, dybskiy_ and netweb joined the channel
#
@emyllymaki
RT @kevinmarks: #indieweb @nrrrdcore: putting your content in silos is like having a bunch of ex-boyfriends who won't give your stuff back
(twitter.com/_/status/457167022044897280)
jams2, jedahan, gRegor` and dybskiy joined the channel
#
@localherodotbiz
@RamzySweis your status update has nothing to do with the indieweb, don't misuse the hashtag
(twitter.com/_/status/457171687956439040)
#
JonathanNeal
Goodmorning (from PT)!
#
@RamzySweis
RT @localherodotbiz: @RamzySweis your status update has nothing to do with the indieweb, don't misuse the hashtag
(twitter.com/_/status/457172167856099328)
KevinMarks joined the channel
squeakytoy, chloeweil and j12t joined the channel
#
ben_thatmustbeme
good morning
#
bnvk
Any of you cool kids interested in tinkering on #Mailpile + IndieWeb style email plugins? We're having a sort of workshop today http://bnvk.me/HJY
jedahan, iangreenleaf, dybskiy, tahnok and benprew joined the channel
#
kylewm.com
edited /posse-post-discovery (+131) "/* Discover POSSE copies via rel-syndication */"
(view diff)
Sebastien-L, snarfed, cnxtrm_, curiousjohn, paulcp, dybskiy, fungoat, _6a68, scor, chloeweil, eschnou and tantek joined the channel
#
kylewm
!tell snarfed hey, does the instagram API give you a way to get the author's homepage url? right now my author[url] = instagram.com/_kylewm
#
Loqi
Ok, I'll tell them that when I see them next
#
snarfed
kylewm: yeah, instagram does give you that. hmm, looking
#
Loqi
snarfed: kylewm left you a message 54 seconds ago: hey, does the instagram API give you a way to get the author's homepage url? right now my author[url] = instagram.com/_kylewm
dybskiy joined the channel
#
snarfed
it definitely can/does extract user urls, e.g. https://www.brid.gy/instagram/snarfed
#
snarfed
kylewm: where's your bridgy instagram user page? i can't find it
#
kylewm
oh, i'm only logged into it locally
#
kylewm
since i don't really use IG
#
kylewm
but you're right, it did pull my url out of there
#
kylewm
ok looks like instagram.com/... is the fallback if it can't find a website, i will dig a little more
#
kylewm
thanks!
#
@kevinmarks
@quinnnorton @jilliancyork @zephoria I do sometimes wonder if #indieweb is the SCA for blogging, like https://xkcd.com/239/ predicted
(twitter.com/_/status/457227821903904770)
tantek and Kopfstein joined the channel
#
j12t
Anybody know how the term “indie web” was coined?
#
aaronpk
first reference I have about it is from 2010, tantek suggesting doing an IndieWebCamp the weekend after OSBridge
#
j12t
any idea why he picked that term over another?
#
aaronpk
yeah 2010-12-31 is the earliest date I found
#
j12t
where?
#
aaronpk
IM conversation with tantek
#
aaronpk
and then during the conversation, made this: http://calagator.org/events/1250459571
#
Loqi
IndieWebCamp on Saturday, Jun 25, 10:00am at Urban Airship (old location)
snarfed and indie-visitor joined the channel
#
kingkool68
Hey Indie Web Campers! I'm looking for a solution to collect my own links
#
kingkool68
I regularly stumble across interesting links and I want to be able to store them, tag them, categorize them etc.
netweb joined the channel
#
kingkool68
I can already think of a way to do this with WordPress
basal joined the channel
gRegor` and benprew joined the channel
#
bret
aaronpk: does micropub require the endpoint run https?
#
aaronpk
it probably should, but not yet
#
bret
oh rad heroku works over https by defaulty
paulcp joined the channel
#
j12t
kingkool68: shaarli?
#
aaronpk
I think I'm gonna use that for all my geo search stuff
pasevin, jsilvestre and bnvk joined the channel
#
bret
aaronpk: is the micropub authorization token that is sent to the endpoint the same as the token the client has during IA authentication?
#
bret
sent to the endpoint by the micropub client
#
aaronpk
are you familiar with oauth2?
#
bret
no :(
#
bret
not really
#
aaronpk
ok well, in OAuth 2 there's the authorization code and an access token
#
bret
my understanding is that once the user is logged into a client, they have a verified auth token and a micropub endpoint url to make requests too
tilgovi joined the channel
#
aaronpk
so stick with those terms otherwise this gets confusing
#
bret
ack ok
#
aaronpk
you first talk to the indieauth server to get an authorization code
#
bret
so when you log into a client, the client gets the token
#
aaronpk
then the client exchanges the authorization code for an access token at the token endpoint
#
aaronpk
the access token is the thing the client keeps around and used to make micropub requests
ttepasse and benprew joined the channel
#
bret
hrmm... so step 3 (https://indieauth.com/) that is actually an authorization code? not a token?
#
bret
then the client verifies the auth code agaist IA, and does it get back the access token at that point, assuming sucess
KevinMarks_ joined the channel
#
aaronpk
the clien takes the auth code and makes a request to the token endpoint to get an access token
caseorganic, _6a68 and cweiske joined the channel
friedcell and tilgovi joined the channel
#
GWG
I need an aesthetic opinion
#
aaronpk
i hear they sell them pretty cheap on twitter
#
friedcell
:)
#
GWG
I'm missing something.
#
KevinMarks_
visual aesthetic or code aesthetic
#
GWG
KevinMarks_: Visual. Although you can tell me how ugly my code is. I probably will comment it a bit more and clean it before putting it into place
#
GWG
I've never worked with Bootstrap before.
#
GWG
I was trying to use it as a shortcut to avoid having to visualize some of the responsive design elements.
#
KevinMarks_
JonathanNeal was commenting on dracos's code aesthetic yesterday
#
rascul
bootstrap not hard
#
KevinMarks_
I find bootstrap itchy
#
KevinMarks_
though I haven't done much with it
#
aaronpk
KevinMarks_: did you know my site uses bootstrap? :)
#
rascul
bootstrap bores me
#
snarfed
rascul:
#
snarfed
er, rascul: good infrastructure should
#
rascul
i might be able to agree with that
caseorganic joined the channel
#
rascul
my brain isn't working today so that's the best response i can give
#
GWG
I've never used it. Trying to rather tan building my own.
#
GWG
I have another fork where I may try my own
#
GWG
But this is faster for now
#
GWG
It is far from done...
#
GWG
This is my test site.
#
GWG
The theme should be mf2 compliant
benprew joined the channel
#
kylewm
looking good so far GWG, I am no designer, but I'd say 1) line up the left margin, so the title, posts, and footer are all on the same axis
#
kylewm
and 2) make the rounded border radius a bit smaller
paulcp joined the channel
#
kylewm
also when you go down to a smaller screen size, the right margin goes away all together, which looks a bit wonky
#
GWG
I'm looking at the font right now.
#
GWG
I'm also going to fix the margins.
#
GWG
And I have the individual post formats.
#
GWG
You can see the aside example there, which is a 'note' style.
#
GWG
I haven't styled the tags/categories fully yet.
#
GWG
Made some changes
caseorganic joined the channel
#
GWG
Some of the settings need tweaking.
#
GWG
How does one choose a font?
#
kylewm
so is this still the "starter theme" with the intentions that other designers build on it?
#
GWG
kylewm: I built that
#
GWG
Now I'm building on it
#
kylewm
ahh, gotcha
#
GWG
But I'll release this too, and innovate them both
#
GWG
iterate, not innovate, excuse e
#
kylewm
fonts... stick to the classics unless you really know what you're doing?
#
kylewm
Google fonts does have some cool features for showing you commonly paired fonts (i.e., for title/body)
#
GWG
I know. I probably will for now
#
GWG
Work on other things.
#
GWG
I fixed the margins, for example.
caseorganic joined the channel
#
GWG
And I have the menu to fiddle with
cweiske joined the channel
#
GWG
But, once it is mostly complete, I'll deploy it to my website.
#
GWG
Might as well selfdogfood.
#
kylewm
GWG++
#
Loqi
GWG has 1 karma
#
kylewm
looks like Mailpile and MediaGoblin are in the semi-finals of Knight News Challenge https://www.newschallenge.org/challenge/2014/refinement/
#
GWG
I met one of the MediaGoblin people.
#
GWG
We got stuck at the airport a while back
#
kylewm
cwebber?
#
aaronpk
trsst made it too
#
GWG
Deb Nicholson.
#
GWG
This would have been right when it was starting t.
#
kylewm
trsst sounds like a cool project too -- are they IWC- um... acquainted?
#
kylewm
"affiliated" much too strong
#
aaronpk
sorta yeah, they sponsored the IWC SF although I don't think they came
#
aaronpk
ah IWC Hollywood
#
kylewm
participant i guess is the right word
#
kylewm
cool!
spontineous joined the channel
#
KevinMarks_
should have proposed fragmentions
#
spontineous
So I am new to this IRC Channel. How does this work
#
KevinMarks_
you come in here and talk, and we might reply
#
KevinMarks_
are you working on indieweb on your own site?
#
spontineous
No, I only came here in order to discover other people's independent sites
#
rascul
you can't discover my site yet
#
spontineous
okay
#
rascul
one day my site will be discoverable
caseorganic joined the channel
#
rascul
but for that to happen it must first exist, and it's not there yet
#
spontineous
same here
#
spontineous
if i had enough money in excess to invest in a domain then i would
#
spontineous
plus the time to invest in creating a ui and such is something i don't have
pasevin, j12t, pfenwick, tantek, gRegor` and paulcp joined the channel
#
bret
aaronpk: Andy Delcambre is giving a talk on github archetecture. I'm going to try and ask him about the GH-pages redirect issue
#
aaronpk
apparently sometimes the first time you make a request to *any* url on github pages it returns 301 redirect to itself
#
aaronpk
seems to only happen on the first request in a "while"
#
aaronpk
but it's not limited to the / path
#
bret
"first" ... "while"
#
bret
per device?
#
bret
or session?
#
aaronpk
not sure