Email or username:

Password:

Forgot your password?
2 posts total
Simon Repp

I read this today on the fediverse: "I don’t think [static site generators] work for regular people - too much command line for grandma to use."

This is a surprisingly common sentiment among many people, on which I'd like to weigh in:

1) Conflating static site generation with "terminal interface" is technically wrong and conceptually counterproductive. I think part of why there isn't so much experimentation and diversity in the SSG space is because so many people are stuck with a mindset of the past (Tom-Preston Werner's «Blogging Like a Hacker»¹ was back in 2008!) instead of cultivating an awareness and imagination for what already is (and what else could be) there instead.

2) I don't know how far accessibility of SSGs can be pushed for general audiences in the end and where we will meet hard boundaries, but I feel that there is still so much untapped potential and space to try things, and not so many people taking notice or trying to go there. Be courageous and explore!

3) Correct usage of "grandma" is for instance "My grandma wrote a python script to detect reactionary jokes on the fediverse, and today she found a particularly bad one". The term the author was looking for is "non-technical audience". You're welcome, author!

¹ tom.preston-werner.com/2008/11

I read this today on the fediverse: "I don’t think [static site generators] work for regular people - too much command line for grandma to use."

This is a surprisingly common sentiment among many people, on which I'd like to weigh in:

1) Conflating static site generation with "terminal interface" is technically wrong and conceptually counterproductive. I think part of why there isn't so much experimentation and diversity in the SSG space is because so many people are stuck with a mindset of the past...

𝓻𝓻𝓪

@freebliss Agreed! Also it tends to bifurcate in two directions: either local command line or cloud contraption. Very little in between. Last year we wrote this: In the five years between our initial release and this one, to our surprise, no robust and user-friendly application for static site generators has appeared that could replace our current workflow. Several projects exist, but these are all dependent on proprietary cloud services. A usable graphical interface for static site generators is still where key contributions to this field can be made.

solar.lowtechmagazine.com/2023

@freebliss Agreed! Also it tends to bifurcate in two directions: either local command line or cloud contraption. Very little in between. Last year we wrote this: In the five years between our initial release and this one, to our surprise, no robust and user-friendly application for static site generators has appeared that could replace our current workflow. Several projects exist, but these are all dependent on proprietary cloud services. A usable graphical interface for static site generators is...

Simon Repp

Introducing ...

The Hyper 8 Video System.

simonrepp.com/hyper8/teaser/

Yaaaaaayyyyyyy ٩(◕‿◕。)۶

Simon Repp

I'm working on a static site generator for video¹ - think PeerTube/YouTube, but entirely static. I've posted a brief introduction (video) two weeks ago (see thread), today I'm sharing an excerpt of something I just wrapped up: Customizable aspect ratio for thumbnails. This gives flexibility to build sites for anything from cinematic (super wide) trailer collections to specialty formats (square?), to TikTok-ey mobile video logs (portrait). \o/

The whole thing is called the "Hyper 8 Video System", and there's a ton more to say about it (because so much is already there!), but for now I'm mostly focusing on keeping development and design work at a fast pace, and talking/writing less. But stay tuned for more! ( ^◡^)

Development is happening in the open at codeberg.org/simonrepp/hyper8

(¹ this is in the making for the last 6 months or so already!)

I'm working on a static site generator for video¹ - think PeerTube/YouTube, but entirely static. I've posted a brief introduction (video) two weeks ago (see thread), today I'm sharing an excerpt of something I just wrapped up: Customizable aspect ratio for thumbnails. This gives flexibility to build sites for anything from cinematic (super wide) trailer collections to specialty formats (square?), to TikTok-ey mobile video logs (portrait). \o/

Hyper 8's browser interface: On the top there is a bar with Preview and Deploy buttons, on the left a sidebar with a tree view (a "collection" containing 4 videos), in the main area there are various forms for creating videos, playlists, subcollections, and notably the site settings which allow specifying a custom poster aspect ratio
A plain video listing with thumbnails, the thumbnails are 4:3, almost square
Another plain video listing, the thumbnails here are very wide, with a cinematic feel to them
Go Up