summaryrefslogtreecommitdiff
path: root/content/about.org
blob: e52a5d222e6284015e70a40ffcd67b7b18084c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#+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]]