# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 234708
# self = https://watcher.sour.is?offset=233192
# next = https://watcher.sour.is?offset=233292
# prev = https://watcher.sour.is?offset=233092
@eapl.me I think the benefits do not outweigh the disadvantages. Clients would have to read and merge the information from 2 txt and a new metadata would have to be added with the address of this file.
Also, it is very easy to filter or ignore it.
@eapl.me I think the benefits do not outweigh the disadvantages. Clients would have to read and merge the information from 2 txt and a new metadata would have to be added with the address of this file.
Also, it is very easy to filter or ignore it.
[47°09′27″S, 126°43′59″W] Raw reading: 0x67E0F4E1, offset +/-4
Cheers, #CreativeCoding friends!
I'm going to try out something, let's see what happens... next Saturday (2025-03-29) and possibly on some other Saturdays after that. I'm going to host an online space where I show something about Creative Coding with #Python and #py5. I'm calling it "Python Creative Coding Free Walking Tour". I'll also do some "py5 Office Hours", Q&A and on-boarding.

It will be free, and I'll accept donations, just like the free walking tour we have showing off nice spots of São Paulo for tourists. I hope it will be even better than that: as I studied architecture I find the tour guide's explanations a bit over the top and sometimes missing the point, but maybe mine will also be an over the top creative coding tour, who knows? you'll have to judge by yourselves.

The first, "walking tour" part will be from 11:00AM BRT (UCT -3) to 12:00 and then, the second, "office hours" part, will be from 12:15 to 13:00, when people will be able to ask me anything about py5 and I'll try to answer to the best of my knowledge, it will also be an opportunity to get help setting up your tools/environment in order to take your first steps drawing with code.
- To get the video-conference link, send me a DM or fill this form: https://form.jotform.com/Alexandre_Villares/python-creative-coding-walking-tour
Cheers, #CreativeCoding friends!
I'm going to try out something, let's see what happens... next Saturday (2025-03-29) and possibly on some other Saturdays after that. I'm going to host an online space where I show something about Creative Coding with #Python and #py5. I'm calling it "Python Creative Coding Free Walking Tour". I'll also do some "py5 Office Hours", Q&A and on-boarding.

It will be free, and I'll accept donations, just like the free walking tour we have showing off nice spots of São Paulo for tourists. I hope it will be even better than that: as I studied architecture I find the tour guide's explanations a bit over the top and sometimes missing the point, but maybe mine will also be an over the top creative coding tour, who knows? you'll have to judge by yourselves.

The first, "walking tour" part will be from 11:00AM BRT (UCT -3) to 12:00 and then, the second, "office hours" part, will be from 12:15 to 13:00, when people will be able to ask me anything about py5 and I'll try to answer to the best of my knowledge, it will also be an opportunity to get help setting up your tools/environment in order to take your first steps drawing with code.
- Update: to get the video-conference link, visit https://hackmd.io/@villares/python-creativecoding-tour
"Dois turnos de sono: a forma esquecida como nossos antepassados dormiam" https://www.bbc.com/portuguese/vert-fut-59992577

versão narrada: https://www.youtube.com/watch?v=Iiz3kY9ZuJA
"Dois turnos de sono: a forma esquecida como nossos antepassados dormiam" https://www.bbc.com/portuguese/vert-fut-59992577

versão narrada: https://www.youtube.com/watch?v=Iiz3kY9ZuJA
🧮 USERS:1 FEEDS:2 TWTS:1285 ARCHIVED:85637 CACHE:2704 FOLLOWERS:18 FOLLOWING:14
I have finished 1-9 on Python. If anyone is interested, I could share the code, or in Reddit many people have shared theirs.
👀

