[chrisaldrich], benwerd, [kimberlyhirsh], [jgmac1106], KartikPrabhu, eli_oat, [kevinmarks], tantek, leg, cweiske, iasai, swentel, haha and jeremych_ joined the channel
#jeremycherfasNoobish question re git. If I am doing stuff on a dev branch, do I need to push to origin/dev or is it ok to just merge into master and then push that to origin/master?
#jeremycherfasWanna go to Uganda to a workshop on seed certification? I've decided I don't.
#[jgmac1106]Is it your repo? If so you can push directly to master, someone else's ask. Even on your own you may push to a different branch for testing on staging for example
#ZegnatIf it is all your own code, do whatever feels right. If you donβt need copies of branches on the remote for synchronisation, you donβt need to push them
#LoqiA podcast is an episodic series of audio and/or video posts that can be subscribed to and downloaded for offline listening/viewing https://indieweb.org/podcast
#Zegnatwonders if there are any resources linked there
[grantcodes] joined the channel
#[jgmac1106]Will do when ai get to office. Thanks all,
[kevinmarks] joined the channel
#[kevinmarks]Can you put a raw version on a url, then we can point parsers at it. Unmung will have a go and if you check the details box give some kind of error. Feedvalidator.org will give you other errors.
iasai joined the channel
#sknebelgithub gists have a "raw" link if you don'T need a specific content-type to be set
#[jgmac1106]Yeah didn't think about pushing to master.. Been working on my own... Next two goals: media query for the source code box from tinymce.. I can't use it on my phone.
#[jgmac1106]Okay finally figured out my iTunes rss feed. I couldn't just build an xml file I had to throw up a show we page... Then wasted a half hour of my life before realizing you have to use Apple's categories
#[grantcodes]!tell petermolnar - re react website it's basically as Eddie described, the server does the initial render based on the initial state of the components, so basically just generates html + css for a page, then if a user has js enabled everything is loaded client side where you can do the real time interaction stuff
#[schmarty]has made a Teacup-replacement via iOS workflow! π
#[schmarty]accepts a photo, pulls the lat/lon and datetime from it, resizes it to 640px-wide and uploads it to media endpoint, then makes a JSON post.
#[schmarty]after triggering the workflow, the only interruptions are when it asks whether you ate/drank, then prompts for "what's that you (ate|drank)?"
#[schmarty]i am really bad at making these things but they are really neat when they work.
#[eddie]I've been meaning to build an actual iOS app that does that so I'm not always opening web browser windows as such but that's a clever workaround!
[jgmac1106] joined the channel
#[jgmac1106]!Tell JeremyCherfas Got it all set... I did not understand category meant "their category" and who the hell has 1400x1400 images lying around
#Loqi[jgmac1106]: jeremycherfas left you a message 1 hour, 3 minutes ago: I did try to tell you that iTunes has specific requirements.
#[jgmac1106]Should write up a post on how to set Known up for a podcast feed. I think yours works bc that is all it does... I had to make the xml feed and design a new page as I couldn't access the xml file from my Domain with Known
[tantek], iasai, benwerd and eduardm joined the channel
#[tantek][jgmac1106] we should talk about post types. They should just "happen" by natural posting behavior. You absolutely shouldn't need copy paste templates for them - that's overthinking them and definitely not the intention!
[jgmac1106] joined the channel
#[jgmac1106]I find it was easier just to add "read-of" on a few HTML tags and keep a bank of templates then it was to try and figure out how to build plugins in either CMS
#[jgmac1106]Yes but there is no post type discovery in Known. With both WordPress and other CMS I just find it easier to throw in a bit of mf2 into html then trying to figure out how to build plugins