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

help-circle




  • 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.