#+TITLE: Wiki #+SUBTITLE: Personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] repository. #+AUTHOR: Marius Peter #+DATE: <2022-03-03 Thu> #+OPTIONS: toc:nil num:nil #+DESCRIPTION: personal wiki used as a professional and personal knowledge management repository. #+KEYWORDS: mlnp, wiki, knowledge management, linux, emacs, typography, #+KEYWORDS: languages, russian, arabic, #+KEYWORDS: aerospace, certification, development, systems engineering, #+HTML: #+INCLUDE: ../resources/topnav.html export html #+begin_abstract Welcome to my personal wiki homepage. I use this website as one big knowledge repository for all the topics that I am passionate about. Find the full list of articles [[* Full article list][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]]. #+end_abstract * Main content :PROPERTIES: :CUSTOM_ID: main-content :END: ** [[file:aerospace/index.org][Aerospace]] #+ATTR_HTML: :alt Rafale C [[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]] ** [[file:languages/index.org][Natural languages]] #+ATTR_HTML: :alt Human speech [[https://freesvg.org/img/1538693615.png]] ** [[file:programming/index.org][Programming languages]] #+ATTR_HTML: :alt Burmese Python [[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]] ** [[file:linux/index.org][Linux]] #+ATTR_HTML: :alt Tux, the Linux mascot https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png ** [[file:emacs/index.org][Emacs]] #+ATTR_HTML: :alt Emacs logo https://www.gnu.org/software/emacs/images/emacs.png ** [[file:typography/index.org][Typography]] #+ATTR_HTML: :alt Typography https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg * Full article list #+NAME: full-sitemap #+BEGIN_SRC emacs-lisp :results drawer :exports result (mapconcat '(lambda (section) "Include SECTION in following article list." (format "*%s*\n#+INCLUDE: %s/index.org :lines \"3-\"\n" section section)) '("aerospace" "languages" "programming" "linux" "emacs" "typography") nil) #+END_SRC #+RESULTS: full-sitemap :results: *aerospace* #+INCLUDE: aerospace/index.org :lines "3-" *languages* #+INCLUDE: languages/index.org :lines "3-" *programming* #+INCLUDE: programming/index.org :lines "3-" *linux* #+INCLUDE: linux/index.org :lines "3-" *emacs* #+INCLUDE: emacs/index.org :lines "3-" *typography* #+INCLUDE: typography/index.org :lines "3-" :end: * Favorite Wikipedia articles * Articles from elsewhere - [[https://matt-rickard.com/reflections-on-10-000-hours-of-programming/][Reflections on 10,000 Hours of Programming]] by Matt Rickard