Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:31, 14 August 2026 by Nin0 (talk | contribs) (Created page with "It does seem, at first, like an interesting choice to use '''MediaWiki''' out of all things, to host this website. However it turned out to be the better option for various reasons: * I can easily add content to my site, without necessarily messing with my codebase; * It is flexible enough, that I can also use it for documenting my own projects; * Just the fun of it. == Old codebases == If you are wondering about old iterations of my site, the Rust/egui version of it c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It does seem, at first, like an interesting choice to use MediaWiki out of all things, to host this website. However it turned out to be the better option for various reasons:

  • I can easily add content to my site, without necessarily messing with my codebase;
  • It is flexible enough, that I can also use it for documenting my own projects;
  • Just the fun of it.

Old codebases

If you are wondering about old iterations of my site, the Rust/egui version of it can be found on nin0/website-rs. The Astro version is not published.