𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 

Ceterum Lemmi necessitates reactiones

  • 18 Posts
  • 1.76K Comments
Joined 3 years ago
cake
Cake day: August 26th, 2022

help-circle
  • Yeah. This fantastic woman married me. I have no idea why.

    Also, I really don’t understand rockets at more than a superficial level, but I saw one launch once.

    I’m quite uncertain about jet airplanes, especially when you’re, like, driving in the same direction and there’s a strong headwind, and it almost looks like you’re going faster than them? They’re just hanging there, god knows how many tons of metal and 300 people. It’s creepy.

    And I really think economics is proof that we’re in the Matrix, because the more I think about it, the less (functional, not ethical) sense capitalism makes, and everybody who talks like they know about it just sounds like stringing together a bunch of buzzwords. Also, there’s that truism that if you ask four economists a question, you’ll get five opinions. Plus nobody can reliably predict the stock market; weather - a highly chaotic system - is more predictable than the stock market. It’s like the programmers put it in, but when it got to the point where they had to make it explainable, they couldn’t without introducing recursive conflicting rules, so it’s just hand-waving, and people pretending or misleading themselves that they know how it all works.


  • Sorry, it wasn’t the Arch wiki. It was this page.

    I hate using Stack Exchange as a source of truth, but the Arch wiki references this discussion which points out that not all SSDs support “Deterministic read ZEROs after TRIM”, meaning a pure blkdiscard is not guaranteed to clear data (unless the device is advertised with that feature), leaving it available for forensics. Which means having to use --secure, which is (also) not supported by all devices, which means having to use -z, which the previous source claims is equivalent to dd if=/dev/zero.

    So the SSD is hiding extra, inaccessible, cells. How does blkdiscard help? Either the blocks are accessible, or they aren’t. How are you getting a the hidden cells with blkdiscard? The paper you referenced does not mention blkdiscard directly as that’s a Linux-specific command, but other references imply or state it’s just calling TRIM. That same paper, in a footnote below section 3.3, claims TRIM adds no reliable data security.

    It looks like - especially from that security paper - that the cells are inaccessible and not reliably clearable by any mechanism. blkdiscard then adds no security over dd, and I’d be interested to see whether, with -z, it’s any faster than dd since it perforce would have to write zeros to all blocks just the same, rather than just marking them “discarded”.

    I feel that, unless you know the SDD supports secure trim, or you always use -z, dd is safer, since blkdiscard can give you a false sense of security, and TRIM adds no assurances about wiping those hidden cells.


  • Ever see Minority Report?

    That, but without the psychics. Insurance companies use things called actuary tables to estimate risk. If they have your DNA, they could decide that, since you have markers for early onset Alzheimer’s, they’re going to charge you double for life insurance.

    Law Enforcement could decide that, since you share some trait with other common criminals, you’re more likely to do crime, and get warrants to surveil you more closely. Maybe you don’t do crime, but you get pulled in for a crime in the neighborhood because you’re the one with the highest crime DNA score, and that’s enough to convict you. Maybe you get pulled over more often for going a little over the speed limit, because you’re being watched more closely. Maybe they just decide you’re so likely to do a crime, they imprison you proactively.

    None of this is absurd; it’s all been done before. The Nazis used to evaluate people by how big their skulls were - this is Eugenics on fucking steroids, backed by the smell of legitimacy because DNA. People have wrongly gone to prison and served entire sentences because of bad DNA testing, and it’s still used.

    This should worry you. It’s not hypothetical, it’s not a conspiracy theory - the potential for abuse of a database like this should concern everyone, liberal or conservative.

    Like all those white supremicists who discovered they have black ancestors; only, now, all their little KKK friends know, too!






  • Back in the old days you paid for a cable subscription and got to watch ads every 15 minutes

    Oh, hell no. We had HBO my entire teen years, and that was the huge difference between cable and broadcast - there were no commercials on HBO.

    I never had cable as an adult; I didn’t like being beholden to someone else’s tastes and show times, so we just rented videos: Blockbuster, or more often the locally owned rental place - they had weirder stuff.

    When Cable became “infinite channels,” they did start showing ads, but that wasn’t paying for content: that was paying for delivery. It was supersized broadcast TV. To emphasize this, packages cost extra, and those special, extra channels (HBO, etc) didn’t have commercials. The basic package was just extra broadcast TV.

    Netflix is more analogous to HBO than cable. Supporting this is their original operating model: a subscription fee that got you DVDs mailed to your house. Just like a subscription fee to Blockbuster that got you a certain number of rentals per month.

    Don’t try to normalize it by claiming “it’s always been this way,” because it hasn’t.

    television was designed around the advertising break

    Television was free. Netflix was originally movies. Movies don’t have ads (not specific, non-story related ones, anyway; they’ve always had product placement). It’s been only relatively recently that Netflix has gotten into the episodic game, which is even less justification for ad breaks, because episodes are shorter than movies. Which have no ads.

    You’re entitled to pay for what you like and be happy with it, buy fuck if I’m going to pay someone to watch their ads. If I was a TV watcher, I’d pay for choice - a thousand channels, with ad-ridden content. I draw the line at going to a movie theater, paying for a ticket, and then having the movie interrupted with ads, which is what this is equivalent to. You can always skip the ones up front with timing, and fuck those ads too.





  • I have no doubt ZFS is solid, too, FWIW. I leaned toward btrfs because it was simple, the commands straightforward and clear, nothing required more than one step - this is all super valuable to me because there are other things I want to spend my time on than fiddling with the filesystem.

    @ikidd@lemmy.world said that btrfs is poor at software RAID.

    You should check for yourself. I haven’t used software RAID in years - RAID 0+1 gives me no value - but the btrfs team and Arch wiki say 0, 1, and 10 are solid. You should not use 5 or 6, as they’re known to be buggy and even the btrfs man page tells you to not use it. So, yeah? btrfs is poor at RAID 5/6; to my understanding, it’s good at 0/1/10.

    btrfs can do encryption, compression, snapshots, and some RAID. I found combining mdadm and lvm and FS built a jenga tower, of which if part failed, the entire end result was borked. I once did an OS upgrade and lost the mdadm config, and spent two days recreating it. I never used it on a new machine after that. Separation of concerns is great, but having an all-in-one that can self repair and boot into snapshots is better.

    I can’t speak to performance. No doubt Toms of someone like that’s looked into that in detail.






  • I want to use IPv6 so badly, but every time I try I’m thwarted, have occasionally lost network connection as a result, and frequently just get a really unreliable connection.

    At first, in our last house, I tracked it down to the network provider (Verizon, a decade ago). This time, I don’t know what it is; theoretically Comcast supports it, as does Mullvad, and OpenWRT certainly does, so I have no idea where the issue is. But a couple of months ago I did a system upgrade and v6 got re-enabled in sysconfig and I lost internet, and it took me forever to track it down.

    At this point, I’m starting to believe there’s a conspiracy keeping IPv6 from succeeding (in becoming common), because when I read stuff like this I realize it’s not just my curse.



  • IME, btrfs is easier to work with than ZFS. It has all of the features you asked for; its RAID ≠ 0/1/10 are buggy, but 0/1/10 are considered reliable. In the past year, I heard a rumor that they were going to announced RAID > 1 to be also stable, but that’s hearsay; I haven’t read anything authoritative on the subject - the Arch btrfs page and the btrfs man page both still say 5/6 are not reliable.

    I’ve been using btrfs on a variety of computers and VMs, from tiny little ODROIDS, to laptops, to VPSes, to desktops for… over a decade? I’ve had much better reliability than ext4. I was attracted to the POLS of the commands, vs ZFS.

    I don’t know how much my opinion weighs; I have a feeling a data center person would suggest ZFS as being more “enterprise”. I’ve been really happy with it. I’ve been watching bcachefs for the caching and target options - really neat features useful for home gamers - but otherwise I wouldn’t bother - btrfs has been solid and done everything I could want. It was a huge upgrade from mdadm and lvm in UX, and was only possible when disks got so cheap they outpaced my need for RAID5, and I could afford multiple backup drives that held years worth of nightly incremental backups.