# 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 196324
# self = https://watcher.sour.is?offset=150958
# next = https://watcher.sour.is?offset=151058
# prev = https://watcher.sour.is?offset=150858
@bender Or Traefik but yeah 👌
@bender Or Traefik but yeah 👌
@prologic Caddy for the win, right?!
@thecanine Gotta pay for that ~$250k/day price to run those many thousands of NVIDIA Telsa cards somehow 🤣~
@thecanine Gotta pay for that ~$250k/day price to run those many thousands of NVIDIA Telsa cards somehow 🤣~
@thecanine Gotta pay for that ~$250k/day price to run those many thousands of NVIDIA Telsa cards somehow 🤣~
@abucci Can't use Let's Encrypt? 🤔
@abucci Can't use Let's Encrypt? 🤔
@abucci Can't use Let's Encrypt? 🤔
@bender I didn't know that, thanks! I generally don't use the password manager on iOs or macOS even for that matter though, but thanks 👌 I do however recommend it to family/friends (_but with iCloud turned off for obvious reasons_)
@bender I didn't know that, thanks! I generally don't use the password manager on iOs or macOS even for that matter though, but thanks 👌 I do however recommend it to family/friends (_but with iCloud turned off for obvious reasons_)
@bender I didn't know that, thanks! I generally don't use the password manager on iOs or macOS even for that matter though, but thanks 👌 I do however recommend it to family/friends (_but with iCloud turned off for obvious reasons_)
🧮 USERS:1 FEEDS:2 TWTS:732 ARCHIVED:66961 CACHE:2260 FOLLOWERS:14 FOLLOWING:14
On my blog: Toots 🐘 from 09/18 to 09/22 https://john.colagioia.net/blog/2023/09/22/week.html #linkdump #mastodon #socialmedia #week
@prologic you know OTP is baked into iOS Passwords, right? I just migrated from 1Password to it.
[47°09′28″S, 126°43′25″W] Transfer 50% complete...
AWS: Cannot Escape IPv4

> more than 90% of all AWS service API endpoints do not support IPv6

Sounds like AWS is instituting an IPv4 tax soon.
[47°09′17″S, 126°43′14″W] Transfer 25% complete...
Oops, let a SSL certificate expire.
[47°09′36″S, 126°43′19″W] Carrier too weak
Pinellas County - Base: 7.27 miles, 00:09:39 average pace, 01:10:09 duration
perfect run. hit my pace and felt so good i didn't want to stop. was pretty zoned out and didn't realize it went by honestly.
#running
Pinellas County - Base: 7.27 miles, 00:09:39 average pace, 01:10:09 duration
perfect run. hit my pace and felt so good i did not want to stop. was pretty zoned out and did not realize it went by honestly.
#running
Pinellas County - Base: 7.27 miles, 00:09:39 average pace, 01:10:09 duration
perfect run. hit my pace and felt so good i did not want to stop. was pretty zoned out and did not realize it went by honestly.
#running
Pinellas County - Base: 7.27 miles, 00:09:39 average pace, 01:10:09 duration
perfect run. hit my pace and felt so good i did not want to stop. was pretty zoned out and did not realize it went by honestly.
#running
@eapl.me The reason I was asking was specifically @fachex mentioning another open source OTP app that's been audited and verified. So was thinking of switching out the OTP app I use on my phone 🤔
@eapl.me The reason I was asking was specifically @fachex mentioning another open source OTP app that's been audited and verified. So was thinking of switching out the OTP app I use on my phone 🤔
@eapl.me The reason I was asking was specifically @fachex mentioning another open source OTP app that's been audited and verified. So was thinking of switching out the OTP app I use on my phone 🤔
@thecanine Agreed, I find it rather ironic really. First Microsoft stole everyone's open source works, without asking, without acknowledgement, Now they're giving CoPilot free to use to all those they stole from?! 🤦‍♂️ LIke da fuq?!
@thecanine Agreed, I find it rather ironic really. First Microsoft stole everyone's open source works, without asking, without acknowledgement, Now they're giving CoPilot free to use to all those they stole from?! 🤦‍♂️ LIke da fuq?!
@thecanine Agreed, I find it rather ironic really. First Microsoft stole everyone's open source works, without asking, without acknowledgement, Now they're giving CoPilot free to use to all those they stole from?! 🤦‍♂️ LIke da fuq?!
@abucci Yeah I feel the same way. On both points 👌 I find it ethically immoral to use CoPilot specifically.
@abucci Yeah I feel the same way. On both points 👌 I find it ethically immoral to use CoPilot specifically.
@abucci Yeah I feel the same way. On both points 👌 I find it ethically immoral to use CoPilot specifically.
@thecanine Aren't they just pretty dumb thougj? 😆
@thecanine Aren't they just pretty dumb thougj? 😆
@thecanine Aren't they just pretty dumb thougj? 😆
[47°09′16″S, 126°43′10″W] Sample analyzing complete -- starting transfer
Love was changing the minds of pretenders...
[47°09′53″S, 126°43′09″W] Analyzing samples
🧮 USERS:1 FEEDS:2 TWTS:731 ARCHIVED:66956 CACHE:2264 FOLLOWERS:14 FOLLOWING:14
On my blog: Real Life in Star Trek, Hollow Pursuits https://john.colagioia.net/blog/2023/09/21/hollow-pursuits.html #scifi #startrek #closereading
[47°09′45″S, 126°43′13″W] Re-taking samples
After several hours of debugging in a larger task force yesterday and today, we finally figured out that we must have ran into an XFS bug (seems to work fine on ext4). An ftruncate syscall hung forever and hence the process was caught in an uninterruptible sleep. This was the first time I ever witnessed kill -9 not to "work". But I learned a bunch of new stuff. I never dug this deep into the guts before.

