renem, [jgmac1106] and [tantek] joined the channel
#[tantek]Jacky I use well formed HTML5 with micro formats as my storage format. In memory I use PHP arrays of arrays etc which map very well to the parsed mf2 model
[jgmac1106] joined the channel
#[jgmac1106]My issue with HTML5 I keep running up against is the infinity scroll website that may have many links to h-entry on same page.
snarfed, [tantek], [pfefferle] and [Rose] joined the channel
#[Rose]I'm really excited about the idea of pixelfed. I'm hoping I can have one site and just have my image posts become my Pixelfed feed (I'm already going to set up https://fed.brid.gy, which hopefully will put me in good stead)
#dansup[Rose]: I am releasing a feature called Collections which is like Twitter Moments for Instagram posts. That will make it easy to make albums of albums or single photos or videos. They will be included in the atom feed too. https://mastodon.social/@dansup/100829384487521497
#[Rose]Is there a feed where I can follow all of this? I already follow you on Mastodon I hope
#[Rose]Ahem, I am indeed following you on Mastodon (rectified!)
#[Rose]I think I want to stop using OwnYourGram, and instead use Shortcuts to post to Instagram, my Micropub endpoint, and Mastodon, that might be a good start.
[asuh] joined the channel
#dansup[Rose]: Pixelfed will support the mastodon API so cross posting will be easy :)
#[jgmac1106]I'd end up writing 7 ways your teacher will use this unbelievable technique for new synergies
[kevinmarks] joined the channel
#jgmac1106well looks I won’t be able to get syndication back on Twitter from Known anytime soon: Hello,
#jgmac1106“Your Twitter account (or accounts associated with you) currently has multiple registered applications, in potential violation of Twitter's rules on the use of multiple API keys for a single use case. You can learn more about those rules here.
#jgmac1106If these applications serve distinct use cases under our policies, please reply to this email with a specific use case for each registered application."
#jgmac1106thx yeah folks are starting to track things like how many meal points are used compared to GPA, why I like teaching IndieWeb school gets no analytics on my students
KartikPrabhu and [schmarty] joined the channel
#ZegnatYou have separate API keys for all those things, jgmac1106?
#ZegnatJust use the same API key for Known & WordPress & w/e?
#[jgmac1106]I have like 47.3 blogs, I just deleted old ones
dougbeal|mb1 joined the channel
#Zegnatjgmac1106, was just reading #indieweb. Something you may want to think about if you are going to play ambassodor: what is the road off of Glitch like?
#ZegnatIf I start hosting tools on Glitch, how do they survive if Glitch closes? There is the GitHub export I have heard about, but that doesn’t automatically equate to being able to use the tool
#jgmac1106it’s good people, folks I have known long time Marc Lesser from Mouse, bunch of friends from Girls Who Code, it will be all exportable and has to ne node.js. You get to assign any license to your product
#ZegnatI get that it is Node. But is the export emediately executable in plain Node, would be my biggest question
#[jgmac1106]ask someone with real dev knowledge or try it now
#[jgmac1106]but that really isn't custom domains but app hosting
#[schmarty]I use fly.io for the indie webring. I believe it’s a proxy service in front of my glitch-hosted project.
#Zegnat[schmarty], if you export a project, can you immediately run it? Or does it depend on some glitch-native libs?
#[schmarty]Zegnat: I haven’t tried to run on locally yet but it looks like plain old node. In theory could npm install and go. Maybe even put it on Heroku or similar. I am speculating until I try it.
[manton], snarfed, eli_oat, [pfefferle] and [grantcodes] joined the channel
#[grantcodes]Yes, it's basic node. With some environment variables basically
#[grantcodes]Yep, should be fairly straightforward to migrate if you know what you're doing with node.
#[grantcodes]Oh the only thing I think is hidden is they load a .env file into the environment variables, so you'd have to do something with that if you used them
#LoqiIt looks like we don't have a page for "postmill" yet. Would you like to create it? (Or just say "postmill is ____", a sentence describing the term)
#[jgmac1106][schmarty] [kevinmarks] [grantcodes] people wanted to know if we could get close to having all the building blocks for lightweight indieweb blogging tool that would go to fly.io
#LoqiIt looks like we don't have a page for "fly.io" yet. Would you like to create it? (Or just say "fly.io is ____", a sentence describing the term)
#jgmac1106currently that is there only way to supply a custom domain…theoretically someone could hopefully download the building blocks and try it themselves
#[grantcodes]Can you not just do a cname? Or nginx reverse proxy?
#jgmac1106no cname, didnt ask about nginx reverse proxy because I have no idea what that is
[schmarty] joined the channel
#[schmarty]grantcodes: an nginx reverse proxy can work if you fudge the headers upstream
#[grantcodes]Eh doesn't really matter too much, but just a building blocks based thing with a custom domain
#[schmarty]jgmac1106: it's possible to build a blog made of indieweb building blocks like micropub on glitch, with fly.io providing a domain name in front. the pieces i built for ghostparty.today could be reused (my port of selfauth to handle indieauth) or remixed (the micropub endpoint that saves to neocities could save to glitch instead).
#jgmac1106grrrrr why would gDocs export html to a single line of code.??????
#Zegnatrun it through tidy, if you have it on your machine
#[kevinmarks]Except I didn't do login as I was confused how, but if they do add indielogin to their accounts that would make it easier. Otherwise will need an external account.
#ZegnatOh, uh, I guess. I was thinking players might be playing as themselves from their own blogs. But if that isn’t what is happening, sure
#[jgmac1106]it is just having fun, want them writing a narrative as well
#[jgmac1106]but I will probably just use human and zombie as a tag as well
[tantek] and petermolnar joined the channel
#jgmac1106what is the difference between pre and code
#LoqiIt looks like we don't have a page for "difference between pre and code" yet. Would you like to create it? (Or just say "difference between pre and code is ____", a sentence describing the term)
#[schmarty][jgmac1106] if it's a multi-line block of text, you probably want to wrap it with a pre tag, to preserve whitespace when it's rendered in the browser.
#jgmac1106can you not use them within a list item?
#jackyis working on implementing this at the moment
#ZegnatUsing a <pre> or <code> element doesn’t suddenly render HTML, jgmac1106. If you want to show the tags you need to encode the < and > symbols
#jgmac1106just used to EWordPress you want a code snippet youjusthighlight the text and select preformatted, fun fact I can’t do it in plin text editor only rich
#jackyyeah you'd have to swap < with < and > with >
#jackyor is it like an interpretation of each h- type from microformats.org?
#ZegnatI think it came up as a question of how to render things you are reading. It is modelled on mf2 properties, but it isn’t actually dependend on those. E.g. you could find whatever schema properties are equal and use the same algo on those
#ZegnatBut exact history, [tantek] will be able to tell you if it isn’t already on the wiki
#jgmac1106https://wmvsz.glitch.me/rules.html would love feedback on rules, especially thinking about timing and webmentions, thinking I may have to drop bridgy webmentions as those can take time correct?
#snarfed jgmac1106: you're just considering bridgy's hosted blog webmentions, right? ie blogger, wordpress.com, tumblr? those should be pretty quick
#jgmac1106okay, yeah that is what most people were doing, I set turns to 20 minutes instead of the five they were for twitter,trying to come up with a fun halloweenish activity for my students
#gRegorLovenewbie nginx question: I'm trying to turn off autoindex for all directories and it appears you can only do that with location directives. I tried a regex, but no dice: `location ~* /(.*)?/$`
#[schmarty]sknebel: i'm using fly.io to point kapowski.schmarty.net at the glitch app that actually runs it. no billing info on file.
#[schmarty]i *think* fly.io CNAME -> glitch app is free.
#[schmarty](note: CNAME means you can't use bare domains like example.com)
#jgmac1106then again maybe I wait until we get all the pieces going in Glitch and use that for my stream, would just want article, note, reply, quote, bookmark, photo at a minimum
#jgmac1106but atleast we would have example in the wild
#jgmac1106…though I would probably juist throw a node.js app on a subdomain
benwerd, [cleverdevil], [tantek] and tantek__ joined the channel
#[tantek]jacky++ for building your own engine the way you want!
#Loqijacky has 3 karma in this channel over the last year (10 in all channels)
#@JRDingwall↩️ I’ve been trying to comment along the way as well, but opted to use ping backs and write my comment on my own site. Saw your webmention test today and am interested but don’t know much about that approach (twitter.com/_/status/1050880809706483713)
tantek__, snarfed, strugee and [kevinmarks] joined the channel