#+Title: About website #+OPTIONS: toc:nil * About website This personal website is mostly dedicated to my computing adventures and my sphere of interests listed below. ** My interests - Lisp - [[https://w96k.dev/emacs.html][GNU Emacs]] - [[https://w96k.dev/guix.html][GNU Guix]] - Functional programming - Programming Language Theory - Programming language and computing history - Free Software Movement and GNU Project - [[https://w96k.dev/music.html][Music]] - Philosophy - Math - Basic electronics and soldering - Swimming and cycling - Note taking using Zettelkasten method - [[https://w96k.dev/projects.html][My projects]] ** Profession I work as backend web developer using mainstream programming languages such as PHP, Python, Javascript, but able to read and write other programming languages such as Java and Ruby. Currently I have work experience using PHP + Symfony and Javascript. ** Contact - Email: [[mailto:w96k@runbox.com][w96k@runbox.com]] - Mastodon: [[https://fosstodon.org/@w96k][@w96k]] * How website is built This website is built using following tech: #+begin_src elisp :exports results (emacs-version) #+end_src #+begin_src elisp :exports results (concat "Org-Mode " (org-version)) #+end_src #+begin_src shell :exports results :results code guix --version | sed -n 1p #+end_src - The license of the code is GPLv3 - The license of the content is CC0 - Code is available on [[https://git.sr.ht/~w96k/at-w96k/][Sourcehut]]