• 1 Post
  • 15 Comments
Joined 2 years ago
cake
Cake day: October 12th, 2023

help-circle


  • My favorite static site generator by far is Eleventy, which you can learn by reading their sample code at eleventy-base-blog. It uses NodeJS which runs on all major platforms, and it generates plain old HTML that you can put on any static host. I played with several of the generators on the Jamstack list, and decided that this is the one I’m most comfortable recommending. It has a very high power-to-effort ratio, you can do some really useful stuff with very little knowledge. I’m using it on my personal site, https://nycki.net/, to automatically generate a “navbar” on every page, plus an RSS feed for my blog. It’s also nice for generating “prev/next” links under articles.


  • I think the biggest culture shock for a lot of people is “fewer surprises, more options.” On my machine at least, updates don’t run automatically – I might get a notification that “updates are available” but that’s it, I still have to say “okay, now is a good time to update”, it won’t surprise me with them.

    Similarly, if I want to set a hotkey for like “take a screenshot of the current application”, I can do that! But the downside is that it might not be set up by default, I have to go to settings -> hotkeys or something similar.

    Linux “gets out of your way” and lets you solve problems, but that also means it’s not always going to solve them for you. It’s getting better at this over time – if lots of people have the same problem, the solution might get merged “upstream”, but a lot of things are still “well, how do YOU want it to work?”.