# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 196230
# self = https://watcher.sour.is?offset=174185
# next = https://watcher.sour.is?offset=174285
# prev = https://watcher.sour.is?offset=174085
[47°09′46″S, 126°43′52″W] Saalmi, retransmit, please
@prologic I haven’t changed anything, either. 😅 jenny uses the first URL: https://www.uninformativ.de/git/jenny/file/jenny.html#l191
@prologic I haven’t changed anything, either. 😅 jenny uses the first URL: https://www.uninformativ.de/git/jenny/file/jenny.html#l191
@prologic I haven’t changed anything, either. 😅 jenny uses the first URL: https://www.uninformativ.de/git/jenny/file/jenny.html#l191
@prologic I haven’t changed anything, either. 😅 jenny uses the first URL: https://www.uninformativ.de/git/jenny/file/jenny.html#l191
@prologic Yes. 😅
@prologic Yes. 😅
@prologic Yes. 😅
@prologic Yes. 😅
@gallowsgryph Very nice 👌
@gallowsgryph Very nice 👌
@movq Only because I build and maintain additional services right? 🤔
@movq Only because I build and maintain additional services right? 🤔
@gallowsgryph That's mixh better 🥳
@gallowsgryph That's mixh better 🥳
@gallowsgryph Thays mixh better 🥳
@gallowsgryph Thays mixh better 🥳
@movq Hmmm now I'm confused 😅 I've made no changes anywhere -- we still need to all agree, especially client authors and maintainers 🤣
@movq Hmmm now I'm confused 😅 I've made no changes anywhere -- we still need to all agree, especially client authors and maintainers 🤣
@prologic Oh, yeah, it certainly is more work for you than it is for me. 🫤
@prologic Oh, yeah, it certainly is more work for you than it is for me. 🫤
@prologic Oh, yeah, it certainly is more work for you than it is for me. 🫤
@prologic Oh, yeah, it certainly is more work for you than it is for me. 🫤
@prologic As per https://dev.twtxt.net/doc/metadataextension.html, it’s the first URL. 😅 I think using the *last* URL was one of the new proposals. Or has that already been implemented? 🤯
@prologic As per https://dev.twtxt.net/doc/metadataextension.html, it’s the first URL. 😅 I think using the *last* URL was one of the new proposals. Or has that already been implemented? 🤯
@prologic As per https://dev.twtxt.net/doc/metadataextension.html, it’s the first URL. 😅 I think using the *last* URL was one of the new proposals. Or has that already been implemented? 🤯
@prologic As per https://dev.twtxt.net/doc/metadataextension.html, it’s the first URL. 😅 I think using the *last* URL was one of the new proposals. Or has that already been implemented? 🤯
@gallowsgryph do you mind updating the fragment part of your avatar url? 🙏
@gallowsgryph do you mind updating the fragment part of your avatar url? 🙏
@movq Don't we use the last url for hashing? 🤔
@movq Don't we use the last url for hashing? 🤔
@movq you are absolutely right! And it did happen once more in the past as well. The difficulty about this particular new behavior though is that I've also had to blacklist it and remove it from the search engine and crawler for obvious reasons.
@movq you are absolutely right! And it did happen once more in the past as well. The difficulty about this particular new behavior though is that I've also had to blacklist it and remove it from the search engine and crawler for obvious reasons.
[47°09′47″S, 126°43′12″W] --bad checksum--
@prologic I don’t understand that behavior either, but I’m afraid stuff like that is always going to happen. (I think it already happened once in the past?) As long as we have an easy way to ignore such a feed and remove it from our databases, we should be fine. 🤔
@prologic I don’t understand that behavior either, but I’m afraid stuff like that is always going to happen. (I think it already happened once in the past?) As long as we have an easy way to ignore such a feed and remove it from our databases, we should be fine. 🤔
@prologic I don’t understand that behavior either, but I’m afraid stuff like that is always going to happen. (I think it already happened once in the past?) As long as we have an easy way to ignore such a feed and remove it from our databases, we should be fine. 🤔
@prologic I don’t understand that behavior either, but I’m afraid stuff like that is always going to happen. (I think it already happened once in the past?) As long as we have an easy way to ignore such a feed and remove it from our databases, we should be fine. 🤔
@sorenpeter As a *replacement*, it should be doable. But it won’t work *together* with hashes. So the community has to agree on one or the other first.
@sorenpeter As a *replacement*, it should be doable. But it won’t work *together* with hashes. So the community has to agree on one or the other first.
@sorenpeter As a *replacement*, it should be doable. But it won’t work *together* with hashes. So the community has to agree on one or the other first.
@sorenpeter As a *replacement*, it should be doable. But it won’t work *together* with hashes. So the community has to agree on one or the other first.
@prologic I’m not sure this isn’t a bug. The feed’s URL must have changed at some point but Yarn is still using the old URL for hashing. And it’s *inconsistent* now:

