[ccec62f] | 1 | #+Title: About website
|
---|
[0fd65e0] | 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
|
---|
[fc511b3] | 9 | - [[https://w96k.dev/emacs.html][GNU Emacs]]
|
---|
| 10 | - [[https://w96k.dev/guix.html][GNU Guix]]
|
---|
[0fd65e0] | 11 | - Functional programming
|
---|
| 12 | - Programming Language Theory
|
---|
| 13 | - Programming language and computing history
|
---|
[fc511b3] | 14 | - Free Software Movement and GNU Project
|
---|
| 15 | - [[https://w96k.dev/music.html][Music]]
|
---|
[0fd65e0] | 16 | - Philosophy
|
---|
| 17 | - Math
|
---|
| 18 | - Basic electronics and soldering
|
---|
| 19 | - Swimming and cycling
|
---|
[fc511b3] | 20 | - Note taking using Zettelkasten method
|
---|
| 21 | - [[https://w96k.dev/projects.html][My projects]]
|
---|
[0fd65e0] | 22 |
|
---|
| 23 | ** Profession
|
---|
[fc511b3] | 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
|
---|
[ccec62f] | 27 | experience using PHP + Symfony and Javascript.
|
---|
[0fd65e0] | 28 |
|
---|
| 29 | ** Contact
|
---|
[07b264f] | 30 | - Email: [[mailto:w96k@runbox.com][w96k@runbox.com]]
|
---|
[0fd65e0] | 31 | - Mastodon: [[https://fosstodon.org/@w96k][@w96k]]
|
---|
[0e7db91] | 32 |
|
---|
| 33 | * How website is built
|
---|
| 34 | This 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]]
|
---|