#indiewebcamp 2016-01-31

2016-01-31 UTC
smcgregor joined the channel
#
@withknown
Hey, while we've got your attention - it's not too late to become a Known sponsor! https://withknown.com/sponsors/ #opensource #indieweb
(twitter.com/_/status/693584848015851525)
KartikPrabhu1 and j12t joined the channel
#
@redlocal
#opensource Known publishers: version 0.9 is just around the corner. So many new features and fixes. We're excited! #indieweb …
(twitter.com/_/status/693586256652046336)
#
@redlocal
Hey, while we've got your attention - it's not too late to become a Known sponsor! https://withknown.com/sponsors/ #opensource #indieweb …
(twitter.com/_/status/693586264310808576)
#
@miklb
I think I've finally nailed getting webmention working with Jekyll (http://miklb.com/finally-webmentons-with-jekyll-part-duex)
(twitter.com/_/status/693586890734198790)
#
miklb
can't express how happy that makes me
#
aaronpk
woohoo!
#
miklb
to be clear, that is a GitHub hosted Jekyll site
#
miklb
using Travis CI to build and deploy
#
@georgkaser
RT @withknown #opensource Known publishers: version 0.9 is just around the corner. So many new features and fixes. We're excited! #indieweb
(twitter.com/_/status/693588736773353472)
#
tantek.com
edited /events/2016-02-10-homebrew-website-club (-11) "try object-position, tweak description a bit"
(view diff)
#
tantek
ok tweaked it some more - take a look at the header: https://indiewebcamp.com/events/2016-02-10-homebrew-website-club
#
tantek
gRegorLove: ^^^ thoughts?
#
aaronpk
that looks more like a cover photo now!
#
tantek
aaronpk: thanks to some CSS object-fit and object-position hackery :)
#
tantek
you can basically use those to position and crop an image
#
tantek
without resorting to weird background-image hacks
#
aaronpk
whaaaaat
#
tantek
YES :D
#
aaronpk
that's amazing
#
tantek
view the source
#
aaronpk
and here i just went and implemented cover photos for my new site using background-image
#
aaronpk
i will fix that later
#
tantek
we've had good cross-browser interop on object-* props for about a year now
#
aaronpk
my css knowledge is slowly catching up to 2010
cweiske joined the channel
#
tantek
so I figure as a CSS person I should be using these in the wild to help spread the knowledge / pattersn :)
#
aaronpk
actually i guess i've been re-learning CSS so you could say my css knowledge is slowly catching up to 2016
#
tantek
also note the explicit <h1> instead of mediawiki "= ... =" in order to style it
#
cweiske
I'm tackling the no-search-on-my-website problem by implementing a search engine myself using php and elasticsearch. crawling and indexing is actually working now; http://fotostore.cweiske.de/screenshots/2016-01-31%20phinde%20indexing.png
#
aaronpk
i want to do that eventually
#
tantek
indeed. google site-specific date-ordered results have become abysmal.
#
aaronpk
used to be so good too :(
#
tantek
there's seriously another opportunity for someone to rebuild/recreate Technorati (with a better name)
#
aaronpk
what was technorati?
#
Loqi
It looks like we don't have a page for "technorati" yet. Would you like to create it? https://indiewebcamp.com/s/10Cc
#
aaronpk
seems like superfeedr is in a good position to do that
#
tantek
Technorati was a real-time blog search engine that provided comprehensive date-ordered results within seconds of when people published on their blogs.
#
loqi.me
created /Technorati (+177) "prompted by aaronpk https://indiewebcamp.com/irc/2016-01-30/line/1454201092416 and dfn added by tantek"
(view diff)
#
tantek
aaronpk: except Technorati parsed HTML
#
tantek
there were competitors that focused on feeds, like Feedster (seriously), but they had a mere fraction of what Technorati had. insert broken feed stats here etc.
#
aaronpk
superfeedr has been giving me realtime search results for "indieweb" and "indiewebcamp" via grep.io and it's been pretty amazing
#
tantek
aaronpk: high quality enough for Loqi to share here?
#
Loqi
yeah!
#
aaronpk
i'm considering it
#
tantek
well he thinks so apparently
#
aaronpk
i think i'd have to use the superfeedr API directly instead of grep.io since that just sends emails
#
cweiske
ha. indexing is done; 18mib elasticsearch index for my website + directly linked urls
#
cweiske
0.003s query time, that's nice
#
tantek
are there any decent date and time sites with well design URL permalinks?
#
tantek
here is an example of poorly designed (just to set a low bar to beat) http://www.timeanddate.com/calendar/monthly.html?year=2016&month=1
#
aaronpk
trying to think of what I would call a search engine module of p3k
#
tantek
as a service, or built into the server?
#
aaronpk
as a service
#
aaronpk
Monocle is the best fit, and coincidentally does a lot of the stuff a search engine has to do already
#
tantek
nah, Monocle is still focused on reading, not searching
#
tantek
searching seems quite different
#
aaronpk
Telescope?
#
tantek
consider encoding seconds since midnight in NewBase60
#
aaronpk
since telescopes are used to search for things in deep space
#
tantek
since that would give you 1 digit for hours, 1 digit for minutes, 1 digit for seconds
#
aaronpk
isn't that just newbase60 time of day?
#
tantek
yes I think it has that nice characteristic as a result
#
aaronpk
i have that on my current metrics permalinks although i will lose that as soon as i switch
#
aaronpk
oh wait i'm wrong, cLT is just 134427 as an integer
#
aaronpk
or wait is that the same thing? NUMBERS R HARD
#
tantek
not the same thing
#
aaronpk
13:44:27 == 13*60*60 + 44*60 + 27 == 49467 == DjT
#
tantek
and note that 13=D, 44=j, and 27=T
#
tantek
that's the point
#
aaronpk
largest newbase60 you'd get encoding seconds since midnight is Pzz
#
aaronpk
ah yeah, 235959 is 15Ye which jumps to 4 digits
#
tantek
as a number right
#
aaronpk
aaaand my shortlinks are broken for metrics after 10pm
#
aaronpk
well good thing i'm dropping that scheme :)
#
tantek
how did that happen?
#
aaronpk
i never noticed!
#
aaronpk
i think i assumed that the time would always encode to a 3-char result
#
aaronpk
what I actually wanted was seconds since midnight!
#
tantek
it does, if you treat it as encoding h:m:s
#
tantek
encoding h:m:s in NewBase60 == NewBase60 seconds til midnight - that's the point!
#
aaronpk
i was just taking the time, smushing the decimal digits together, then encoding that integer
#
aaronpk
so 22:00:00 -> 220000 -> 116f
#
aaronpk
and 21:59:59 -> 215959 -> zzK
#
tantek
the smushing of non-base10 numbers together and treating it as base10 was the error
#
aaronpk
well in about 1.5 hrs none of this will matter :D
#
aaronpk
my import script is currently at october 2015 now
#
tantek
neat!
#
tantek
start searching for domains again
#
aaronpk
domains for?
#
aaronpk
if I build one it will be almanac.p3k.io :)
#
aaronpk
didn't barnaby's reader have a search function backed by elastisearch?
#
tantek
has anyone done anything with newbase60 epoc seconds?
#
kylewm
tantek: can you make it render this https://www.flickr.com/photos/tantek/23803704613/ for a given /year/month, I would like that :)
#
kylewm
aaronpk: yes shrewdness use[ds] elasticsearch
#
tantek
kylewm: with the right CSS ;)
#
tantek
kylewm: btw what do you think of the updated header/description at the top of https://indiewebcamp.com/events/2016-02-10-homebrew-website-club ?
#
kylewm
I like it, big improvement! my eye keeps being drawn back to "ask the experts" though, trying to think how i'd like to rephrase that
#
tantek
great! if you think of a rephrasing - please go ahead and edit!
#
tantek.com
edited /IndieWebCamps (+451) "move NYC to *camps"
(view diff)
#
tantek.com
edited /Main_Page () "(-502) move NYC to *camps"
(view diff)
#
tantek.com
edited /Main_Page (+36) "/* Homebrew Website Club */ update next dates"
(view diff)
hrrsn joined the channel
#
aaronpk
so close
#
GWG
I have returned.
#
aaronpk
here we go!
#
GWG
Should I get the noisemakers and confetti?
#
aaronpk
not until I get my first webmention on the new site :)
tantek joined the channel
#
tantek
aaronpk: how about comments importing?
#
aaronpk
i'm gonna let that run overnight
#
aaronpk
it's gonna take a loooong time because i'm going to archive all the avatars so I can serve them over ssl and so that they will stop being broken images
#
aaronpk
but! I've already done it once! with indiewebcat.com
#
aaronpk
here comes the google crawler!
#
aaronpk
wow it's hitting this pretty hard
g3funk and gRegorLove joined the channel
#
aaronpk
slurp slurp slurp
KartikPrabhu and mdik_ joined the channel
#
aaronpk
well this is puzzling. when I log in to Quill, the token doesn't get the "post" scope
#
aaronpk
oh hey bridgy sent me some webmentions
#
aaronpk
and all the avatars are https now and will not disappear anymore! \o/
#
@roomthily
@roomthily d) urban lichens e) IndieWeb f) scicomm metaphors that are not related to war/battle g) api design
(twitter.com/_/status/693649181081112579)
#
aaronpk
and i just realized i can run the comment export script on the new copy of my old site i launched which means i don't have to worry about my laptop going to sleep
#
aaronpk
muahaha now the battery icon on my site actually reflects my phone's battery
#
aaronpk
SITE IS LAUNCHED
#
aaronpk
I still have a TON to do, but at least it's up
#
tantek
congrats aaronpk !
#
aaronpk
going to let my comments import overnight, and then decide what more to fix tomorrow afternoon
#
aaronpk
woohoo first post on the new site! https://aaronparecki.com/2016/01/30/13/
#
tantek
aaronpk: is this p3kv2?
#
tantek
nice new simplified home page design
#
tantek
singlecolumn++
#
Loqi
singlecolumn has 1 karma
#
KartikPrabhu
but it looks the same ;)
#
KartikPrabhu
aaronpk: it would be neat to have summaries on articles
#
tantek
aaronpk: did you consider putting your icon up at the top right by your name in the header?
#
tantek
aaronpk, what's going on with reposts of tweets only showing the URL? e.g. https://aaronparecki.com/2016/01/28/19/
#
tantek
A /repost should show the full content of the thing being reposted
#
tantek
looks like a bug
#
aaronpk
i'll fix all that later
#
tantek
of course. just making sure you knew ;)
#
notes.whatthefuck.computer
created /Template:rrix (+54) "Create a template to give me a real name."
(view diff)
mothersele and wolftune joined the channel
#
tantek
aaronpk: care to do the honors and update this? https://indiewebcamp.com/2016-01-01-commitments#Aaron_Parecki (the way the rest of us there have added "DONE" items)
#
tantek
looks like all 2016-01-01 commitments will at least be done before end of January!
#
tantek
oh dear, just saw the link to w3schools.
#
tantek
please never recommend w3schools - it has tons of out of date and/or outright inaccurate info
#
KartikPrabhu
yeah i mentioned that immediately
#
miklb
perfect example of 1st result not best result
#
tantek
going through Emma1's questions again to see how well my current HTML5 TGP drafts address her questions in relative order
#
KartikPrabhu
tantek: do let me know if I answered them correctly or if there are better ways
#
tantek
KartikPrabhu: you did great
#
GWG
I honestly haven't looked for a tutorial in a while.
#
miklb
sadly, HTML & CSS has almost become an assumption.
#
KartikPrabhu
which is why it is more important to have good guides
#
GWG
Okay, more refinements in the Indieweb plugin. Enough for tonight
tantek, KartikPrabhu1 and friedcell joined the channel
#
voxpelli
!tell GWG Good job on the plugin! If you want some feedback, then: Try separating refactoring work and new features into separate atomic commits as it makes it easier to track what has changed due to what :)
#
Loqi
Ok, I'll tell them that when I see them next
geor_gs, catsup and squeakytoy2 joined the channel
#
@openscience
RT @benwerd Regardless of where else you share it, if you believe in #openaccess you should put your research on the open web. #indieweb #edtech
(twitter.com/_/status/693745359298785280)
#
@openscience
RT @jgmac1106 @benwerd There is a large and growing #openscience movement goes hand in hand with #indieweb
(twitter.com/_/status/693745405461291008)
#
@runsinthewind
RT @benwerd Regardless of where else you share it, if you believe in #openaccess you should put your research on the open web. #indieweb #edtech
(twitter.com/_/status/693745520448139265)
#
@dtnameh
RT @benwerd Regardless of where else you share it, if you believe in #openaccess you should put your research on the open web. #indieweb #edtech
(twitter.com/_/status/693746142958395392)
mothersele joined the channel
#
@dogfood
@btconf FYI: auf euren Seiten tragen alle Infos zum IndieWebCamp die Jahreszahl 2015 (z.B. Ticket-Seite + Side Events-Seite)
(twitter.com/_/status/693749239504052225)
ttepasse joined the channel
#
@dogfood
@btconf Auf der Ticket-Seite ist es das Side Events-Datum und auf der Side Event-Seite das indieWebCamp-Datum
(twitter.com/_/status/693762136707874816)
sammachin and mothersele joined the channel
cjk101010, Jeena, camerongray, anm, Phyks, JonathanNeal, voxpelli, kronda, davidascher, martinBrown, koray, bergie, __number5__, iboxifoo, _6a68, emceeaich, sknebel, michel_v, dgw, kylewm, raucao, rhiaro, Erkan_Yilmaz, squeakytoy, halorgium, bret, davbo, mattl, minsky, MrClaw, matrrix, hmans, renoirb, comzeradd, MylesBraithwaite, tridnguyen, DePhraser, aaronpk, sandro, Guerillero, GWG, asheesh, Jay-, Lancey, FergusL__, miklb, ttepasse, myfreeweb, joskar, R2ZER0, sammachin, catsup, KartikPrabhu1, wolftune, mdik_, smcgregor, singpolyma, yakker, rMdes, Gold, kerozene, Phae, Leeky_, anarchivist, petermolnar, M-kegan, neanias, pfefferle, ehlovader, sparverius, jonnybarnes, KevinMarks, mattronix, cleverdevil, danlyke, ben_thatmustbeme, strugee, Garbee, Zegnat, arlen, acegiak, tbrb, jacus, jden, terminalpixel_, bear, tallpaul, benward__, Kongaloosh, CaptainCalliope, bigbluehat, tommorris, brianloveswords, almereyda, ramsey, finchd, reidab, link0, edsu, tonious, KitB, sivoais, squeakytoy2, brandonrozek, XgF, saurik, saurik_, sebsel, dogada, geor_gs, mothersele, M-RyanRix, friedcell, eschnou, nitot, tvn, DeltaWhy and hrrsn joined the channel
#
voxpelli
Would be really cool to start seeing some (more?) non-personal indieweb tools – like indieweb:ish Product Hunts, Nuzzle and more – employing indieweb-content, social graph data etc
geor_gs, friedcell, mothersele and [shaners] joined the channel
#
[shaners]
!!tell aaronpk CONGRATS on the new site!
#
[shaners]
!tell aaronpk I think telescope is a good name for a search service. :+1::skin-tone-2:
#
Loqi
Ok, I'll tell them that when I see them next
snarfed, friedcell and tvn joined the channel
#
aaronpk
good morning
#
Loqi
aaronpk: [shaners] left you a message 1 hour, 26 minutes ago: I think telescope is a good name for a search service. :+1::skin-tone-2: http://indiewebcamp.com/irc/2016-01-31/line/1454262141132
#
aaronpk
well I guess it's good that I launched my site yesterday, since the old server decided to crash overnight!
#
@barryf
I'm excited to read about @manton2's upcoming microblog platform, especially if it supports Micropub and Webmention: http://www.manton.org/2016/01/micropub-and-the-quiet-indiewebcamp-revolution.html
(twitter.com/_/status/693863278599020544)
#
@jgarber
RT @calum_ryan Slides from my talk last night @FrontEndLondon https://calumryan.com/talks/fel-280116/ Thanks to all at FEL Credits to @t, @adactio + #indieweb community
(twitter.com/_/status/693856533990342657)
#
@Toni_Kinnunen
RT @TheDavidJohnson Spending some time this week getting better acquainted with the #indiewebcamp community. Lots to learn!
(twitter.com/_/status/693799142187991040)
#
aaronpk
thanks Loqi
#
Loqi
you're welcome
#
aaronpk
guess that server is back now
AngeloGladding joined the channel
#
aaronpk
wow, tantek's home page webmentions from bridgy are making webmention.io fall over
#
GWG
And he doesn't even do anything with them
#
Loqi
GWG: voxpelli left you a message 9 hours, 59 minutes ago: Good job on the plugin! If you want some feedback, then: Try separating refactoring work and new features into separate atomic commits as it makes it easier to track what has changed due to what :) http://indiewebcamp.com/irc/2016-01-31/line/1454232967701
#
aaronpk
i just deleted 8gb of logs from them
#
GWG
voxpelli: I tend to jump around a lot
TheDavidJohnson, wolftune and acegiak joined the channel
#
aaronpk
hold on to your hats! upgrading the indiewebcamp.com nginx version
friedcell joined the channel
#
aaronpk
woo! now we have http2 on indiewebcamp.com
#
aaronpk
and indieauth.com
#
Loqi
does a happy dance!
#
GWG
Happy day
tantek, squeakytoy and lewisnyman joined the channel
#
aaronpk
I've really gotta stop getting in the habit of using mysql databases to log random things
#
GWG
aaronpk: Sometimes, text files and a copy of logrotate does wonders.
#
aaronpk
i'm up to 5gb of weather logs now
#
aaronpk
converting it to flat files and dropping this database
lewisnyman, wolftune and lukebrooker joined the channel
#
@RikMende
Subscribe, Follow, Like, Favorite, Read-It-Later should all be actions/protocols of the #openweb #indieweb http://www.rmendes.net/2016/subscribe-follow-like-favorite-read-it-later-should-all-be-actionsprotocols-of
(twitter.com/_/status/693902960573591552)
saurik, friedcell, snarfed and KartikPrabhu joined the channel
#
GWG
aaronpk: What do you plan on doing with the weather logs?
#
KartikPrabhu
what is http2?
#
Loqi
It looks like we don't have a page for "http2" yet. Would you like to create it? https://indiewebcamp.com/s/10Cd
#
KartikPrabhu
aaronpk: would be helpful if you wrote/blogged about switch to http2
squeakytoy joined the channel
#
GWG
aaronpk: With Nginx, it is about a fifteen second update if you were using SPDY before
lukebrooker and tantek joined the channel
#
KartikPrabhu
really wishes people would strip the utm crap from URLs
#
tantek
wishes Loqi would strip the utm carp from URLs
#
Loqi
yeah!
#
tantek
Loqi knows what's up
#
KartikPrabhu
is flexboxing his site
#
KartikPrabhu
google servers now 403 an https request from an http site
#
KartikPrabhu
a bunch of images don't load on my local version for that reason
geor_gs, wolftune, CaptainCalliope, anarchivist, benward__, davbo, tommorris, TheDavidJohnson, bigbluehat, Garbee, renoirb, tridnguyen and ehlovader joined the channel
#
KevinMarks
I need to do my utm rewriter that changes medium, source etc into indieweb crediting links
MrClaw, mathpunk and mathpunkIRL joined the channel
#
mathpunkIRL
I want to try hosting a static blog on s3 next.
#
mathpunkIRL
This means I need to re-learn what nameservers and DNS is.
#
mathpunkIRL
I'm scurred.
matrrix joined the channel
#
matrrix
what is s3?
#
Loqi
Amazon S3 is a file hosting service from Amazon https://indiewebcamp.com/S3
#
matrrix
Come now, Loqi.