@kellyn@friendo.space #microblogpub ... which seems to get an internal server error when I try to vote in this poll
@dansup@mastodon.social @pixelfed@mastodon.social in that vein.. I looked into adding Photos support (the ActivityPub object type) to #microblogpub (it does Notes and can publish Articles too). When investigating this, I was largely inspired by pixelfed. But once I dug into pixelfed, it seems to publish ActivityPub Notes, not Photos! Why is that the case if pixelfed is photo-only? Shouldn't embracing the magic of the fediverse include embracing the types that ActivityPub defines?
Inspired by @stefan@stefanbohacek.online's fediverse-connections tool, I ran a little SQL against my #microblogpub instance to find my top 20 instances I interact with. Pretty in-line with my bio! (many #bike folks are on #urbanist instances)
@stefan@stefanbohacek.online This is closed source, right? Mind sharing what library you use for the visualization? I can get the numbers from my #microblogpub instance with a simple sql query:
with handles as (
select handle from "following" f join actor a on f.actor_id = a.id
union
select handle from "follower" f join actor a on f.actor_id = a.id
)
select substr(handle, 2+instr(substr(handle, 2), '@')), count(substr(handle, 2+instr(substr(handle, 2), '@'))) count
from handles
group by substr(handle, 2+instr(substr(handle, 2), '@'))
order by count desc
Just got around to adding a custom emoji to my #microblogpub instance #BanCars
fun fun fun, seems I took down my #microblogpub server by trying to upload a photo. It was entirely unresponsive till I force shutdown the virtual server.
@PaulaToThePeople@climatejustice.social #microblogpub can too. For example my feed is at https://social.schep.me
#microblogpub's customizability feels a little like using #myspace but built by and for #python webdevs
I just customized it with a version of my @glitchdotcom@mastodon.social project https://blueridge.glitch.me so these mountain ridges are different on each load.
Check it out at social.schep.me
I never got around to doing an #introduction on mastodon, so hello from my own little corner of the fediverse powered by #microblogpub
I'm Daniel, a #map and #bike obsessed software engineer. I live in Richmond, Virginia #rva. I also enjoy #hiking, #backpacking, #skiing, and all things #outdoors.
Trying out #MicroBlogPub