When a regular website is visited through Tor Browser, Tor protects/anonymizes you as a user. If a website is hosted at an onion address, the web server is also protected by Tor, the same way as you are.
- 1 Post
- 19 Comments
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•ratty: A GPU-rendered terminal emulator with inline 3D graphics 🐀🧀
3·23 days agoWell, I’m sorry. I’m not Terry A. Davis.
SlicedPotato@feddit.dkto
Privacy@lemmy.ml•What do you NOT do, that you would do without privacy violation? [discussion]
10·1 month agoLots of things.
I’d start a YouTube channel to document my travel life, but Google.
I’d use LinkedIn to expand my professional network, but Micro$lop.
I’d join communities related to my hobbies that mostly exist in FB groups or subreddits, but, yeah.
There are also things I still do, although differently. Like using Google Maps to view detailed information about places, like accessibility, restaurant reviews etc. But I only do it through a browser, and I use CoMaps for navigation. Or banking apps, due to convenience. Or the GoPro Quik app so I can remotely control my GoPro when I mount it on the outside of my car. Or music streaming services.
Surveillance sucks, but I try to find compromises that I can live with when needed. I can live with some inconvenience, but to a degree.
SlicedPotato@feddit.dkto
Technology@lemmy.world•Both Fedora and Ubuntu will get AI support – soonEnglish
510·2 months agoSoooo, which distro to switch to next? Or are they all gonna go down this route eventually? Maybe I’ll try a *BSD for once.
Both Debian and RHEL-like distros are solid choices. Both are super stable. Debian tends to not always have the newest packages, so if you want that I’d steer away from Debian. Personally I use Rocky Linux for my servers. It’s based on RHEL, meaning each new major version benefits from Red Hat’s 10 years of software support. Debian (and derivates) have better community support I think, but RHEL has very solid documentation (which for the most part applies directly to Rocky, Alma etc.)
Here’s a great article outlining the differences between Alma and Rocky.
But for something simple like running a Go application, both should work just fine, so choose what you’re most comfortable with.
Rocky is available at Scaleway too.
Have you tried screen? AFAIK it’s similar to tmux, but tmux has more bells and whistles, which it sounds like you want to avoid. I use it sometimes to start long running rsync sessions on a server and then periodically SSH in and check it. It does break scrolling though, but I don’t know if there’s some option to make it behave more like a normal terminal.
SlicedPotato@feddit.dkto
Showerthoughts@lemmy.world•The phrases "This shit is dope!" and "This dope is shit!" have exact opposite meanings.
1·2 months agoI disagree. In fact, I actually think that anything that can be said, has been said by someone, even if only one person.
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•#codeberg is great in creating cloud ☁️ repositories for images. Here l can easily store my images online, and also download them whenever and wherever I feel like.
10·2 months agoWell, I looked up your username on Codeberg and assumed https://codeberg.org/codewizard was you, so I thought you’re a developer from the linked website.
Like what @pat_dev@social.linux.pizza said, sites like Codeberg and GitHub are intended to store code repositories, not photographs/albums and other personal files. If you were to host the source code of a website and have some images there that are part of the website, then sure, it’s considered part of the website source.
I’d suggest looking for cloud drive/storage solutions (like we know it from Dropbox etc.) I’ve heard great things about Filen. They’re based in Germany, end-to-end encrypted and their clients are open source. Or, of course, there’s Nextcloud, but it either requires self-hosting skills or knowing someone who will host it for you (there are hosting providers out there).
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•#codeberg is great in creating cloud ☁️ repositories for images. Here l can easily store my images online, and also download them whenever and wherever I feel like.
10·2 months agoWhat kind of images are we talking about? Container images, VM images, or good old images taken with a camera? It’s not really clear from your post.
SlicedPotato@feddit.dkto
Today I Learned@lemmy.world•TIL that the pink Nintendo character is named Kirby after lawyer John Kirby who helped Nintedo with their lawsuit against Universal about the usage of the name "KONG"English
21·6 months agoAnd here’s the degoogled link:
https://www.washingtonpost.com/video-games/2019/11/20/nintendo-kirby/
One simple way to run a Tor bridge: The Snowflake extension. It’s a browser extension that runs whenever you use your browser.
SlicedPotato@feddit.dkto
You Should Know@lemmy.world•YSK: if you dont have Kagi, the next best thing is to search DDG with date range set before 2012 (ish)
12·6 months agoMaybe we could use Bitcoin to buy pizza? I’m sure we won’t regret it in 10 years!
SlicedPotato@feddit.dkto
Privacy@lemmy.ml•Is DeleteMe.org real? Looks too good to not be a data stealing scam.
4·6 months agoOh well, they did in the past.
SlicedPotato@feddit.dkto
Privacy@lemmy.ml•Is DeleteMe.org real? Looks too good to not be a data stealing scam.
83·6 months agoSeveral og the big privacy people have recommended them online, e.g. Techlore, so I’d say yes. Though it’s been a couple years since I saw those reviews, and I haven’t read up on them recently.
EDIT: Grammar.
SlicedPotato@feddit.dkto
Showerthoughts@lemmy.world•Judging by how many users on the internet telling Americans to "just move to another country lolz", people must think immigration laws are very lax or something... (it's not)
93·7 months agoNot entirely true. I’ve done the research. It’s difficult, yes, but some places in the world allow it. E.g. Scandinavian countries.
Bazzite is the more gaming oriented flavour of Universal Blue’s distros, but take a look at Bluefin if you wanna try something similar (but not focused on gaming, although gaming also works fine on it). I’ve used it for about a year or so myself, and I love it. It’s immutable so it “just works”, but I can still play around and tinker with distroboxes or VMs.
SlicedPotato@feddit.dkto
Showerthoughts@lemmy.world•We turn the HVAC "up" whether we want it colder or warmer.
2·7 months agoThis reminds me of this: in Danish, “zipping up” means both zipping and unzipping a zipper.

Not really. It’s more similar to if the webserver was connected to the internet through a VPN with it’s HTTP(S) port forwarded through the VPN. You connect to the VPN’s IP address, which forwards to the webserver’s IP which stays hidden. And you yourself are also connected to the internet through a (separate) VPN. Now, instead of a VPN connection, both you and the webserver are connected to the internet through Tor circuits.
This video does a good job of explaining how it works.