I've been thinking about how I want my site to work (and additionally how I'd like to share it with other people so they can get it running for their own use cases) over the last few weeks as I had my head down working on [Fortress](https://indieweb.org/Fortress). It's been some time (it'll be 5 years this October 17th!) since I've joined the IndieWeb - and began exploring more people-centric social networking systems in general so it's about time.

I’ve went from a Jekyll site to working on my newer site project. This is what cloc shows for the site currently:

     595 text files.
     583 unique files.
      55 files ignored.


github.com/AlDanial/cloc v 1.74  T=1.35 s (410.3 files/s, 48459.7 lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Elixir                          336           4509            552          22526
HTML                              2           6009              0          13872
JSON                             43              0              0          13300
EEx                              44              3              3           1265
liquid                           78             16              8           1166
Sass                             12            144             17            727
Vuejs Component                   5             12              7            264
YAML                              3             23             45            257
Bourne Shell                     17             82             19            225
JavaScript                        4             32              7            185
Cucumber                          4             20              0            107
PO File                           1             21             19             57
make                              4              8              0             32
Bourne Again Shell                1              1              0              2
CSS                               1              0              1              1
--------------------------------------------------------------------------------
SUM:                            555          10880            678          53986
--------------------------------------------------------------------------------

And now, to be honest, I’m thinking about blowing all of it away!

Hear me out - I’ve learned a lot about the IndieWeb by working on this and even more so about the general space of things and now I want to try out something different. Koype works as a ‘monolith’, it has the support for things like Webmentions, IndieAuth and what not. But currently, I haven’t given myself a lot of room to consider other things like templating or making it easy to extend. This is potentially an issue with the framework I chose to work on this project with but blaming the tools doesn’t really fix the problem.

As I’ve continued to work on my site, I’ve seen other projects from people grow and flourish. I envy the flexibility that others have as I kept rushing to cobble more features into my site without taking other parts of it seriously enough. I do have a plan though!

I want to see if I can refactor my site down to a point where it’s truly just a set of “parts”:

  • a flexible Micropub server
  • something like silo.pub to handle syndication
  • finishing up Lwa to act as a Webmention hub (as well as a WebSub hub, contacts manager, and mention feeds)
  • getting Fortress ready with AutoAuth and provisioning protected content (feeds, posts, etc)

I think that once the basis of the above is in place, I can think more on how I want to handle other things like actually showing the site. I really don’t want to go back to static site generation because the build times for Jekyll really frustrated me and was only justified when I was only writing like blog posts. Since I plan to have my website be my identity, place and hub on the Web, that doesn’t work for me anymore. By refactoring Koype down to just the Micropub server (with some extra kicks, of course), I can go and use the same file storage for content as the backing for a very thin server that can act as the ‘front-end’ for my site. Having two apps running to work as my site is a bit weird but it gives me a bit of power in decoupling how I work on my presentation layer of my site without worrying about breaking how things in the background.

I can imagine this sounding so complex but oddly enough, it’s a lot simpler than the general state of Web development (React! ‘Serverless’! Service Workers! oh my! Offload-all-of-the-work-on-client-devices-because-why-not!). I am excited to start working on this too because it’ll be a lot easier to make progress with things too.

I've been thinking about how I want my site to work (and additionally how I'd like to share it with other people so they can get it running for their own use cases) over the last few weeks as I had my head down working on [Fortress](https://indieweb.org/Fortress). It's been some time (it'll be 5 years this October 17th!) since I've joined the IndieWeb - and began exploring more people-centric social networking systems in general so it's about time.

I’ve went from a Jekyll site to working on my newer site project. This is what cloc shows for the site currently:

     595 text files.
     583 unique files.
      55 files ignored.


github.com/AlDanial/cloc v 1.74  T=1.35 s (410.3 files/s, 48459.7 lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Elixir                          336           4509            552          22526
HTML                              2           6009              0          13872
JSON                             43              0              0          13300
EEx                              44              3              3           1265
liquid                           78             16              8           1166
Sass                             12            144             17            727
Vuejs Component                   5             12              7            264
YAML                              3             23             45            257
Bourne Shell                     17             82             19            225
JavaScript                        4             32              7            185
Cucumber                          4             20              0            107
PO File                           1             21             19             57
make                              4              8              0             32
Bourne Again Shell                1              1              0              2
CSS                               1              0              1              1
--------------------------------------------------------------------------------
SUM:                            555          10880            678          53986
--------------------------------------------------------------------------------

And now, to be honest, I’m thinking about blowing all of it away!

Hear me out - I’ve learned a lot about the IndieWeb by working on this and even more so about the general space of things and now I want to try out something different. Koype works as a ‘monolith’, it has the support for things like Webmentions, IndieAuth and what not. But currently, I haven’t given myself a lot of room to consider other things like templating or making it easy to extend. This is potentially an issue with the framework I chose to work on this project with but blaming the tools doesn’t really fix the problem.

As I’ve continued to work on my site, I’ve seen other projects from people grow and flourish. I envy the flexibility that others have as I kept rushing to cobble more features into my site without taking other parts of it seriously enough. I do have a plan though!

I want to see if I can refactor my site down to a point where it’s truly just a set of “parts”:

  • a flexible Micropub server
  • something like silo.pub to handle syndication
  • finishing up Lwa to act as a Webmention hub (as well as a WebSub hub, contacts manager, and mention feeds)
  • getting Fortress ready with AutoAuth and provisioning protected content (feeds, posts, etc)

I think that once the basis of the above is in place, I can think more on how I want to handle other things like actually showing the site. I really don’t want to go back to static site generation because the build times for Jekyll really frustrated me and was only justified when I was only writing like blog posts. Since I plan to have my website be my identity, place and hub on the Web, that doesn’t work for me anymore. By refactoring Koype down to just the Micropub server (with some extra kicks, of course), I can go and use the same file storage for content as the backing for a very thin server that can act as the ‘front-end’ for my site. Having two apps running to work as my site is a bit weird but it gives me a bit of power in decoupling how I work on my presentation layer of my site without worrying about breaking how things in the background.

I can imagine this sounding so complex but oddly enough, it’s a lot simpler than the general state of Web development (React! ‘Serverless’! Service Workers! oh my! Offload-all-of-the-work-on-client-devices-because-why-not!). I am excited to start working on this too because it’ll be a lot easier to make progress with things too.

#indieweb #decentralisation #webmention #microformats

Роскомпозор замедляет твиттер? а зачем нужен твиттер если есть собственный блог, в который можно постить как в твиттер только лучше? #IndieWeb #ownyourdata

#IndieWeb #ownyourdata

Oh that was the same for me. I had a static site using Jekyll some time ago but then ended up writing my own blog as well. Frankly, if I had to do it all over again, I’d opt for a light system that makes it easier for me to plug in my own bits for Webmentions and other IndieWeb stuff

aye! lemme know if you need help with that! or pop into https://chat.indieweb.org/dev/!

# I'm three weeks in to my journalling streak and it feels good to have kept it going, not that there's really been anything earth-shattering written there. It definitely helps having a little reminder at the top of the blog page that is also a direct link to the journal page.

# Non-WordPress blog status update:

  • RSS feeds (live & daily) - done
  • inline editing - done
  • image uploads - done

Everything I wanted to achieve for a version 1.0 has been completed. It's been relatively easy as it's all based on the custom layer that I created on top of WordPress. I have just had to transpose the code over and replace WordPress specific function with normal PHP and JavaScript. The only thing that hasn't translated has been treating each day as a single post. For now.

I've been thinking about how I could implement a comment system but that's not a priority right now. I also looked at sending/receiving webmentions but that's still a bit beyond me at present, maybe I'll work out how to do it in future but, again, it's not a priority.

The real question is do I make the switch to this system? There's no way I'm going to (be able to) migrate existing content over so the WordPress blog would still have to exist as an archive. I also wouldn't migrate the Garden as that would be too much work. The Journal could be fair game, however.

In the meantime, I'll run the non-wp blog in the background to give it a thorough test before making any decisions as I'm sure there are bugs that will need to be ironed out. Irrespective of any issues I'm really happy with what I've been able to create thus far.

# I appear to have broken the RSS feed generator on the WordPress blog so the decision may be getting made for me.

# Look like I've managed to fix it so an enforced change isn't on the cards just yet.

# And there we have it, Lockdown 3 in England until further notice due to continued increases in Covid cases. The easing of restrictions is tied to the vaccination program so we could be in to March before anything changes.

Parts completed in Fortress:

  • Drop-in support as a IndieAuth provider (it still requires setup)

Things that I’m planning to complete:

  • Audit log of each token use
  • Revoke tokens from Web
  • Add information on dashboard about supported providers
  • Add flow for adding devices

One Year Since The #IndieWeb Homebrew Website Club Met In Person And Other Last Times - Tantek

Expect more poignant one-year anniversary memories this March.

We reached our disembarkation stop and stepped off. I put my mask away. We hugged and said our goodbyes. Didn’t think it would be the last time I’d ride MUNI light rail. Or hug a friend without a second thought.

#covid-19 #coronavirus #pandemic #lockdown #anniversary #memory

Introducing tokens-pls, a Web Application to Test OAuth2 Code Flows

Announcing my new project, tokens-pls, which allows for easier manual testing with the OAuth2 code flow for Public Clients.
#indieauth #oauth2 #token-pls

Why I Still Use RSS | atthislink

Having only the content I want to see only be shown when I want to see it with the freedom to jump between readers as I please, all with no ads? For me, no other service comes close to the flexibility, robustness, and overall ease-of-use that RSS offers.

#rss #syndication #wellbeing #social #indieweb #reading #readers #freedom
Liked Why The IndieWeb? (briefs.video)
A brief video about the web from Webbed Briefs

There’s a voice inside your head that prevents you from sharing ideas—punch it in the face. - Airbag Industries

Violence is never the answer, unless you’re dealing with nazis or your inner critic.

The excuses—or, I’m sorry, reasons—I hear folks say they can’t write include: I’m not very good at writing (you can’t improve if you don’t write often), my website isn’t finished (classic, and also guilty so shut up), and I don’t know what to write about, there’s nothing new for me to add (oh boy).

#writing #sharing #innercritic #personal #publishing #indieweb #blogging #ideas

Reminder that it's #HomebrewWebsiteClub Nottingham tomorrow! I hope to see you there at 1730 for some website stuff! https://events.indieweb.org/2021/03/homebrew-website-club-nottingham-zpkxpaQ4wCgD

#homebrew-website-club

Welp, backlog of webmentions from telegraph.p3k.io means you may see some poorly timed interactions from me - sorry 🙃

@Cambridgeport90 I don't worry about them stepping on each other, I simply make sure they're cross-linked so that if I go looking for something, I'll be able to find it. Webmention definitely helps in this respect.

As an example you'll notice that my earlier response (http://stream.boffosocko.com/2021/roberthaisfield-i-agree-wholeheartedly-and-have-written-a-bit-about) links to part of the related commentary on my main site, so there will be a webmention in the comments there that ties it all together.

How to blog about books

Thinking back to IndieWebCamp

Inventur

fluffy rambles: Where I'm at right now