If you own your own website, some billionaire can’t buy up the network and take it away.
I experimentally updated PHP
It all looks okay to me. If you see any errors with my website, please let me know.
That’s a shame
IF I make a WordPress post and it syndicates via ActivityPub, and someone comments via ActivityPub, that comment makes its way back to my post. This is good.
If someone uses ActivityPub to reply to the reply, that does not seem to make it back. That’s a shame.
I haven’t a clue how to make a change that could make the reply’s reply come back too, but I expect it is complicated. I’m sure someone smart will figure it out eventually.
You make a good point
Not only does it make a lot of sense, but I have started to come round to the idea that Make What You Need might be a great idea. Your comment and ones like it have caused me to revise my thinking.
My follow-up to this was: Okay, “make what you need” might be good for the IndieWeb’s future after all
I really appreciate the way IndieWeb folks are happy to take the time to converse and disagree with me in a persuasive way. Comments like yours will help me grow and improve. (Also, I do love a well-constructed metaphor.)
AI is probably not so good for us and that’s coming from someone who nerds out over AI.
Coyote writes that AI is bad for the IndieWeb, and I kinda have to agree. For all I find AI to be a fun toy to play with, I can see all the dangers to our way of doing the web that it can bring.
Surfability is one of the things AI threatens (Coyote tells us), and I don’t like that. This week, I was thrilled to reconnect with a beloved family member because of SEO, surfability, onsite links, and open social media (ActivityPub). I doubt that could have ever happened in a world where everyone just asks AI for stuff.
Can anyone tell me what I am doing wrong?
I get this (pictured)

From this?
<style>
.site-index {
width: 100% !important;
position: relative !important;
margin: 1em auto !important;
padding: 0 !important;
list-style: none !important;
overflow: visible !important;
}
.site-index .site {
display: block !important;
width: 50% !important;
margin: 1rem 0 1rem 0 !important;
float:none !important;
min-height:1em !important;
overflow: visible;
}
</style>
<script type="text/javascript">
jQuery(document).ready(function() {
// init Masonry
var $grid = jQuery('.site-index').masonry({
itemSelector: '.site',
columnWidth: '50%',
percentPosition: true
});
});
</script>