Searching We.Love.Privacy.Club

Twts matching #twtxt
Sort by: Newest, Oldest, Most Relevant
In-reply-to » @rdlmda But I am gad you at least have figured out how to have a feed description and avatar, that's always nice 👍

@prologic@twtxt.net well, it isn’t rocket science, is it? 😅 Yet, without using the hashes and starting to follow people, it is very, very rudimentary. I know, I know, there were a couple of years during which people lived just fine without those. Yet, once you get used to certain things, there is no going back.

⤋ Read More
In-reply-to » Weird. My timestamps are all being shown (on https://twtxt.net and https://darch.dk/timeline) one hour ahead of what I expected. Am I manually writing my timestamps wrong? Are the clients interpreting something I'm not aware of? Let me write this one on the "Z" timezone to try to debug it.

@rdlmda@rdlmda.me You need to use the RFC3339 format. I would recommend you read the specs at https://twtxt.dev – This is what is used by many moden clients these days 😅

⤋ Read More
In-reply-to » Weird. My timestamps are all being shown (on https://twtxt.net and https://darch.dk/timeline) one hour ahead of what I expected. Am I manually writing my timestamps wrong? Are the clients interpreting something I'm not aware of? Let me write this one on the "Z" timezone to try to debug it.

@rdlmda@rdlmda.me right, timestamps are RFC3339, so something like this: 2024-09-29T13:30:00Z

⤋ Read More
In-reply-to » Someone on #twtxt or #yarn.social on IRC told me to use a client that supports extensions and replies. Uhh... Client? I'm writing my microblogging by hand! (Hides in a very weird mix of pride and shame)

@rdlmda@rdlmda.me writing it by hand is good, but without checking your server logs to see if someone is following your feed, and interacting with them, you are simply tossing bottles into the sea. That, of course, isn’t a bad thing per se, if it is the intent. :-)

⤋ Read More
In-reply-to » Streamed me struggling to play minetest yesterday :D

@kingdomcome@yarn.girlonthemoon.xyz Oh, that brings back memories! I’ve played minetest one and half centuries ago. Some classmates and I tried to recreate our computer science building at the time. The proportions didn’t work out, but it still kinda worked. Minetest was one of the very few games I played a bit more extensively.

⤋ Read More
In-reply-to » @lyse oh wow! That 10, with ice stuck in it. Those flowers rock! They remind me of "Stardust" (movie).

@bender@twtxt.net Holy cow, I didn’t notice the ice! :-O Thanks for pointing that out! I was just after the bee. :-)

33°C down to 3°C, wow. O_o What a drop. But it raises again dramatically during day, right?

⤋ Read More
In-reply-to » I took advantage of the beautiful 14°C sunshine and decided to have a long lunch break: https://lyse.isobeef.org/waldspaziergang-2026-02-25/ When there was no wind, the thin jacket was actually too warm.

@lyse@lyse.isobeef.org oh wow! That 10, with ice stuck in it. Those flowers rock! They remind me of “Stardust” (movie).

We woke up with 3C here. Yesterday we had 33C. Yeah, crazy.

⤋ Read More
In-reply-to » @prologic so...

@bender@twtxt.net Correctamundo! In this case, it’s available for the browser as a single (optionally-minified) JavaScript file, or for Node via NPM (as JS) and JSR.io (as “native” TypeScript).

I had to do it that way because I wanted a library I could use in both an Express server (for TwtKpr and TwtStrm) and the browser (for my website and… TwtStrm).

Hopefully, I’ll have more to share about those other projects soon…

⤋ Read More

@kiwu@twtxt.net I am trying to read our Information Security Office “mind” to grasp what they want. So far they seem to want to get logs from our BIG-IP F5 load balancers into Azure Sentinel, but the Telemetry Streaming plugin normally used for it is on maintenance mode, with deprecations happening on the F5 and Microsoft side soonish. So, yeah… “fun”. Oh, and they want it on production by tomorrow. LOLz!

⤋ Read More
In-reply-to » New library alert => Last night, I published twtxt-lib, a new isomorphic TypeScript library for parsing and interacting with twtxt.txt files. Check out the demo at https://twtxt-lib.itsericwoodward.com/!

@prologic@twtxt.net so…

An isomorphic TypeScript library is a codebase, written in TypeScript, that can run in multiple JavaScript environments, most commonly both the web browser (client-side) and a server (like Node.js). The core idea is to share the exact same code across the frontend and backend, avoiding duplication and improving efficiency.

⤋ Read More