@movq@www.uninformativ.de How about now? š
@prologic@twtxt.net I might do it some day. š
@mckinley@mckinley.cc Thanks!
@prologic@twtxt.net I might do it some day. š
@emmanuel@wald.ovh oh! Nice! Youāve now got a nice avatar š
@mckinley@twtxt.net @prologic@twtxt.net or just be like⦠āWe donāt need Microshaftās Minecraft, We already have one at home!ā š¤£
@doesnm@doesnm.p.psf.lt Why are they doing that?
@emmanuel@wald.ovh It is working! Iāve just noticed your feed link in my access.log and came by to say Hello! š just give it a minute and others will notice your feed as well.
@prologic@twtxt.net, do you run a Minecraft server for your children? If so, which one?
Sorry @prologic@twtxt.net, Iāll take advantage of the sunny weather tomorrow. So, I wonāt make it to the call.
@movq@www.uninformativ.de Oh yeah, thatās really nice! :-)
@prologic@twtxt.net No Iām not trying to standardize the domains themselves xD I was just hinting at filtering cases where nick is identical to a level of a domain; in order to show shorter format nicks within clients, i.e: @nick.domain.ltd or @nick.ltd instead of a @nick@nick.domain.ltd or @nick@nick.ltd. Just like what @sorenpeter@darch.dk already did with the nick = domain case. (unless Iām missing the point)
@doesnm@doesnm.p.psf.lt Hahaha! :-D
@bender@twtxt.net @prologic@twtxt.net Reminds me of: https://img.ifunny.co/images/d07b9a2014e3b3901abe5f4ab22cc2b89a0308de8a21d868d2022dac7bb0280d_1.jpg :-D
python cgi script which handles micropub and writes content to twtxt file. I was want micropub+microsub for twtverse but seems i burned (due choice wrong stack?): https://privatebin.net/?0b598b91ac186855#BfRKjLUQz5KUFJNekJBb5V2qvtEe8xQN8nenYbkez2XR
@bender@twtxt.net Bahahaha in hindsight I got rid of that 𤣠Just silly nonsense, just one of those things when you create an account on yet-another silly centralized platform(s) and go āfuckā someoneās already taken the username I want š
@prologic@twtxt.net ātherealprologicā? Really? š¤¦āāļøš
@sorenpeter@darch.dk Here are two more cases:
- nick = subdomain: https://aelaraji.com/timeline/profile?url=https://lyse.isobeef.org/twtxt.txt ->
lyse.isobeef.org
- nick = second level domain: https://aelaraji.com/timeline/profile?url=https://aelaraji.com/twtxt.txt ->
aelaraji.com
@sorenpeter@darch.dk @bender@twtxt.net @prologic@twtxt.net Right. Also, generally speaking, if you come across a new feed URL, itās probably either via some mention in another feed or the User-Agent in your access log. Both cases typically advertise also a display name. So, you just reuse whatever youāve seen there.
nick = _@domain.tld in the twtxt.txt?
hmm any ideas how to fix this case when there is no nick and it on a shared tilde hosting? http://darch.dk/timeline/profile?url=https://tilde.club/~deepend/twtxt.txt
@doesnm@doesnm.p.psf.lt How did you post from IndiePass? Did you add support for twtxt or use some kind of bridge?
nick = _@domain.tld in the twtxt.txt?
Iāve implemented Use only nick as handle if nick and domain is the same Ā· sorenpeter/timeline@8c12444
See it live at:
- nick = domain: https://darch.dk/timeline/profile?url=https://eapl.me/tw.txt
- nick ā domain: https://darch.dk/timeline/profile?url=https://twtxt.net/user/prologic/twtxt.txt
- no nick, use domain: https://darch.dk/timeline/profile?url=https://akkartik.name/twtxt.txt
Iām not sure I like the leading @ thouā¦
nick = _@domain.tld in the twtxt.txt?
What should the advantage be to nick = _compared to just not defining a nick and let the client use the domain as the handle?
What is not intuitive is that you put something in the nick field that is not to be taken literary. The special meaning of _ is only clean if you read the documentation, compared to having something in nick that makes sense in the current context of the twtxt.txt.
nick = _@domain.tld in the twtxt.txt?
No, i mean just _. If my nick = _ and my twtxt is located at https://doesnm.cc/twtxt.txt then just display me as @doesnm.cc. Why itās not intuitive?
If NICK = DOMAIN then only show @DOMAIN
So instead of @eapl.me@eapl.me it will just be @eapl.me
@doesnm@doesnm.p.psf.lt So the user should then set nick = _@domain.tld in the twtxt.txt?
It seems more intuitive and userfriendly to just use: nick = domain.tld and have then convention for clients to render the handle as @domain.tld instead of @domain.tld@domain.tld
For a feed with no nick defined (eg. https://akkartik.name/twtxt.txt) it will also be simpler and make more sense to just use the domain as the nick and render it as @domain.tld
@bender@twtxt.net Le Me is very tempted to spin up my own but not sure my pet computer(/server wannabe) and stone age bandwidth can withstand the Fedi-load š
Are we talking about profile view heading, heading of posts or inline mentions? 
In yarnd I recall there is a setting for changing the heading of posts, but not for the two others as of yet.
I like the hover option for inline mentions. For the other places some like how yarnd does it in two line or ā nick (domain.tld) ā could also work.
and going back to a handle you could input in your client to look for the user/file, like @nick@domain.tls I think Webfinger is the way to go. It has enough information to know where to find that nickās URL.
@prologic@twtxt.net does that webfinger fork made by darch work OK with yarn as it is now? (Iāve never used it, so Iām researching about it)
https://darch.dk/.well-known/webfinger/
@prologic@twtxt.net /ME taking notes⦠šā
I donāt get why displaying nick@domain is preferred over just @nick in the first place. The twtxt world here is so small (and hopefully will always be) that duplicate nicks are just not an issue from my point of view. And even if there are several feeds with the same nicks, one probably does not follow both of them. Yes, thereās the birthday paradox, but Iād guess we have a slightly larger nickname space than days in a year.
@eapl.me@eapl.me A way to have a more blueskyāish handles in twtxt could be to take inspiration from Bridgy Fed and say: If NICK = DOMAIN then only show @DOMAIN
So instead of @eapl.me@eapl.me it will just be @eapl.me
And it event seem that it will not break webfinger lookup: https://webfinger.net/lookup/?resource=%40darch.dk (at least not for how Iāve implemented webfinger on my sever for a single user;)
@prologic@twtxt.net thereās @deadblackclover@deadblackclover.netās twtxt-el already, I couldnāt use it correctly when Iāve had just discovered it (yes, #emacs skill issues) ⦠but it has been updated since then. I should give it another spin š
Have fun @johanbove@johanbove.info and see -(or read?)- you soon!
@movq@www.uninformativ.de Absolutely! Truly amazing work and excellent explanations.
Iām pretty sure they didnāt tell us this in school either.
I donāt remember what topic it was, but some of the maths lectures at uni were heaps better in linking several matters together. In school we were always told: And now for something completely different, we start a new topic, so when you kids havenāt understood the previous one, worry not, now you got the chance to maybe get this one and improve your maths grade. Only at uni we were actually taught that itās in fact basically exactely the same thing as something else, just with some slightly tweaked rules. If I only were told this a decade earlier or so. It would have made stuff sooo much easier.
@movq@www.uninformativ.de Opps! My bad, I had a BotFilter activated which lead you to a 403. Fixed!
@movq@www.uninformativ.de Hmm, works here. Maybe some temporary problem that has been fixed by now?
Thanks @prologic@twtxt.net !
@lyse@lyse.isobeef.org Hmmm:
Could not fetch: HTTPError('403 Client Error: Forbidden for url: https://uplegger.eu/twtxt.txt')
š¤
Is there any rule or information about images in the twtxt specification?
@movq@www.uninformativ.de Hahaha, no worries. :-)
Thanks @bender@twtxt.net for the feedback. I fixed and expanded the article. Iām sorry for my poor interaction. Furthermore, Iām reading and writing while programming a client in Emacs.
You are clearly a time traveler, @xuu@txt.sour.is!
@prologic@twtxt.net That also has the downside of fitting right in the write-only code category. :-D
@movq@www.uninformativ.de Ha, thatās cool, I wasnāt aware of 2024 being one of these years.
@movq@www.uninformativ.de my util-linux 2.40.2 version of cal seems to do week 53.
zsh on macOS, or do you change it to, say, bash?
@bender@twtxt.net im a fisherman.
@prologic@twtxt.net, do you use zsh on macOS, or do you change it to, say, bash?
@movq@www.uninformativ.de Oh, a movqOS, thatās super cool! :-)
Yeah, glossy screens are straight from hell. :-D Whatās this spooky wind chime background music?
Anyway, have great fun learning more and experimenting with this low level stuff!
@movq@www.uninformativ.de Unfortunately, there is no shortage of terrible UI designers. To be fair, Iām probably one of them when it comes to the point.
Danke, @arne@uplegger.eu. Ich werde berichten.
@andros@twtxt.andros.dev nos comparte su artĆculo ātwtxt, la red social en texto plano, descentralizada y minimalistaā