#dev 2018-06-17
2018-06-17 UTC
snarfed joined the channel; gRegorLove left the channel
# Loqi aaronpk: [eddie] left you a message 2 hours, 34 minutes ago: I’m working hard on trying to get Indigenous out in time for IWS. I know for SURE I’ll at least have a “Pre-Order” button with a page with screenshots done, but I’m still trying to get the full thing ready for download before. Just to help me set my own expectations, do you think Aperture will/would be able to have a public opening by then, or does that not look possible anymore? That will help influence my choices of wh
Retsuko, renem, KartikPrabhu, eli_oat and [eddie] joined the channel
tantek__, snarfed, ben_thatmustbeme, tantek, [mrkrndvs], barpthewire, renem and jeremych_ joined the channel
# jeremycherfas Good morning IndieWeb I reckon I will mostly be in this channel today.
davy__ joined the channel
# davy__ Hey, I have a quick question. How do you do paginating? The posts on my website are loaded with php, so I just set something up where it only puts eight posts per page, and if there're more then that I put a little radio form at the bottom of the page for page selection. I also have a "Load all pages" button. Is there a way to make this more parser friendly, or is it ok as it is?
# davy__ Here it is in action: https://davy.tyrrell.co/
tomasparks, iasai, [mrkrndvs] and [kevinmarks] joined the channel
# jeremycherfas !tell zegnat Some time ago you recommended a tool for visualising git branches etc. I failed to make a note of it. Can you please remind me?
# Zegnat jeremycherfas, I use http://gitup.co/, so that’s probably what I showed you
# Zegnat I’d recommend just using normal links for the pages. Shouldn’t really be harder to generate than a form. Some ideas for designs: http://cweiske.de/tagebuch/pager.htm
# jeremycherfas Thanks zegnat; that's it!
# jeremycherfas And I got my little chunk of dgold's nanopub writing to the correct place with $_SERVER['DOCUMENT_ROOT'] in the end.
deathrow1 joined the channel
# jeremycherfas Many more miles to go.
[grantcodes] joined the channel
# [grantcodes] !tell [cleverdevil] As in the auth redirect? I'm not surprised it opens up safari but then it should either reopen the pwa on redirect. Or redirect back to together in safari but store stuff in localstorage so the pwa would work after that
# [grantcodes] Can confirm it still works as expected on Android
iasai and sketchess joined the channel
# sketchess good morning tech corner
# jeremycherfas Good morning sketchess
# sketchess Productive day today, jeremycherfas?
# jeremycherfas Yes! Just writing it up. After a disastrous yesterday. Well, lots of learning, so not a disaster. But not productive.
# sketchess Yeah, puzzle solving is not ever easy. Making slow pogress myself.
# sketchess My final conclusion: I have to learn, how to draw with CSS. The rest are basic tags, so that shouldn't be any trouble.
snarfed joined the channel
# jeremycherfas Kevinmarks (i think) linked to something interesting about turning sketches into CSS, Or using CSS to make sketchy things.
# sketchess Pure CSS used?
# jeremycherfas Can't honestly remember, as it was something I just glanced at.
# sketchess And the skill level required would be informative, too.
# sketchess Ah, I see.
# jeremycherfas Interesting enough to remember, not useful enough to me to do more than that.
# sketchess I reckon that I will have to search through several tutorials to find something that suits my needs.
# sketchess or the one of all tutorials....
# sketchess Well, Pia is worth it.
[kevinmarks] joined the channel
# jeremycherfas Pia?
# sketchess Yep. She is my assistent I am currently working on.
# [kevinmarks] Depends what you are drawing. If it's boxes inside each other, css grid or flex box are easier now. If it's more complex shapes , svg is a better tool
# sketchess As you said Kevin, it depends on. Currently I believe CSS would be the better option. But who knows, time will tell.
# sketchess Possible that I could end up with a combination of both.
# sketchess It's just a smal squared area anyway.
# sketchess +l
# sketchess I go with simple as possible.
# sketchess Designing her voice will be a tuffer part, I believe.^^
snarfed joined the channel
# jeremycherfas !tell chrisaldrich I noticed that Telegraph was unable to send a webmention from https://www.jeremycherfas.net/blog/this-is-my-indieweb to https://boffosocko.com/2018/06/15/defining-the-indieweb/ Error is 401 "The webmention endpoint did not return a status URL"
# jeremycherfas Sent again and this time it worked.
# jeremycherfas Amen to that ^.
# sketchess xD
# sketchess Have a nice day everyone.
# sketchess bye
[cleverdevil] joined the channel
# [cleverdevil] Delete away, [aaronpk] !
snarfed joined the channel
# petermolnar seems like I broke my no-js attitude; I added a style switched and a self hosted analytics. None of those will work for Zegnat obviously, but I'm curious if there is a way to trigger a stylesheet change without JS.
# petermolnar the current one switched media=none to media=all on an extra stylesheet that overrules previous definitons
[kevinmarks], snarfed and barpthewire joined the channel
# petermolnar davy__: that's not a bad idea, although I'm trying to keep the site static
# petermolnar unfortunately I already have a php fallback
# petermolnar which handles 410 and some "clever" - aka legacy - redirects
# petermolnar 410 as in gone content
# petermolnar also, my css in inlined
# petermolnar on the other hand, I could set a cookie with the php, remember the sent form setting and serve the css, but I think that onclick + 5 lines inline JS is ok for this functionality.
KartikPrabhu joined the channel
# petermolnar the change colour schema certainly falls under the definitely not vital feature
# petermolnar and again, it's inline js
[kevinmarks] joined the channel
# KartikPrabhu petermolnar: the new CSS custom properties are great for theme changing https://developer.mozilla.org/en-US/docs/Web/CSS/--*
# petermolnar experimental mozilla, that's way too new for my taste
# KartikPrabhu Zegnat: yes it does use JS to swtich out the values
# petermolnar in that case, there's no win there compared to my approach
# KartikPrabhu petermolnar: it is not mozilla specific. but yes those are very new CSS things
# Zegnat I’ve used them, in combination with http://cssnext.io/ to generate normal CSS.
# KartikPrabhu petermolnar: the "win" is that you only need to change values in one place
# KartikPrabhu right
# KartikPrabhu Zegnat: less/sass stuff is still useful if you don't need to dynamically change the theme
# petermolnar I've not made up my stand on css vars yet
# petermolnar part of me likes templating and vars
# petermolnar another parts screams to keep css static
# KartikPrabhu the point is with custom properties you can do both
# Zegnat KartikPrabhu, sure, but a lot of the things I actually want (nested declarations, variables) are supported by cssnext.io in a way that matches actual CSS specs (e.g. https://tabatkins.github.io/specs/css-nesting/ for nested declarations)
# KartikPrabhu if you decide to remove the JS theme changing the rest will still work
# KartikPrabhu Zegnat: sure I am not saying one is the superior method. You use what works for you :)
j12t, gRegorLove, leg, davy__ and j12t_ joined the channel
KartikPrabhu and davy__ joined the channel
# Zegnat Truly web 1.0: https://github.com/jfmcbrayer/brutaldon
KartikPrabhu joined the channel
# petermolnar ugly != brutalist
[jgmac1106] joined the channel
# petermolnar brutalism is not, in any form, simple, or ugly, despite what people think about it
# petermolnar I find brutalist architecture very interesting and surprisingly futureproof
# petermolnar although the material itself - concrete - is not that good with time
# KartikPrabhu you only need nice HTML markup to work in Lynx afaik
[sebsel] joined the channel
# martymcgui.re edited /Special:Log/patrol () "marked revision 48636 of [[Wordpress IndieAuth Plugin]] patrolled" (view diff)
# KartikPrabhu GWG: what do you mean "opposite" ?
# KartikPrabhu what's the use-case for that?
# KartikPrabhu and... ?
# KartikPrabhu not sure how that is "dowstream"
# KartikPrabhu so the podcast does not have a canonical URL
# KartikPrabhu sure. but how would anyone sending mentions know that
# KartikPrabhu also if someone is sending mention to chris' URL then it would be misleading for those to show up at your URL
# KartikPrabhu if it is a repost then it is a salmention
tantek__ and [jgmac1106] joined the channel
# [jgmac1106] Need a podcast player with native webmentions. I will probably never go back to the url now that I subscribe in my player
# KartikPrabhu sounds like a job for /reader