source: content/about.org@ 7922fc9

Last change on this file since 7922fc9 was 0e7db91, checked in by Mikhail Kirillov <w96k@…>, on Jul 17, 2024 at 6:49:01 PM

Update website

  • Delete digigarder
  • Update about page
  • Remove unused stuff
  • Property mode set to 100644
File size: 1.4 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** Contact
30- Email: [[mailto:w96k@runbox.com][w96k@runbox.com]]
31- Mastodon: [[https://fosstodon.org/@w96k][@w96k]]
32
33* How website is built
34This website is built using following tech:
35
36#+begin_src elisp :exports results
37 (emacs-version)
38#+end_src
39
40#+begin_src elisp :exports results
41 (concat "Org-Mode " (org-version))
42#+end_src
43
44#+begin_src shell :exports results :results code
45 guix --version | sed -n 1p
46#+end_src
47
48- The license of the code is GPLv3
49- The license of the content is CC0
50- Code is available on [[https://git.sr.ht/~w96k/at-w96k/][Sourcehut]]
Note: See TracBrowser for help on using the repository browser.