
Sign up to save your podcasts
Or


The first of three parts of an introduction to my "LunaGen" software.
Transcript:
What is LunaGen?
When I was setting up my new site for Lunatics Project,
I was disatisfied with the options I could find
So I created my own "Lunatics Site Generator",
This is a presentation of my design concept,
requirements,
--
PT 1: REQUIREMENTS
I wanted a page that would be served statically
Many popular web applications, including Wordpress,
Each time you visit one of those sites,
After that, your own computer might do some more work,
--
That's a lot of complexity, and the important thing is:
It happens EACH TIME someone visits the page.
That's fine, if you only get a 100 hits a day. It might
But if you get a MILLION hits a day, and the webpages are
which, can mean your server crashes
--
By contrast, for a static website, all the generation
When a user asks for the page,
A well-configured web server might even cache that data
--
A static page doesn't have to be unchanging.
For example, it might include a clock,
But it is NOT updated each time you ask for it.
If it is updated too frequently,
But the point is that not much of the load
So it is more predictable, and less vulnerable to
--
It also has a significant advantage
The server doesn't need to know anything about
And it doesn't take any input from you.
That, by itself,
And it defeats most kinds of attacks.
I also wanted the page to be simple and lightweight.
--
Besides being statically served,
That means less load on the server,
Also less time to download the page,
And,
This makes the page seem a lot faster.
--
These factors were all important to me
And also, because we don't really have
And because, as we are a creative project
I mean,
But I like to plan
--
I also wanted my page to be easy to update,
--
We are basically producing video and audio series.
Our release page should make it easy
This is the kind of structure you see
Which are obviously static menus.
A lot of web applications,
That is, it is more important to them
That turns up all the time,
The site mechanisms aren't really set up
--
What's more,
If I were to release my series
That seemed like a lot of hassle.
So I decided against using
--
What I wanted was to be able to simply update a
That suggested that
This would then be combined
It's fundamentally like a data-driven page,
--
Finally, I wanted a site that would allow for
--
I don't wish to become a "platform" site.
Nor do I want to be too attached
I don't want to be a "YouTuber",
We do need financial support to keep going,
So I wanted to be able to embed "calls to action"
Not hidden away somewhere,
So much stuff is published "for free",
It would be easy for fans to imagine
I want to make sure the donation hat is clearly visible!
On the other hand, I don't want gross pop-up ads
So my design needs to naturally allow
--
After determining that none of the available
I decided I would write my own site generator.
I'd try to keep the scope small,
By The first of three parts of an introduction to my "LunaGen" software.
Transcript:
What is LunaGen?
When I was setting up my new site for Lunatics Project,
I was disatisfied with the options I could find
So I created my own "Lunatics Site Generator",
This is a presentation of my design concept,
requirements,
--
PT 1: REQUIREMENTS
I wanted a page that would be served statically
Many popular web applications, including Wordpress,
Each time you visit one of those sites,
After that, your own computer might do some more work,
--
That's a lot of complexity, and the important thing is:
It happens EACH TIME someone visits the page.
That's fine, if you only get a 100 hits a day. It might
But if you get a MILLION hits a day, and the webpages are
which, can mean your server crashes
--
By contrast, for a static website, all the generation
When a user asks for the page,
A well-configured web server might even cache that data
--
A static page doesn't have to be unchanging.
For example, it might include a clock,
But it is NOT updated each time you ask for it.
If it is updated too frequently,
But the point is that not much of the load
So it is more predictable, and less vulnerable to
--
It also has a significant advantage
The server doesn't need to know anything about
And it doesn't take any input from you.
That, by itself,
And it defeats most kinds of attacks.
I also wanted the page to be simple and lightweight.
--
Besides being statically served,
That means less load on the server,
Also less time to download the page,
And,
This makes the page seem a lot faster.
--
These factors were all important to me
And also, because we don't really have
And because, as we are a creative project
I mean,
But I like to plan
--
I also wanted my page to be easy to update,
--
We are basically producing video and audio series.
Our release page should make it easy
This is the kind of structure you see
Which are obviously static menus.
A lot of web applications,
That is, it is more important to them
That turns up all the time,
The site mechanisms aren't really set up
--
What's more,
If I were to release my series
That seemed like a lot of hassle.
So I decided against using
--
What I wanted was to be able to simply update a
That suggested that
This would then be combined
It's fundamentally like a data-driven page,
--
Finally, I wanted a site that would allow for
--
I don't wish to become a "platform" site.
Nor do I want to be too attached
I don't want to be a "YouTuber",
We do need financial support to keep going,
So I wanted to be able to embed "calls to action"
Not hidden away somewhere,
So much stuff is published "for free",
It would be easy for fans to imagine
I want to make sure the donation hat is clearly visible!
On the other hand, I don't want gross pop-up ads
So my design needs to naturally allow
--
After determining that none of the available
I decided I would write my own site generator.
I'd try to keep the scope small,