In-reply-to » @sorenpeter test 5.2

@prologic 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 querying https://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 :
Example Timeline (web)mention

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]

​ Read More
In-reply-to » Finally, the message rendering in my 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.

Code block look slightly better

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. :-)

​ Read More

First Advent of Code visualization this year:

https://movq.de/v/e14086cc1c/MVI_8057.MOV.mp4

It’s for day 8. Don’t look if you don’t want to get spoiled. If you don’t know the puzzle, you’ll hardly understand what this is doing – but it’s fancy and colorful and fun to look at, right? 😅

This is Java 1 (AWT) running on a Pentium 133 on OS/2 Warp 4.

​ Read More

Over the holiday break I was looking at one of my old projects, ”Linux. Turns out I did a fine job realy and have decided to revive the project đŸ„ł – Just getting the build/tests woring on my Mac Studio (Apple Silicon). Check it out! 👌 #”Linux

​ Read More

No he jugado tanto el Pokemon TCG, mås que en Game Boy y ahora en teléfono.
https://play.google.com/store/apps/details?id=jp.pokemon.pokemontcgp

Es un juego que, al menos en la primera parte, está muy bien hecho, aunque al poco tiempo se acaba el factor ‘wow’.

Como vemos en ‘Leyendas y Videojuegos’, el juego móvil es más una demostración para una experiencia de como sería que colecciones las cartas
https://www.youtube.com/watch?v=zpAZCy8_-UI

Siento que mucha gente va a interesarse en coleccionarlas gracias a este ‘demo’.

​ Read More
In-reply-to » Just throwing this out there, but does the edit, delete and reply feature work for any of you, through the website? I can only Yarn. Trying to do those other actions, generates a popup, asking me if I trust some # URL thing. Confirming it refreshes the site, without doing the thing.

@prologic@twtxt.net even here, in this Yarn, I click “Edit” on my message, or “Reply” on yours, I am still getting this:

​ Read More