Trump isn’t the politician I most loathe. He’s just the only politician that I’ve ever feared might kill or imprison me purely for who I am.
Trump isn’t the politician I most loathe. He’s just the only politician that I’ve ever feared might kill or imprison me purely for who I am.
The article is from December, so the interviewer couldn’t have asked about their CEO’s recent betrayal: https://insights.priva.cat/p/does-proton-still-stand-for-anything
No, I would rate-limit them. OP is getting a non-rate-limited block. If OP has an ISP problem where they can’t access the site, this VPN may be their only option.
I think catloaf’s idea is good, but no tech company accepts RMA requests by paper mail.
I don’t use VPNs, but plenty of sites using datadome.co will arbitrarily block me at my residential ISP. datadome.co will first ask you to complete a captcha, and upon your success, you are immediately blocked with no recourse. Here’s a typical screenshot: (not mine)
The “contact support” link opens a contact form that goes to a black hole. I’ve filled out dozens, and never gotten a response.
That’s no excuse. An RMA form is something that all their customer’s are entitled to use. If anyone finds their IP address blocked, even a VPN IP address, then their warranty claim has effectively been blocked for an invalid reason.
The company has failed their warranty obligations.
I’ve never seen this. Just checked ZDNet’s website and it didn’t show anything about my ad blocker.
I block ads because they are such a distraction that I can’t read, and because auctioning off arbitrary javascript to the highest bidder is just asking to be hacked. If ads were not animated, and had no external or obfuscated javascript, I might not block them.
But as is, I’d rather close the tab than enable ads.
Software engineer here. I find the petition to be very specific, and totally feasible.
Anyway, this isn’t a true referendum where its text would become immediate law as soon as it passes. It’s a petition that would be presented to legislators who would write the actual law. The petition doesn’t need to be written in legalese.
(Also: if the customer paid them even one cent, then they DO owe the customer something. Also: They should be forced to release the server software when they shut down the servers.)
Try going to http://000.000.000.000:8080/ in your web browser (replacing the 0’s with your public IP address), on your home connection. If it doesn’t work, it means that your port forwarding is probably not working. If the page loads correctly, it means your port forwarding is working correctly, and the problem is probably your ISP doing port blocking.
In my system, the raid arrays seem to do periodic data scrubbing automatically. Maybe it’s something that’s part of Debian, or maybe it’s just a default kernel setting. I don’t think it helps much with data integrity – I think it helps more just by ensuring the continued functionality of the drives.
When it’s running, you can type cat /proc/mdstat
to see the progress.
That command will also show you if there is a failing drive, so that you can replace it.
Yes. As far as I’ve seen, it never changes what gets sent to the server, which is why I’m able to get away with it.
We need protections limiting the length and level of effect of clickwrap agreements.
For now, I will continue using “inspect element” to change the text “agree” to “disagree”, and completely skip proprietary phone apps.
Sure. First you set up a RAID5/6 array in mdadm. This is a purely software thing, which is built into the Linux kernel. It doesn’t require any hardware RAID system. If you have 3-4 drives, RAID5 is probably best, and if you have 5+ drives RAID6 is probably best.
If your 3 blank drives are sdb1, sdc1, and sdd1, run this:
mdadm --create --verbose /dev/md0 --level=5 -n 3 /dev/sdb1 /dev/sdc1 /dev/sdd1
This will create a block device called /dev/md0 that you can use as if it were a single large hard drive.
mkfs.btrfs /dev/md0
That will make the filesystem on the block device.
mkdir /mnt/bigraid
mount /dev/md0 /mnt/bigraid
This creates a mount point and mounts the filesystem.
To get it to mount every time you boot, add an entry for this filesystem in /etc/fstab
The man page at https://btrfs.readthedocs.io/en/latest/mkfs.btrfs.html says:
RAID5/6 has known problems and should not be used in production.
So those profiles have unknown, unspecified problems.
But btrfs is safe on top of md-based raid1/5/6. It also has the advantage that you only need to encrypt one volume.
It doesn’t change the fact they’re getting paid a ton for a comparatively small amount of work.
draw .io is closed source.
Your post here contains a homophobic slur.
“Shock troops” implies actual violence.
“the final solution” implies violence, genocide, and antisemitism.
Your first link goes to a post suggesting that people put pro-Monero messages inside new books at bookstores. Most people would perceive this as vandalism, and possibly as advertising that they don’t care for.
If you want to promote Monero on Lemmy, to start, you will need to stop being homophobic and antisemitic, and stop promoting violent themes.
Try making a message based on positivity. Compared to paying with a credit card, where I have the right to make a chargeback in many situations, what benefits are there to paying in Monero?
Yeah, it’s definitely a problem, and genetic information could end up getting linked. Even if a person thinks they might not have DNA in any existing database, whether criminal, medical, or otherwise, there’s no telling what might happen in the future. I can think of a few different ways a person might involuntarily, through no fault of theirs, get their DNA forcibly taken with no legal recourse.
Every path here will have some tradeoffs. But the odds of getting linked are probably much lower outside your home country.
I voted you down because HIPAA absolutely does include privacy provisions, and requires written consent for data use in the way I described above.
My best recommendation would be to go to a testing lab and provide a fake name. It should work. I’ve never been ID’d at any doctor’s office, and one time did even receive healthcare under a fake name with no trouble. Of course, that means your insurance won’t cover anything, but that’s the unfortunate reality of US healthcare. Also, they probably won’t delete your data. HIPAA includes no right to be forgotten, and in some cases, may even mandate retention for several years.
Sorry I don’t have a better solution. I think your best bet is to distance this genetic data as much as possible from your real identity.
Alternately, you could try going somewhere outside the US.
I completely agree that HIPAA is dead. One time when I went to a new doctor’s office, totally unaffiliated with any doctor I’d ever seen before, the doctor instantly pulled all my medical records from several other places. They didn’t even get my verbal permission; they just did it. If that’s the level of security on these databases, and doctors are allowed to access them on old unsupported Windows computers, then it’s almost certain that the databases have tons of undetected data breaches. They’ve probably been scraped completely by multiple attackers.
This article seems like a lot of FUD written from an anti-FOSS perspective. In their second point, they say that F-droid’s inclusion policy is “ridiculous” for requiring programs exclude proprietary software. I think the author is ridiculous for asking for this. This is what F-droid is for. I don’t want any proprietary apps or libraries on my phone. If developers only want to work on their proprietary software, they don’t get into F-droid. If they make a modified FOSS version and put it in F-droid, and let it bitrot and go unpatched when vulnerabilities are discovered, and F-droid issues a security advisory for that program, that’s not F-droid’s fault.