source: content/about.org@ a8c08e1

Last change on this file since a8c08e1 was a8c08e1, checked in by Mikhail Kirillov <w96k@…>, on Oct 31, 2024 at 3:42:01 PM

Publish immigration blog post

  • Property mode set to 100644
File size: 1.5 KB
Line 
1#+Title: About website
2#+OPTIONS: toc:nil
3* About website
4This personal website is mostly dedicated to my computing adventures and
5my sphere of interests listed below.
6
7** My interests
8- Lisp
9- [[https://w96k.dev/emacs.html][GNU Emacs]]
10- [[https://w96k.dev/guix.html][GNU Guix]]
11- Functional programming
12- Programming Language Theory
13- Programming language and computing history
14- Free Software Movement and GNU Project
15- [[https://w96k.dev/music.html][Music]]
16- Philosophy
17- Math
18- Basic electronics and soldering
19- Swimming and cycling
20- Note taking using Zettelkasten method
21- [[https://w96k.dev/projects.html][My projects]]
22
23** Profession
24I work as backend web developer using mainstream programming languages
25such as PHP, Python, Javascript, but able to read and write other
26programming languages such as Java and Ruby. Currently I have work
27experience using PHP + Symfony and Javascript.
28
29** Free software
30I host Trac for my free software projects: https://wkz-devel.org
31
32** Contact
33- Email: [[mailto:w96k@runbox.com][w96k@runbox.com]]
34- Mastodon: [[https://fosstodon.org/@w96k][@w96k]]
35
36* How website is built
37This website is built using following tech:
38
39#+begin_src elisp :exports results
40 (emacs-version)
41#+end_src
42
43#+begin_src elisp :exports results
44 (concat "Org-Mode " (org-version))
45#+end_src
46
47#+begin_src shell :exports results :results code
48 guix --version | sed -n 1p
49#+end_src
50
51- The license of the code is GPLv3
52- The license of the content is CC0
53- Code is available on [[https://git.sr.ht/~w96k/at-w96k/][Sourcehut]]
Note: See TracBrowser for help on using the repository browser.