#indiewebcamp 2016-03-06

2016-03-06 UTC
[kevinmarks] joined the channel
#
Loqi
[Charlie Stross] Towards a taxonomy of cliches in Space Opera
#
[kevinmarks]
that qualifies as a batman chart
#
aaronpk
oh haha i have freeboard set up on my kitchen ipad and i'm pushing temperature/humidity data to it
#
aaronpk
the funny thing is the graphs don't show any units on the x or y axis so you dont really know what's going on
#
gRegorLove
I'm wanting to add a bookmarklet for easily replying to a tweet from the Twitter stream. Does anyone have one, or pointers?
#
aaronpk
i used to have one that rewrote the reply button on twitter to open a popup with the tweet URL in a query param
#
gRegorLove
Don't think those work anymore with the content security policy restrictions though, right?
#
aaronpk
it's a browser extension so it does
#
gRegorLove
document.querySelector('.selected-stream-item').getAttribute('data-item-id'); gets me the tweet id
#
aaronpk
wow it's been years since i've touched that code
#
aaronpk
yeah my approach now is to avoid needing to go to twitter.com as much as possible
#
aaronpk
always has been i guess, but i want to take it to the extreme
#
gRegorLove
Do you follow people in a reader instead and reply directly from there?
#
Loqi
[Aaron Parecki] Why I Live in IRC
#
gRegorLove
Ah. I still follow a lot of people directly, so Twitter is my main reader for that.
#
gRegorLove
This appears to work: document.querySelector('.selected-stream-item').children[0].getAttribute('data-permalink-path');
#
aaronpk
i follow too many people on twitter so my home timeline isn't useful anymore :(
#
gRegorLove
Yeah, I need to weed my followings a bit.
#
KevinMarks
that's why I have my flowpast app, but I need to rebuild it and make it more indieweb friendly
j12t, asdfds and snarfed joined the channel
#
Loqi
[gRegor Morrill] I wrote a quick-reply bookmarklet for Twitter. It redirects the browser to your specified URL with the tweet’s permalink as a parameter. This should work for selected tweets in your timeline, specific account’s timeline, and even the silly modal-...
#
gRegorLove
What is bookmarklet?
#
Loqi
It looks like we don't have a page for "bookmarklet" yet. Would you like to create it? https://indiewebcamp.com/s/10Fq
#
gRegorLove
Bookmarklet is a web browser bookmark that runs javascript commands on the current page.
#
loqi.me
created /Bookmarklet (+115) "prompted by gRegorLove https://indiewebcamp.com/irc/2016-03-05/line/1457230143090 and dfn added by gRegorLove"
(view diff)
#
kylewm
Gregorlove, which browser?
snarfed joined the channel
#
@ChrisAldrich
#indieweb @withknown has a great bookmarklet for web, but what's best similar method to share on mobile? Is there an Android share app?
(twitter.com/_/status/706326321245220864)
#
Loqi
[indieweb] "#indieweb @withknown has a great bookmarklet for web, but what's best similar method to share on mobile? Is there an Android share app?" by Chris Aldrich http://stream.boffosocko.com/2016/indieweb-withknown-has-a-great-bookmarklet-for-web-but-whats
#
@kylewmahan
@ChrisAldrich https://snarfed.org/easy-indieweb-interactions-on-android is pretty decent. It's kind of the beginning and end of the options rn unfortunately.
(twitter.com/_/status/706328280354304000)
#
KartikPrabhu
you canuse bookmarklets on mobile browsers right?
kerozene and snarfed joined the channel
#
KevinMarks
it's awkward - you need to autocomplete their names on chrome
hober, Lancey, snarfed1 and gRegorLove joined the channel
#
gRegorLove
kylewm: Chrome. Thought it would work in Firefox but apparently not. I'll work on it.
#
gRegorLove
Twitter's CSP blockes it in Firefox. Geez. I thought it would only do that if it tried to load external scripts.
#
KartikPrabhu
that does seems like good security practice by FF
#
gRegorLove
Yes, but it apparently doesn't differentiate a javascript: link initiated by the user vs. in the content of the page.
#
gRegorLove
I mean, javascript:(function(){alert('test')}()); fails.
#
gRegorLove
My bookmarklet is just to read the dom, build a link, and redirct. No external scripts, so it'd be nice if it worked. I get the trade off, it's just annoying
#
KevinMarks
there was an issue of people being told to paste javascript urls into the toolbar
#
KartikPrabhu
yeah i remember that
#
kevinmarks.com
edited /timezone (+100) "we weren't kidding about the definition"
(view diff)
j12t joined the channel
#
Loqi
[indieweb] "Liked Ryan Barrett's Easy IndieWeb interactions on Android" by Tino Kremer https://tinokremer.nl/2016/liked-ryan-barretts-easy-indieweb-interactions-on-android-63b7bdbb9e
j12t joined the channel
friedcell and Pierre-O joined the channel
#
petermolnar
re Firefox vs bookmarklets: about:config -> security.csp.enable => false ( I know it removes a security layer, but this is borked in FF )
#
Loqi
petermolnar: tantek left you a message 1 day, 4 hours ago: Mightybell is a mishmash of enterprise-y buzzwords and it's not at all why it is relevant to the indieweb - and no one asked about it - so I'm going to delete the page. If you can find an external citation as to why Mightybell is relevant to the indieweb we can document accordingly. http://indiewebcamp.com/irc/2016-03-04/line/1457151930209
#
petermolnar
aaronpk re: munin is easy to setup, but I've changed to collectd a while ago, you might want to check that out as well: https://petermolnar.eu/lightweight-system-monitoring-with-collectd-and-jarmon/
#
Loqi
[Peter Molnar] Lightweight resource monitoring with collectd and jarmon
j12t, catsup, ttepasse, asheesh, dogada, Pierre-O and mattronix joined the channel
#
Loqi
[indieweb] "Have a look at https://indiewebcamp.com and search there. You will find everything you need about the #indieweb" by Tino Kremer https://tinokremer.nl/2016/have-a-look-at-and-search-there-you-will-find
#
Loqi
[mention] Tino Kremer commented 'Have a look at https://indiewebcamp.com and search there. You will find everythi...' on a post that linked to https://indiewebcamp.com (https://tinokremer.nl/2016/have-a-look-at-and-search-there-you-will-find)
mattronix and j12t joined the channel
Zegnat and squeakytoy joined the channel
#
Loqi
[indieweb] "koest.lich.es #14:" http://eay.li/2s4
#
aaronpk
petermolnar: Munin is especially easy to set up when it's already set up and running for other things :-)
#
petermolnar
fair point :)
#
aaronpk
i will check out your post tho
#
aaronpk
That actually seems oddly similar to Munin
#
Loqi
[indieweb] "ChrisAldrich on Twitter: "#indieweb @withknown has a great bookmarklet for web, but what's best similar method to share on mobile? Is there an Android share app?"" by Rick Mendes https://twitter.com/ChrisAldrich/status/706326321245220864
#
aaronpk
the collectd daemon polls everything at some interval, looks like you have it set at 30 seconds
#
aaronpk
and it writes rrd files just like Munin does
#
GWG
aaronpk, I also use collectd
#
aaronpk
i'm gonna attempt to set up collectd and stuff now, from petermolnar's post
j12t joined the channel
#
Loqi
[indieweb] "ChrisAldrich on Twitter: "#indieweb @withknown has a great bookmarklet for web, but what's best similar method to share on mobile? Is there an Android share app?"" by Rick Mendes https://twitter.com/ChrisAldrich/status/706326321245220864
#
Loqi
[indieweb] "Learning how templates works @withknown http://docs.withknown.com/en/latest/developers/templating/#templates-in-known planning to add a share to silo to this website #indieweb
dogada joined the channel
#
petermolnar
aaronpk it's similar enough, but it's a bit more flexible
#
aaronpk
the graphs are way prettier P)
#
aaronpk
i'm making progress
#
petermolnar
aaronpk++
#
Loqi
aaronpk has 90 karma
#
aaronpk
setting up the dashboard is a looooot of work
#
petermolnar
pretty graphs++
#
petermolnar
there are other frontends as well
#
petermolnar
jarmon is pretty abanadoned unfortunately
#
aaronpk
hm maybe i'll investigate one of the others then. it's going to take a lot to set up jarmon with all my data sources
#
aaronpk
also i still have to figure out the networking side of this, to get a few other servers pushing to this one
#
Loqi
[indieweb] "Thinking @edgeryders would be a great "powered by #drupal" community to get it to adopt #indieweb https://edgeryders.eu" by Rick Mendes http://www.rmendes.net/2016/thinking-edgeryders-would-be-a-great-powered-by-drupal-community
jciv joined the channel
#
Loqi
[indieweb] "@ChrisAldrich https://snarfed.org/easy-indieweb-interactions-on-android is pretty decent. It's kind of the beginning and end of the options rn unfortunately." by Kyle Mahan https://kylewm.com/2016/03/chrisaldrich-easy-indieweb-interactions-on-android-is-pretty-decent-its-kind-of-the-beginning
#
Loqi
[indieweb] "SF Homebrew Website Club" by Kyle Mahan https://kylewm.com/2016/03/sf-homebrew-website-club-12
#
Loqi
[indieweb] "SF Homebrew Website Club" by Kyle Mahan https://kylewm.com/2016/03/sf-homebrew-website-club-11
snarfed and j12t joined the channel
Lancey and snarfed1 joined the channel
wolftune joined the channel
#
@devleakslinks
The #IndieWeb is important - it focuses on You, not the corporations that own the big silo content farms. http://devleaks.com/link/indieweb
(twitter.com/_/status/706554950801817601)
Kopfstein joined the channel
#
petermolnar
what is cloudflare?
#
Loqi
CloudFlare is a service to, in their own words, "supercharge your website" https://indiewebcamp.com/CloudFlare
#
petermolnar
that's a good enough description
catsup and Tino joined the channel
j12t, jedahan and saurik joined the channel
#
@CarlNelson
I want to migrate my existing site and blog to an easier to run and manage platform, currently it's Octopress. Happy to change #indieweb
(twitter.com/_/status/706592116701396992)
gRegorLove joined the channel
#
gRegorLove
petermolnar: re Firefox CSP, does that setting disable CSP altogether? http://indiewebcamp.com/irc/2016-03-06/line/1457255808852
#
Loqi
[petermolnar] re Firefox vs bookmarklets: about:config -> security.csp.enable => false ( I know it removes a security layer, but this is borked in FF )
#
sknebel
gRegorLove: yes, it does
mattronix, ttepasse, Pierre-O, snarfed, jciv, lukebrooker and KartikPrabhu joined the channel
wolftune, friedcell and irisisgay joined the channel