Is it working now?
I'd say again that perhaps the DMs could be stored in another .txt, but anyway I'd like to try it.
I don't have the need for a physical Calc nor a watch, although I'm slightly more interested in a https://banglejs.com or an eink watch 🤔
Anyone interested in the PicoCalc? https://www.clockworkpi.com/product-page/picocalc #basic
Anyone interested in the PicoCalc? https://www.clockworkpi.com/product-page/picocalc #basic
@doesnm 💯 👏👏👏👏👏👏
@doesnm 💯 👏👏👏👏👏👏
C'est fou comme c'est cher une voiture oO. Comment vous faîtes les gens???
C'est fou comme c'est cher une voiture oO. Comment vous faîtes les gens???
@lyse (I think of pointers as “memory location + type”, but I have done so much C and Assembler by now that the whole thing feels almost trivial to me. And I would have trouble explaining these concepts, I guess. 😅 *Maybe* I’ll cover this topic with our new Azubis/trainees some day …)
@lyse (I think of pointers as “memory location + type”, but I have done so much C and Assembler by now that the whole thing feels almost trivial to me. And I would have trouble explaining these concepts, I guess. 😅 *Maybe* I’ll cover this topic with our new Azubis/trainees some day …)
[47°09′28″S, 126°43′30″W] --interrupted--
@prologic What is "ciwtuau"? I don't understand, sorry haha
@prologic What is "ciwtuau"? I don't understand, sorry haha
@prologic So it seems!
@prologic So it seems!
When will the flat UI craze end? Can I get my buttons, scrollbars, and toolbars back, please?
When will the flat UI craze end? Can I get my buttons, scrollbars, and toolbars back, please?
yes @lyse 😅
yes @lyse 😅
I am working on this: https://dm-echo.andros.dev/
More news coming soon.
#twtxt
I am working on this: https://dm-echo.andros.dev/
More news coming soon.
#twtxt
@kat Pointers can be a bit tricky. I know it took me also quite some time to wrap my head around them. Let my try to explain. It's a pretty simple, yet very powerful concept with many facets to it.

A pointer is an indirection. At a lower level, when you have some chunk of memory, you can have some actual values sitting in there, ready for direct use. A pointer, on the other hand, points to some other location where to look for the values one's actually after. Following that pointer is also called dereferencing the pointer.

I can't come up with a good real-world example, so this poor comparison has to do. It's a bit like you have a book (the real value that is being pointed to) and an ISBN referencing that book (the pointer). So, instead of sending you all these many pages from that book, I could give you just a small tag containing the ISBN. With that small piece of information, you're able to locate the book. Probably a copy of that book and that's where this analogy falls apart.

In contrast to that flawed comparision, it's actually the other way around. Many different pointers can point to the same value. But there are many books (values) and just one ISBN (pointer).

The pointer's target might actually be another pointer. You typically then would follow both of them. There are no limits on how long your pointer chains can become.

One important property of pointers is that they can also point into nothingness, signalling a dead end. This is typically called a null pointer. Following such a null pointer calls for big trouble, it typically crashes your program. Hence, you must never follow any null pointer.

Pointers are important for example in linked lists, trees or graphs. Let's look at a doubly linked list. One entry could be a triple consisting of (actual value, pointer to next entry, pointer to previous entry).

_______________________
/ ________\_______________
↓ ↓ | \
+---+---+---+ +---+---+-|-+ +---+---+-|-+
| 7 | n | x | | 23| n | p | | 42| x | p |
+---+-|-+---+ +---+-|-+---+ +---+---+---+
| ↑ | ↑
\_______/ \_______/

The "x" indicates a null pointer. So, the first element of the doubly linked list with value 7 does not have any reference to a previous element. The same is true for the next element pointer in the last element with value 42.

In the middle element with value 23, both pointers to the next (labeled "n") and previous (labeled "p") elements are pointing to the respective elements.

You can also see that the middle element is pointed to by two pointers. By the "next" pointer in the first element and the "previous" pointer in the last element.

That's it for now. There are heaps ;-) more things to tell about pointers. But it might help you a tiny bit.______________________________________________
[47°09′26″S, 126°43′32″W] Raw reading: 0x67E03E11, offset +/-3
@andros @prologic Exactly. The screenshots of the last few days show it in action. But I do not consider it ready for the world yet. @doesnm appears to have a high pain tolerance, though. :-)
@andros You use your real name as login name, too?

@prologic I see this with the scouts. Luckily, not at work. But at work, I'm surrounded by techies.

