# 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 15507
# self = https://watcher.sour.is?uri=https://www.uninformativ.de/twtxt.txt&offset=14406
# next = https://watcher.sour.is?uri=https://www.uninformativ.de/twtxt.txt&offset=14506
# prev = https://watcher.sour.is?uri=https://www.uninformativ.de/twtxt.txt&offset=14306
@prologic 31 (octal) is 25 (decimal). 😅
@prologic It is, yep. 🌙
@prologic It is, yep. 🌙
@prologic It is, yep. 🌙
@prologic It is, yep. 🌙
@prologic I’m gonna give you a hint: Octal, decimal. 😅
@prologic I’m gonna give you a hint: Octal, decimal. 😅
@prologic I’m gonna give you a hint: Octal, decimal. 😅
@prologic I’m gonna give you a hint: Octal, decimal. 😅
View from my window last evening:



Moon, Venus, an airplane in the top left corner, wind parks in the distance.

(This is already too much for a standard camera. The moon is super bright, the rest is not. Guess I should go HDR some day?)
View from my window last evening:



Moon, Venus, an airplane in the top left corner, wind parks in the distance.

(This is already too much for a standard camera. The moon is super bright, the rest is not. Guess I should go HDR some day?)
View from my window last evening:



Moon, Venus, an airplane in the top left corner, wind parks in the distance.

(This is already too much for a standard camera. The moon is super bright, the rest is not. Guess I should go HDR some day?)
View from my window last evening:



Moon, Venus, an airplane in the top left corner, wind parks in the distance.

(This is already too much for a standard camera. The moon is super bright, the rest is not. Guess I should go HDR some day?)
@prologic It’s surprisingly honest here, isn’t it? It mimics some patterns of thinking. Period.
@prologic It’s surprisingly honest here, isn’t it? It mimics some patterns of thinking. Period.
@prologic It’s surprisingly honest here, isn’t it? It mimics some patterns of thinking. Period.
@prologic It’s surprisingly honest here, isn’t it? It mimics some patterns of thinking. Period.
@prologic Did you get the joke? 😏
@prologic Did you get the joke? 😏
@prologic Did you get the joke? 😏
@prologic Did you get the joke? 😏
Why do programmers confuse Halloween and Christmas?

QmVjYXVzZSBPY3QgMzEgPSBEZWMgMjUuCg

🤪
Why do programmers confuse Halloween and Christmas?

QmVjYXVzZSBPY3QgMzEgPSBEZWMgMjUuCg

🤪
Why do programmers confuse Halloween and Christmas?

QmVjYXVzZSBPY3QgMzEgPSBEZWMgMjUuCg

🤪
Why do programmers confuse Halloween and Christmas?

QmVjYXVzZSBPY3QgMzEgPSBEZWMgMjUuCg

