#LightTreeFM #AmigaOS #Amiga #ClassicAmiga #AmigaFileManager #ADF #LHA #RetroComputing #CommodoreAmiga #AmigaCommunity
https://theoasisbbs.com/lighttreefm-amigaos-update-brings-smarter-file-work-to-classic-amigaos/?fsp_sid=8584
Robert 'Pyrdacor' Schneckenhaus has provided "Amiga-Tools" for current computer systems. Specifically, these are two command line commands for Windows, Linux or Mac OS; a user interface is planned. They can be used to create, modify, display and unpack ADF disk images or LHA archives:
[Save the Planet - Save the World]
Recycling operations ♻
1st step: crash your Tesla / Cybertrunk car;
2nd step: use LHA for crunching these cars;
3rd step: load & stack them on a truck;
4th step: on your desk, empty everything into the Recycle Bin;
5th: empty your Recycle Bin.
#Tesla #Car #Cybertruck #ElonTrump #DonaldMusk #LHA #recybleBin #Pack
Councils move hundreds of homeless families out of London with 24-hour ultimatums | Homelessness | The Guardian
https://www.theguardian.com/society/article/2024/jun/10/councils-move-hundreds-homeless-families-london-24-hour-ultimatums
#Homelessness
#Homeless
#Councils
#Ultimatums
#24hrUltimatums
#London
#HousingActionSouthwarkAndLambeth
#LHA
#TemporaryHousing
#TemporaryAccomodation
#ObjFW now supports extracting .zoo archives in trunk. ofarc also gained support for just extracting them with ofarc -x archive.zoo or listing them with ofarc -l archive.zoo.
This was implemented for the single reason that the compression itself is very similar to #LHA (in ObjFW it’s reusing ObjFW’s LHA code, in fact), in the hopes that it might be useful to someone, as the only extractor for .zoo is under a questionable license, the code only available on distribution mirrors these days, and written in K&R C, so it will soon no longer even compile. The code of the only extractor was in fact so bad that it was easier to just reverse engineer the format in a hex editor than trying to make sense of the code.