@movq Oh my goodness! I'm so glad that I don't have to deal with that in my family. But yeah, I guess you're onto something with your theory. This article is also quite horrific. O_o
@movq Wooaah, that is cool! \o/
Hello World. Be Safe. Be Kind. Love Each Other. <3
@lyse Maybe it’s a lyrebird. 😏
@lyse Maybe it’s a lyrebird. 😏
Hahaha, a bird is singing really load and it sounds almost exactly like a car alarm. Well, it's probably the other way around, the car alarm was modeled after the birdcall. :-)
@prologic Yes, it was one of those. 95, 98, and Me were all built on top of DOS, as far as I know.
@prologic Yes, it was one of those. 95, 98, and Me were all built on top of DOS, as far as I know.
Pinellas County Long Run: 18.03 miles, 00:10:14 average pace, 03:04:35 duration
fun run... broke it up in 5km segments. around 14 miles in started to just take it a bit easier because the legs just got a bit tired. pretty good for crap sleep and/or rest.
#running
Pinellas County Long Run: 18.03 miles, 00:10:14 average pace, 03:04:35 duration
fun run... broke it up in 5km segments. around 14 miles in started to just take it a bit easier because the legs just got a bit tired. pretty good for crap sleep and/or rest.
#running
Pinellas County Long Run: 18.03 miles, 00:10:14 average pace, 03:04:35 duration
fun run... broke it up in 5km segments. around 14 miles in started to just take it a bit easier because the legs just got a bit tired. pretty good for crap sleep and/or rest.
#running
@movq Is that the cwrsion that still ran on MS-DOS?
[47°09′50″S, 126°43′28″W] Dosimeter fixed
@lyse I guess the thing is that usernames are no longer needed for many popular things, like WhatsApp. “Just install the app”, done. When I ran my Matrix server for our family, this was the first thing that people were bummed out about: “Oh, this needs a username and a password? Why doesn’t it just work? That’s annoying.”

People are less and less exposed to “low-level” details like this. There was also this story in 2021 about the concept of a “file”: https://www.theverge.com/22684730/students-file-folder-directory-structure-education-gen-z
@lyse I guess the thing is that usernames are no longer needed for many popular things, like WhatsApp. “Just install the app”, done. When I ran my Matrix server for our family, this was the first thing that people were bummed out about: “Oh, this needs a username and a password? Why doesn’t it just work? That’s annoying.”

People are less and less exposed to “low-level” details like this. There was also this story in 2021 about the concept of a “file”: https://www.theverge.com/22684730/students-file-folder-directory-structure-education-gen-z
I lost my original Windows 95 CD (and it’s too expensive for my taste to buy on eBay), so I finally sat down and got an old disk image of one of my PCs to work in QEMU.

I don’t intend to do much with Win95. I just want to be able to boot it, if I want to check how certain things worked or looked in that version. The purpose of this really is to be an archeological digsite.

