cultural reviewer and dabbler in stylistic premonitions
Note that I am, despite your assertion, using the full uBlock Origin, not the Google-friendly uBlock Origin Lite
Seeing your screenshot I was curious how that works, so I spent a minute searching and found this post from June 2024 where Vivaldi says:
We will keep Manifest v2 for as long as it’s still available in Chromium. We expect to drop support in June 2025, but we may maintain it longer or be forced to drop support for it sooner, depending on the precise nature of the changes to the code.
In my quick search I didn’t find anything more recent about their schedule for dropping it, so I guess (assuming your software is up-to-date?) they haven’t dropped it yet but presumably will do soon.
But in any case, Vivaldi is proprietary/closed-source, so, I recommend against using it.
If you don’t know less than 50% of Americans have a passport.
I suppose it runs on an Arm-Processor
It would be odd if a device labeled “Wintel Pro” had an arm CPU.
Wintel means Windows on Intel, or more broadly Windows on any x86 or x86_64 processor.
Sure it’s possible, but you can’t actually do it. Because you need a dedicated programer
I try to avoid recommending proprietary software but FYI the multimedia authoring tool formerly known as FutureSplash Animator which you presumably knew as Adobe Flash Professional (or perhaps Macromedia Flash before that) in fact lives on today as Adobe Animate and it can now target HTML5/SVG/WebGL/etc.
There are also many free/libre open source alternatives to it.
no relation, presumably
i’ve gotten some cooked mp3s before. i don’t know if they got that way through steaming or what but i did need to uncook them before i eventually burned them 🤔
the info line contains the answer:
Info: applications using this runtime: io.github.Hexchat
You need to remove Hexchat if you want to remove the end-of-life runtimes it requires.
I regret to inform you that the maintainer wrote in February 2024: This will be the last release I make of HexChat. The project has largely been unmaintained for years now and nobody else stepped up to do that work.
My computer uses both system and user remotes.
Because my .var directory is almost full, […]
If you’re low on disk space you probably want to have everything installed as either user or system, to avoid having some runtimes installed in both.
Gitea has gone open core; it is still free software but its development is controlled by a for-profit company which is developing non-free features. So, Forgejo is the community-run fork of it which people outside the Gitea company are contributing to instead now. You can read more about their divergence here.
Python does have a year option that they are not using.
No, it doesn’t:
Help on class timedelta in module datetime:
class timedelta(builtins.object)
| Difference between two datetime values.
|
| timedelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)
|
| All arguments are optional and default to 0.
| Arguments may be integers or floats, and may be positive or negative.
Authorities don’t need to ask Signal for metadata; Signal promises they don’t log any themselves and that is probably true.
But, they outsource their server operation to Jeff Bezos, and then they do some absurd security theater to pretend that cryptography makes it so that the server (Amazon) couldn’t possibly log metadata - which is obviously false.
with BlueSky I’d have to account for the data volume of all users on the platform as a whole, bringing the data volume way up to tens of terabytes
I think this is a common misconception based on some critics’ incorrect assumptions and back-of-the-envelope math. See the atproto overview for the different components involved, and then this post (from a BlueSky employee) “A Full-Network Relay for $34 a Month” for some numbers.
If I understand correctly, to run a “full nework relay” does mean to consume all of the text posts from all known servers, but not necessarily all of the media, and not necessarily to keep data you aren’t interested in for any long period of time.
Also, you can run your own PDS and/or App Views without running your own relay at all. And, you can also use multiple other people’s relays.
Disclaimer: I’m not an atproto expert, and I haven’t set any of this up myself.
The blog post also says this:
There is one other thing which Bluesky gets right, and which the present-day fediverse does not. This is that Bluesky uses content-addressed content, so that content can survive if a node goes down. In this way (well, also allegedly with identity, but I will critique that part because it has several problems), Bluesky achieves its “credible exit” (Bluesky’s own term, by the way) in that the main node or individual hosts could go down, posts can continue to be referenced. This is possible to also do on the fediverse, but is not done presently; today, a fediverse user has to worry a lot about a node going down. indeed I intentionally fought for and left open the possibility within ActivityPub of adding content-addressed posts, and several years ago I wrote a demo of how to combine content addressing with ActivityPub. But nonetheless, even though such a thing is spec-compatible with ActivityPub, content-addressing is not done today on ActivityPub, and is done on Bluesky.
My comment should have been clearer; what I meant when i said it is more “decentralized architecturally” I was referring to the data model part of the architecture as opposed to the physical server infrastructure currently operating it. The latter is obviously quite centralized still, but the former is designed for resilience against nodes unexpectedly (and permanently) failing.