invidious still works, but it's a constant battle
WhyJiffie
~~hmm that's interesting because I did not have a lemm.ee account! :D~~ just 3 tons of links to it.
edit: I misunderstood it, no I didn't have an account there
also in the meantime I did some research. it turns out I was probably remembering the Lemmy Universal Link Switcher userscript: https://greasyfork.org/en/scripts/469273-lemmy-universal-link-switcher
it can look up posts by their activitypub id, which is the de-facto ID of a post, that is same across all instances. this ID is the url of the content on the original instance. so, the following could be an activitypub id, if the post was actually created on lemm.ee: https://lemm.ee/post/64477597
to look up a post by this, the userscript uses the /api/v3/resolve_object
API endpoint.
it searches your local instance, and if you are authenticated it also queries the host in the url, lemm.ee in this example. but of course this remote query does not work anymore.
now here comes the twist. I know I always read lemmy through sh.itjust.works, so whatever I saved should be known by this server. and the link that I save, often does not point to the origin instance, because clients work that way.
so it seems 2 lemm.ee links that I tried to look up were not actually posted there, because bmy server does not know a post that has this ap id, I just somehow got a link that points to the lemm.ee version of that post or comment........
Fortunately the messaging app I misuse for link collection always loads the title and image of the webpage, so by some manual work I should be able to find the actual links to each of them.
speaking of that, there was a userscript that is able to find the same post on other instances, I should look it up, in case it can also work with posts of offline instances
yes. ban them. they are already illegal in civilized countries for recording people without their expressed consent.
ok, maybe I wasn't clear, ban them from public spaces, including venues. you can use it at home if you want, and at your friends if they don't send you home for it.
folks who need translations
they can point their phones' focused camera on the text they want to translate.
for disabilities, we need to research tools that allow affected people to exist more freely while being compatible with privacy.
yes, I'm also against artificial eyes that work electronically or can connect to an electronic system
not really. AR glasses don't have to be aware of your surroundings, they can just place content relative to where you look, and they can use a gyroscope as a compass for more advanced things. maybe there are other sensors that would be useful too while being compatible with privacy.
of course they won't be able to place apps on your fridge, or run search on anyone coming by on the street, but it can still be very useful
it does not, as my phone, and afaik most phones don't support it.
messenger.com does not work on mobile, except if you switch your browser to desktop mode. It's quite hard to use it, even lots of text become smaller, so lots of people wouldn't keep using that
it sounds good, until you realize that it needs not only AR glasses, but one with built in cameras.
such glasses need to be banned yesterday. AR glasses are obviously not the problem, but basically walking always on cameras are
you can delete the calendaring and contacts apps
snapshots, clones, or automated setup with ansible or such
I don't think everything uses some kind of premade file index. Whenever I start up everything, it starts with indexing all my drives, one by one, churning them at 100% if I look at the task manager but everything even says so in the bottom left corner. it even stores hundreds of megabytes of that index in memory.
what it actually does, as I know, is that instead of going through the slower filesystem APIs, it first scans the MFT with its admin rights, and then listens for any changes through the usn journal. so it does quite some work, because afaik both of these are publicly undocumented, and then it even implenents a very quick search for the index that even supports pattern matching
It's not all the lemm.ee posts, just a significant amount of them.
also in the meantime I realized my hundreds of lemm.ee links are not actually links to lemm.ee hosted posts, but just links to the lemm.ee view of them. I was just very often copying the wrong link that still worked, but wasn't the definitive one