# 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 2032
# self = https://watcher.sour.is?uri=https://anthony.buc.ci/user/abucci/twtxt.txt&offset=1132
# next = https://watcher.sour.is?uri=https://anthony.buc.ci/user/abucci/twtxt.txt&offset=1232
# prev = https://watcher.sour.is?uri=https://anthony.buc.ci/user/abucci/twtxt.txt&offset=1032
@prologic I don't understand?
He showed me logs from his web server indicating my pod was pulling refreshes every five minutes. I'd like to stop that, per his request. What do I do?
Does yarn respect that refresh = 7200
line?
lol the pound sign was interpreted as markdown
\\# refresh = 7200=
@bender I thought yarn respected remote users' refresh intervals so that I didn't have to slow down my refresh globally trying to accommodate everyone?
@prologic I I received an email from a twt user saying my pod was not respecting the refresh limit of their feed and was instead fetching their feed every five minutes. I thought I saw a yarn about that awhile ago but don't know how to find it. I just updated yarns yesterday I think so I have a pretty new version. What can I do about this?
Amnesia: The Bunker
Oh wow Frictional Games has a new game coming out and I didn't notice till now. I'm a really big fan of the Amnesia series (and survival games in general).
Amnesia: The Bunker (content warning)
Oh wow Frictional Games has a new game coming out and I didn't notice till now. I'm a really big fan of the Amnesia series (and survival games in general).
@darch this got me to thinking--since twt is a text-based format, it should be relatively straightforward to merge the history from one account into another. I haven't thought through the implications of that for threads/yarns or whatever, but at least at the level of the data format it's almost trivial to do. I wonder if that's something to explore?
I always thought that was pretty elegant because you don't need to host yet another discovery service and deal with all the maintenance and security headaches that entails. You just need a stable domain name and a web site you control.
@prologic since in IndieAuth your URL is your username, it *is* a lookup mechanism. You download the page pointed to by the URL, parse out the h-card
and other records, and now you have additional data. webfinger
seems to be stuck in the "account-first" mindset. I guess that's how it's different.
I stumbled on a plugin to add webfinger
info to my web site, so I installed it and....what now? It seems to work fine, but what the heck is webfinger
good for?
@prologic I don't have any real opinion about linking with activitypub either way, though if they're having issues with stuff like this maybe I'll have to form a negative one. I've heard here and there that bigger instances like mastodon.social have problems with content moderation, and I know there are lots of really bad actors like neo-Nazis who use the thing. Might be more trouble than it's worth.
@prologic what are you trying to say, you don't want to open the floodgates to the horrible underside of the internet?
@prologic @tkanos I have a few comments:
1. If true, this is pretty awful
2. Is this source credible? "Secjuice", which they are citing, seems a little sketchy to me
3. Literally every community network I've ever been on (barring yarn I hope) has had problems with child pornography. It's a problem on the internet generally. That doesn't excuse it or minimize it, but it's a big question whether the problem is more acute on mastodon than on the internet generally
@prologic webaub and microsub are different. Not sure why the token endpoint is missing; could that be a bug?
oh weird, this table looks fine in Goryon but not in the web app.
@prologic Good to know, thanks!
According to this tool here's what's discovered:
| endpoint | URL |
| ---------------------- | --------------------------------------- |
| authorization_endpoint | https://anthony.buc.ci/indieauth/auth |
| indieauth-metadata | _No indieauth-metadata endpoint found._ |
| micropub | _No micropub endpoint found._ |
| microsub | _No microsub endpoint found._ |
| redirect_uri | _No redirect_uri endpoint found._ |
| token_endpoint | _No token_endpoint endpoint found._ |
| webmention | https://anthony.buc.ci/webmention |
I'm a little surprised by the token_endpoint
not being found--isn't that part of IndieAuth? Also, though webmention
is supposedly found, it doesn't seem to work. I get 404s when I hit it.
@carsten yes you are right about that. Definitely didn't mean to downplay it in any way.
@eaplmx one of the big advantages of hardware-based cryptographic devices is that they can perform the sensitive operations on the hardware rather than relying on a computer's CPU. The trouble with the latter is that very sensitive information like decrypted keys can get into the RAM, CPU cache, or registers, where they are vulnerable to attacks. Add to that that you can air gap a HSM for most of its life--so that it's never internet accessible--and you have a setup that is significantly safer than alternatives. Yes, it takes work and can be confusing, but I'd be using this for myself mostly and the small group of people who use the services I run.
@xuu well, I was thinking about how fun it could be to tinker with such a tiny FPGA, but now I'm terrified and checking all my USB cables š±
@xuu well, I was thinking about how fun it could be to tinker with such a tiny TPGA, but now I'm terrified and checking all my USB cables š±
@prologic I was wondering, is there a list/document somewhere of all the IndieAuth features that are implemented in yarn.social
? I try using my URL as a micropub endpoint but get errors whenever I do that, and it's unclear to me where to look to see if yarn.social
is a valid micropub endpoint. It'd be good to know what it can/can't do because personally I'd like to have a fully-compliant IndieWeb setup and use yarn
for as much of that as possible.
@prologic The Battle of the Somme, a single battle in WWI, claimed over 1 million casualties. WWII had 85 million deaths according to Wikipedia. Humans are brutal creatures. The Russia-Ukraine war is listed on Wikipedia as having started in 2014, which seems fair, and it's ranked pretty low on the list by death toll but it does rank.
@prologic lots of apps and especially single-sign on solutions support certificate-based authentication.
@carsten there's a lot of interesting information in this, including the Infinite Noise TRNG. Thanks!
@prologic Because then you can do nifty things like issue your own client certificates and use those instead of passwords for secure logins to a bunch of stuff. You could issue your own certificates for web sites too, and as long as your personal certificate authority is registered in your browser or app, it'll work just like one issued by an authority. It mostly makes that kind of stuff easier and within your own control, so that you don't have to trust third parties or purchase certificates. It comes at the cost of a giant pain in the ass to manage the HSM and certificate authority.
@eaplmx oh wow, that is like 80% of what I'd want. I wonder how hackable their code is....
@eaplmx I mainly use Vivaldi right now. I also have Firefox, Chromium, Opera, and Falkon installed on the desktop, and Mutt and Kiwi on the mobile.
It's true, deleting the newest tabs would probably be noticeable and annoying, so preferentially deleting older tabs would be better. I don't know if the browser keeps stats about "last tab visited" or "number of times tab was visited", but closing tabs that haven't been visited often, or haven't been visited in a long time, would probably also be good heuristics. Hmmm š¤
@movq ugh, that stinks.
I've been very happy with XMPP, personally. It's pretty straightforward to self-host. There are bridges between XMPP and a number of other services including Matrix, so there might even be a relatively painless migration path.
@eaplmx "Digital minimalism" is a great phrase.
> Now I have those endless text files with hundreds of links, more like a black hole than a Reading list.
Yes, me too. Well, I did have several, but I eventually got rid of them and switched back to keeping a lot of tabs open š
I'm wondering about a browser extension that randomly closes a tab each time you open one, once you've accumulated more than some upper limit you can set, and randomly closes two tabs if you're over some other, higher limit, to get you back down to your upper limit if you go too far over it. Right now, with 153 tabs open, I wouldn't even notice if a bunch were randomly closed.
> I say also, the habit of cleaning your lists is as good as making it bigger.
Oof, an excellent point. Easier said than done!
You've also reminded me I need to buy some clothes in 2023 šØ
@prologic I threw in some support and added a comment with information that I hope answers the previous commenter's requests.
@prologic I threw in some support and added a comment with information that I hope answers the previous comments requests.
@movq I think you're right about that. I have information FOMO I guess šØ
Sorry, I feel like this thread is about as interesting as someone telling you about one of their dreams. But anyway, I think the issue is that I encounter stuff I'm interested in but haven't categorized in a useful way yet. I don't want to lose the information, but I also don't know yet how/where to file it. Closing the tab risks never seeing the information again. Bookmarking it or filing it poorly categorized into one of the apps I use for storing information is almost as bad. The issue is not being able to find it again.
Naturally I could spend a bit of time thinking about how to categorize the information and then file it appropriately, or decide I don't need it. Maybe I'm just an undisciplined information hoarder and should work on that. But I don't think that's quite it. I adopted a few strategies in 2022 that were designed to help with that particular issue, but they didn't work for me. No matter what happens I accumulate stuff faster than I categorize and file it, and with some things I just can't bring myself to delete it.
What I've actually always wanted, and want to experiment with, is a nearly-frictionless way of automatically categorized/tagging/whatever-ing a piece of information in such a way that it has some hope of being found again. The startup I co-founded years ago was working on this exact kind of thing but for research scientists. Unfortunately, it suffered the same fate as 90% of startups. But I keep thinking it might be time to revisit some of those ideas.
on a related note, someone please dissuade me from buying a HSM and setting up my own certificate authority.
What's wild is that I use Zotero to store and annotate academic articles, Obsidian to store and annotate both articles and web sites, and Shiori for self-hosted online bookmarks filing. I have plenty of software solutions that work much better than "leave the tab open." But here we are.
@movq Basically my browser is the junk drawer of the internet. Anything I encounter that I think might be interesting, but doesn't already have a place where I might file it? Leave the tab open. The worst is stuff that I'm "going to get to as soon as I have time" that accumulates for years and years lol.
I have a bunch of tabs about Combinatory Categorial Grammar, ray tracing, Answer Set Programming, and reservoir computing that could probably go. Some of those have sat open for at least a year. But I might want to read more about those some day!!!
So far, the best way I've found to get rid of all these stray tabs is to get pissed off at whatever browser I'm currently used to using and switch to another one. Then my natural laziness kicks in and I only transfer the tabs I absolutely need.
@movq Basically my browser is the junk drawer of the internet. Anything I encounter that I think might be interesting, but doesn't already have a place where I might file it? Leave the tab open. The worst is stuff that I'm "going to get to as soon as I have time" that accumulates for years and years lol.
So far, the best way I've found to get rid of all these stray tabs is to get pissed off at whatever browser I'm currently used to using and switch to another one. Then my natural laziness kicks in and I only transfer the tabs I absolutely need.
I remember in grad school one of my professors saying "Networking and data storage are dual. One is about communicating data through space; the other is about communicating data through time" and š¤Æ. This was in the context of information theory and cryptography. I often go back to that idea.
A 𤬠obvious spam got through both layers of email spam filters so I'm aggressively re-training all of them on it.
@prologic oh wow, you do inbox zero too? What kind of super human are you?!
@movq it's true, but what if you need those tabs?! š±
ok seven or eight times idk
it's definitely strange that replies say you responded to someone you muted.
@prologic I hit the link button four or five times, so it's a bunch of nested link tags. I had a feeling the results would be weird lol
here's how that twt looks in Goryon
[[[[[[[[[]()]()]()]()]()]()]()]()]()
I currently have 153 browser tabs open so maybe my resolution for 2023 is to reduce that.
@justamoment I still have 5 and a half hours but happy new year to you!
@mckinley nah, you tell me: what word do you use to distinguish being silenced by some random person on an internet service who has no other power over you, versus being silenced by an entity that can send men with guns to your home with the authority to put you in a cage?
Because those are very obviously different, and merit different words to describe. One is an inconvenience, while the other rises to the level of threatening your liberty for years.
You really use the same word for those two phenomena?
I'm no cartography expert, but last time I checked Alaska was not a city? š¤
@prologic "supervising public morality" is the salient bit. I suppose you're even more effective at censoring people if you're also in charge of counting them and keeping track of them.
> The censor (at any time, there were two) was a magistrate in ancient Rome who was responsible for maintaining the census, supervising public morality, and overseeing certain aspects of the government's finances
Roman censor
I mean come on. It doesn't help anyone to purposely blur the line between "censorship" and "content moderation". For as long as I've been using the internet there have been people posting all sorts of horrible stuff and then crying" censorship!" when it's deleted or even modified. Giving in to that kind of rhetoric helps no one, any more than claiming you're owed "free speech" online because of the 1st amendment of the US constitution, which only covers official government suppression of your speech, not content moderation does.
Calling out content moderators for abusive behavior is important, naturally. But that's not censorship, it's bog standard abuse of power. Words mean stuff etc.
I mean come on. It doesn't help anyone to purposely blur the line between "censorship" and "content moderation". For as long as I've been using the internet there have been people posting all sorts of horrible stuff and then crying "censorship!" when it's deleted or even modified. Giving in to that kind of rhetoric helps no one, any more than giving in to claims that one is owed "free speech" online because of the 1st amendment of the US constitution, which only covers official government suppression of your speech, not content moderation does. Folks like that just want the "right" to post whatever horrible shit that comes into their head, without restriction. Go join 4chan if that's what you want.
Calling out content moderators for abusive behavior is important, naturally. But that's not censorship, it's bog standard abuse of power. Words mean stuff etc.
I mean come on. It doesn't help anyone to purposely blur the line between "censorship" and "content moderation". For as long as I've been using the internet there have been people posting all sorts of horrible stuff and then crying "censorship!" when it's deleted or even modified. Giving in to that kind of rhetoric helps no one, any more than claiming you're owed "free speech" online because of the 1st amendment of the US constitution, which only covers official government suppression of your speech, not content moderation does. Folks like that just want the "right" to post whatever horrible shit that comes into their head, without restriction. Go join 4chan if that's what you want.
Calling out content moderators for abusive behavior is important, naturally. But that's not censorship, it's bog standard abuse of power. Words mean stuff etc.
I mean come on. It doesn't help anyone to purposely blur the line between "censorship" and "content moderation". For as long as I've been using the internet there have been people posting all sorts of horrible stuff and then crying" censorship!" when it's deleted or fd. s
@mckinley *looks in mirror but sees nothing* oh shit
@mckinley this is a perversion of the word. A censor is an official acting on behalf of a powerful institution. I like @prologic a bunch but he's not that.
@prologic not so much hit a nerve as published a dangerous set of ideas that some bad people want to have publicized, which meant it merited a response š¤
@bender lol maybe I should have just said that to save time!
Some more food for thought:
Here are two podcast interviews with Ćmile Torres that are highly critical of the longtermist way of thinking that is essentially implied by the "simulation hypothesis":
- Donāt Fall for the Longtermism Sales Pitch
- The Dangerous Ideology of the Tech Elite
Here's a more academic-y paper arguing that machines like computers can never be conscious the way human beings can (and therefore, by extension, we cannot be living in a simulation that runs on a computer).
The paper above only cites a handful of sources, which I think is one of its shortcomings, but its core argument has been made in a variety of ways for quite some time. I'd call out the philosopher Mark Bickhard, who's argued quite forcefully (in my opinion) that the materialist way of thinking cannot account for basic human cognitive phenomena like intention, desire, beliefs, qualia, and the like. Any computer simulation that simulates how matter behaves in Newtonian or even relativistic physics therefore cannot either. There might be something to find in quantum field theory (according to Bickhard) but it is unclear whether that can be *simulated* adequately within any kind of computer, so the question is wide open (in my own opinion).
Here are two podcast interviews with Ćmile Torres that are highly critical of the longtermist way of thinking that is essentially implied by the "simulation hypothesis":
- Donāt Fall for the Longtermism Sales Pitch
- The Dangerous Ideology of the Tech Elit
Here's a more academic-y paper arguing that machines like computers can never be conscious the way human beings can (and therefore, by extension, we cannot be living in a simulation that runs on a computer).
The paper above only cites a handful of sources, which I think is one of its shortcomings, but its core argument has been made in a variety of ways for quite some time. I'd call out the philosopher Mark Bickhard, who's argued quite forcefully (in my opinion) that the materialist way of thinking cannot account for basic human cognitive phenomena like intention, desire, beliefs, qualia, and the like. Any computer simulation that simulates how matter behaves in Newtonian or even relativistic physics therefore cannot either. There might be something to find in quantum field theory (according to Bickhard) but it is unclear whether that can be *simulated* adequately within any kind of computer, so the question is wide open (in my own opinion).
@prologic The so-called "simulation hypothesis" is quasi-religious pseudoscience. Silicon Valley techbros like Elon Musk slurp this crap up and disseminate it; it's also well-funded by cryptocurrency assholes like Sam Bankman-Fried. And why not? If we do live in a simulation, then it doesn't matter if you treat other people like garbage the way Musk or SBF do. They're just NPCs who have no reality; they might as well be files on a hard drive.
The "simulation hypothesis" (NOT theory, because it cannot be falsified and is not formalized in any way) was, as the narrator says, put forward by Nick Bostrum, who appears to have been influenced by far right ideology. Again, why not? The far right thinks that a small handful of people should run the world and everyone else can get fucked--just like NPCs. Bostrum's "ideas" mesh tightly with so-called "longtermism", which some have cited as an extremely dangerous set of ideas.
Unfortunately this very much like so many well-funded, well-hyped, self-serving, and ultimately very awful ideas that Silicon Valley and their supporters love. If you'd like an antidote, simply google "we are NOT living in a simulation":
- No, Weāre Not Living in a Simulation | by Richard Johns | Predict | Medium
- We Do Not Live in a Simulation. A terrific new documentary is about⦠| by Will Leitch | Medium
- Expert explains why we DON'T live in a computer simulation | Daily Mail Online
- [Why We Donāt Live in a Simulation | by Tim Lou, PhD | Φsicist μsings | Medium](https://medium.com/physicist-musings/why-we-dont-live-in-a-simulation-a-physicist-s-perspectiv
@prologic The so-called "simulation hypothesis" is quasi-religious pseudoscience. Silicon Valley techbros like Elon Musk slurp this crap up and disseminate it; it's also well-funded by cryptocurrency assholes like Sam Bankman-Fried. And why not? If we do live in a simulation, then it doesn't matter if you treat other people like garbage the way Musk or SBF do. They're just NPCs who have no reality; they might as well be files on a hard drive.
The "simulation hypothesis" (NOT theory, because it cannot be falsified and is not formalized in any way) was, as the narrator says, put forward by Nick Bostrum, who appears to have been influenced by far right ideology. Again, why not? The far right thinks that a small handful of people should run the world and everyone else can get fucked--just like NPCs. Bostrum's "ideas" mesh tightly with so-called "longtermism", which some have cited as an extremely dangerous set of ideas.
It's just one of many well-funded, well-hyped, self-serving, and ultimately very awful ideas that Silicon Valley and their supporters love. If you'd like an antidote, simply google "we are NOT living in a simulation":
- No, Weāre Not Living in a Simulation | by Richard Johns | Predict | Medium
- We Do Not Live in a Simulation. A terrific new documentary is about⦠| by Will Leitch | Medium
- Expert explains why we DON'T live in a computer simulation | Daily Mail Online
- [Why We Donāt Live in a Simulation | by Tim Lou, PhD | Φsicist μsings | Medium(https://medium.com/physicist-musings/why-we-dont-live-in-a-simulation-a-physicist-s-perspectiv
@prologic The so-called "simulation hypothesis" is quasi-religious pseudoscience. Silicon Valley techbros like Elon Musk slurp this crap up and disseminate it; it's also well-funded by cryptocurrency assholes like Sam Bankman-Fried. And why not? If we do live in a simulation, then it doesn't matter if you treat other people like garbage the way Musk or SBF do. They're just NPCs who have no reality; they might as well be files on a hard drive.
The "simulation hypothesis" (NOT theory, because it cannot be falsified and is not formalized in any way) was, as the narrator says, put forward by Nick Bostrum, who appears to have been influenced by far right ideology. Again, why not? The far right thinks that a small handful of people should run the world and everyone else can get fucked--just like NPCs. Bostrum's "ideas" mesh tightly with so-called "longtermism", which some have cited as an extremely dangerous set of ideas.
It's just one of many well-funded, well-hyped, self-serving, and ultimately very awful ideas that Silicon Valley and their supporters love. If you'd like an antidote, simply google "we are NOT living in a simulation":
- No, Weāre Not Living in a Simulation | by Richard Johns | Predict | Medium
- We Do Not Live in a Simulation. A terrific new documentary is about⦠| by Will Leitch | Medium
- Expert explains why we DON'T live in a computer simulation | Daily Mail Online
@prologic The so-called "simulation hypothesis" is quasi-religious pseudoscience. Silicon Valley techbros like Elon Musk slurp this crap up and disseminate it; it's also well-funded by cryptocurrency assholes like Sam Bankman-Fried. And why not? If we do live in a simulation, then it doesn't matter if you treat other people like garbage the way Musk or SBF do. They're just NPCs who have no reality; they might as well be files on a hard drive.
The "simulation hypothesis" (NOT theory, because it cannot be falsified and is not formalized in any way) was, as the narrator says, put forward by Nick Bostrum, who appears to have been influenced by far right ideology. Again, why not? The far right thinks that a small handful of people should run the world and everyone else can get fucked--just like NPCs. Bostrum's "ideas" mesh tightly with so-called "longtermism", which some have cited as an extremely dangerous set of ideas.
It's just one of many well-funded, well-hyped, self-serving, and ultimately very awful ideas that Silicon Valley and their supporters love. If you'd like an antidote, simply google "we are NOT living in a simulation":
- No, Weāre Not Living in a Simulation | by Richard Johns | Predict | Medium
- We Do Not Live in a Simulation. A terrific new documentary is about⦠| by Will Leitch | Medium
- Expert explains why we DON'T live in a computer simulation | Daily Mail Online
- [Why We Donāt Live in a Simulation | by Tim Lou, PhD | Φsicist μsings | Medium](https://medium.com/physicist-musings/why-we-dont-live-in-a-simulation-a-physicist-s-perspectiv
@eaplmx ah I see, that makes sense.
Totally getting into NFTs* in 2023
*No more
Fucken
Tokens
Totally getting into NFTs* in 2023
No more
Fucken
Tokens*
@prologic I thought gemini was intended to be "simplest possible", or close to it?
@prologic At least what I pushed is useful and not horrible!
@justamoment I don't have analytics. I worked for a company that used Matomo years ago, and it seemed OK. Never really got into that side of things.