prologic

twtxt.net

Problems are Solved by Method\" πŸ‡¦πŸ‡ΊπŸ‘¨β€πŸ’»πŸ‘¨β€πŸ¦―πŸΉβ™” πŸ“βš― πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘§πŸ›₯ -- James Mills (operator of twtxt.net / creator of Yarn.social 🧢)

In-reply-to » Testing mentions, immediately followed by commas. Let's see: @prologic, this one is local, it might not break. Now, this one @ isn't local. Nor this @ one. Will they break. Let's find out!

There are 5 of such β€œTwters” on this pod that have periods in their nick 😒

sqlite> select count(distinct(nick)) from twters where nick like '%.%';
count(distinct(nick)) = 5
sqlite> select distinct(nick) from twters where nick like '%.%';
 nick = @marado@ciberlandia.pt

 nick = eapl.me

 nick = eapl.mx

 nick = grumpygordie.great-site.net

 nick = @chyrp.doesnm.cc

​ Read More
In-reply-to » Testing mentions, immediately followed by commas. Let's see: @prologic, this one is local, it might not break. Now, this one @ isn't local. Nor this @ one. Will they break. Let's find out!

I’ll see if I can fix this and write a test case for what’s going on here. I think this is made difficult now because folks like @eapl.me@eapl.me decide that it’s okay to have a . (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 πŸ€¦β€β™‚οΈ

​ Read More
In-reply-to » "A handbag belonging to the homeland security secretary Kristi Noem containing her passport, department security badge and $3,000 in cash was stolen on Sunday night at a restaurant in Washington, the department confirmed."

@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!” 🀣

​ Read More
In-reply-to » Btw @andros ; The automated feed you put together for Hacker News... Does it at any point rewrite parts of the feed as it goes along? πŸ€” I've had to unfollow it because I've found in practise it makes a twt, then seems to modify that same twt (observed by content manually) at least twice. This ends up becoming effectively an "Edit" and essentially duplicate (looking) posts 😒

@doesnm.p.psf.lt@doesnm.p.psf.lt Remind me alter πŸ™

​ Read More
In-reply-to » rough day today T__T therapy was hard. i'm trying yet again to establish a routine and stick to it. or at least a way of tracking my tasks and making a routine out of that over time. i really hope it sticks

@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! πŸ™

​ Read More
In-reply-to » @andros 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?

@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)

​ Read More
In-reply-to » "A handbag belonging to the homeland security secretary Kristi Noem containing her passport, department security badge and $3,000 in cash was stolen on Sunday night at a restaurant in Washington, the department confirmed."

@bender@twtxt.net wut?! Who carries three grand worth of cash in their handbag?! πŸ‘œ Haha πŸ˜†

​ Read More
In-reply-to » @bender 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 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 !

@andros@twtxt.andros.dev Zulu said:

what is twtxt for you?

For me Twtxt is just the underlying format that Yarn.social builds upon πŸ˜…

​ Read More
In-reply-to » Btw @andros ; The automated feed you put together for Hacker News... Does it at any point rewrite parts of the feed as it goes along? πŸ€” I've had to unfollow it because I've found in practise it makes a twt, then seems to modify that same twt (observed by content manually) at least twice. This ends up becoming effectively an "Edit" and essentially duplicate (looking) posts 😒

@andros@twtxt.andros.dev Ahh cool! I’ll try following it again 🀣 Mind @-mentioning/linking@twtxt.net the feed again? πŸ™

​ Read More
In-reply-to » 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

@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?! 🀣

​ Read More

Regex Isn’t Hard - Tim Kellogg πŸ‘ˆ this is a pretty good conscience article on regexes, and I agree, regex isn’t that hardβ„’ – However I think I can make the TL;DR even shorter πŸ˜…

Regex core subset (portable across languages):

Character sets
β€’ a matches β€œa”
β€’ [a-z] any lowercase
β€’ [a-zA-Z0-9] alphanumeric
β€’ [^ab] any char but a or b

Repetition (applies to the preceding atom)
β€’ ? zero or one
β€’ * zero or more
β€’ + one or more

Groups
β€’ (ab)+ matches β€œab”, β€œabab”, …
β€’ Capture for extract/substitute via $1 or \1

Operators
β€’ foo|bar = foo or bar
β€’ ^ start anchor
β€’ $ end anchor

Ignore non‑portable shortcuts: \w, ., {n}, *?, lookarounds.

#regex101

​ Read More
In-reply-to » 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.

There we go. Restored all the old settings πŸ‘Œ

​ Read More
In-reply-to » 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.

@bender@twtxt.net

I am up to increase the length of a twtxt, though.

Recall what we had this set to for this pod? 🧐

​ Read More
In-reply-to » πŸ’‘ 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:

@bender@twtxt.net Hah 🀣

​ Read More

Just had a freak storm β›ˆοΈ with lots of horizontal rain β˜”οΈ that took out and tripped our internal RCD (again) 😱 Took out our Fibre too (servers were fine, good β€˜ol UPS). Need to get a UPS for the Fibre box πŸ“¦ Haha 🀣

​ Read More
In-reply-to » πŸ’‘ 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:

@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 πŸ˜…

​ Read More
In-reply-to » Hmmm?

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.

​ Read More
In-reply-to » πŸ’‘ 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:

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 πŸ˜…

​ Read More
In-reply-to » πŸ’‘ 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:

@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 πŸ˜…

​ Read More
In-reply-to » πŸ’‘ 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:

Hmmm?

​ Read More