petermarkley
Part-time Perfectionist
- Joined
- 7 Sep 2024
- Messages
- 107 (0.27/day)
This isn’t really content yet, but once it’s done I certainly plan to make a video sharing/showcasing it. It’s also ultimately related to my graphic novel which I’ve mentioned previously.
I’m writing a piece of software (a Laravel package) for tracking fictional languages.
It’s called “Tollerus” (named after J. R. R. Tolkien), and I made a logo already:

As part of software development, it helps to generate random/fake data that looks halfway plausible, to use for testing. (In Laravel these random data generators are called “model factories.”)
Just last night, I finished a model factory that can build a random font for a fake language! Here are 3 examples:

I’m writing a piece of software (a Laravel package) for tracking fictional languages.
It’s called “Tollerus” (named after J. R. R. Tolkien), and I made a logo already:

As part of software development, it helps to generate random/fake data that looks halfway plausible, to use for testing. (In Laravel these random data generators are called “model factories.”)
Just last night, I finished a model factory that can build a random font for a fake language! Here are 3 examples:
