fuck i love blogs. if i had nothing but time i would just read blogs all day.
drop your blog below please ⬇️
@molly0xfff I literally just closed it down today. πŸ˜•
Maybe someday again when I can do a two way integration with activity pub the way I've been dreaming of for years.

@qkslvrwolf @molly0xfff meanwhile on the other side people being like "this is actually kind of a privacy nightmare and too much of a responsibility to implement properly, also spam"

https://brainbaking.com/post/2023/05/why-i-retired-my-webmention-server/

Why I Retired My Webmention Server

After two years of building and running my own fully featured Webmention server, I think it’s …

Brain Baking

@joel WebMention and ActivityPub aren’t exactly the same thing.

I’ve added WebMention support to my blog three years ago. My experience matches the one in this post in some points but not others. I receive exactly zero spam for some reason and no mentions from Bridgy either. But I have to agree: there are only few mentions, and it’s usually from sites like lobste.rs so I barely publish any of those (I pre-moderate comments on my blog). All in all, the only reason it’s still running is that the maintenance effort is virtually non-existent.

@qkslvrwolf @molly0xfff

@qkslvrwolf @molly0xfff
@mapache has just been working on exactly that. Results at @blog

@SmartmanApps @qkslvrwolf @molly0xfff @blog yeah! I have been thinking in this crazy idea yesterday. I know that I can push the whole content to the fediverse, but the consumption on mastodon feels weird. And we have seen this idea from thread to blog post before, but what about from blog post to thread?

There is nothing that says that it should be 1:1 from article to notes, so basically dividing the post in sections and each section is a reply, creating a thread. Thoughs?

@mapache lol this is literally what I want, where each statement or section of a post essentially gets a custom comment thread via an activity pub post. Nice.
@qkslvrwolf yes! that would be a novel idea, I am sure I have not seen that before. It will require to be very careful on how separate each section of the post, or use some LLM to convert it to a thread, but otherwise feasible.
Learning POS Tagging & Chunking in NLP - GreyAtom - Medium

This post will explain you on the Part of Speech (POS) tagging and chunking process in NLP using NLTK. In my previous post, I took you through the Bag-of-Words approach. Bag-of-words fails to capture…

GreyAtom
@mapache But that said, I'll bet even a fairly rudimentary algorithm that just tries to break at punctuation and if that fails breaks at work boundaries would work surprisingly well.
@mapache looks like you already have this, basically? And as a static site too, even better.