HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LanternLight83

no profile record

comments

LanternLight83
·7 माह पहले·discuss
> AI-based

No thanks, I'll use Scribus.

Different mod schemes (ctrl-click and such) than InDesign, but I'm sure I can get used to that, adjust the settings, or patch it. Might have worked for them though, good suggestion!
LanternLight83
·4 वर्ष पहले·discuss
Have you got any links related to those reworks?
LanternLight83
·5 वर्ष पहले·discuss
I can appreciate that I learned the term idompotency from working with Ansible, but I think they failed to really make it a feature of the language- it could have been a stronger default, explicit, like Unsafe in Rust. As it stands, writing idempotent Ansible takes as much discipline and intentionality as any other language, and can prevent integrating roles that other's have written without such discipline. There is value in it, but not in respect to idempotentcy as any sort of inherent principal (at least outside of the std lib, which is ofc pretty great abt it).
LanternLight83
·6 वर्ष पहले·discuss
Alright, so, disclaimer, I have lost data doing this but it was purely operator error! Closed my SSH session at the worst possible time. One of the podcast hosts at Linux Unplugged made the same mistake.

The btrfs-convert tool hypothetically leaves the ext filesystem all but untouched, and COW's the needed filesystem metadata onto the end of it, with data modifications coming thereafter (or intelligently stored within the free space of the ext system). You wait until you feel comfortable with BTRFS, then delete the preserved ext system and run a balance, which rewrites all data to disk in the usual structure. Alternatively, the preserved system can be restored, although I don't actually see instructions for that.

https://btrfs.wiki.kernel.org/index.php/Conversion_from_Ext3

I love btrfs and would trust it but am glad to have backups of irreplaceable data.
LanternLight83
·6 वर्ष पहले·discuss
Free space and the space taken up by metadata and snapshots can take a little attention to figure out

https://ohthehugemanatee.org/blog/2019/02/11/btrfs-out-of-sp...