#Loqibootstrap has -2 karma in this channel (-8 overall)
#gRegorLoveGenerally it's incorrect Bootstrap if you see something like `<div class="col-md-6">... <div class="col-md-6">`... columns nested inside each other without an intervening `<div class="row">`
#gRegorLoveEh, CSS Grid would have a similar number of elements
#gRegorLoveThe boxLA classes use "float" CSS property, which does weird stuff to the visual display of elements.
#gRegorLoveNot sure, I'd need to dig into this further which I can't right this moment unfortunately.
snarfed joined the channel
#dmcweeneyokay no problem but thank you for your help
[jgmac1106] joined the channel
#[jgmac1106]@dmcweeney you are using an older template of mine and I didn't have a long time when we met today, sorry, but I am happy to not ever really use floats anymore. Moved on to stinking at something else. First bootstrap and now CSS Grid.
#dmcweeneyI'm just not sure how to align the boxes next to each other since (at least what I see) is one box to the far left of the other boxed that are on the far right ... I think I butchered something
#[jgmac1106]Yeah, horribly not responsive on my phone, and that's my bad.
#dmcweeneyAlthough do you know if there is a code for getting the boxes aligned in a row?
#[jgmac1106]It's just the human addiction to a pattern of threes
#dmcweeneyso only 3 boxed can be aligned in a row?
#[jgmac1106]Yes but that is layout. Not really a code, and in what I recall it was floats mixed in with bootstrap or skeleton... I have a lot of residue out there
#[jgmac1106]Yeah my Glitch tutorial is better. Broken CSS Grid rather than broken floats.
#[jgmac1106]It's basically three choices, use well groomed silos, stick to a text only approach, or accept the weird and broken on to your path towards beautiful
#[jgmac1106]But if you take the instructional design of your lessons, and don't touch the html and CSS for now you should be fine
[kevinmarks] joined the channel
#[kevinmarks]if you want things alingedn ina . row, flexbox is easier
#[kevinmarks]put style="display:flex" on the element around them, done.
#[jgmac1106]Agreed, Thimble did get a lot right for new learners
#[kevinmarks]the actual thing I do is use the inspector, put the styles on until it looks right, then copy that to the css
#KartikPrabhuyeah, that is also confusing because specificity
#[jgmac1106]I love the new Inspector in FF Dev edition, especially the CSS grid
#KartikPrabhuthings you put inline do not work in the same way in a stylesheet
#[jgmac1106]@drewmcsweeny I will take in a few. Wrapping presents and working on post comparing technical debt to dirty diapers
zoglesby joined the channel
#@MarcoInEnglish↩️ Yup, that was the article that finally got me going with my sites. Webmentions are better than pingbacks or trackbacks, and they are a W3C standard. http://Micro.blog implements them, too. But I don‘t know to what extent. Am no longer with the service. (twitter.com/_/status/1021923355144937472)
#[jgmac1106]@mblaney how does Indiepay.me work now? Thinking of endorsements and badging... A third party..or domain as a ledger.. I would love for a learner to "request a payment".. A badge.. And then I can then "make a payment" award a badge.
#[jgmac1106]Sounds like just changing currency from money to gold stars
#[jgmac1106][eddie] I could see endorsements being done the same way. Any given community to keep their own ledger.
#mblaneyjgmac1106: indiepay.me currently works by one person writing a "payment post" with a recipient tagged, and then the recipient needs to write a matching confirmation post. If both those steps are done, indiepay.me will record the transaction as confirmed.
#mblaneywhat you're after should be simpler than that. one person would create a post that meets the requirement of the badge, and instead of including a recipient in the post indiepay.me (or other 3rd party site) could alert the authorising party that a badge should be confirmed.
#mblaneybtw there were issues signing in to indiepay.me with a wordpress site which I hope I fixed yesterday, if anyone wants to try it out.
#@pstuifzandToday I improved the flow when logging in from micropub clients to Ekster. Now you continue with the Indieauth when you aren't logged in. Also now the app name and logo are shown when you login with a Micropub client. https://p83.nl/p/813 (twitter.com/_/status/1022105175283191813)
KevinMarks joined the channel
#dougbeal!tell mblaney: its alive! I was able to log in.
#[jgmac1106]to get a row of three boxes just do <div class="row"><div class="col-md-3">box 1</div><div class="col-md-3">box 1</div><div class="col-md-3">box 1</div></div>
#[jgmac1106]You can style each box in you css, sorry I never wrote a good tutorial file for that, but I think you found it on GitHub and imported into Thimble
#[jgmac1106]Been putting more time into Glitch, though I like some of the learning tools in Thimble better
#[jgmac1106]and you would use off sets not spaces to center something in bootstrap, not like what I did here: <div class="col-md-4">   </div>, don't have time to fix that but will remix project and build a bootstrap row for you to copy
#[jgmac1106]looking at how big your participation div is you may want to put the read and write in a <col-md-6> and the participation in its own row with <col-md-12>
#Loqi@mblaney Fully agree an #OpenBadges endorsement of badge (not using credential since it means so much in dev circles) needing nothing more than two permalinks but I like the #indieweb indiepay.me workflow for two reasons: 1: I want students to apply ...
#dmcweeney@jgmac1106 How do i get the boxes to be close to each other?
[eddie] joined the channel
#[eddie]!tell jgmac1106 I guess I’m not totally convinced that a third party ledger is needed for endorsements. For example what “Community” would keep track of my job skills? I can see how having a third party ledger for a school would be useful, but I think it should be optional and not required
#sknebeldoes anyone have a favorite readymade wordpress (with or with out indieweb plugins) VM or docker container or ... that's quick to install and throw away?
#[kim_landwehr]Logging into Quill using my domain connected to micro.blog, http://wrke.online/ and I noticed that the Editorial option is not available, does anyone know what might be causing this @manon, [aaronpk]
#[kim_landwehr]sorry that should have said [manton]
#[eddie]I think [manton] needs to add Article to the micro.blog post types configuration. When [aaronpk] was adding support to Quill for post type configuration, he mentioned that he noticed Micro.blog only listed “note” and “bookmark” as the Micropub post types it supports.
[pfefferle] and [jgmac1106] joined the channel
#[jgmac1106]But isn't [manton] going for that short post microblog vibe? Might be feature and not bug
#Loqi[jgmac1106]: [eddie] left you a message 4 hours, 41 minutes ago: I guess I’m not totally convinced that a third party ledger is needed for endorsements. For example what “Community” would keep track of my job skills? I can see how having a third party ledger for a school would be useful, but I think it should be optional and not required
#[cleverdevil][jgmac1106] nope, Micro.blog has become a full website hosting platform.
#[manton]I think I didn't include "article" separately (in the Micropub config) because I wasn't sure what to call it. Micro.blog calls both short and long posts just "posts". But now that Quill is using this, it should be included... Hmm.
#[manton]For now I think I'll just include it and not worry about the name. One sec, I'll get that updated.
#[eddie]I don’t think the name is used super often. Micro.blog and Indigenous create a long post if content > 280 characters and you enter a title. So essentially once I add support if a server didn’t support Articles, I would just never show the Title field in Indigenous. Quill primarily uses the paper icon. You might see what config string if you hover on top the icon
#[manton]For now I've added it as "Article" just to have something, but I'll very likely rename it since Micro.blog doesn't use that terminology anywhere else.
#[manton][kim_landwehr] If you sign out of Quill and back in, you should see the Editor option now.
#snarfedgraph shows CPU utilization, ie (roughly) cost. migrated at 7/24 3:30pm. hard to eyeball, but looks like the migration added something like 30-50% to overall CPU overhead
#sknebelwhich is a safe way to make a copy (and given that they failed to write a proper copy-function for Tags maybe not a bad decision), but expensive
#tanteksince backfeed from FB is broken (they broke it) for RSVPs to events, I no longer have any incentive to use my own account to make FB POSSE copy events of IWC/HWC events, and instead might as well make them events by the "Indie Web" page
#Loqifacebook has -1 karma in this channel (-18 overall)
[jgmac1106] and [cleverdevil] joined the channel
#[cleverdevil]Interesting, I am downloading my wife's facebook data export, and now you can export JSON data and request high resolution photos.
#[cleverdevil]May not need to use the Graph API after all, which it turns out may be necessary, because I just tried using fb-export and Facebook started rejecting requests after only 10 pages of data were fetched.
#[cleverdevil](Indicates to me that they're trying to make this harder...)
#tantekand apparently duplicating an event by a "page" does not auto-invite everyone :(
#LoqiIt looks like we don't have a page for "architeture astronomy" yet. Would you like to create it? (Or just say "architeture astronomy is ____", a sentence describing the term)
#@jensimmonsDesign solves a problem. If you don’t know what that problem is, or who is having it, you aren’t designing. You are chasing your own fantasies. Maybe you’ll get lucky and create something for people just like you. Or you could get customer-focused and have more of a sure thing. (twitter.com/_/status/1022203343475748864)
#tanteksorta, that's not really what architecture astronomy is about - which is actually about too many layers of abstraction
#tantekthat tweet is more close to the pitfalls of /plumbing first design
#KartikPrabhuaah yes plumbing-first makes more sense
[snarfed], [matpacker], snarfed, KevinMarks_, tantek__ and [dougbeal] joined the channel