I like @WyzeCam’s products - because they’re oddly developer-friendly, affordable and what not. This watch they released is very interesting though. I kind of wish they opted for a higher FPS screen - I would have paid more than $30 for it but it’s literally fine.

If you’re Baptist, you can’t dance at your wedding, but you can superspread! https://t.co/GgQvIs38Js
Impossible to read this without feeling immense sadness that people can be this selfish and freely hurt others. elle.com/life-love/a357…
If you call them voter integrity laws I will dope slap you. They are voter suppression laws.
I’m definitely going to get into BIG TROUBLE for this one. dev.to/jaredcwhite/th…
Men will literally call into a fictional psychiatry show on Seattle talk radio station KACL instead of going to therapy.
Gumroad is crowdfunding an investment round, so I took my Gumroad earnings for the month and invested it back into their service! techcrunch.com/2021/03/15/gum…
Gumroad is crowdfunding an investment round, so I took my Gumroad earnings for the month and invested it back into their service! https://techcrunch.com/2021/03/15/gumroad-wants-to-make-equity-crowdfunding-mainstream/
TL,DR: (or rather, watch in this case) @tedwheeler said the kettling decision from Friday was successful and he supports it. He said it stopped further violence and destr...
lol the phone system is so broken https://t.co/8f9zKvvenm
New: this is truly insane. For $16, a hacker rerouted my texts; received messages meant for me; broke into my online accounts. This isn't SIM jacking or SS7. You just pay...
I particularly like Boulware's articulation of his journey to understanding. He unwittingly tried to erase his own daughter rather than see her for who she is due to his own lack of understanding. Anti-trans legislation is created out of ignorance and fear.
Powerful testimony. Just because you don't understand someone's identity, it doesn't mean that their identity is invalid. It's not the responsibility of the trans community to educate you on what it means to be trans. If you don't understand, educate yourself before legislating.
MUST WATCH: Brandon Boulware, the father of a transgender daughter, testifies during a hearing asking Missouri lawmakers to stop discriminating against trans youth.
#sms #security #2fa

So I’m working and I wanted to have someone up as I go about thangs.

I go to see @ChelseaBytes at https://www.twitch.tv/chelseabytes and SON - it is CROWDED!

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.

I dare anyone to make an NFT of this tweet.
Today I held my first @_whitefusion “Bored Meeting” 😜 to define upcoming Q2 projects. Agenda, meeting notes, next steps, the whole nine yards. Used @craftdocsapp to do it—and what a great experience it is! The colorful highlighting options are second to none. Huge recommend.
New post: Notes: NFTs: crypto grifters try to scam artists, again beesbuzz.biz/blog/chatter/4… #Blockchain #Horribleness #Scams
I won’t spoil it, but the sound that happens at the end of this song is so funny. anothermichael.bandcamp.com/track/im-not-h… Also this album is absolutely amazing.