colintedford, bret, leg and navyforce joined the channel
#navyforcewhat is the best way to learn coding or which books are the best to read
#LoqiIt looks like we don't have a page for "best way to learn coding or which books are the best to read" yet. Would you like to create it? https://indiewebcamp.com/s/10NF
#[kevinmarks]Also "how to Think like a computer scientist" is good, will teach you python and is online for free.
#[kevinmarks]That said, starting with html and javascript may make more sense - it depends on what you want to learn to code.
#aaronpknavyforce: do you have a personal website yet?
#rhiaroThinking about switching to dreamhost... unlimited storage for $8/mo is pretty appealing right now. (where 'right now' is 'I am deleting things cos I ran out of space on my hosting')... but stuck at the first hurdle. Free domain name. What do I pick??
#rhiaroThis would be a great time to start one of those hilarious yes/no websites where the domain is a question
#Loqitantek: aaronpk left you a message 10 hours, 3 minutes ago: You should watch the Apple WWDC keynote about the changes to photos and phone apps, it looks like they're doing a lot of things that look like your people-centric comms and organizing photos better like we've talked about http://indiewebcamp.com/irc/2016-06-13/line/1465842344618
#Loqi[Tantek Çelik] Yesterday: automatic reply webmentions sending. (my first indieweb reply to do so was tantek.com/2015/162/t2/indieweb-ui-ux-sketch-build)
#tantek.comedited /Falcon (+414) "/* archives */ minor thought iterations, consider Gregorian month archive pages" (view diff)
#tantek.comedited /on_this_day (+647) "/* Silo Examples */ subheads, expand outline of FB on this day features, including noting explicit friendiversary feature not shown elsewhere" (view diff)
#miklbaaronpk I was fixing some config on my end with the webmention.io plugin and now getting a connection reset by peer SSL_connect error. Any thoughts what I might have wrong on my end. This is being done locally, not on domain server
#rMdes_i would gladly destroy the whole inbox, but I have another user that I can't forget
#rMdes_she is using this inbox as her main work-inbox
#rMdes_and if I destroy it, I loose all my paid android apps, or at least I have to contact each dev and ask them to migrate my paid apps to another google ID
#rMdes_so i have to move her to her own "organisation" using google apps, perhaps even upgrade to "work or education" before I can move her
#rMdes_it's completely counter-productive, no, in fact it's designed to stay in jail
#rMdes_i'm delaying doing this since well...i dunno, just thinking about it is annoying
ouffa joined the channel
#rMdes_we should have the right to move and take our data easier. tipically the things I would Like if Europe would chime in and force Google to apply a minimum of real portability of user data
#cweiskeseeing the buy-outs and all the data breaches gives me the feeling that my self-host-everything approach was worth it
#petermolnaralthough I'm still not happy that I do depend on companies for my domain name
#petermolnarand the only 2 viable alternatives are tor node ids and .bit
#rMdes_i'm moving to self-hosted approach to anything New i'm doing since 2014 but, there is always these old stuff on my trail from the time I used to choose easy over self-hosted
#petermolnarrMdes_ what else is there apart from Gmail, if I may ask? Having been there - migrating off from services - I might be able to give some tips
#tantek!tell tommorris you in town? any interest in doing a Homebrew Website Club London on Wednesday (tomorrow) night, preferably near Paddington / Metropole?
#tantekyeah with my Twitter public again you might be seeing extra copies. apologies.
#tommorristantek: for places for a HWC around Paddington - perhaps Grand Union bar at Paddington Basin. Their website says they have bookable private rooms.
#Loqitommorris: tantek left you a message 9 minutes ago: you in town? any interest in doing a Homebrew Website Club London on Wednesday (tomorrow) night, preferably near Paddington / Metropole? http://indiewebcamp.com/irc/2016-06-14/line/1465900784756
#tommorristantek: alternatively, places around Bishops Bridge Road are close to the Paddington Metropole. A lot of them are busy during the day with people working, but are quiet in the afternoon. there's also Little Venice a short walk from there.
#tantekwhat's the minimum to book the room? Does 18:30 work as a time?
#[chrisaldrich]!tell KartikPrabhu boffosocko.com is self-hosted and isn't on WordPress.com, so doesn't use Bridgy that way. It looks like I received the webmention however. (Note that my comments are also moderated, so they don't show up automatically.)
#aaronpksure would be nice to get proper microformats2 support into wordpress twenty-sixteen
#[chrisaldrich]aaronpk: It'd be great to get mf2 into WordPress entirely... the ship may have sailed for 2016, but I think we should all pound on them for twenty-seventeen
#aaronpkwith enough other sites consuming microformats2 it should be easier to justify
#[chrisaldrich]It also goes a long way toward indewebifying a large chunk of the web more easily too
#rMdes_I thought having mf2 into wordpress was mostly about installing a plugin, it isn't ?
#aaronpkit really should just be part of the main default theme
#[bwaldron]Does IndieWeb have a champion at Automattic?
#[chrisaldrich]I think that if they'd just add a search box for microformats2 in their theme search interface, that could also push lots of developers to add it as well; it'd certainly be more useful than their "seasonal" checkbox :slightly_smiling_face:
#[chrisaldrich]rMdes_ installing the WordPress uf2 plugin helps, but there's only so far one can go with injecting code the way it does. It also breaks some themes (eg. Twenty-Fourteen) which imprudently use microformats for styling rather than semantic markup
#davidpeachbut im thinking of using the post published at dates to make a /year/month/day/hh/mm/ss structure, with each part of the url essentially filtering the posts
#davidpeachso when it gets to seconds, its the single post
#LoqiCASSIS, short for Client And Server Scripting Implementation Subset, is an intersection of the syntaxes of Javascript and PHP, as well as an open source library, cassis.js, that enables writing code once, and having it natively execute in both JS and PHP https://indiewebcamp.com/CASSIS
#aaronpkdavidpeach: I definitely recommend avoiding the post type as the first part of the URL. that's the pattern I switched away from.
#davidpeachmine has got a bit messy and been tidying it up
#davidpeachthe next step is re-writing the url structure and setting up redirects
#aaronpkheh yeah. i had to write some route matching for old URL structures
#aaronpki try to convert those to flat lists of redirects (kind of like in an .htaccess file) but sometimes it has to be dynamic
#davidpeachI really like the idea of using the complete publish date as a way of "digging down" into posts ,ultimately getting the a single post per second. With option of adding manual slugs where wanted
#gRegorLoveRelated: I was thinking of using NewBase60 of microtime() (PHP) to generate uids for my posts.
#gRegorLoveI didn't want to get into counting the number of posts on a specific day
#davidpeachyer I'll prob just parse url for post id then build the new url from pub date, 301 redirecting to it in code
#aaronpki'd recommend microtime() vs just time() since it's theoretically possible you might end up with multiple posts in the same second
#aaronpkthe problem isn't so much that you might actually be creating posts that fast, but if you are importing posts from many data sources (importing last.fm scrobbles while also importing runkeeper, etc) then you might end up with round numbers that conflict
#gRegorLoveOh, no. Sorry, your discussion just made me think of that for my site. Not a suggestion for you.
#LoqiKartikPrabhu: [chrisaldrich] left you a message 6 hours, 5 minutes ago: boffosocko.com is self-hosted and isn't on WordPress.com, so doesn't use Bridgy that way. It looks like I received the webmention however. (Note that my comments are also moderated, so they don't show up automatically.) http://indiewebcamp.com/irc/2016-06-14/line/1465922340449
#aaronpkyes tantek's URLs are based on nth post per day