#indieweb 2018-11-14

2018-11-14 UTC
tbbrown, mblaney, [jgmac1106], dougbeal|mb1, wolftune, jjuran, [eddie], Klose, [tantek], sl007, vilhalmer, [sebsel] and cweiske joined the channel
#
Zegnat
Good morning IndieWeb
tbbrown, mblaney, [frank] and [Vincent] joined the channel
#
[Vincent]
Good morning IndieWeb, Morning Zegnat πŸ™‚
jjuran and swentel joined the channel
#
sknebel
Good morning
#
Loqi
good morning!
#
kisik21
Good morning IndieWeb, you can congratulate me, I've set up POSSE to the birdsite!
#
kisik21
I'm so excited!
#
petermolnar
kisik21++
#
Loqi
kisik21 has 3 karma in this channel over the last year (4 in all channels)
wolftune and [grantcodes] joined the channel
#
jeremycherfas
Good morning IndieWeb
#
jeremycherfas
Wouldn't you know it, but the first later vHWC and I have to go out this evening. Might make the first 30 minutes or so.
sl007 and [jgmac1106] joined the channel
#
[jgmac1106]
Good morning
#
petermolnar
ok, a tiny, but quite annoying topic: how should I indicate that my site supports changing contrast (dark/light theme), where should I put it on the site, and should it be a <button> to make it semantic?
#
petermolnar
morning [jgmac1106]
#
sl007
Hello
#
sknebel
morning
#
petermolnar
heh. I could make a clippy appear when I detect light mode, with "it looks like you're using light mode. Would you like to change the contrast of this website to light as well?"
#
sl007
petermolnar Not sure how you "should" do I had it in a square wich was diagonal divided and just showed the darker bg and the lighter bg as a button. But clippy sounds much cooler. Let's make it <blink> !
#
cweiske
petermolnar, 10 years ago the Opera browser actually gave you a list to select the stylesheet if the page contained <link rel="alternate stylesheet">
#
kisik21
aaronpk: do you plan on adding indie-actions to your site? I find it kinda disturbing to not be able to like your stuff with push of a button.
#
kisik21
Also - does quill have bookmarklets for liking stuff and quickly writing replies?
#
sl007
cweiske petermolnar Oh yes and Firefox does that too ! Test: https://developer.mozilla.org/samples/cssref/altstyles/index.html [deu: Ansicht>Webseiten-Stil] - IE did too View>Style ! Not sure about Edge. Will do a feature request for Safari.
#
sl007
cons: it is (currently) hidden in the menu ui and there is no active indication …
#
cweiske
kisik21, there is omnibear
#
kisik21
what is omnibear
#
Loqi
Omnibear is a browser extension for posting text notes, replies, and likes to your website using Micropub https://indieweb.org/Omnibear
#
kisik21
oh nice
#
sknebel
its funny what kind of things are hidden in the traditional menues in browsers, which probably is a surefire way to ensure they can be deprecated in a bit because "nobody uses it"
#
sl007
full ack
#
sl007
Hey everybody - I would be more than happy if you (all) could tell me some ideas for http://indieweb.org/2019/Vlissingen#Planning because I'd like to go on with organizing anything next week :
#
sl007
The question is (as we don't know yet how many people attend): Should it be more a
#
sl007
hackweek with remote participation to code together OR should I invite EU politicians to
#
sl007
create political awareness (some NGOs I mailed to would be willing to cooperate organizing, see Thursday) ?
#
sl007
OR wahatever … Any ideas ?
#
[jgmac1106]
@petermolnar you could see how [grantcodes] does color picking but he gives you all the color
#
petermolnar
cweiske: hm. I have inlined my CSS, how do I mark <style> up like that?
[Vincent] joined the channel
#
jeremycherfas
Tell! petermolnar dgold had a very similar discussion for his site. Have you seen that?
#
petermolnar
nope, where should I look?
#
sknebel
petermolnar: don't think you can do that for inline styles
#
jeremycherfas
I don't know where the discussion is, now, but the site is https://ascraeus.org/ and the final button on the right under the site name is the one.
#
Loqi
Daniel Goldsmith
#
petermolnar
oh, that I know; it's more like the contrast button, on it's own, is not trivial/common enough to be honest
#
GWG
Haven't seen dgold around
#
cweiske
petermolnar, not possible
#
jeremycherfas
No, me neither. He's on m.b from time to time.
#
[jgmac1106]
I can tell you what he is reading. Still posting often.
#
sknebel
269 minutes until vHWC EU!
#
Loqi
I added a countdown scheduled for 2018-11-14 7:00pm CET (#6422)
#
[jgmac1106]
!calc 7:00pm CET to EDT
#
Loqi
1:00:00 pm EST | Wednesday, November 14, 2018
#
[jgmac1106]
... Perfect right when class gets out
#
petermolnar
for now I settled with a checkbox + a "dark mode" label for it, defaulting to checked checkbox
#
petermolnar
(for the theme switcher)
#
Zegnat
So does it work with the new macOS dark/light modes?
#
petermolnar
it should...
#
petermolnar
if, but only if, window.matchMedia("(prefers-color-scheme: light)").matches is true when light mode is active
#
Zegnat
Lets have a try!
#
petermolnar
you need to clear your localstorage
#
petermolnar
it has priority
#
Zegnat
I think I did... but still dark
#
Zegnat
retries
#
petermolnar
can you see what window.matchMedia("(prefers-color-scheme: light)").matches returns?
#
Zegnat
false
#
Zegnat
Safari 12.0.1 on macOS Mojave (10.14.1)
#
Zegnat
I might have time after work to do a little more debugging
#
Zegnat
Also, this will turn into -dev talk if I do :D
#
petermolnar
I'd be quite glad to do that
adactio joined the channel
#
aaronpk
kisik21: quill does have bookmarklets, which is how i normally interact with stuff as i'm browsing around
#
kisik21
yeah, found it
#
aaronpk
i'm not 100% sold on the indie action thing so i haven't added it to my site yet
#
kisik21
what do you mean by sold?
#
aaronpk
figure of speech sorry
#
aaronpk
i'm not convinced it's the best approach
#
kisik21
but the most logical one. Silos have like buttons - why not indieweb?
#
kisik21
We're building a social network replacement after all.
#
aaronpk
the indieweb does have like buttons -- bookmarklets and also built into readers
#
aaronpk
and on iOS, the share target that Indigenous provides
#
Zegnat
It is surprisingly hard to – securely – put a button on my website that will link to your prefered posting client, kisik21
#
kisik21
What's the deal with current indie-action JS shim?
#
kisik21
Is it somehow insecure?
#
aaronpk
this section captures some of the reasons I am not happy with it https://indieweb.org/webactions#Issues
#
kisik21
aaronpk: while I'm not a web browser developer, I think I know enough about them to say that these problems are solved with proper browser support.
#
kisik21
1. The leakage would be fixed with native processing of <action> tag
#
kisik21
2. The design... well, it probably will be browser specific but I bet there would be a convention not unlike "don't modify original markup because it can break website layout"
#
kisik21
3. click() action could be just prohibited by UA
#
aaronpk
1 is true from a technical standpoint, but gets tricky when talking about how this is communicated to a user
#
aaronpk
2, sure, but now you're getting into this issue https://textslashplain.com/2017/01/14/the-line-of-death/
#
aaronpk
e.g. how do you indicate to the user that something on the page is under the control of the browser vs the web page
#
sl007
aaronpk wouldn't Navigator.registerProtocolHandler be a solution again (if browsers would support it properly) - how about https://indieweb.org/indie-config ?
[kevinmarks] joined the channel
#
Zegnat
sl007 that has UX problems last I checked. No way for my site to know whether you have a client installed, so I might be showing buttons that don’t even work
#
[kevinmarks]
That's where you use fallback icons like Tantek.
#
Zegnat
Maybe I misunderstood the question, but you can’t have a fallback for protocol URLs. Is that what the webaction thing does? (Which may or may not leak data?)
#
Zegnat
Hmm, feeling this conversation is getting very dev-y
#
sl007
well it would keep your "me" in the browser which is general the security benefit avoiding to leak data.
#
sl007
as Pelle Wessman discovered, specified, demoed several times, also in https://indieweb.org/2016/Brighton/Demos#Sebastian_Lasse
#
kisik21
aaronpk: is quill email endpoint working right now?
[jgmac1106] joined the channel
tbbrown joined the channel
#
aaronpk
kisik21: I thought so but not 100% sure now
[cleverdevil], eli_oat, tantek__, [tantek], [kevinmarks] and jackjamieson joined the channel
wolftune and dougbeal|imac joined the channel
#
Loqi
Countdown set by sknebel on 2018-11-14 at 2:31pm CET
#
Loqi
vHWC EU!
sebsel joined the channel
#
Zegnat
Hush Loqi, several of us are late...
jackjamieson joined the channel
#
sebsel
was late too but is there now
[jgmac1106] joined the channel
#
[jgmac1106]
Joining now. It was demo day in class so we ran a little late
#
[jgmac1106]
Going to miss vHWC... My computer tried to update and now the macOS installation fails every time... Off to the dregs of higher ed IT support
#
sknebel
aw, good luck!
#
[jgmac1106]
It's our lame authentication process... We use Microsoft and ldap but we are always a version or two behind macOS the constant push to update a computer you aren't authorized to update breaks all the time... And then there is stupid Keychain
[eddie] joined the channel
#
[eddie]
It feels so magical to have my website now supporting replying to the Fediverse as well!
tantek__, tbbrown and [Vincent] joined the channel
#
[Vincent]
Just published this article on my static Indieweb implementation. It’s a bit of a monster: https://vincentp.me/articles/2018/11/14/20-00/
#
Loqi
[Vincent Pickering a Service Designer & UI/UX Consultant, based in Leeds, U.K. Published by Vincent Pickering on 14th Nov 2018 at 20:00pm] Implementing the Indieweb on a static website
#
jalcine
[Vincent]++
#
Loqi
[Vincent] has 3 karma in this channel over the last year (4 in all channels)
[eddie], gRegorLove, [chrisaldrich], [kevinmarks], [jgmac1106] and swentel joined the channel
#
petermolnar
[Vincent]: that's anything but a 'bit' :D /me started reading it
#
sknebel
[Vincent] submit to indienews!
#
sknebel
what is static?
#
Loqi
A static site is a website that is served by a web server directly from the file system https://indieweb.org/static
#
Loqi
ok, I added "https://vincentp.me/articles/2018/11/14/20-00/" to the "See Also" section of /static_site https://indieweb.org/wiki/index.php?diff=53914&oldid=51681
#
Loqi
[Vincent Pickering a Service Designer & UI/UX Consultant, based in Leeds, U.K. Published by Vincent Pickering on 14th Nov 2018 at 20:00pm] Implementing the Indieweb on a static website
#
petermolnar
[Vincent]++
#
Loqi
[Vincent] has 4 karma in this channel over the last year (5 in all channels)
[tantek], j12t and [eddie] joined the channel
#
[eddie]
There is supposed to be snow in Maryland tonight, so I added a special effects theme to my site. If my current location is snowing, the background color of my site will be a darker gray and little snow flakes fall down it πŸ˜„
#
[eddie]
It uses my Compass server's location and Dark Sky's weather
#
[eddie]
Just on my homepage as to not being annoying
#
viaken
That's neat
#
[tantek]
sl007++ thanks for that Firefox alternate stylesheets UI reminder (for EN UI: View -> Page Styles ) - I have a 17 year old example: http://tantek.com/CSS/Examples/codeisfreespeech.html (yes that's not a typo - *17*)
#
Loqi
sl007 has 2 karma in this channel over the last year (4 in all channels)
#
[tantek]
I kinda want different modifiers to my site icon depending on weather conditions
#
[tantek]
similar to what eddie is saying
#
[tantek]
but like, a 😷 for bad air, a cap for cold weather etc.
#
[eddie]
Ohhh that’s interesting, tantek!
#
[tantek]
what is weather
#
Loqi
Weather is the state of the atmosphere at a place and time as regards heat, dryness, sunshine, wind, rain, etc https://indieweb.org/weather
#
[tantek]
Eddie perhaps document your background color weather effects in your section here? https://indieweb.org/weather#Eddie_Hinkle
#
[eddie]
Sounds good πŸ‘
[schmarty] and [Vincent] joined the channel
#
[Vincent]
@petermolnar I got carried away πŸ™‚
#
[Vincent]
what is indienews?
#
Loqi
IndieNews is an indieweb news aggregator, similar to Hacker News, which only accepts submissions via webmention https://indieweb.org/IndieNews
j12t joined the channel
#
@bcrypt
an observation from this thread: before the web was fully dominated by megacorps and social media, people spent more time doing stuff on the web that was different from what other people were doing. in other words, the web back then was more of a choose-your-own-adventure. https://twitter.com/bcrypt/status/1062547078528720897
(twitter.com/_/status/1062839025889816576)
#
aaronpk
chimed in with my own there :)
j12t joined the channel
#
gRegorLove
My first memory involved midi, too. I went to the Mission: Impossible movie site and thought it was so cool it played the theme song.
j12t_ and [chrisaldrich] joined the channel