#dev 2020-04-20
2020-04-20 UTC
_user43, [tantek], geoffo and gRegorLove joined the channel
beko, geoffo, [prtksxna], KartikPrabhu, [schmarty], nickodd, swentel, loicm, [LewisCowles] and sava_ joined the channel
plut4rch joined the channel
# plut4rch this is the appropriate chan :))
# KartikPrabhu yup
# [LewisCowles] [plut4arch] probably best not to parse out individual things from a URI. PHP has your back in terms of using $_POST and $_GET super-globals
# [LewisCowles] the path suggestion I gave was literally the path without query parameters
# plut4rch does the $_GET super global work with RESTful URL's?
# [LewisCowles] yes, it's unfortunately baked into PHP along with $_POST unless you turn them off in the ini file
# plut4rch hmm i see
# [LewisCowles] as for PHP specifics, I think it's best to google 'ietf http rfc' so you understand what the moving parts are
# [LewisCowles] The PHP way to talk about some of those primitives
# plut4rch ahhh thank you for those looks and references LewisCowles, I will be sure to study up a bit
# plut4rch LewisCowles do you think if i try and do all of this without a framework I am going to run into security issues pretty fast?
[jgmac1106] joined the channel
# [LewisCowles] I can't speak to that. It sounds like FUD (Fear Uncertainty and Doubt) to trap you into an ecosystem, but will depend on a lot of things
hs0ucy joined the channel
# [LewisCowles] mixing and library based development is wonderful when you need it.
# [LewisCowles] they still have the mindshare trap a lot of the time
plut4rch joined the channel
# [LewisCowles] I suppose even languages have this problem
[xavierroy] joined the channel
loicm and tomasparks joined the channel
# Zegnat There are definitely a couple reasons to go with a framework in PHP if security is important, unless you take the time to learn a lot about PHP internals yourself. For the longest time, default cookie values were seen as insecure. Frameworks would often have much saner defaults, but if you thought PHP had sane defaults and just used cookies/sessions you could get into trouble
plut4rch joined the channel
# [jgmac1106] <knows just enough and no where near enough in a perfect balance to do probably really bad stuff on his personal website...haven't done anything in a bit as I hit limits of knowing.
# [jgmac1106] well swentel I could excercise in place with a jumprope, gpx data not too useful
# [jgmac1106] if that is what gwg meant by excercise UI?
# swentel this is a test trip on my site now: https://realize.be/node/2106
hs0ucy joined the channel
# [jgmac1106] and it better have a parsec option
# [jgmac1106] I think tracbook controlled by global phone settings, mine are miles
# [jgmac1106] I never had to specify
# [jgmac1106] gwg strange benefit (for me) of having multiple h-feeds on a page using fragment links, I can do an announcements of new posts without cluttering my page with webmentions
[LewisCowles] joined the channel
# [LewisCowles] Zegnat++, I see your point. Right now I am not sure their API is using cookies or sessions
# [LewisCowles] it's not using a routing library, so I think they have time
# [LewisCowles] Yesterday I had a swell time making static HTML versions of my wekan boards. I've still got to populate a zip file with the css and any images, but I'm rather glad it works without the JS and makes it read-only
# [LewisCowles] I've used it for years, but it only has JSON import / export without a REST API. I like their UI. The steps so-far are ticketed on their issues
# [LewisCowles] it should allow me to output to a zip I can overlay on a file-system, which will allow me to share boards in my new venture
[Michael_Beckwi] joined the channel
# [LewisCowles] you have to get really good at using statuses to abandon JIRA. Also I'm fairly certain card history doesn't come with this yet
geoffo, hs0ucy and plut4rch joined the channel
# [jgmac1106] interestinga parser to that tries to build an rss feed: https://blog.inoreader.com/2020/04/convert-almost-any-webpage-into-rss-feed-with-inoreaders-web-feeds.html?utm_source=inoreader&utm_medium=sticky&utm_campaign=webfeeds
# [jgmac1106] oops sorry for ?utm
nickodd, andysylvester, hs0ucy and tex joined the channel
# tex Hello everyone, sorry for interrupting everyone, I ask you for a minute. My family is experiencing difficulties due to Covid-19, I kindly ask you if you can help me by activating my Tik Tok invitation code so that we can receive the necessary help at this inopportune time. My Code 251313031
petermolnar and KartikPrabhu joined the channel
# [LewisCowles] the code linked has made me feel better. It shows it's a scam by googling tik tok then the code. It's awful the spam, but equally as awful if someone were so desperate it were real. This one is not
lennykravitz and [KevinMarks] joined the channel
# [KevinMarks] This is interesting. I wonder if any of these should imply a name in mf2. https://sarahmhigley.com/writing/whats-in-a-name/
KartikPrabhu joined the channel
# [KevinMarks] On the OAuth as a play thing, we did QuickTime Streaming as an interpretative dance in 1999
# [KevinMarks] Each component was played by the engineer responsible
gRegorLove, hs0ucy and swentel joined the channel
# swentel there's a payload example at https://github.com/swentel/indigenous-android/issues/359
[jgarber] and [tantek] joined the channel
[Molly] and loicm joined the channel
nickodd left the channel
lahacker, rmdes, andysylvester, leg and [jgmac1106] joined the channel
[Aaron_Klemm] and deathrow1 joined the channel
# gRegorLove I sent a webmention to webmention.io a few days ago which returned a 303 and the body indicated pending, but it didn't show up in https://webmention.io/api/mentions?perPage=500&target=https://tomcritchlow.com/2020/04/15/library-json/ It looks like my sending truncated the trailing slash of the target, which I think explains the 303 status?
# gRegorLove Though I'm not sure why the wm doesn't appear in https://webmention.io/api/mentions?perPage=500&target=https://tomcritchlow.com/2020/04/15/library-json
# gRegorLove I just manually re-sent it using the form and it showed up in the canonical mentions URL
# gRegorLove Hm, no it was https
# gRegorLove Let me check my code for 303s
# gRegorLove Unfortunately I didn't log the status URL or what it 303'd to
# gRegorLove Interesting. I see 303 with other webmention.io, but they're definitely sent by cron not browser. Let me see if those other ones showed up.
# gRegorLove I'll start by fixing my URL truncation bug
# gRegorLove Accept: application/json, application/xml, text/html
# gRegorLove which not even sure commas is correct there? Heh
# gRegorLove Not sure why I have application/xml there
# gRegorLove <justincase></justincase>
[KevinMarks] and plut4rch joined the channel
# Salt[m] interesting, unsure if this is normal markdown functionality, but urls are not automatically converted to links on the indieweb events page, see "Links" on https://events.indieweb.org/2020/04/online-homebrew-website-club-west-coast-Q8s6bDkwQGlT
# KartikPrabhu I don't think markdown does auto-linking
# gRegorLove I like the detailed schedule, Salt[m]. We should definitely track that on the wiki too so it doesn't get lost. I started https://indieweb.org/Homebrew_Website_Club#Online_Format a couple weeks ago
# gRegorLove Small suggestions: move the first photo up to after intros / before discussions; "adds event to wiki" isn't needed anymore, the newsletter pulls from the event site.
# gRegorLove oops, meant that for #indieweb-meta