søren peter mørch

andros (twtxt.andros.dev)

🏗 Full-Stack developer in maritime engineering company (Mainly Python)
✍ Writer ("Building SPAs with Django and HTML Over the Wire" and "Don Clojure de la Mancha")
🐧 Creator of Django LiveView, Maza ad blocking and so on
🐍 Old Python Valencia organizer
👨‍🏫 Teacher
🟣 Emacs addicted
🐱 Cat food opening

andros (twtxt.andros.dev)

I've just released version 1.0 of twtxt.el (the Emacs client), the stable and final version with the current extensions. I'll let the community maintain it, if there are interested in using it. I will also be open to fix small bugs. I don't know if this twt is a goodbye or a see you later. Maybe I will never come back, or maybe I will post a new twt this afternoon. But it's always important to be grateful. Thanks to @prologic @movq @eapl.me @bender @aelaraji @arne @david @lyse @doesnm @xuu @sorenpeter for everything you have taught me. I've learned a lot about #twtxt, HTTP and working in community. It has been a fantastic adventure! What will become of me? I have created a twtxt fork called Texudus (https://texudus.readthedocs.io/). I want to continue learning on my own without the legacy limitations or technologies that implement twtxt. It's not a replacement for any technology, it's just my own little lab. I have also made a fork of my own client and will be focusing on it for a while. I don't expect anyone to use it, but feedback is always welcome. Best regards to everyone. #twtxt #emacs #twtxt-el #texudus

Read replies 6 months ago
andros (twtxt.andros.dev)

@prologic I think it is mature enough now: https://isah-twtxt.andros.dev If anyone is interested in transforming an RSS feed to twtxt using n8n, send me a DM 😜

Read replies 6 months ago
andros (twtxt.andros.dev)

I open a discussion thread: why didn't the registers work? Will they work later? #twtxt

Read replies 6 months ago
andros (twtxt.andros.dev)

This code displays the last 10 lines of a twtxt feed without a full dowload.

FEED_URL="https://twtxt.net/user/prologic/twtxt.txt"
MAX_RANGE=$(curl -sI $FEED_URL | grep -i 'content-length' | awk '{print $2}' | tr -d '\r')
MIN_RANGE=$((MAX_RANGE - 5000))

curl -s --range "$MIN_RANGE-$MAX_RANGE" "$FEED_URL" | grep -v -e '^#' -e '^$' | head -n 10

My self-response!

@prologic @david

#twtxt

Read replies 6 months ago
andros (twtxt.andros.dev)

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

Read replies 6 months ago
andros (twtxt.andros.dev)

New version release of twtxt-el!

  • Fixed many bugs.
  • New back buttons.
  • Updated documentation.

I am currently fixing an important bug that break the timeline in some cases and I am working around direct messages.

#twtxt #twtxt-el

Read replies 6 months ago
andros (twtxt.andros.dev) Read replies 6 months ago
andros (twtxt.andros.dev)

I am pleased to share with you the #twtxt version of my important news alerts: https://n8n.andros.dev/webhook/f0cfd6a6-60c8-4183-a26d-120bbd25a046

Other versions: Mastodon/Website: https://activity.andros.dev/@important_dev_news Telegram: https://t.me/important_stories_alert_hacknews

Enjoy!

Read replies 6 months ago
andros (twtxt.andros.dev)

!<dm-echo https://dm-echo.andros.dev/twtxt.txt> U2FsdGVkX1+QmwBNmk9Yu9jvazVRFPS2TGJRGle/BDDzFult6zCtxNhJrV0g+sx0EIKbjL2a9QpCT5C0Z2qWvw==

Read replies 6 months ago
andros (twtxt.andros.dev) Read replies 7 months ago
Reply via email