Some of you probably know that /proc/$PID/syscall tells you the current system call the process is executing. And /proc/$PID/stack returns the kernel stack trace. Awesome stuff!

That's a wonderful article on that matter: https://tanelpoder.com/2013/02/21/peeking-into-linux-kernel-land-using-proc-filesystem-for-quickndirty-troubleshooting/
[47°09′52″S, 126°43′08″W] Non-significative results -- sampling finished
@prologic
1. It's criminal
2. It's positioned to put software developers out of work or so fully de-skill them that they no longer know how to code anything but prompts (after which come corporate-justified salary and benefits decreases)

Don't use it. No one should ever use it. You're destroying your own future as a software developer by leaning on and supporting these things.
@prologic
1. It's criminal
2. It's positioned to put software developers out of work or so fully de-skill them that they no longer know how to code anything but prompts (after which come corporate-justified salary and benefits decreases)

Don't use it. No one should ever use it.
@prologic
1. It's criminal
2. It's position to put software developers out of work

Don't use it. No one should ever use it.
@prologic
1. It's criminal
2. It's positioned to put software developers out of work

Don't use it. No one should ever use it.
@prologic
1. It's criminal
2. It's positioned to put software developers out of work or so fully de-skill them that they no longer know how to code anything but prompts

Don't use it. No one should ever use it.
@prologic
1. It's criminal: Copilot was only possible because of massive theft of other peoples' work (no compensation or even acknowledgement to any of the developers whose code was used to create Copilot)
2. It's positioned to put software developers out of work or so fully de-skill them that they no longer know how to code anything but prompts (after which come corporate-justified salary and benefits decreases)

Don't use it. No one should ever use it. You're destroying your own future as a software developer by leaning on and supporting these things.
@prologic I use FreeOTP+ from F-Droid and it does what I need. It may be considered bad practice but I do use the import/export functionality to sync devices.
@prologic I use FreeOTP+ from F-Droid and it does what I need. It may be considered bad practice but I do use the import/export functionality to sync devices.
@prologic I use FreeOTP+ from F-Droid and it does what I need. It may be considered bad practice but I do use the import/export functionality to sync devices.
@prologic do not use it, but gave it a try early on and was not impressed. it gave a good outline of what I asked but then unreliably dorked up all the crucial parts.

I will say though if it is truly learning at the rate they say then it should be a good tool.
@prologic do not use it, but gave it a try early on and was not impressed. it gave a good outline of what I asked but then unreliably dorked up all the crucial parts.

I will say though if it is truly learning at the rate they say then it should be a good tool.
@prologic do not use it, but gave it a try early on and was not impressed. it gave a good outline of what I asked but then unreliably dorked up all the crucial parts.

I will say though if it is truly learning at the rate they say then it should be a good tool.
[47°09′18″S, 126°43′35″W] Dosimeter fixed
How is everyone finding GitHub CoPilot? 🤔 Good / Bad ? 🤔
How is everyone finding GitHub CoPilot? 🤔 Good / Bad ? 🤔
How is everyone finding GitHub CoPilot? 🤔 Good / Bad ? 🤔
@lyse Always admire where you live 😍
@lyse Always admire where you live 😍
@lyse Always admire where you live 😍
Is FreeOTP any good? 🤔
Is FreeOTP any good? 🤔
Is FreeOTP any good? 🤔
[47°09′34″S, 126°43′22″W] Dosimeter malfunction
[47°09′24″S, 126°43′51″W] Not enough data -- sampling finished
@shreyan Yeah gokrazy is pretty cool 👌
@shreyan Yeah gokrazy is pretty cool 👌
@shreyan Yeah gokrazy is pretty cool 👌
🧮 USERS:1 FEEDS:2 TWTS:730 ARCHIVED:66950 CACHE:2259 FOLLOWERS:14 FOLLOWING:14
@darch! Man! These are some cool pictures! The Iceland gallery was the most beautiful in total to me. How else can it be, right?! ;-) Very beautiful scenery and lovely colors overall. I'd love to see that with my own eyes one day. Very hard to choose, but I have to highlight the following pics:

* http://darch.dk/fotos/media/images/2023-07-iceland/IMG_20230801_195449.jpg
* http://darch.dk/fotos/media/images/2023-07-iceland/IMG_20230801_195600.jpg
* http://darch.dk/fotos/media/images/2023-07-iceland/IMG_20230801_200227.jpg

Additional nature shoutouts go to:

