• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle






  • How about a government-sponsored, non-profit authentication service? That is, it should be impossible to get a loan, open a line of credit, or anything else in somebody’s name, without the lending institution verifying that it’s actually on behalf of the named individual. Eliminate the security-through-obscurity technique of using bits of easily-leaked personal information as a poor substitute for actual authentication.

    I mean, (as a comparative example) I have to go through an OAuth2 consent dialog to connect a third-party app to my email account, yet somebody can saddle me with huge debts based on knowing a 9-digit number that just about everybody knows? It’s the system that’s broken, tightening up the laws on PII is just a band-aid.



  • I’m not a conspiracy theorist, either, but my preferred suspicion is that it’s aliens. They’ve tried a number of techniques, from implanting mind-control devices (Mitch McConnell and the way his face carries a look of horrified disgust at the things they make him do) to direct infiltration by putting one of their agents in an ill-fitting human suit (Ted Cruz). Ultimately, they seem to have given up the finesse approach, and settled on lobotomizing humans with existing personality disorders to create a RAID (redundant array of inexpensive dipshits) to simply overwhelm our system of government.

    It’s the only explanation that really makes sense to me.




  • Just spitballing here, but if I read this correctly, you pulled the Windows drive, installed Mint, and then put the Windows drive back in alongside the Mint drive? If so, that might be the issue.

    UEFI firmware looks for a special EFI partition on the boot drive, and loads the operating system’s own bootloader from there. The Windows drive has one. When you pulled the Windows drive to install Mint on another drive, Mint had to create an EFI partition on its disk to store its bootloader.

    Then, when you put the Windows disk back in, there were two EFI partitions. Perhaps the UEFI firmware was looking for the Windows bootloader in the EFI partition on the Mint disk. It would of course not find it there. In my experience, Windows recovery is utterly useless in fixing EFI boot issues.

    It’s possible to rebuild the Windows EFI bootloader files manually, but since you don’t mind blowing away both OS installs, I’d say just install Mint on the second drive while both of them are installed in the system, so the installer puts the Mint bootloader on the same EFI partition as the Windows one. With the advent of EFI, Windows will still sometimes blow away a Linux bootloader, but Linux installers are very good at installing alongside Windows. If it does get stuffed up, there’s a utility called Boot-Repair, that you can put on a USB disk, that works a lot better than Windows recovery.




  • The Constitution is so vague on the point, it doesn’t even require that states hold elections. It just says that the legislature decides how the state’s presidential electors are appointed. That didn’t stop the Originalists on the Best Supreme Court Money Can Buy™ from ruling in the Colorado ballot case that, well, akshually, legislatures aren’t allowed to decide how to run their state’s elections.

    Now, you’d think that a ruling that federal law supersedes state control of elections means that federal law supersedes state control of elections, but that principle may only apply to who appears on the ballot. It may only apply to whether their guy appears on the ballot. Don’t pin down the Best Supreme Court Money Can Buy™, man! They need to know who’s going to benefit from ranked-choice voting before they know what the Constitution actually says. Hell, the Constitution may actually contain a list of which states are allowed to have ranked-choice voting, and which are not. We just don’t know yet!



  • I’m not sure if I’m joking. In any case, the writ of habeas corpus is the legal tool that a court can theoretically use to compel the appearance of a prisoner before it. It is the legal doctrine that underlies the right to trial, and I say “theoretically” because courts rarely need to issue one; it’s just standard procedure to bring people to court to face charges.

    By suspending it, Abraham Lincoln could detain those people he deemed dangerous seditionists indefinitely, because the detainees would have to go to court to challenge their detention, and there was no way to get to court. The effect of suspending it again is that it wouldn’t matter that Baboon (autocorrect and I’m leaving it) and Stone were pardoned, or that there were even criminal charges.

    Lincoln did it, George W. Bush did it. Barack Obama did it. The Constitution contains a clause which allows it to be suspended due to rebellion or threats to public safety. It’s a dangerous thing to allow a president to do, but the MAGA danger might be greater.



  • This is madness, but since this is a hobby project and not a production server, there is a way:

    • Shrink the filesystems on the existing disks to free up as much space as possible, and shrink their partitions.
    • Add a new partition to each of the three disks, and make a RAID5 volume from those partitions.
    • Move as many files as possible to the new RAID5 volume to free up space in the old filesystems.
    • Shrink the old filesystems/partitions again.
    • Expand each RAID component partition one at a time by removing it from the array, resizing it into the empty space, and re-adding it to the array, giving plenty of time for the array to rebuild.
    • Move files, shrink the old partitions, and expand the new array partitions as many times as needed until all the files are moved.

    This could take several days to accomplish, because of the RAID5 rebuild times. The less free space, the more iterations and the longer it will take.