@david.. i see this one but it says its dead. https://watcher.sour.is/?uri=https://ferengi.one/twtxt.txt
Hmm i am not sure how you got the URL with users at the end..
Is it following the same endpoints than https://registry.twtxt.org/swagger-ui/#/users/addUser ?
BTW, I think that the
usage
section has a wrong base URL or something.For example if you enter here: https://watcher.sour.is/conv/4rx5iyq
It says to look for this URL: https://watcher.sour.is/conv/4rx5iyq/api/plain/users
Which seems to return the content from https://watcher.sour.is
Find it here: https://watcher.sour.is
Code base is found here: https://git.sour.is/sour-is/xt
The link for additional context is: https://thecanine.ueuo.com/dogcow.html - you just have to click the image on there.

As for my website, it might be visually very similar, to how it looked since its creation, many years ago, but it is frequently improved. Features that originally used JavaScript, changed to HTML and CSS components, code simplified, optimised to withstand browser updates and new screen resolutions,... Even a good chunk of the errors on your list, were already addressed and I plan to address the rest soon.
Just find it a bit depressing, that my attempt to bring back some of the old Internet spirit, by making a hidden easteregg page page for this years April 1st, was met with people complaining about April fools day jokes and you insinuating my website sucks.
In Mexico you couldn't register the word Sonora (state), nor Taqueria (kind of restaurant) as there are two common words, but perhaps the combination of both is trademarkable, I'm not sure, so many 'taquerias' here don't file a trademark request. It's usually "Taquería [LAST_NAME]" or "Taquería [PLACE]".
At the same time, the word "taqueria" was trademarked in UK, like it would be "Paris" or "Pub" I guess, so basically Sonora Taqueria didn't reply to the cease and desist, based on:
> [Lizbeth García]: A brand may not use a word that is generic or descriptive of the products or services it is putting into circulation on the market.
> Since he (Ismael, Taqueria's representative) didn’t get any response, he decided to leave it in the hands of his law firm.
> In early 2023, after all the noise on the internet and the mobilization caused by this case, an agreement was finally reached with Taquería to settle the matter peaceably.
> In March 2023, Michelle and Sam decided to register the Sonora Taquería brand and logo with the UK Intellectual Property Office.

https://radioambulante.org/en/translation/who-owns-the-taqueria-translation
É só chegar meia hora antes para pegar um ingresso grátis e participat do grupo de estudos em #Python do #SescAvPaulista. https://www.sescsp.org.br/programacao/grupo-de-estudos-em-python-desenho-e-programacao/
https://abav.lugaralgum.com/material-aulas/Processing-Python-py5/LSystem.html
#SescSP #SãoPaulo ![# A fractal esqueletal (lines only) plant drawing. generated from the code below. axioma = "X" regras = {"X": "F+[[X]-X]-F[-FX]+X", "F": "FF" } tamanho = 10 angulo = 25 iteracoes = 4 # repeticoes (voltas na aplicação das regras) xo, yo = 300, 500 def setup(): size(600, 600) frase_inicial = axioma for i in range(iteracoes): frase = "" for simbolo in frase_inicial: substituicao = regras.get(simbolo, simbolo) frase = frase + substituicao frase_inicial = frase print(len(frase)) background(240, 240, 200) translate(xo, yo) for simbolo in frase: if simbolo == "F": line(0, 0, 0, -tamanho) translate(0, -tamanho) if simbolo == "+": rotate(radians(angulo)) if simbolo == "-": rotate(radians(-angulo)) if simbolo == "[": push_matrix() if simbolo == "]": pop_matrix() ](https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/114/268/805/938/744/596/original/71dda69c95d12438.png)
(aguardando pelos takes dos correspondentes @seyon, @RuteRadio e @ines@ines)
(aguardando pelos takes dos correspondentes @seyon, @RuteRadio e @ines@ines)
https://en.m.wikipedia.org/wiki/Information_Doesn%27t_Want_to_Be_Free
So I won't add much to the topic, what I can say is that this is about being pragmatic. There is some people who's gonna spend their money on books but it requires publicity (polemic topic) and subsidizing creativity with our own money (another controversial one).
Otherwise it's a difficult discipline /profession /industry
#MarilynManson 
#MarilynManson 
#MarilynManson 
https://www.publico.pt/2025/03/31/politica/noticia/ad-distanciase-ps-sondagem-pitagorica-2128048
"AD" - 34.4%
PS - 27.8%
CH - 14.9%
IL - 6%
L - 5.5%
CDU - 3.4%
BE - 2.7%
ADN - 0.7%
PAN - 0.5%
https://www.publico.pt/2025/03/31/politica/noticia/ad-distanciase-ps-sondagem-pitagorica-2128048
"AD" - 34.4%
PS - 27.8%
CH - 14.9%
IL - 6%
L - 5.5%
CDU - 3.4%
BE - 2.7%
ADN - 0.7%
PAN - 0.5%
https://www.publico.pt/2025/03/31/politica/noticia/ad-distanciase-ps-sondagem-pitagorica-2128048
"AD" - 34.4%
PS - 27.8%
CH - 14.9%
IL - 6%
L - 5.5%
CDU - 3.4%
BE - 2.7%
ADN - 0.7%
PAN - 0.5%
What client are you using? @eapl.me
@kat
I really love OSMnx and use it all the time, often with #py5 (which has a cool #shapely integration that helps).
Episode webpage: https://talkpython.fm/episodes/show/495/osmnx-python-and-openstreetmap
Media file: https://talkpython.fm/episodes/download/495/osmnx-python-and-openstreetmap.mp3
I tried a different approach at estimating the disk activity and I think I finally got it right (after almost 10 years … 🤦).
Demo, booting a Windows 2000 VM: https://movq.de/v/1400544cc6/2kboot-ratterplatter-2.mp4
(For this purpose alone, I put a couple of mini speakers into my PC case, so that the noise comes from the right place: https://movq.de/v/a3b2dc0932/speakers.jpg)
The results aren’t too bad, but this thing can’t be super accurate due to the huge I/O caches that we have these days. For the video, I dropped the caches before booting Windows, otherwise you would have heard almost nothing.
FWIW, if you don’t know it yet, this is the equivalent for proper keyboard sound: https://github.com/zevv/bucklespring
I tried a different approach at estimating the disk activity and I think I finally got it right (after almost 10 years … 🤦).
Demo, booting a Windows 2000 VM: https://movq.de/v/1400544cc6/2kboot-ratterplatter-2.mp4
(For this purpose alone, I put a couple of mini speakers into my PC case, so that the noise comes from the right place: https://movq.de/v/a3b2dc0932/speakers.jpg)
The results aren’t too bad, but this thing can’t be super accurate due to the huge I/O caches that we have these days. For the video, I dropped the caches before booting Windows, otherwise you would have heard almost nothing.
FWIW, if you don’t know it yet, this is the equivalent for proper keyboard sound: https://github.com/zevv/bucklespring
Is there some Makefile shenanigans going on maybe?
$V
and $C
being swallowed by the Makefile. I fell in that trap again the other day.
$VERSION@$COMMIT
and its supposed to be replaced with the actual version and commit.
yarnd/ERSION@OMMIT go1.23.4 (+https://.../twtxt.txt; @username)
ERSION? OMMIT? 😅
yarnd/ERSION@OMMIT go1.23.4 (+https://.../twtxt.txt; @username)
ERSION? OMMIT? 😅
But yeah, I sadly have to agree with @bender. 😢
But yeah, I sadly have to agree with @bender. 😢
Now I'm looking forward to see the next version using MessagePack
I'm actually glad I don't have to deal with all this web shit and work with compilers that hit me in the face when I do something illegal. :-)

Building on top of that, I'm thinking of https://eapl.me/yatwt.yaml
#OpenAIScam
Piracy is a difficult topic which is very personal, so I won't say much about it.
On writing books, I've tried along with other digital products such as courses and videogames, and I got to confess that it has been hard for me.
If it helps, I think it all reaches our expectations on the activity and the result. If royalties is the expectation, it's going to be slow. By 5% of royalties, for a rough example, a huge amount of sales will be required to get a decent "wage", so I've understood of doing it by the side of a normal employment although it has been discouraging and a bit sad.
I have reflected about it in Spanish here: https://sembrandojuegos.substack.com/p/sobre-expectativas-al-crear-juegos
The reason piracy exists at all is economics and greed. If you make something affordable and convenient, there's no need to steal.
If you have to keep some knowledge: don't write for money, the paper (or ebook) industry is in a very bad way, the margins for the author are very small and piracy is devastating.
If you have to keep some knowledge: don't write for money, the paper (or ebook) industry is in a very bad way, the margins for the author are very small and piracy is devastating.