

No, you’re not looking to understand. You’re looking to persuade.
No, you’re not looking to understand. You’re looking to persuade.
Can’t close your account or request deletion of your data, either. Same thing happened to me.
Seems like something you may need to change in Transmission’s configuration, somewhere. Because it’s Transmission that is redirecting you and what you want is for that redirect to include the uri prefix.
Otherwise, I see two options:
The latter is what I would do.
Ohh, they must be using “trans” as shorthand for transPHOBIC.
https://www.eff.org/wp/digital-privacy-us-border-2017
General advice from EFF. A bit dated, but much of what I would have advised is here.
SSH is all you need. You can clone directly from one .git directory to another.
e.g
git remote add desktop git@desktop:project/.git
git push desktop main --set-upstream
“Rep. Anna Paulina Luna (R-FL) blamed “hateful rhetoric from the left” for the killing.”
Every accusation is a confession. I never cease to be amazed how universally this applies to conservative-led discourse.
Not to be That Guy, but with kindness I offer a small correction: “out away” -> “outweigh”.
Exactly this. I doubt the effectiveness of a measure like this. Without enforcement, explicit and public cooperation from AI scrapers, consequences/accountability, and legal backing, it’s just theater.
The equivalent of a strongly worded letter.
It’s complementary to robots.txt.
But I do like the idea of having some widely adopted conventional way of expressing, in unambiguous terms, which usages are expressly prohibited, and that AI training is among them.
Not sure if you realize how derogatory this comes across.
Good luck finding someone with all those qualifications, with at least three projects that meet all the criteria in their portfolio, and willing to work in NY for $100k. The caliber of candidate they seem to be looking for is easily worth over twice that.
That said, the market is full of desperate job-seekers who might take the bait.
To me, the single biggest argument against LLMs and generative AI is this:
It is a technology whose sole purpose, by design, is to persuade humans to accept what it has produced, with no regard for correctness. Bottom line, that’s mechanically how the technology works. An automated grifter, thief, liar, and manipulator.
And it’s so disturbingly effective and in widespread use that our very sense of reality and truth under attack.
The way this comment is written doesn’t sound anything like the OP or the GitHub issue. Different tone, different dialect/spelling… lot of linguistic red flags. Not that I’m judging either way, it’s just suspicious how vastly different they are.
Are the release notes AI generated? It reads like it.
In years past, I’ve used Elasticsearch and Kibana. The learning curve is steep and the system resource requirements warrant a dedicated machine, but once you get it dialed, it’s really effective as a centralized logging server.
Prometheus and Grafana are for time-series data (metrics), not logs. If you’re already getting that from netdata, don’t bother with these, as they’d be redundant with what you have.
syslog is about as idiomatic as it gets for log management in linux, but i don’t have enough experience using it effectively to give any pointers there. If you don’t really know what you want, yet, and just want to collect logs from all the things and see them in one place so you can begin to try and make sense of them and make refinements from there, then syslog seems like an excellent place to start.
I’ve installed Debian Linux on over 50 devices by now. A vanilla configuration with GNOME works pretty much out of the box for me on a high-end desktop with a modern NVIDIA graphics card.
I’d say the biggest part of the learning curve is figuring out which apps are good and suitable for what you’re trying to do. Just like with Windows and macOS and Android and iOS, there’s only a handful of viable options among an overwhelming sea of poor ones.
There are many wrong ways to install NVIDIA on any given Linux distro and architecture, and only one functional way. As others here are saying, that’s on NVIDIA, not you or Linux.
General advice: whenever possible, strongly prefer your distro’s standard package manager to install things over any other method. With Ubuntu, I believe that’s either apt or snap.
Also: if you find yourself poking around in some obscure system internals while troubleshooting an issue, you probably took a wrong turn somewhere.
Occam’s Razor: coincidence is the most likely explanation. Most of us aren’t as unique as we think we are. It doesn’t take very long for a keen observer (or algorithm) to profile our behavior based on direct surveillance.
Think of it this way: if you were the algorithm and were looking at a detailed account of every second of time you spent on the platform, and also had the same accounting for every other user… what inferences and connections might you, the algorithm, be able to make about you, the person?
It’s a feature, not a bug, for platforms to recommend relevant content. It’s also intrinsic for you to engage with the platform authentically, engaging with it in a way that aligns with your interests, preferences, and demeanor. Relevant content drives engagement. Engagement drives revenue. Irrelevant content does the opposite and serves to benefit no one involved. The popular platforms blew up exactly because they are so good at knowing what you want to see even before you do.
In short: no amount of tech can save us from ourselves.
Tor comes packaged with
torify
which you can prefix any CLI command with to have it route through Tor and resolve onion sites properly.