Both work quite differently. TOR routes you over several layers, obscures your IP and changes the IPs around occasionally so you can’t be tracked.
With Bittorrent you want lasting connections to other peers to be able to receive and send all the data. This doesn’t align with the ever changing IPs and stuff.
A VPN gives you one IP that you can have for hours.
A VPN supports UDP connections, TOR doesn’t.
Connecting your Bittorrent client to the Socks-Proxy of a TOR client is a different setup than it just sending normal packets through a VPN tunnel.
TOR is slow (by design), a VPN is fast.
If your client or something leaks your IP it happens anyways, if you route it over one node or seven. All the extra energy is just wasted.
And bittorrent puts even more strain on the TOR network the way it works. Making it slower for anybody else. And (ab)using the resources volunteers provide. (And which are meant for better use-cases.)
Hehe, but the old myth that graphics cards degrade if you use them is a myth. I think Linus Tech Tips did a video on this and an older one. Sad that your GPU is flickering now, but probably unrelated and had happened either way at some point.
Nothing. My laptop has 8GB and while this is somewhat the limit, it’s enough to browse, do office stuff, a bit of development/programming and even a bit of CAD for my 3D printer, video editing, retro-gaming and all sorts of things. I’d prefer to have 16GB because Firefox likes to eat a lot of RAM, but the laptop is too old for me to upgrade anything at this point.
If you’d like to waste your resources, you could run 4 other operating systems simultaneously in VMs. Or try artificial intelligence chatbots and load one of the large language models. They can easily make use of 32GB of memory and more.
Forget the pinephone as a daily driver. It is nice to play around with and having linux on your phone is awesome. But you can’t really use it as a daily driver. You’ll try it and it’s going to end up in the drawer of unfinished projects. Trust me, I own a pinephone and I know other people who do.
There’s nothing wrong with it. Just like 50 mild annoyances with anything you’re trying to do with it and on top it’s super slow, compared to any other smartphone.
As I read, the phone by Purism isn’t much better and it’s really expensive.
I see more and more toxic behaviour here. I get that this war/conflict gets to us. And everyone has strong opinions and the debate is emotional. But it reminds me more of the toxic atmosphere that used to be part of Twitter.
I suppose the mods of political communities are having a bad day since the conflict escalated. And they are part of the debate, sometimes maybe making their decisions emotional, instead of neutral and based on reason alone. I -personally- think a 30-day is a lot, even if it is spreading misinformation. But I didn’t have a look at the facts here.
Judging by your comments in general, you seem quite an argumentative person. I usually don’t like people focusing on negativity and (for example) debunking a single argument out of a post and then concluding they’re right and someone else is entirely wrong. It leads to us having unproductive and stressful conversations, once we manoeuvre ourselves to opposing sides that lose the ability to communicate productively and grasp the bigger picture and the context that things are set in.
So. Please whoever is in the right or wrong, make Lemmy a nice place and not a clone of the toxicity and argumentativeness on Twitter. And don’t yell at people too much.
OP, please be aware you’re often a very argumentative person and a big part of your way of talking to people is opposing them.
Try it with a Live USB stick. And maybe don’t listen to the people recommending Ubuntu. It’s somewhat okay, but they regularly do annoying business decisions that affect their users. I’d rather start with Mint or something.
There are many other websites dedicated to this question:
Well, Codeberg is a non-profit. I would say if it’s just a few kilobytes/megabytes of code, upload it and donate $10. That should be enough to store that for decades.
I sometimes look for small stuff. Boilerplate code, how other people configure stuff that isn’t well documented, niche interest stuff even if it’s not finished. Sometimes stuff like that is useful.
That’s right. To add a few things: X11 isn’t bad. It’s just a big and complex piece of software that has grown for multiple decades. And nobody wants to do big changes or add new things anymore.
Wayland is the modern and “fresh” new approach. I’ve had some issues with my NVidia graphics card. But that wasn’t Waylands fault, but the NVidia drivers. I have a laptop with just Intel graphics and both X11 and Wayland run excellently on that machine.
With Linux we often get many choices, and have several alternatives available to do the same / a similar job. That is a bit complicated for someone new. But we should embrace it, be glad that we can pick whatever suits our individual needs. Wayland still has some issues on a few specific setups, but eventually it will replace X11 as the default.
Judging by the comments here, I’d say it isn’t working. (That doesn’t mean it’s necessarily your fault at this point.)
All I want to say is: You and the people outright attacking you here are setting the tone of the conversation. I don’t feel entitled to lecture anyone on how to spend their time on the internet. For me, this thread is too toxic and not my vision of what Lemmy should be like.
Unfortunately, the really toxic people have arrived here, targeting you and spreading hate. I don’t think this going to become a productive conversation after that. And I really don’t have good advice here. I’m going to flag the comments that are hatred and then I’m out. I’m going to focus on some more productive things somewhere else. I wish you the best. Hope Lemmy strives to become a space for diverse opinions, constructive debate and not hatred and small-mindedness.
Yeah, I think so, too. It doesn’t have to be this way. I mean this is mainly due to the way ARM hardware works, lack of good drivers, maintenance and dedication by the manufacturers of that hardware. And everything is quite fragmented. In theory we could have a hardware platform that has good open-source drivers and is well-supported. The Pinephone was an attempt to establish one platform that people could focus on. But it has quite some limitations and also hardware/design issues.
And Linux isn’t quite there yet. I mean I love Linux and it can run on embedded devices very well. But things like connected standby (for example receiving chat messages while the hardware sleeps and saves power) just isn’t implemented in a desktop environment that was made for computers. And also not in a chat application that was made for computers. So, set aside the hardware and driver issues, we have another issue with Linux software that wasn’t made to run on smartphones.
There is a way around that and that is to add those capabilities to the Linux kernel. And also give applications means to stay connected in the background, adapt to different screen sizes, rotate the screen and evict themselves from RAM. It’s kind of what Android is. It builds upon the Linux kernel and adds lots of stuff that is specifically useful on smartphones.
I hope someday some of those techniques get adopted into the mainline Linux kernel and also the frameworks the desktop software uses.
If you use one of the standard graphical desktops (Gnome, KDE, …) you don’t need to explore all of the config files. The most important settings should be in a settings program.
And programs should (mostly) come with sane default settings anyways. Debian adds a few. So the usual way (for beginners) is to start with the defaults and change around stuff once you want to customize something, and starting with the software you use the most (like an text editor, …). The standard GUI software (like your browser, LibreOffice) has GUI settings dialogues anyways.
Yeah, next time don’t panic. Use ps and pstree and fuser (or the programs you like) to first find out the executable filename with full path and which program started it. Then you can kill it and you’ll have some info to start debugging things.