🤪
@prologic Not sure what you mean by silly shenanigans? 😅 I think our companies are smaller in general and thus easier to reach. But the bigger the company, the harder it gets, I’d say. 🤔 (I don’t even know if we have EU laws that *require* a certain level of customer service. Could be! Honestly, I very rarely reach out to companies. 🤔)
@prologic Not sure what you mean by silly shenanigans? 😅 I think our companies are smaller in general and thus easier to reach. But the bigger the company, the harder it gets, I’d say. 🤔 (I don’t even know if we have EU laws that *require* a certain level of customer service. Could be! Honestly, I very rarely reach out to companies. 🤔)
@prologic Not sure what you mean by silly shenanigans? 😅 I think our companies are smaller in general and thus easier to reach. But the bigger the company, the harder it gets, I’d say. 🤔 (I don’t even know if we have EU laws that *require* a certain level of customer service. Could be! Honestly, I very rarely reach out to companies. 🤔)
@prologic Not sure what you mean by silly shenanigans? 😅 I think our companies are smaller in general and thus easier to reach. But the bigger the company, the harder it gets, I’d say. 🤔 (I don’t even know if we have EU laws that *require* a certain level of customer service. Could be! Honestly, I very rarely reach out to companies. 🤔)
@lyse Yyyyyyyes, but I don’t think/*hope* that’s related. That’s the last thing I need. 😂 I’m hoping it’s just crashed routers at the ISP or something like that.
@lyse Yyyyyyyes, but I don’t think/*hope* that’s related. That’s the last thing I need. 😂 I’m hoping it’s just crashed routers at the ISP or something like that.
@lyse Yyyyyyyes, but I don’t think/*hope* that’s related. That’s the last thing I need. 😂 I’m hoping it’s just crashed routers at the ISP or something like that.
@lyse Yyyyyyyes, but I don’t think/*hope* that’s related. That’s the last thing I need. 😂 I’m hoping it’s just crashed routers at the ISP or something like that.
@lyse Mutt, since … 2008, I think. 😅
@lyse Mutt, since … 2008, I think. 😅
@lyse Mutt, since … 2008, I think. 😅
@lyse Mutt, since … 2008, I think. 😅
@prologic I know the feeling. 😅
@prologic I know the feeling. 😅
@prologic I know the feeling. 😅
@prologic I know the feeling. 😅
@prologic Hmm, my workflow looks like this:

- My public server receives mail.
- Either my desktop PC or my laptop fetches new mail (via mpop) into a maildir.
- That maildir gets synced to other machines via unison (I used Git for that purpose for 13 years, unison is a bit faster).

Sending mail works similarly:

- One of my machines sends mail (via msmtp) and stores it in the maildir.
- unison syncs that to other machines.

What I like about that is that I don’t have to keep the mail files on my server. If my server crashes (never happened so far), I can upload a new blank OpenBSD image and use config management to set it up. I actually don’t make backups of my mailserver/webserver. 😅

Regarding IMAP, well, I don’t actively dislike it (other than our server at work being very, very slow, but that’s probably not IMAP’s fault). It’s more that I don’t have a need for it. 🤔
@prologic Hmm, my workflow looks like this:

- My public server receives mail.
- Either my desktop PC or my laptop fetches new mail (via mpop) into a maildir.
- That maildir gets synced to other machines via unison (I used Git for that purpose for 13 years, unison is a bit faster).

Sending mail works similarly:

- One of my machines sends mail (via msmtp) and stores it in the maildir.
- unison syncs that to other machines.

What I like about that is that I don’t have to keep the mail files on my server. If my server crashes (never happened so far), I can upload a new blank OpenBSD image and use config management to set it up. I actually don’t make backups of my mailserver/webserver. 😅

Regarding IMAP, well, I don’t actively dislike it (other than our server at work being very, very slow, but that’s probably not IMAP’s fault). It’s more that I don’t have a need for it. 🤔
@prologic Hmm, my workflow looks like this:

- My public server receives mail.
- Either my desktop PC or my laptop fetches new mail (via mpop) into a maildir.
- That maildir gets synced to other machines via unison (I used Git for that purpose for 13 years, unison is a bit faster).

Sending mail works similarly:

- One of my machines sends mail (via msmtp) and stores it in the maildir.
- unison syncs that to other machines.

What I like about that is that I don’t have to keep the mail files on my server. If my server crashes (never happened so far), I can upload a new blank OpenBSD image and use config management to set it up. I actually don’t make backups of my mailserver/webserver. 😅

Regarding IMAP, well, I don’t actively dislike it (other than our server at work being very, very slow, but that’s probably not IMAP’s fault). It’s more that I don’t have a need for it. 🤔
@prologic Hmm, my workflow looks like this:

- My public server receives mail.
- Either my desktop PC or my laptop fetches new mail (via mpop) into a maildir.
- That maildir gets synced to other machines via unison (I used Git for that purpose for 13 years, unison is a bit faster).

Sending mail works similarly:

- One of my machines sends mail (via msmtp) and stores it in the maildir.
- unison syncs that to other machines.

What I like about that is that I don’t have to keep the mail files on my server. If my server crashes (never happened so far), I can upload a new blank OpenBSD image and use config management to set it up. I actually don’t make backups of my mailserver/webserver. 😅

Regarding IMAP, well, I don’t actively dislike it (other than our server at work being very, very slow, but that’s probably not IMAP’s fault). It’s more that I don’t have a need for it. 🤔
Yet another internet outage. Getting more and more of those. 😒
Yet another internet outage. Getting more and more of those. 😒
Yet another internet outage. Getting more and more of those. 😒
Yet another internet outage. Getting more and more of those. 😒
@lyse FWIW, I’ve been using Martin Lambers’ mpop/msmtp for ages now without issues: https://marlam.de/

I’m not a fan of IMAP (I don’t want my server to create/keep data), but at work I use isync: https://isync.sourceforge.io/
@lyse FWIW, I’ve been using Martin Lambers’ mpop/msmtp for ages now without issues: https://marlam.de/

I’m not a fan of IMAP (I don’t want my server to create/keep data), but at work I use isync: https://isync.sourceforge.io/
@lyse FWIW, I’ve been using Martin Lambers’ mpop/msmtp for ages now without issues: https://marlam.de/

I’m not a fan of IMAP (I don’t want my server to create/keep data), but at work I use isync: https://isync.sourceforge.io/
@lyse FWIW, I’ve been using Martin Lambers’ mpop/msmtp for ages now without issues: https://marlam.de/

I’m not a fan of IMAP (I don’t want my server to create/keep data), but at work I use isync: https://isync.sourceforge.io/
@kat Do you use a config management system like Ansible or BundleWrap on your servers? (bw is our in-house solution, we started it around the same time as Ansible.)
@kat Do you use a config management system like Ansible or BundleWrap on your servers? (bw is our in-house solution, we started it around the same time as Ansible.)
@kat Do you use a config management system like Ansible or BundleWrap on your servers? (bw is our in-house solution, we started it around the same time as Ansible.)
@kat Do you use a config management system like Ansible or BundleWrap on your servers? (bw is our in-house solution, we started it around the same time as Ansible.)
@eldersnake *Years*?! 😂

@kat Glad to hear that. 😃 We run about a thousand Ubuntu installations on servers and updates are usually smooth sailing.
@eldersnake *Years*?! 😂

@kat Glad to hear that. 😃 We run about a thousand Ubuntu installations on servers and updates are usually smooth sailing.
@eldersnake *Years*?! 😂

@kat Glad to hear that. 😃 We run about a thousand Ubuntu installations on servers and updates are usually smooth sailing.
@eldersnake *Years*?! 😂

@kat Glad to hear that. 😃 We run about a thousand Ubuntu installations on servers and updates are usually smooth sailing.
@lyse Ohh, I love them. Ever heard one calling? Pure dinosaur vibes.
@lyse Ohh, I love them. Ever heard one calling? Pure dinosaur vibes.
@lyse Ohh, I love them. Ever heard one calling? Pure dinosaur vibes.
@lyse Ohh, I love them. Ever heard one calling? Pure dinosaur vibes.
Let’s finish this day with this masterpiece. (I still don’t understand how just two instruments can produce such a big sound.) // YOB - Adrift in the Ocean // https://www.youtube.com/watch?v=Uif5XmYF7_k #NowPlaying
Let’s finish this day with this masterpiece. (I still don’t understand how just two instruments can produce such a big sound.) // YOB - Adrift in the Ocean // https://www.youtube.com/watch?v=Uif5XmYF7_k #NowPlaying
Let’s finish this day with this masterpiece. (I still don’t understand how just two instruments can produce such a big sound.) // YOB - Adrift in the Ocean // https://www.youtube.com/watch?v=Uif5XmYF7_k #NowPlaying
Let’s finish this day with this masterpiece. (I still don’t understand how just two instruments can produce such a big sound.) // YOB - Adrift in the Ocean // https://www.youtube.com/watch?v=Uif5XmYF7_k #NowPlaying
@arne /me rennt schreiend davon 🙈🙈🙈
@arne /me rennt schreiend davon 🙈🙈🙈
@arne /me rennt schreiend davon 🙈🙈🙈
@arne /me rennt schreiend davon 🙈🙈🙈
Das Firmenhandy sagt mir nach einem Update: „Dein Pixel kann jetzt noch mehr!“ Aha. Ist es jetzt ein Voxel? Kann’s jetzt mehr als 256 Farben? Oder was? Ich bin eindeutig nicht die Zielgruppe solcher Sprüche …
Das Firmenhandy sagt mir nach einem Update: „Dein Pixel kann jetzt noch mehr!“ Aha. Ist es jetzt ein Voxel? Kann’s jetzt mehr als 256 Farben? Oder was? Ich bin eindeutig nicht die Zielgruppe solcher Sprüche …
Das Firmenhandy sagt mir nach einem Update: „Dein Pixel kann jetzt noch mehr!“ Aha. Ist es jetzt ein Voxel? Kann’s jetzt mehr als 256 Farben? Oder was? Ich bin eindeutig nicht die Zielgruppe solcher Sprüche …
Das Firmenhandy sagt mir nach einem Update: „Dein Pixel kann jetzt noch mehr!“ Aha. Ist es jetzt ein Voxel? Kann’s jetzt mehr als 256 Farben? Oder was? Ich bin eindeutig nicht die Zielgruppe solcher Sprüche …
@prologic I don’t think that’ll help. 😅 But don’t worry, I’ve been disappointed in k8s again today, so I’m good. 😂
@prologic I don’t think that’ll help. 😅 But don’t worry, I’ve been disappointed in k8s again today, so I’m good. 😂
@prologic I don’t think that’ll help. 😅 But don’t worry, I’ve been disappointed in k8s again today, so I’m good. 😂
@prologic I don’t think that’ll help. 😅 But don’t worry, I’ve been disappointed in k8s again today, so I’m good. 😂
I really need to catch up on your recent twtxt proposals/developments. I’m totally lost in my other projects at the moment. 🫣
I really need to catch up on your recent twtxt proposals/developments. I’m totally lost in my other projects at the moment. 🫣
I really need to catch up on your recent twtxt proposals/developments. I’m totally lost in my other projects at the moment. 🫣
I really need to catch up on your recent twtxt proposals/developments. I’m totally lost in my other projects at the moment. 🫣
Didn’t really work on my OS this week. Well, editor and assembler also run on DOS now, but that wasn’t hard (still cool!):

https://movq.de/v/13bf8c77b9/los-tools-on-dos.mp4

The subshell thingy also works on DOS, I like that.
Didn’t really work on my OS this week. Well, editor and assembler also run on DOS now, but that wasn’t hard (still cool!):

https://movq.de/v/13bf8c77b9/los-tools-on-dos.mp4

The subshell thingy also works on DOS, I like that.
Didn’t really work on my OS this week. Well, editor and assembler also run on DOS now, but that wasn’t hard (still cool!):

https://movq.de/v/13bf8c77b9/los-tools-on-dos.mp4

The subshell thingy also works on DOS, I like that.
Didn’t really work on my OS this week. Well, editor and assembler also run on DOS now, but that wasn’t hard (still cool!):

https://movq.de/v/13bf8c77b9/los-tools-on-dos.mp4

The subshell thingy also works on DOS, I like that.
@lyse I think so. Not in my apartment, but somewhere in this building. I guess. 😂
@lyse I think so. Not in my apartment, but somewhere in this building. I guess. 😂
@lyse I think so. Not in my apartment, but somewhere in this building. I guess. 😂
@lyse I think so. Not in my apartment, but somewhere in this building. I guess. 😂
@johanbove Do it! Those things are great. The “sonic” ones are even better. I wish those products had been available 20 years ago, would have saved me some trouble. 😅
@johanbove Do it! Those things are great. The “sonic” ones are even better. I wish those products had been available 20 years ago, would have saved me some trouble. 😅
@johanbove Do it! Those things are great. The “sonic” ones are even better. I wish those products had been available 20 years ago, would have saved me some trouble. 😅
@johanbove Do it! Those things are great. The “sonic” ones are even better. I wish those products had been available 20 years ago, would have saved me some trouble. 😅
Typical construction site: Absolutely *nothing* happened so far. If there’s still nothing going on by Monday, I’m putting some of the disks back in.
Typical construction site: Absolutely *nothing* happened so far. If there’s still nothing going on by Monday, I’m putting some of the disks back in.
Typical construction site: Absolutely *nothing* happened so far. If there’s still nothing going on by Monday, I’m putting some of the disks back in.