@prologic@twtxt.net it’s a pickle. Then sanitise the outliers. No other way.
@bender@twtxt.net I can fix and make that work in the parser too. But I’m no longer sure how to cater for the general case. It’s too much to support all punctuation whilst at the same time as other contradicting rules. For example you cannot both support .
in nicknames and then expect to be able to to end a mention with a .
🤦♂️
@prologic@twtxt.net how about @ and @ Will that work?
.
(period) in their # nick
🤣 tbh I think nick(s) should have rules of what they can and cannot be comprised of. i.e: no punctuation 🤦♂️
@bender@twtxt.net Yes I know 🤣 It’s okay, we just have to build better parsers 😅
@abucci@anthony.buc.ci totally my fault sorry 😞
@abucci@anthony.buc.ci two things. Conduwuit, a Matrix server written in Rust, is no longer going to be developed. The other is, I didn’t mean to tag you, but because Yarnd was broken it happened. Apologies.
.
(period) in their # nick
🤣 tbh I think nick(s) should have rules of what they can and cannot be comprised of. i.e: no punctuation 🤦♂️
@prologic@twtxt.net having rules like this on a decentralised system is nearly impossible. LOL. Ahhh, one of the many perks of decentralisation!
@bender@twtxt.net LOL 😂
@prologic@twtxt.net I would say “We are going to the adult’s toy store for our yearly haul”, though “going to a house of burlesque” would work too! LOL.
Whereas @movq@www.uninformativ.de @lyse@lyse.isobeef.org and @bender@twtxt.net are all cool 😎
That’s kind of weird actually. Hmmm @ @ and @bender@twtxt.net are all cool 😎
@bender@twtxt.net This story just reminds me of the couple of times we’ve paid for things in cash 💰 💲 and the stupid banks with the ridiculous “scam alert policy” ask you all kind of dumb ass questions about what you need the cash for 🤦♂️ One of these days I need an excuse to buy something that costs a few $k just so I can answer when asked, “what do you need the cash for?” to which my response will be “drugs and hookers of course!” 🤣
Testing mentions, immediately followed by commas. Let’s see: @prologic@twtxt.net, this one is local, it might not break. Now, this one @ isn’t local. Nor this @ one. Will they break. Let’s find out!
@bender@twtxt.net Sounds good to me! Done ✅ Also you did some, so thanks! 🙏
This is something for @movq@www.uninformativ.de and old OS hobbyists alike: FreeDOS 1.4! Get it while it’s hot!
@prologic@twtxt.net why not blanket closing everything older than, say, 3 months? Yarnd is quite a different beast today, right? Let’s start over!
@bender@twtxt.net The DM specification has been updated from time to time in response to advice from the community. For me, It is a successful!
The adoption is another topic 😂
(I am working on my side)
I open a discussion thread: why didn’t the registers work? Will they work later?
#twtxt
@doesnm.p.psf.lt@doesnm.p.psf.lt Remind me alter 🙏
@doesnm.p.psf.lt@doesnm.p.psf.lt Because I’m a lazy project manage and I haven’t grooomed the backlog in a while 🤣 Since you’re there, do you mind cleaning it up for me? 🙏
@prologic@twtxt.net @andros@twtxt.andros.dev You can delete these feeds (created by me):
https://feeds.twtxt.net/project26/twtxt.txt
https://lor.sh/@Katze_942.rss <- i’m added him but can’t find file
the only rss i follow is https://feeds.twtxt.net/posts-from-atdarkcat09atdc09-ru/twtxt.txt
@prologic@twtxt.net Yarn repo has 88 issues open, some related to ActivityPub. Why you do not close it?
@prologic@twtxt.net exactly!!!! thank you <33
@kat@yarn.girlonthemoon.xyz creating habits or rituals as hard, dropping ones that you no longer need or considered harmful is even harder! Good luck! 🙏
@prologic@twtxt.net LMAOOOOO TWINS
@kat@yarn.girlonthemoon.xyz That’s what she said 🤣
@lyse@lyse.isobeef.org so cute and so pretty!
@bender@twtxt.net WHO CARRIES $3K IN CASH AROUND IN A BAG
@mana@yarn.girlonthemoon.xyz FUCK YEAH!!! you did it right :D love it
@mana@yarn.girlonthemoon.xyz HI MANA!!!!!!!!
Responded to a bunch of Twtxt open issues across multiple repositories today 👌
@kat@yarn.girlonthemoon.xyz you could add an “I host other people stuff” page #Brainstorming 😁
@bender@twtxt.net You said:
as long as those working on clients can reach an agreement on how to move forward. That has proven, though, to be a pickle in the past.
I think this is because we probably need to start thinking about three different aspects to the ecosystem and document them out:
- Specifications (as they are now)
- Server recommendations (e.g: Timeline, yarnd, etc)
- Client recommendations (e.g: jenny, tt, tt2, twet, etc)
@bender@twtxt.net wut?! Who carries three grand worth of cash in their handbag?! 👜 Haha 😆
@bender@twtxt.net Thanks! The rain rapidly cooled off the 17°C to just 10°C. I certainly appreciated that. The weather is coming from the west here, so I thought you’ve sent it our way. Let me try to return it. :-)
@lyse@lyse.isobeef.org oh, and thanks for the bigger photo! I like how it lovely fill the twtxt in Yarnd. Woot!
@lyse@lyse.isobeef.org I can see somebody put a good effort coming up with some pretty cool goodies! We, Floridians, envy your proper April weather. We are toasting already, and it is not even May. Send us some rain, please!
@andros@twtxt.andros.dev nothing stands still, I agree. I think current twtxt has surpassed the initial specification, while still being relatively backwards compliant/compatible but, for how long?
As for new extensions (DM, for example), they should be OK as long as those working on clients can reach an agreement on how to move forward. That has proven, though, to be a pickle in the past.
@prologic@twtxt.net I won’t give you the link for the moment because I want to check how well it works! 😋
@prologic@twtxt.net Today I learned something new 😁
dm-only.txt
feeds. 😂
@prologic@twtxt.net Thanks @prologic@twtxt.net !
This code displays the last 10 lines of a twtxt feed without a full dowload.
FEED_URL="https://twtxt.net/user/prologic/twtxt.txt"
MAX_RANGE=$(curl -sI $FEED_URL | grep -i 'content-length' | awk '{print $2}' | tr -d '\r')
MIN_RANGE=$((MAX_RANGE - 5000))
curl -s --range "$MIN_RANGE-$MAX_RANGE" "$FEED_URL" | grep -v -e '^#' -e '^$' | head -n 10
My self-response!
@kat@yarn.girlonthemoon.xyz Bahahaha so do it all the time 🤣
dm-only.txt
feeds. 😂
@andros@twtxt.andros.dev Some good points here that I share and empathize with 🙌
@bender@twtxt.net I see hmmm 🧐
@andros@twtxt.andros.dev Zulu said:
what is twtxt for you?
For me Twtxt is just the underlying format that Yarn.social builds upon 😅
@andros@twtxt.andros.dev Ahh cool! I’ll try following it again 🤣 Mind @-mentioning/linking@twtxt.net the feed again? 🙏
@quark@ferengi.one I know! I saw three Hacker News posts on it in a row 🤣
@andros@twtxt.andros.dev Haha 🤣 We’ve explored this idea in the past and we decided that it’s actually a good idea to have an “append-only” feed for various reasons. We’ve also explored the idea of using Range
requests, but opted instead to just archive/rotate our feeds periodically 😅 There really isn’t much point in having a feed in reverse chronological order, except (maybe?) so a human read view the new twts at the top of the file?! 🤣
@prologic@twtxt.net “curated” channels (you can see the guide to see the topics it covers), without the ability to fast forward, nor pause. You know, like live television.
@bender@twtxt.net This is just a website that cycles through random Youtube channels? 🤔
@prologic@twtxt.net check this out. It will make YouTube great again. :-P
Proposal: Change the order of twts in the feeds
https://git.mills.io/yarnsocial/twtxt.dev/issues/26
I drop the bomb and leave! 💣 🏃➡️
#twtxt
@bender@twtxt.net I use it. It’s not the feature I use the most in the fediverse, but I communicate this way with several friends. For example, it’s the main way I talk to the original creator of the twtxt-el repository, the way people greet me for the first time or the way they notify me of some bugs in the software I maintain. I can even tell you that it’s the main way I talk to some maintainers of the Emacs community. If there are any of you reading my words, speak up!
Why not have the same? There are things I want to say to @prologic@twtxt.net in private, why should I have to send him an email or private IRC? Or an public twt.
Of course, here’s a topic we’ve already talked about: what is twtxt for you? For me it will always be a social network, in microblogging format, but an asynchronous way of communicating. And having a tool to control visibility is basic 😄
I look forward to hearing from you @eapl.me@eapl.me !
si4er3q
. See https://twtxt.dev/exts/twt-hash.html, a timezone offset of +00:00
or -00:00
must be replaced by Z
.
@movq@www.uninformativ.de @aelaraji@aelaraji.com Yes @david@collantes.us It would be good for me, or new developers, if the documentation were agnostic. And if possible with many example cases. I’m fine-tuning the code as you inform me of bugs, trial and error. It’s a lesson to be learned for the future.
@prologic@twtxt.net Sorry! I have fixed a bug and I edited the feed 🫠
@bender@twtxt.net Ahh yes you caught me 🤣
@prologic@twtxt.net really? Then we have a problem with bulleted lists. Let me see:
- This is one.
- This is two.
- This is three, and final.
@bender@twtxt.net Not copy/paste 🤣 Hand on heart! ❤️ However it was a pretty nice article 😅
@prologic@twtxt.net was this a copy and paste? I am betting $100 it was. DM me for more information. 😅
@prologic@twtxt.net regex is unholy what am i looking at
@prologic@twtxt.net i saw this! so fucked up
@bender@twtxt.net No worries 😉
@prologic@twtxt.net your father, and I, will be very happy. Thank you!
@bender@twtxt.net Lemme look at the old backup…
@prologic@twtxt.net I don’t recall; ask prologic! :-D. I know your father has also mentioned it in the past (one thing I know him and I agree with, LOL).
@kat@yarn.girlonthemoon.xyz it’s fixed now but lol i’m so good at this stuff aren’t i
@prologic@twtxt.net your live posting when something goes wrong is environmental storytelling it’s so funny help
@kingdomcome@yarn.girlonthemoon.xyz at least ur hair kicks ass….
I am up to increase the length of a twtxt, though.
Recall what we had this set to for this pod? 🧐
@bender@twtxt.net Really? Wow! 😂
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
@bender@twtxt.net Hah 🤣
@prologic@twtxt.net meanwhile we have all Korean shamans busy asking for rain. We haven’t had rain for over a month, and the next possibility is at week’s end, this week. Keeping fingers crossed!
And yes, UPS everything! We even have UPSes on TVs.
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
All these remind me of the “blog” ability once existed in Yarnd. I hate to be the party pooper, but little to non interest from me. LOL. I am up to increase the length of a twtxt, though. It is rather limiting right now.
@prologic@twtxt.net That was a different view: https://movq.de/v/7fb10a825d/picam-small.mp4 🎥
@movq@www.uninformativ.de So cool! 😎 Where’s the time lapse video you used to have of this tree? 🌳 Hmm 🧐
@movq@www.uninformativ.de Yeah I know 🤣 I found another bug in lextwt 🤦♂️ This whole DM / bang-mention thingy has thrown a spanner in the works 🔧 – Even if I wanted to implement it, I’m not even ready to try at the moment 😢
@movq@www.uninformativ.de Oh, that’s beautiful!
I opened up all the photos in new tabs and went through them. For a second, I wondered that it was snowing at your place right now. :-D
That made me realize that so far we basically had nearly no April weather whatsoever. May might be full of it then, let’s see. :-)
@prologic@twtxt.net @movq@www.uninformativ.de @bmallred@staystrong.run @ionores@twtxt.net Thank you! Yeah, the yellow meadows look truly awesome.
Watching “Happy People: A Year in the Taiga” in German the evening before, this thing totally looked like a trap to us. So, we decided to sit on another, more rustic bench nearby. :-) Oh neat, it turns out, there is a much longer four part series of the documentary in English on YouTube. Highly recommended! This is part one: https://www.youtube.com/watch?v=fbhPIK-oBvA
Judging by the surroundings, I think this is actually a forest altar or something of that nature. But it looks like they started with the chappel’s reinforcement steel and then they ran out of money before completing it or even placing the concrete forms. :-P
Yeah, 78 might be photo of the month. It’s one of my favorites.
@prologic@twtxt.net I think they’re there, I have a bunch of them 😅 https://movq.de/v/173a153d01/s.png
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
@kate@yarn.girlonthemoon.xyz (as I was trying to say…), Glad you think so👌 My goal with Yarn.social has always been to provide the best (best that I can anyway) truly decentralised (slow) social experience that uses the Twtxt format under the hood 😅
@xuu@txt.sour.is As I also mentioend on IRC I think this is a. bug?
Holy hell?! When I post this:
@<kate https://yarn.girlonthemoon.xyz/user/kat/twtxt.txt> Glad you think so! 👌 My goal with Yarn.social has always been to provide the best (_best that I can anyway!_) truly decentralised (_slow_) social experience that uses the Twtxt format under the hood 😅
Something is swallowing it.
@kate@yarn.girlonthemoon.xyz Glad you think so! 👌 My goal with Yarn.social has always been to provide the best (best that I can anyway!) truly decentralised (slow) social experience that uses the Twtxt format under the hood 😅
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
Glad you think so! 👌 My goal with Yarn.social has always been to provide the best (best that I can anyway!) truly decentralised (slow) social experience that uses the Twtxt format under the hood 😅
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
@kate@yarn.girlonthemoon.xyz Glad you think so! 👌 My goal with Yarn.social has always been to provide the best (best that I can anyway!) truly decentralised (slow) social experience that uses the Twtxt format under the hood 😅
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
@kate@yarn.girlonthemoon.xyz Glad you think so! 👌 My goal with Yarn.social has always been to provide the best (best that I can anyway!) truly decentralised (slow) social experience that uses the Twtxt format under the hood 😅
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
@prologic@twtxt.net these sound so fun! i’m all for them
yarnd
UI/UX experience (for those that use it) and as "client" features (not spec changes). The two ideas are quite simple:
This expands the usefulness of Twtxt / Yarn.social to:
- Sharing small posts
- Sharing links
- Sharing media
- Having long conversations
- Voting on topics, opinions or decisions
- RSVPing to virtual or physical events
💡 I had this crazy idea (or is it?) last night while thinking about Twtxt and Yarn.social 😅 There are two things I think that could be really useful additions to the yarnd
UI/UX experience (for those that use it) and as “client” features (not spec changes). The two ideas are quite simple:
- Voting – a way to cast, collect a vote on a decision, topic or opinion.
- RSVP – a way to “rsvp” to a virtual (pr physical) event.
Both would use “plain text” on top of the way we already use Twtxt today and clients would render an appropriate UI/UX.
@kingdomcome@yarn.girlonthemoon.xyz YESSSSSSS I ENCOURAGE THIS
@bender@twtxt.net I think I could, but I haven’t bothered to do so yet… I’ll try that out later…
@prologic@twtxt.net why don’t you terminate TLS here? It seems as easy as adding tls
under route
.
irc.mills.io
running behind Caddy Layer 4. However I don't terminate TLS at the edge in this case.
@kate@yarn.girlonthemoon.xyz You’re welcome 😇
http://
only and to keep hashes from breaking i added # url = http://...
and now we are stock with it due to the curret specs.
@bender@twtxt.net Hehe, thanks for fixing this (was) broken thread 🧵 Haha 🤣
http://
only and to keep hashes from breaking i added # url = http://...
and now we are stock with it due to the curret specs.
@sorenpeter@darch.dk woah! Soren lives! 😅😂
Welcome back!
@kat@yarn.girlonthemoon.xyz i did get over my nerves and add a new patreon tier yayyy!!! https://www.patreon.com/posts/new-tier-33-6-127079063
irc.mills.io
running behind Caddy Layer 4. However I don't terminate TLS at the edge in this case.
@prologic@twtxt.net OH SHIT using this for a protocol like gopher is smart! might have to try that for gemini so i don’t have to keep a port open for that
MaxAgeDays
configuration at the pod level, that now some profiles are rather empty. This is only because well, they're a bit "inactive" so to speak 🗣️ Not sure what to do about this at the moment... Open to ideas? 💡
@sorenpeter@darch.dk I really think you should fix the # url
in your feed to be https://
😅