1 | #+Title: About website
|
---|
2 | #+OPTIONS: toc:nil
|
---|
3 | * About website
|
---|
4 | This personal website is mostly dedicated to my computing adventures and
|
---|
5 | my 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
|
---|
24 | I work as backend web developer using mainstream programming languages
|
---|
25 | such as PHP, Python, Javascript, but able to read and write other
|
---|
26 | programming languages such as Java and Ruby. Currently I have work
|
---|
27 | experience using PHP + Symfony and Javascript.
|
---|
28 |
|
---|
29 | ** Free software
|
---|
30 | I 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
|
---|
37 | This 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]]
|
---|