[stub for offtopicness]
Show HN: Marmite – Zero-config static site generator
31–40 of 69 posts
Re: Show HN: Marmite – Zero-config static site generator
#32Re: Show HN: Marmite – Zero-config static site generator
#33Re: Show HN: Marmite – Zero-config static site generator
#34[stub for offtopicness]
The fact people still add "written in Rust" to HN submissions is almost as funny as how effective it is, which itself is almost as funny as the fact that people like me can't stop commenting on it.
Re: Show HN: Marmite – Zero-config static site generator
#35Earlier quoted context omitted.
The fact people still add "written in Rust" to HN submissions is almost as funny as how effective it is, which itself is almost as funny as the fact that people like me can't stop commenting on it.
For me it means I can fork the repo and start hacking on the code immediately, and it will have reasonable quality. With C++/Python and even Node I often find myself wasting half a day just getting it to build.
When I see a CLI tool written in Rust or Go, it usually just works out of the box without having to mess around with godawful pip environments or conda.
Re: Show HN: Marmite – Zero-config static site generator
#36[stub for offtopicness]
The fact people still add "written in Rust" to HN submissions is almost as funny as how effective it is, which itself is almost as funny as the fact that people like me can't stop commenting on it.
Yeah this loop will go on with this comment, it seems.
Re: Show HN: Marmite – Zero-config static site generator
#37Earlier quoted context omitted.
For me it means I can fork the repo and start hacking on the code immediately, and it will have reasonable quality. With C++/Python and even Node I often find myself wasting half a day just getting it to build.
Yep. If it's a Python project, it's about a 60% chance it won't run on the first try after a fresh clone. When I see a CLI tool written in Rust or Go, it usually just works out of the box without having to mess around with godawful pip environments or conda.
"Written in Rust" carries with it significant promises that only Go also has. (Go has a lot of the same promises, for having good tooling and the same mostly-statically-compiled philosophy.)
"Written in Rust" tells me a project is easy to install and easy to hack on. I am far less interested in using non-Rust projects, and I am definitely disinterested in making code contributions to non-Rust projects.
Case in point: It took me much longer to write this comment than it took to install and use marmite.
Re: Show HN: Marmite – Zero-config static site generator
#38Earlier quoted context omitted.
The fact people still add "written in Rust" to HN submissions is almost as funny as how effective it is, which itself is almost as funny as the fact that people like me can't stop commenting on it.
For me it means I can fork the repo and start hacking on the code immediately, and it will have reasonable quality. With C++/Python and even Node I often find myself wasting half a day just getting it to build.
Re: Show HN: Marmite – Zero-config static site generator
#39Re: Show HN: Marmite – Zero-config static site generator
#40I really like it. I have been on a quest to find very simple ssgs such as this. I have been trying to out Zola, as mentioned in the readme, but I really want to make sure there aren't things like telemetry or other random features injected in or getting added (as seems to be the case with jekyll with ai-folio or academic pages) so it takes a while to go through everything. Ai-folio or academic pages is basically my u…