(#s2lah7a) This looks so huggable, it feels like a plushie! š„°
After seeing so many resolutions, I think youāre only missing a matrioska version of it. šŖ
#hgm3tka
Writing code for work, fun and everything in between.
If this user/feed is violating this Pod's (yarn.meff.me) community guidelines as set out in the Abuse Policy, please report them immediately!
You are also free to Unfollow or Mute this user or feed. Muting will also remove that user/feed's content from your view and you will no longer see content from that user/feed anywhere.
@alexonit does not follow you (they may not see your replies!)
(#s2lah7a) This looks so huggable, it feels like a plushie! š„°
After seeing so many resolutions, I think youāre only missing a matrioska version of it. šŖ
(#altkl2a) @lyse@lyse.isobeef.org Yeah, the format is just an idea of how it could work.
The order of SOURCE > POST
does make more sense indeed.
(#cqzexoq) @prologic@twtxt.net thanks, I already follow @important_dev_news@n8n.andros.dev too.
BTW, the feed on https://feeds.twtxt.net/ seem down? It says itās in maintenance.
(#cqzexoq) @prologic@twtxt.net Me neither, if thereās any important news others usually tell me anyway. š
While working on the Discoverability for my twtxt client (it runs client-side) I found out that Chrome doesnāt allow to set a custom user agent. š
I thought it was a general thing for browsers, but it that was actually allowed in a newer specification, yet itās still not implemented in Chrome, it does work in Firefox though.
(#s5wriqq) @zvava@twtxt.net I kinda fixed the issue by not stripping the timestamp at all.
Seems that more feeds work correctly this way. š¤
(#jdhwlna) @thecanine@twtxt.net With a progressive web app (PWA) you can have a native like experience without having to trouble yourself with building a second project that act as a client.
You can even āwrapā it into a packaged installation and publish it on stores, theres even projects to streamline it https://www.pwabuilder.com/.
(#dvw775q) My proposal is taken from https://texudus.readthedocs.io/en/latest/ BTW.
(#dvw775q) @zvava@twtxt.net @lyse@lyse.isobeef.org I also think a location based reference might be better.
A thread is a single post of a single feed as a root, but the hash has the drawback of not referencing the source, in a distributed network like twtxt it might leave some people out of the whole conversation.
I suggest a simpler format, something like: (#<TIMESTAMP URL>)
This solves three issues:
[ timestamp, url, content ]
(#fzmmn2q) @zvava@twtxt.net @lyse@lyse.isobeef.org @movq@www.uninformativ.de I also was wondering how to handle this.
Currently my regex is like this: /@<((?<nick>[^\s]+)\s)?(?<url>\w+:\/\/[^>]+)>/g
It takes everything until the space and the nick is optional.
Hello everyone! š
After a long while away, Iām back on twtxt with this new feed.
Some of you might remember me as justamoment@twtxt.net
, that was a test account I made for trying things out, but I ended up keeping it more than planned.
I also tried other social platforms in search of a place that felt right for me.
In the end twtxt was the one that ticked all of my boxes:
This is why I decided to build my own twtxt client, one that allows you to decide how the feed is presented on your āinstanceā.
Itās still in the making but Iāll try to share a bit of it once I defined how things should work.
Coincidentally, I discovered that @itsericwoodward@itsericwoodward.com and @zvava@twtxt.net were also building a twtxt client, seems like twtxt is set to grow!
Hello world, everyone!