|
|
|
|
|
by NieDzejkob
1634 days ago
|
|
That's somewhat similar to what I'm doing with Miniforth [0]. Programming in a minimal environment is fun. I don't have a separate machine, so I'm booting my main laptop from a thumbdrive. The difference in boot time is staggering – after BIOS loads the boot sector, everything else is instant. This is instrumental to my strategy for tricking myself into working on the project – normally, I'm very prone to going off into a research rabbit hole after taking a look at the wrong browser tab. So, instead, I make sure to power off my machine in the evenings. That way, booting into miniforth becomes the option with less friction (: Unfortunately, this does not work for writing the blog about the project. Hopefully this will change soon, once I write an editor and filesystem... [0]: https://niedzejkob.p4.team/bootstrap/ |
|