curl -s -H 'Accept: application/json' https://twtxt.net/twt/mowsvgq

This gets you a twt which, when hashed again *now* using all the information from that API reply, does not yield the hash mowsvgq but bjs6aua.

But when you use the URL http://prismdragon.net/twtxt.txt for hashing instead of http://twtxt.prismdragon.net/twtxt.txt, it’s mowsvgq.

So I would expect Yarn to *either* know about mowsvgq (showing the new URL http://prismdragon.net/twtxt.txt) *or* about bjs6aua (showing the old URL http://twtxt.prismdragon.net/twtxt.txt). But not mowsvgq with the old URL. 😅

I don’t see how the second # url = metadata field is relevant here. 🤔
@prologic I’m not sure this isn’t a bug. The feed’s URL must have changed at some point but Yarn is still using the old URL for hashing. And it’s *inconsistent* now:

curl -s -H 'Accept: application/json' https://twtxt.net/twt/mowsvgq

This gets you a twt which, when hashed again *now* using all the information from that API reply, does not yield the hash mowsvgq but bjs6aua.

But when you use the URL http://prismdragon.net/twtxt.txt for hashing instead of http://twtxt.prismdragon.net/twtxt.txt, it’s mowsvgq.

So I would expect Yarn to *either* know about mowsvgq (showing the new URL http://prismdragon.net/twtxt.txt) *or* about bjs6aua (showing the old URL http://twtxt.prismdragon.net/twtxt.txt). But not mowsvgq with the old URL. 😅

I don’t see how the second # url = metadata field is relevant here. 🤔
@prologic I’m not sure this isn’t a bug. The feed’s URL must have changed at some point but Yarn is still using the old URL for hashing. And it’s *inconsistent* now:

curl -s -H 'Accept: application/json' https://twtxt.net/twt/mowsvgq

This gets you a twt which, when hashed again *now* using all the information from that API reply, does not yield the hash mowsvgq but bjs6aua.

But when you use the URL http://prismdragon.net/twtxt.txt for hashing instead of http://twtxt.prismdragon.net/twtxt.txt, it’s mowsvgq.

So I would expect Yarn to *either* know about mowsvgq (showing the new URL http://prismdragon.net/twtxt.txt) *or* about bjs6aua (showing the old URL http://twtxt.prismdragon.net/twtxt.txt). But not mowsvgq with the old URL. 😅

I don’t see how the second # url = metadata field is relevant here. 🤔
@prologic I’m not sure this isn’t a bug. The feed’s URL must have changed at some point but Yarn is still using the old URL for hashing. And it’s *inconsistent* now:

curl -s -H 'Accept: application/json' https://twtxt.net/twt/mowsvgq

This gets you a twt which, when hashed again *now* using all the information from that API reply, does not yield the hash mowsvgq but bjs6aua.

But when you use the URL http://prismdragon.net/twtxt.txt for hashing instead of http://twtxt.prismdragon.net/twtxt.txt, it’s mowsvgq.

So I would expect Yarn to *either* know about mowsvgq (showing the new URL http://prismdragon.net/twtxt.txt) *or* about bjs6aua (showing the old URL http://twtxt.prismdragon.net/twtxt.txt). But not mowsvgq with the old URL. 😅

I don’t see how the second # url = metadata field is relevant here. 🤔
@gallowsgryph Cool! 👌
@gallowsgryph Cool! 👌
chatting with dial up
My very strong opinion on the use of Twtxt is if you intend to use it, you should be prepared to let people pull your feed or at least check it and regular rentals.

Otherwise get out and go use something that's either a distributed (Mastodon, AT, etc) or centralized (Facebook, X, etc) network.
My very strong opinion on the use of Twtxt is if you intend to use it, you should be prepared to let people pull your feed or at least check it and regular rentals.

Otherwise get out and go use something that's either a distributed (Mastodon, AT, etc) or centralized (Facebook, X, etc) network.
wtf shut up that's cool https://www.lilygo.cc/products/t-lora-c6?variant=44447591923893
I just find a very frustrating when you have these very small number of people that lash out unnecessarily and get so angry over nothing.
I just find a very frustrating when you have these very small number of people that lash out unnecessarily and get so angry over nothing.
@cuaxolotl I think we've done that here right? 🤔 we seem to have collectively formed a community of folks that are interested in interacting with one another in a completely decentralized way and minimal way.
@cuaxolotl I think we've done that here right? 🤔 we seem to have collectively formed a community of folks that are interested in interacting with one another in a completely decentralized way and minimal way.
@bender Agreed. I just find it an abhorrent that certain folks just don't even bother to spend the few mins that it takes to reach out. Compares to hours of their time to cause havoc and mischief. Seriously wut da fuq?! 🤦‍♂️
@bender Agreed. I just find it an abhorrent that certain folks just don't even bother to spend the few mins that it takes to reach out. Compares to hours of their time to cause havoc and mischief. Seriously wut da fuq?! 🤦‍♂️
@bender Haha if she let you 🤣
@bender Haha if she let you 🤣
@prologic I might join from mum’s house. That’s, if she let me. 😅😅😅
@prologic don’t let anyone bum you out, mate. We take corrective action, and move on.

I mean, you will quit twtxt when you please, but not because of some irrelevant feed. Won’t you agree?
🧮 USERS:1 FEEDS:2 TWTS:1134 ARCHIVED:80066 CACHE:2463 FOLLOWERS:17 FOLLOWING:14
i've observed that (decentralized) social platforms that encourage promiscuous follow behavior frequently run into this issue. there are lots of grumpy people out there and people who use social media to vent or let off steam. i know people worry about siloes, but i think that actually is an expression of FOMO and anxiety over being ignored by the 'cool kids'. what i rarely see is media platforms that embrace the reality of bubbles and give users the ability to form healthy social connections and curate content that they enjoy.
@sorenpeter Awesome! I'll dig in as soon as I come back from my late night stroll
@sorenpeter Awesome! I'll dig in as soon as I come back from my late night stroll
@sorenpeter Awesome! I'll dig in as soon as I come back from my late night stroll
https://galusik.fr/fridayrockmetal/2024-10-25-frm.m3u Tonight #fridayrockmetal playlist
The last #fridayreads of this #victober will be with #victorian #scifi - Flatland, from A. Square. ![In this edition the author's real name (Edwin A. Abbott) is what's on the cover](https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/113/370/258/547/292/694/original/5e55e8bee7d219ca.jpg)
The last #fridayreads of this #victober will be with #victorian #scifi - Flatland, from A. Square. ![In this edition the author's real name (Edwin A. Abbott) is what's on the cover](https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/113/370/258/547/292/694/original/5e55e8bee7d219ca.jpg)
After the behaviour of a clearly very angry feed author over the past few days, I'm very tempted to give up on Twtxt and allow it to go back to being dead. What really is the point of building and supporting a way to exchange little pieces of text with one another in a completely decentralized way, if you're just going to keep bumping up against such hostility? I don't know why I do this anymore.
After the behaviour of a clearly very angry feed author over the past few days, I'm very tempted to give up on Twtxt and allow it to go back to being dead. What really is the point of building and supporting a way to exchange little pieces of text with one another in a completely decentralized way, if you're just going to keep bumping up against such hostility? I don't know why I do this anymore.
After the behaviour of a clearly very angry feed author over the past few days, I'm very tempted to give up on Twtxt and allow it to go back to being dead. What really is the point of building and supporting a way to exchange little pieces of text with one another in a completely decentralised way, if you're just going to keep humping up against such hostility? I don't know why I do this anymore.
On my blog: Toots 🦣 from 10/21 to 10/25 https://john.colagioia.net/blog/2024/10/25/week.html #linkdump #socialmedia #quotes #week
@sorenpeterdarch.dk Cool! 😎
@sorenpeterdarch.dk Cool! 😎
I'm planning to be there tomorrow (message from yesterday, since we can not all live in the future;)
I'm planning to be there tomorrow (message from yesterday, since we can not all live in the future;)
I'm planning to be there tomorrow (message from yesterday, since we can not all live in the future;)
I'm planning to be there tomorrow (message from yesterday, since we can not all live in the future;)
Who's coming to the online meetup today? 🤔
Who's coming to the online meetup today? 🤔
also you know who cannot resist a riddle? mathematicians, that's for sure
The real crux of the matter is this whole moving feeds around to different uri(s). This makes things hard. I think it's worth revisiting @anth 's UUID idea for its merits.
The real crux of the matter is this whole moving feeds around to different uri(s). This makes things hard. I think it's worth revisiting @anth 's UUID idea for its merits.
@movq I'm assuming jenny is doing some kind of validation and verifying if that Twt really does exist on the feed uri? 🤔 But the hash is all kinds of wrong now because @gallowsgryph for whatever reason decided it _might_ be a good idea to have a 2nd # url that doesn't actually point to the same Twtxt feed (_bad idea_).
@movq I'm assuming jenny is doing some kind of validation and verifying if that Twt really does exist on the feed uri? 🤔 But the hash is all kinds of wrong now because @gallowsgryph for whatever reason decided it _might_ be a good idea to have a 2nd # url that doesn't actually point to the same Twtxt feed (_bad idea_).
@bender @movq AFAICT this isn't a bug with yarnd, but a. bug with the feed itself. The feed is now completely broken in that regard. See #27nifeq
@bender @movq AFAICT this isn't a bug with yarnd, but a. bug with the feed itself. The feed is now completely broken in that regard. See #27nifeq
@gallowsgryph Your feed is a bit off. I don't think it makes sense to have a 2nd # url field that doesn't point to the same Twtxt feed 🤔
@gallowsgryph Your feed is a bit off. I don't think it makes sense to have a 2nd # url field that doesn't point to the same Twtxt feed 🤔
@bender I'm not sure I get it 🤣
@bender I'm not sure I get it 🤣
@gallowsgryph@gallowsgryph Hey 👋
@prologic looks like. See @movq's explanation.
that cabin sitting in an anonymous warehouse? being functionally a fairy mound, it attracted quite the amount of unbound magic and thaumoactive as it is, it's now sitting in the equivalent of a cooling pond
@prologic it is hard to explain. I replied to OP, mention didn't work. Then replied again, to start mention didn't work. Then @movq replied. Then I replied, but my replied to OP was overwritten by my last reply, no idea how. This (https://twtxt.net/twt/zyo3buq) was my reply to this (https://twtxt.net/twt/rzuepoq).
fairies are the mythologized form of outlaws living in the woods and swamps, we don't see them anymore because the cops took them all away and all the woods have been tamed↵↵but in a sense, this means Ted K was a fairy, and a powerful and malevolent one to boot
You restart #Firefox ...
You restart #Firefox ...