text
stringlengths
9
408
[778.74 --> 779.40] There's no config.
[779.50 --> 781.86] It's just, it's all just with volume management
[781.86 --> 782.74] on the command line.
[782.82 --> 783.72] And it's very simple.
[783.84 --> 785.92] It's like ButterFS add volume
[785.92 --> 786.86] and you give it the path
[786.86 --> 788.16] and you tell it what volume to add to
[788.16 --> 789.02] and boom, you're done.
[789.22 --> 789.76] And then remove.
[789.76 --> 790.90] And as long as you have enough space,
[790.98 --> 791.80] it sinks everything off
[791.80 --> 792.56] and you can remove it.
[792.76 --> 794.68] And I actually have not tested that.
[794.80 --> 796.14] I could imagine it being tricky.
[796.66 --> 797.66] But I think, you know,
[797.76 --> 799.60] it's, there's different ways
[799.60 --> 800.56] to solve all of these.
[800.72 --> 802.36] And what you've done here with this
[802.36 --> 803.66] is said, well, these are ways
[803.66 --> 807.36] that not only are very sensible solutions,
[807.36 --> 808.32] but ones that I've tested.
[808.74 --> 810.04] And that's the value again.
[810.12 --> 811.24] Like, yeah, I could add something
[811.24 --> 811.84] about ButterFS,
[812.18 --> 815.12] but there's limited value in it.
[815.22 --> 816.44] You know, it's my experience.
[816.98 --> 817.80] And this is something
[817.80 --> 819.16] that you've worked at for a long time.
[819.16 --> 820.70] So I think it's, yeah,
[820.88 --> 822.20] I think MurderFS is a great solution
[822.20 --> 823.00] for that kind of stuff.
[823.12 --> 824.68] And, you know, things like ZFS
[824.68 --> 825.44] and SnapRaid,
[825.54 --> 827.12] depending on what your needs are,
[827.16 --> 828.84] also can be appropriate solutions.
[829.44 --> 830.30] So I've built this site
[830.30 --> 831.16] around MKDocs,
[831.74 --> 834.02] which happens to be the same project
[834.02 --> 835.02] that we're using
[835.02 --> 836.14] for the self-hosted wiki,
[836.26 --> 837.56] which I've also put some work
[837.56 --> 838.36] into this week
[838.36 --> 840.06] over the Christmas break.
[840.48 --> 841.66] So please go ahead
[841.66 --> 843.34] and contribute to the self-hosted wiki
[843.34 --> 845.14] at wiki.selfhosted.show
[845.14 --> 846.92] because we're crying out
[846.92 --> 847.94] for content over there.
[847.94 --> 850.14] But MKDocs,
[850.20 --> 851.04] I'll tell you what, Chris,
[851.16 --> 854.70] has become a hell of a wiki software,
[855.02 --> 855.32] you know?
[855.64 --> 856.16] So I don't know
[856.16 --> 857.02] when you're browsing this,
[857.08 --> 858.16] but I don't know if you noticed
[858.16 --> 859.30] it has a keyboard shortcut.
[859.58 --> 860.38] And they don't tell you this,
[860.44 --> 860.62] obviously,
[860.72 --> 862.00] but it's the same as Vim.
[862.40 --> 864.80] So you can press the forward slash key,
[865.00 --> 866.38] which brings up search,
[866.52 --> 867.50] and then you can search
[867.50 --> 869.00] for any string in any page.
[869.18 --> 870.06] And it will just,
[870.30 --> 870.98] in real time,
[871.06 --> 872.12] and then use the arrow keys.
[872.28 --> 873.08] Oh, yes.
[873.08 --> 874.58] And it will just take you straight
[874.58 --> 876.10] to the section of that page.
[876.22 --> 877.36] Just that feature alone
[877.36 --> 878.64] had me sold.
[878.88 --> 879.02] Huh.
[879.64 --> 880.16] That's great.
[880.22 --> 881.02] But they've added dozens
[881.02 --> 881.88] of other features,
[882.30 --> 882.52] you know,
[882.60 --> 884.04] like they've got little tool tips,
[884.50 --> 885.62] little info boxes,
[885.62 --> 887.42] and stuff that breaks up the content.
[888.06 --> 889.76] The code formatting,
[890.02 --> 890.44] highlighting,
[890.84 --> 892.04] is just brilliant.
[892.82 --> 894.22] It's fully customizable.
[894.22 --> 896.00] So, you know,
[896.26 --> 898.30] it was using the COBOL wiki
[898.30 --> 899.82] for the Helios 64 review,
[899.98 --> 900.86] which finally got me
[900.86 --> 903.58] to really take MKDocs seriously
[903.58 --> 905.82] and really went through
[905.82 --> 906.34] the documentation
[906.34 --> 907.66] with a fine tooth comb.
[907.84 --> 908.80] And I've enabled
[908.80 --> 909.96] all the features that I want.
[910.16 --> 910.84] And the only thing
[910.84 --> 912.16] I haven't done yet is comments,
[912.38 --> 913.94] which I might do.
[914.02 --> 914.48] I might not.
[914.56 --> 915.46] I haven't decided yet.
[915.98 --> 918.24] But the material theme
[918.24 --> 920.72] for MKDocs really is stunning.