* http://darch.dk/fotos/media/images/2023-08-aln/IMG_20230827_125342_HDR.jpg
* http://darch.dk/fotos/media/images/2023-08-aln/IMG_20230827_145244_HDR.jpg
* http://darch.dk/fotos/media/images/2023-09-nyc/IMG_20230830_193738_HDR.jpg

The latter one perfectly fits this sign: http://darch.dk/fotos/media/images/2023-08-aln/IMG_20230807_140853.jpg (probably a sunset, though ;-))

I had to chuckle at this one: http://darch.dk/fotos/media/images/2023-07-iceland/IMG_20230802_112551.jpg

Which brings me to the art pictures. Interesting museum visits. Mostly funny and neat ideas, but also some weird ones. I immediately liked that one (again, obviously): http://darch.dk/fotos/media/images/2023-08-aln/IMG_20230825_200517.jpg All these chairs look really cool, great photo, mate! Perfectly fits into the art category itself: http://darch.dk/fotos/media/images/2023-09-nyc/IMG_20230829_162111_HDR.jpg

That one is a good mix of nature and art combined, with a touch of ugliness, that brings its own beauty, though. It's a bit hard to describe, but I hope you get what I mean: http://darch.dk/fotos/media/images/2023-08-aln/IMG_20230827_114645_HDR.jpg

NY has some really ugly spots, that's quite a contrast. I especially get that feeling when looking at this brilliant shot: http://darch.dk/fotos/media/images/2023-09-nyc/IMG_20230830_114320_HDR.jpg It portraits the shabbiness perfectly. I'm very glad I don't live in a concrete and glass desert but rather a town. However, I have to admit, the views from the skyscrapers aren't so bad.

Thank you very much for sharing all of them! <3 I certainly had a blast going through them.
o urso do Joshua Weissman arranjou forma de aparecer nos resultados quando se pesquisa por outros chefs no youtube, já é a 4ª ou 5ª vez que isto me acontece e faz-me detestá-lo ainda mais resultados do youtube para "adam liaw katsu". Surgem uns vídeos do Adam Liaw seguidos de um do Joshua Weissman com uma receita de katsu
o urso do Joshua Weissman arranjou forma de aparecer nos resultados quando se pesquisa por outros chefs no youtube, já é a 4ª ou 5ª vez que isto me acontece e faz-me detestá-lo ainda mais resultados do youtube para "adam liaw katsu". Surgem uns vídeos do Adam Liaw seguidos de um do Joshua Weissman com uma receita de katsu
[47°09′40″S, 126°43′09″W] Taking samples
I covered today's sunrise to sunset. Sort of. https://lyse.isobeef.org/waldspaziergang-2023-09-20/ [![Setting sun shining through some bushes and trees](https://lyse.isobeef.org/waldspaziergang-2023-09-20/26-vorschau.jpg)](https://lyse.isobeef.org/waldspaziergang-2023-09-20/26.jpg)
@movq Woooooaaaaaahhhh, geil! I'd absolutely love to see this some day.
[47°09′20″S, 126°43′09″W] --no signal--
@yakumo_izuru pff, I say don’t bother. You change hosts/hostnames more often than people changes underwear. 🤣🤣🤣
@prologic nice. i can see this being used for testing scenarios as well at work.
@prologic nice. i can see this being used for testing scenarios as well at work.
@prologic nice. i can see this being used for testing scenarios as well at work.
@yakumo_izuru Just don't enable it? 🤔 It's feature gated.
@yakumo_izuru Just don't enable it? 🤔 It's feature gated.
@yakumo_izuru Just don't enable it? 🤔 It's feature gated.
@yakumo_izuru Okay okay 🤣 Are you able to contribute in this at all and help cut some code? 🙏
@yakumo_izuru Okay okay 🤣 Are you able to contribute in this at all and help cut some code? 🙏
@yakumo_izuru Okay okay 🤣 Are you able to contribute in this at all and help cut some code? 🙏
[47°09′02″S, 126°43′30″W] Waiting for carrier
Agendar toots no Mastodon? É possível!

Encontrei duas ferramentas pra isso: o FediPlan e o Scheduler (que não dá pra imagens). Se souberes de mais, gostava de ouvir!
Agendar toots no Mastodon? É possível!

Encontrei duas ferramentas pra isso: o FediPlan e o Scheduler (que não dá pra imagens). Se souberes de mais, gostava de ouvir!
Pinellas County - Base: 5.01 miles, 00:09:33 average pace, 00:47:49 duration

#running
Pinellas County - Base: 5.01 miles, 00:09:33 average pace, 00:47:49 duration

#running
Pinellas County - Base: 5.01 miles, 00:09:33 average pace, 00:47:49 duration

#running
Pinellas County - Base: 5.01 miles, 00:09:33 average pace, 00:47:49 duration

#running
****
Por esto prefiero Mastodon. ⌘ Read more****
[47°09′20″S, 126°43′27″W] Transponder still failing -- switching to analog communication
[47°09′21″S, 126°43′47″W] Transponder still failing
@eapl.me This is actually pretty cool 🤔