mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
556 B
556 B
title | date | draft | emoji | images | tags | |||||
---|---|---|---|---|---|---|---|---|---|---|
Native ruby RAR | 2009-03-29T22:06:00+00:00 | false | 🗜️ |
|
I’ve started coding a native Ruby library for extracting RAR archives. Its in early stages, but I’ve placed down the code for parsing the file structure, so it can extract unencrypted, ‘store’ level archives.
The ultimate aim is to allow the streaming of files from archives and the progressive extraction of files from inside archives.