[![](https://movq.de/v/9200de7e24/.html%2Dindex%2Dthumb%2Da.ff.jpg.jpg)](https://movq.de/v/9200de7e24/a.ff.jpg)
[![](https://movq.de/v/9200de7e24/.html%2Dindex%2Dthumb%2Db.ff.jpg.jpg)](https://movq.de/v/9200de7e24/b.ff.jpg)
I lost my original Windows 95 CD (and it’s too expensive for my taste to buy on eBay), so I finally sat down and got an old disk image of one of my PCs to work in QEMU.

I don’t intend to do much with Win95. I just want to be able to boot it, if I want to check how certain things worked or looked in that version. The purpose of this really is to be an archeological digsite.

[![](https://movq.de/v/9200de7e24/.html%2Dindex%2Dthumb%2Da.ff.jpg.jpg)](https://movq.de/v/9200de7e24/a.ff.jpg)
[![](https://movq.de/v/9200de7e24/.html%2Dindex%2Dthumb%2Db.ff.jpg.jpg)](https://movq.de/v/9200de7e24/b.ff.jpg)
@andros Is this a book republished as a Markdown doc on GitHub or written that way?
@lyse I'm in the banking industry, so don't see this much🤣
@andros Cool! Can I joking ciwtuau? 🤔
@andros @lyse 's new client 😊
In a couple of days I'll be giving a talk about #twtxt https://www.meetup.com/es-ES/python-valencia-meetup/events/306769708/
In a couple of days I'll be giving a talk about #twtxt https://www.meetup.com/es-ES/python-valencia-meetup/events/306769708/
The Startup CTO's Handbook
https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md
The Startup CTO's Handbook
https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md
@doesnm What is tt2?
@doesnm What is tt2?
@lyse I had no idea. However, I think we're losing our sense of anonymity. I even started using my real name!
@lyse I had no idea. However, I think we're losing our sense of anonymity. I even started using my real name!
@eapl.me I looked at the first few puzzles and they are pretty cool so far! I haven't actually implemented any of them, but I'm fairly certain about how I'd solve them properly. I went through some linked reference articles yesterday, they're also really good. I will recommend this to some workmates. :-)
It's extremely surprising to me that younger non-technical people just type in their full name (properly cased first and last name with a space in between) for a technical username in account registration or login forms. I've seen that happening several times in the past few years. The field name is "Benutzername" in German, literally "username". Even adding a placeholder text to signal that they could simply use their nickname in lowercase did not change anything at all. Well, one person used at least an e-mail address.

This wasn't the case six, seven years ago, everybody had some "real" username. Even non-techies. It looks like some "common knowledge" is getting lost. Strange. Very weird. It trips me every time I see it.

Have you experienced something similar?
****
Víspera de lunes. ⌘ Read more****
[47°09′44″S, 126°43′03″W] Dosimeter overflow
Unfortunately none of the content on the Wikipedia page for him really criticises much of his work. He must be really good at being a "businessman" and killing tech innovation 🤣
> After working 14 years at IBM, he became senior vice president and chief technology officer at enterprise search vendor Verity in 2004.[16][14][12] In July 2005, he was hired by Yahoo! to lead Yahoo! Research in Sunnyvale, California.[17] At Yahoo!, he worked on research projects including search and advertising.[15][18] In 2011, he was appointed as Yahoo!'s chief strategy officer.[19]
>
> In 2012, Prabhakar joined Google after severe funding cuts in Yahoo!'s research division.[19] In 2018, he was > put in charge of Ads and Commerce at Google and in 2020 his scope was expanded to include Search, Geo, and Assistant.[20] [21]
>
> In 2024, he transitioned to the role of Chief Technologist at Google.[2]
@thecanine I read this article and did some research. Wow! Amazing really how we can build really good tech, then kill it quietly all for the sake of more revenue and profits for shareholders 🤣
[47°09′43″S, 126°43′18″W] Resetting dosimeter
hung out with friends today it was nice :)
hung out with friends today it was nice :)
🧮 USERS:1 FEEDS:2 TWTS:1284 ARCHIVED:85614 CACHE:2703 FOLLOWERS:18 FOLLOWING:14
🎧

The "idiossINcrasias" series from the ANTI-DEMOS-CRACIA label starts in June!

It was an ill-kept secret: kokori had the honor of being invited to kickstart this series with the also Portuguese band "Floating Ashes".

Starting June, ADC will release a series of "idiossINcracies", a special, limited CD collection, where each volume will showcase two musical projects with five songs from each.

The first volume, to be released on the 16th of June, joins Floating Ashes and kokori, and from this moment on you can already get a sample of it with one track from each project, on the label's bandcamp:

https://anti-demos-cracia.bandcamp.com/album/idiossincrasia-vol-1

Being ½ #kokori I'm suspect, but I agree with the label when they state that "this series promises to be a valuable addition to collectors and followers of experimental and alternative music."

👉 reservations can be made by sending me a message.

#music #ADC #kokori #FloatingAshes #CD #ADC139JUN2025 idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
🎧

The "idiossINcrasias" series from the ANTI-DEMOS-CRACIA label starts in June!

It was an ill-kept secret: kokori had the honor of being invited to kickstart this series with the also Portuguese band "Floating Ashes".

Starting June, ADC will release a series of "idiossINcracies", a special, limited CD collection, where each volume will showcase two musical projects with five songs from each.

The first volume, to be released on the 16th of June, joins Floating Ashes and kokori, and from this moment on you can already get a sample of it with one track from each project, on the label's bandcamp:

https://anti-demos-cracia.bandcamp.com/album/idiossincrasia-vol-1

Being ½ #kokori I'm suspect, but I agree with the label when they state that "this series promises to be a valuable addition to collectors and followers of experimental and alternative music."

👉 reservations can be made by sending me a message.

#music #ADC #kokori #FloatingAshes #CD #ADC139JUN2025 idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
Tenho o mesmo email faz mais de 20 anos, hoje eu recebi mais de 30 mensagens de spam que são phishing (muitas se passando por "intimação para depor da polícia federal") me dá vontande de abandonar esse email :(
Tenho o mesmo email faz mais de 20 anos, hoje eu recebi mais de 30 mensagens de spam que são phishing (muitas se passando por "intimação para depor da polícia federal") me dá vontande de abandonar esse email :(
Hello from Walldorf, Germany!
[47°09′54″S, 126°43′58″W] Dosimeter still failing
[47°09′18″S, 126°43′07″W] Dosimeter malfunction
O Dia da Liberdade Documental celebra-se já na próxima semana, e em Portugal há conversa pelo Porto!

#documentfreedomday2025 #DocumentFreedomDay #ECTL ![Poster dos eventos ECTL (ectl.pt) para Março de 2025 Quinta, 27: Dia da Liberdade Documental (Mesa Redonda) no Porto Innovation Hub às 19h, com os seguintes oradores: * André Barbosa - Wikimedia Portugal * João Figueiredo - LCD Porto * Rui Barros - Jornalista * Luís Trigo - CODA-FLUP * Ricardo Lafuente - D3 Sábado, 29: Criar Websig com Dados Abertos (Workshop) no LCD Porto, às 9h, por Rui Cavaco (OSGEO Portugal)](https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/114/206/831/397/983/785/original/6646807eb3b12d16.jpeg)*
O Dia da Liberdade Documental celebra-se já na próxima semana, e em Portugal há conversa pelo Porto!

#documentfreedomday2025 #DocumentFreedomDay #ECTL ![Poster dos eventos ECTL (ectl.pt) para Março de 2025 Quinta, 27: Dia da Liberdade Documental (Mesa Redonda) no Porto Innovation Hub às 19h, com os seguintes oradores: * André Barbosa - Wikimedia Portugal * João Figueiredo - LCD Porto * Rui Barros - Jornalista * Luís Trigo - CODA-FLUP * Ricardo Lafuente - D3 Sábado, 29: Criar Websig com Dados Abertos (Workshop) no LCD Porto, às 9h, por Rui Cavaco (OSGEO Portugal)](https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/114/206/831/397/983/785/original/6646807eb3b12d16.jpeg)*
Pela @ansol@ansol :

"Programa Eleitoral 2025 - Oportunidade para a Soberania Digital?"

https://ansol.org/noticias/2025-03-21-programa-eleitoral/
Pela @ansol@ansol :

"Programa Eleitoral 2025 - Oportunidade para a Soberania Digital?"

https://ansol.org/noticias/2025-03-21-programa-eleitoral/
@doesnm Heck yeah! Worky, worky! \o/
Hello World from tt2
@movq Hahaha, that name is certainly fitting! :-D

Yeah, I should revert that and try to figure out which programs misbehaved. But that's something for future Lyse. 8-) Right now, I just redefine TERM in my Makefile when the USER happens to be me.
Ça m'énerve, ils ne peuvent même pas écrire CO₂ correctement sur les sites marchand de voiture. C'est CO₂, pas CO² bordel!
Ça m'énerve, ils ne peuvent même pas écrire CO₂ correctement sur les sites marchand de voiture. C'est CO₂, pas CO² bordel!
On my blog: Free Culture Book Club — Sulphur Nimbus https://john.colagioia.net/blog/2025/03/22/sulphur-nimbus.html #freeculture #bookclub
[47°09′40″S, 126°43′14″W] Reading: 1.22 Sv
Pinellas County Running - 8 miles: 8.03 miles, 00:09:04 average pace, 01:12:48 duration
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
Pinellas County Running - 8 miles: 8.03 miles, 00:09:04 average pace, 01:12:48 duration
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
Pinellas County Running - 8 miles: 8.03 miles, 00:09:04 average pace, 01:12:48 duration
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
****
No confundáis el amor con la pereza. ⌘ Read more****
@prologic Yeah and I don’t get why … There’s no copyrighted music in it, no ads (at least I don’t see any) … Just weird. 🥴
@prologic Yeah and I don’t get why … There’s no copyrighted music in it, no ads (at least I don’t see any) … Just weird. 🥴
@movq It's stupid that this is geo blocked right? 😂 Must be hmmm 🤔
Greetings from Berlin.
@prologic Lol, I give up. 🥴