prologic

twtxt.net

"Problems are Solved by Method" 🇦🇺👨‍💻👨‍🦯🏹♔ 🏓⚯ 👨‍👩‍👧‍👧🛥 -- James Mills (operator of twtxt.net / creator of Yarn.social 🧶)

Recent twts from prologic

Most of the time I think its the Go proxy I run. I wonder whether that thing is just a bit flakey perhaps? 🤔 I dunno, I’d need to invest some time standing up some kind of analytics so I can discover the pattern here.

⤋ Read More

@bender@twtxt.net Yeah tell me about it 🤣 I don’t even know why the networking fails at random times to be honest. The CI runner runs in Vultr on a VM connected to the Mills DC via Wireguard VPN. I have no fucking clue why things just fail intermittently at the network level 🤦‍♂️

⤋ Read More

@david@collantes.us Hah 😅 I have an idea though… There’s like some ~50 odd or so active users in the growing community just off the top of my head. I reckon if we all chipped in $20 USD ea you’d have your Mac Mini M4 🤣

⤋ Read More

@cuaxolotl@sunshinegardens.org Okay you are right. I’m not being very specific, but intentionally very broad and my statement is generalized that’s true. There are so many examples and issues to talk about, if we did, we’d be here a while 😅 Let’s just agree that we both agree on extremism not really being a good thing and leave it at that 🤣

⤋ Read More

@Codebuzz@www.codebuzz.nl Here you go:

$ bat https://twtxt.net/twt/dn2zlga | jq '.'
{
  "twter": {
    "nick": "Codebuzz",
    "uri": "https://www.codebuzz.nl/twtxt.txt",
    "avatar": "https://www.codebuzz.nl/twtxt-avatar-800.jpg"
  },
  "text": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "created": "2024-10-30T22:12:24Z",
  "markdownText": "(#q5rg3ea) Hey, @<bender bender@twtxt.net> I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?",
  "hash": "dn2zlga",
  "tags": [
    "q5rg3ea"
  ],
  "subject": "(#q5rg3ea)",
  "mentions": [],
  "links": []
}

⤋ Read More

@cuaxolotl@sunshinegardens.org The reason I ask is that I maintain the Twtxt search engine and crawler service that basically does exactly this, so I’m curious what you’re trying to solve by doing this yourself? Not that that’s a bad idea. I just want to understand what you are trying to achieve. 🤗

⤋ Read More

Alternatively, if you prefer yarnd to pretty-print all twts nicely, even ones from simpler clients, that’s fine too and you don’t need to change anything. My ¼ -> ¼ thing is nothing more than a minor irritation which probably isn’t worth overthinking.

Yeah I’ve closed the PR, I just wanted to write it up and see what we all thought. Much easier to talk to a concrete spec proposal sometimes. I realised as I was writing it too that it wasn’t really going to achieve much in practise. I think we all agree 👍

⤋ Read More

What’s wrong with my original suggestion of doing the transformation before the text hits the twtxt.txt file? @prologic, I think it would achieve what you are trying to achieve with this content-type thing: if someone writes ¼ on a yarnd instance or any other client that wants to do this, it would get transformed, and other clients simply wouldn’t do the transformation. Every client that supports displaying unicode characters, including Jenny, would then display ¼ as ¼.

So many clients do client-side transformation already, mostly in the form of @-mentions. e.g: If I @falsifian@www.falsifian.org mention you, that gets transformed into the full proper Twtxt mention syntax. We could in theory transform other things too, but I see little value in doing so? 🤔 – Also it’s probably more a “Client” recommendation anyway at that point right?

⤋ Read More

@falsifian@www.falsifian.org Only that this rendering behavior comes from yarnd’s Markdown parser library that is used:

What has text/markdown got to do with this? I don’t think Markdown says anything about replacing ¼ with ¼, or other similar transformations. It’s not needed, because ¼ is already a unicode character that can simply be directly inserted into the text file.

⤋ Read More