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
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 π€¦ββοΈ
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!β π€£
@bender@twtxt.net Sounds good to me! Done β Also you did some, so thanks! π
@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? π
@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! π
@kat@yarn.girlonthemoon.xyz Thatβs what she said π€£
Responded to a bunch of Twtxt open issues across multiple repositories today π
@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 π
@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? π
Also whatβs a, whoβs the Pope? π
@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?! π€£
@bender@twtxt.net This is just a website that cycles through random Youtube channels? π€
I guess mentions with .
(s) / dot(s) like @eapl.me@eapl.me are valid? π€ Or nicks even? π€
Fark Youtube is so utterly boring π₯±
@bender@twtxt.net Ahh yes you caught me π€£
@bender@twtxt.net Not copy/paste π€£ Hand on heart! β€οΈ However it was a pretty nice article π
Getting Forked by Microsoft β’ Philip Laine π Yet another pretty sad story of a megacorp (Microsoft) being total assholes π’
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.
@bender@twtxt.net No worries π
There we go. Restored all the old settings π
@bender@twtxt.net Lemme look at the old backupβ¦
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 π€£
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 π€£
@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 π’
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 π
What if I do thisβ¦
Nope hmmm
What about here?
Okay theyβre not hereβ¦
Why are my replies getting swallowed?! π€
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:
Hmmm?
Hmmm?