@eapl.me@eapl.me@eapl.me@eapl.me Done! 👌
I’ll be using another URL for this twtxt.
The older one will redirect to the new for a while (I’m not sure what would happen if you follow both URLs, I assume it’s better to add the new one and remove the older)
Please update your following list to https://eapl.me/tw.txt !
I’ll be using another URL for this twtxt.
The older one will redirect to the new for a while (I’m not sure what would happen if you follow both URLs, I assume it’s better to add the new one and remove the older)
Please update your following list to https://eapl.me/tw.txt !
@anth hehe, cool!
I’m changing mine to tw.txt -> https://eapl.me/tw.txt
And the older twtxt.txt will be redirecting for a while
@prologic@twtxt.net Maybe Becky mistyped, she’s a ninja and wanted to show off her naked sword. :-D
I hear you, @movq@www.uninformativ.de! I have to wait five seconds after opening any Jira ticket before the JS garbage has eventually fetched all the other information and rebuilt the DOM. Only then I can actually begin to scroll down to the information I’m after. Every fucking time.
@eldersnake@we.loveprivacy.club It looked like elisp at first glance… is it? 🤔
@doesnm@doesnm.p.psf.lt I sent that mention manually for a demonstration as mentioned in the previous twt. Used the curl method.
@prologic@twtxt.net What IRC client is that?
da fuq?! Haven’t seen this kind of shit™ on IRC since the good ‘ol days of AustNet (now dead right?) when IRC was way more popular than it is today 🤣 #IRC #Porn
@eapl@eapl.mx I agree with you that the obviously-correct filename is tw.txt. That’s what mine’s always been.
@phoronix@feeds.twtxt.net oh gee the syntax of that thing 😆
@funbreaker@we.loveprivacy.club welcome!
Grab this one and enhance it, @prologic@twtxt.net?
Correction: The webfinger thing doesn’t point out where the webmention endoint is. and I should add in a # webmention = https://...
to my twtxt file. My bad!
@prologic@twtxt.net sure! I don’t know if this is what you need but, let me give it a try.
- I have Timeline installed, which has an endpoint to process #webmentions. Mine for example is
https://aelaraji.com/timeline/webmention
which you can find by queryinghttps://aelaraji.com/.well-known/webfinger
.
- If you mention someone from #Timeline itself, it takes care of querying that and sending in the mention for you.
- Otherwise (what I personally do) you could just:
curl -i -d 'source=https://twtxt.net/user/prologic/twtxt.txt#:~:text=2024-12-09T01:22:37Z' -d 'target=https://aelaraji.com/twtxt.txt' https://aelaraji.com/timeline/webmention
basically what @sorenpeter@darch.dk mentioned in his article Here.
Afterwards, the mentions are stored in their own mentions.txt
feed. The one from the example above looks like this on my Timeline :
Feel free to spam my endpoint if you’d like to give things a try. 👍
[P.S: personally, I don’t seem to get the mentions if I add the Text fragment
part to my target]
tt
Go rewrite produces some colors. There is definitely a lot more tweaking necessary. But this is a first step in the right direction.
Thank you @bender@twtxt.net and @movq@www.uninformativ.de!
I partially fixed the code block rendering. With some terrible hacks, though. :-( I see that empty lines in code block still need some more work. There are also some other cases around line continuation where the result looks ugly. I have to refactor some parts to make this go more smoothly and do this properly. No way around that.
Turns out, my current message text parser does not even parse plain links. That’s next on the agenda.
Oh, I also noticed that this thing crashes when there is not enough space to actually draw stuff. No shortage of work. Anyway, time is up, good night. :-)
Google Drive? Can he give direct link? Idk about he but twtxt feed can he hosted in s3!
@bender@twtxt.net There’s a lot of unused space left on the house!
@aelaraji@aelaraji.com Can you walk me through your testing process here and share example links etc? 🙏
@bender@twtxt.net I wonder where that dude who was hosting his twtxt feed in a google drive go? 😆 that was hilarious!!
@sorenpeter@darch.dk Noice!! just gave a try… and it’s looking way better! -not that the old format was bad, it’s just that this one is looking more readable-
Someone in the neighbourhood is ready!
Did I write here already that the reason why I love Twtxt so much is that it works without having to compile, install anything extra. Just the bin applications that come with 95% of all operating systems and you’re good to read and participate, giving you have a domain name somewhere to host the twtxt.txt file.
@aelaraji@aelaraji.com https://github.com/sorenpeter/timeline/commit/555baefcd0e75e6a281472994e8eb7ae9b5d2a1c
@sorenpeter@darch.dk What are we testing?
Wow, it seem my #Webmentions implementation works from Mastodon via brid.gy
@movq@www.uninformativ.de Hahaha! I find it funny what brain autocorrects can come up with. :-)
“A minimalist social network powered by plain text files”
My brain keeps shortening this to “a socialist network …” and then jumps to “uhh, large parts of the US won’t like this” … 🤦🤪
I was thinking of ‘tw.txt’ to avoid a double T issue… Anyway I’d say the extension and MIME type are important to know what a file (could) contain
https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types
Reading the original spec, I understand why it should be a .txt file instead of, let’s say twtxt
or anything else. In any case it could be nick.twtxt
to support multiple users in the same directory.
What is curious to me was the decision at that moment of twtxt [dot] txt
. You have the text part twice 🤔. Like mydb.db
or eapl_todo.todo
. Nothing really transcendental, just thinking out loud.
https://twtxt.readthedocs.io/en/latest/user/configuration.html
Added TwtHash hashes to every message on my personal Twtxt HTML renderer. Code is not yet ready for prime-time. Need to work out some kinks still.
@discoverbsdthebsdcommunitylinklog@feeds.twtxt.net This is interesting. Not giving up on #FreeBSD #jails yet but definitely have to give this a try; and if my #podman workflow goes as smooth as it does on #Linux I might just end up installing FreeBSD on the #RaspberryPi too! 🥳
yep, my point is that the txt part is redundant for twtxt
Also a .txt file could be in any format, for example those plans from John Carmak are stored now as .txt -> https://github.com/ESWAT/john-carmack-plan-archive/blob/master/by_day/johnc_plan_19960218.txt
Although being named .plan was expected for them to work, if I recall correctly -> http://www.catb.org/jargon/html/P/plan-file.html
yep, my point is that the txt part is redundant for twtxt
Also a .txt file could be in any format, for example those plans from John Carmak are stored now as .txt -> https://github.com/ESWAT/john-carmack-plan-archive/blob/master/by_day/johnc_plan_19960218.txt
Although being named .plan was expected for them to work, if I recall correctly -> http://www.catb.org/jargon/html/P/plan-file.html
[lang=en] Random idea: twtxt.txt
files should be named tw.txt
instead.
@movq@www.uninformativ.de The view in these is pretty gorgeous as well!! 👌
@prologic@twtxt.net Heck yeah, gorgeous! Did you hike up there?
@movq@www.uninformativ.de Uuuh, nice! Despite the weather service claiming that it is snowing at this very moment, there is absolutely nothing here.
I have been on Twtxt for five years straight now. Hurray me.
Nice view from up on the mountain side 😎
@movq@www.uninformativ.de tried translating that and it said Art lover/enthusiast
, that could be correct since that despise of the artificial stems out of “Love for the Actual real Art” although that’s a subjective statement in itself; xD duckduckgo’s translation thing spat out “künstliche-Kunsthasser”
/me wantis to learn german so bad!
@lyse@lyse.isobeef.org (Semicolon! 🤘)
But then, why just block IPv4 and not also IPv6?
I’ll take “what’s the most overlooked thing in corporate networks” for 200. 😅
Thank you, @movq@www.uninformativ.de! Luckily, I can disable it. I also tried it, no luck, though. But the problem is, I don’t really know how much snakeoil actually runs on my machine. There is definitely a ClownStrike infestation, I stopped the falcon sensor. But there might be even more, I’ve no idea. From the vague answers I got last time, it feels like even the UHD/IT guys don’t know what is in use. O_o
Yeah, it is definitely something on my laptop that rejects connections to IPv4 ports 80 and 443. All other devices here can access the stuff without issue, only this work machine is unable to. The “Connection refused” happens within a few milliseconds.
Unfortunately, I do not have the slightest idea how it works. But maybe I can look into that tomorrow. Kernel modules are a very good hint, thank you! <3
You’re right, it might be some sort of fail-safe mechanism. But then, why just block IPv4 and not also IPv6? But maybe because the VPN and company servers require IPv4, there is zero IPv6 support. (Yeah, don’t ask, I don’t understand it either.)
@skinshafi@thunix.net Ah nice, it indeed fixed it. I don’t get the warning anymore. :-)
@movq@www.uninformativ.de Congrats! :-) I still have to survive work next week.
@david@collantes.us my replay stayed pinned to the bottom of neomutt like an eye soar, I had to delete the OP. xD I still don’t know how to archive stuff in (neo)mutt.