I just got my new IndieAuth login screen to work for real! Successfully authenticated in Quill, confirming my identity on my server via password... I'm always excited when things work! #indieweb #programming

oh, hey, I found a bug in my code again! it wasn't sending any webmentions at all because it was crashing when searching for possible targets.

I hope Micropub still works on a new site!

@manton @danielpunkass @cheesemaker Is it common to do many small Frameworks or a single large one? In a WWDC Session they said you shouldn't have more than 6 frameworks in an app? I'm packing my IndieWeb code and trying to decide if they should be 3 or 1. Any thoughts?

Interview on Plutopia podcast

Good morning, Austin! Tonight is Homebrew Website Club, 6:30pm at Mozart’s Coffee. We’ll meet at a table outside to talk about the IndieWeb, plan for the upcoming IndieWebCamp Austin, or work on your own web site.

12 days of microblogging: photos

For the IndieWeb Day 3 challenge, I saw on the To Do list that we needed to clean up the Personal Domains page and the Domain Registrar page and merge them. I took a swing at it, and it can be seen here. If you have further thoughts, please help contribute!
I decided to work on my website theme for a bit.  In order to support it, today I shipped(with a minor bug, sorry), a new Indieweb plugin that adds the ability to add the rel-me links inside the h-card widget instead of by themselves. I’m now using it. In my theme, I added support for a dedicated h-card page. I’ll be turning it on on my site likely in future as I experiment with moving my feed off of my main page.
Adding an SSL to my domain has now presented me with a headache for my #indieweb logins.

One of the many great things about the Indieweb is that I can use my domain URL to log into and use different services. But now changing from http: to https: those services see that as a new URL.

Disabling the redirect in the .htaccess file only works for the root. Once I try to authenticate with the WordPress element we’re right back to using the secure URL.

Most of this problem is of my own creation. I don’t run WordPress for my whole site. Only the /blog part is WP as I wanted to retain a POSH homepage and be able to play around on the non-blog parts.

This means the URL I have to use is https://davidjohnmead.com/blog. Not great as most things are geared around the root.

I think I’m just going to have to discard my old URL login and start anew with the secure one.

I see it fairly often. Is there any API in p3k to make these stories available in readers? Maybe we could build something interconnected, so every person’s story was available in an IndieWeb reader!

I think @indiewebcat needs to make @aaronpk to post more photos, since #cats are cute. #🐈

Going through my Twitter archive from 2007-12. So many dead shortened URL’s and defunct #silos I never received an export from, like the food app Nosh.
#indieweb

Okay, #damagereport!

The bug was, in essence, a hardcoded date for posts in the Micropub instance. It could’ve respected the date of sending if it was present, but it wasn’t.

That’s why it got the date from now_iso() function, but the call was performed on launch instead of on post creation. It overwrote the same document over and over…

Thankfully, all my posts are saved in Git, so I’ve easily recovered my stuff. The feed now is in proper order.

Voxxed Thessaloniki 2018 - Opening Keynote - Taking Back The Web - YouTube

Here’s the talk I gave recently about indie web building blocks.

There’s fifteen minutes of Q&A starting around the 35 minute mark. People asked some great questions!

#youtube #video #indieweb #voxxeddays #thessaloniki #publishing #technology #webmention #micropub #relme #microformats #presentation #talk #keynote
I think stories are harmful for #IndieWeb, since they: Are not visible from readers Divert attention to silos Disappear Don’t have a universal share button outside of the silo
Every day in December, the IndieWeb is trying to collectively ship an update. Today, I created a stub for the 2019 Austin IWC page, and Aaron Parecki published it live on the server! So that's day 2! It's missing the schedule and sponsors because I didn't have that info, but it'll be added soon enough 🙂

Plutopia.io podcast on the Indieweb

#IndieWebChallenge Day 1: #Python Micropub endpoint with potential

I’m #testing my new Micropub endpoint written in Python with Flask.