It's wild how so many people don't know how to drive in the rain in an area known for rain. ಠ_ಠ #Seattle
like this
in reply to Neil E. Hodges
Cleaning hurricane damaged retro computers & CRTs — LGR
When Hurricane Helene hit my home in Asheville, North Carolina in September 2024, two oak trees fell through the roof and wrecked the place. Including the main LGR vintage computer collection downstairs where lots of rain water leaked through, resulting in moisture and mold issues. This first part of the cleanup process is unboxing the moldy boxes, evaluating the damage, and cleaning the surfaces of things! Internal cleaning and testing will occur later.
Found the cause:
header = (const struct archive_entry_header_ustar *)h;
size = tar_atol(header->size, sizeof(header->size));
if ((size > 1048576) || (size < 0)) {
archive_set_error(&a->archive, EINVAL,
"Special header too large");
return (ARCHIVE_FATAL);
}Open source software has its advantages. :3
like this
I wonder what header this is. 🤔 #macOS
tar: Special header too large: %llu
tar: Child process exited with status 70
tar: Error exit delayed from previous errors.
"Biketown Bicycle"
These guys use shaft drive instead of chain drive.
#bicycle #bicycleinfrastructure #biking #cycling #mywork #photog #photography
like this
Andrew reshared this.
William Robison
in reply to Neil E. Hodges • • •Neil E. Hodges likes this.