2011-08-01 22:39:41 +02:00
|
|
|
#+title: About Niels
|
|
|
|
#+summary: A short description of metanohi's creator
|
2013-01-31 20:59:45 +01:00
|
|
|
#+license: wtfpl
|
|
|
|
#+startup: showall
|
2011-08-01 22:39:41 +02:00
|
|
|
#&toc
|
|
|
|
|
|
|
|
* About Niels
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
I, Niels G. W. Serup, is the creator of metanohi. I was born in 1992 and live
|
|
|
|
in Copenhagen, Denmark.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
I study computer science at [[http://diku.dk/][DIKU]] where I am also part of the yearly student
|
2014-08-02 09:45:40 +02:00
|
|
|
revue [[http://dikurevy.dk/][DIKUrevy]] and the [[http://kantinen.org][Canteen association]], among other things. Some videos
|
|
|
|
from the revue has been put up online at [[http://youtube.com/DIKUrevy]].
|
2012-10-10 12:03:04 +02:00
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
While online, I go by the nickname "ngws" (and a few others).
|
2012-02-21 23:55:57 +01:00
|
|
|
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
** Contact
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
I can be contacted at [[mailto:ngws@metanohi.name][ngws@metanohi.name]]. I also hang out as ngws in #diku on
|
|
|
|
irc.freenode.net.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2013-02-08 16:47:53 +01:00
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
** Things I use
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
*** Emacs
|
|
|
|
|
|
|
|
Emacs is a nice text editor. [[http://www.gnu.org/software/emacs/][Get it]].
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
*** Firefox
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
Firefox is okay. I use it with the Pentadactyl extension to make it more like
|
|
|
|
Emacs.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
*** StumpWM
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
StumpWM is a nice tiling, Emacs-like window mananger. It has much fewer features
|
|
|
|
than e.g. XMonad (another tiling wm), but it's simple and efficient. [[http://stumpwm.antidesktop.net/cgi-bin/wiki.pl][Get it]].
|
2011-08-13 18:09:32 +02:00
|
|
|
|
2013-02-08 16:47:53 +01:00
|
|
|
*** Debian
|
2011-08-13 18:09:32 +02:00
|
|
|
|
2014-08-02 09:45:40 +02:00
|
|
|
I run Debian testing with only a small amount of proprietary software. [[http://debian.org/][Get
|
2016-04-20 21:26:30 +02:00
|
|
|
Debian]].
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2013-02-10 17:58:53 +01:00
|
|
|
*** Dvorak
|
|
|
|
|
|
|
|
I use the a modified variant of the Danish Dvorak keyboard layout. This is my
|
|
|
|
"~/.Xmodmap":
|
|
|
|
#+BEGIN_SRC
|
|
|
|
keycode 108 = Mode_switch
|
|
|
|
|
|
|
|
keycode 34 = apostrophe acute quotedbl
|
|
|
|
|
|
|
|
keycode 21 = grave dead_caron dead_acute
|
|
|
|
keycode 35 = Tab equal backslash bar
|
|
|
|
keycode 36 = Return dead_diaeresis dead_grave
|
|
|
|
keycode 49 = section brokenbar paragraph dead_circumflex
|
|
|
|
keycode 10 = 1 exclam onesuperior exclamdown
|
|
|
|
keycode 11 = 2 EuroSign twosuperior ssharp
|
|
|
|
keycode 12 = 3 numbersign threesuperior sterling
|
|
|
|
keycode 13 = 4 dollar onequarter currency
|
|
|
|
keycode 14 = 5 percent onehalf U2030
|
|
|
|
keycode 15 = 6 ampersand threequarters idotless
|
|
|
|
keycode 16 = 7 slash division braceleft
|
|
|
|
keycode 17 = 8 parenleft bracketleft eth
|
|
|
|
keycode 18 = 9 parenright bracketright ETH
|
|
|
|
keycode 19 = 0 equal braceright NoSymbol braceright
|
|
|
|
|
|
|
|
keysym a = a A at at at at
|
|
|
|
keysym o = o O exclam
|
|
|
|
keysym u = u U parenleft
|
|
|
|
keysym e = e E slash backslash slash backslash
|
|
|
|
keysym h = h H parenright
|
|
|
|
keysym t = t T asciitilde dead_tilde
|
|
|
|
keysym n = n N asterisk
|
|
|
|
keysym s = s S plus plusminus
|
|
|
|
|
|
|
|
keysym aring = aring Aring percent division
|
|
|
|
keysym comma = comma semicolon dollar
|
|
|
|
keysym period = period colon asciicircum dead_circumflex
|
|
|
|
keysym p = p P braceleft
|
|
|
|
keysym r = r R equal
|
|
|
|
keysym l = l L ampersand
|
|
|
|
keysym g = g G braceright
|
|
|
|
keysym c = c C numbersign
|
|
|
|
|
|
|
|
keysym q = q Q question
|
|
|
|
keysym k = k K bracketleft
|
|
|
|
keysym b = b B bracketright
|
|
|
|
keysym m = m M bar brokenbar
|
|
|
|
keysym j = j J Insert
|
|
|
|
#+END_SRC
|
|
|
|
My keyboard layout can be achieved by running
|
|
|
|
#+BEGIN_SRC
|
|
|
|
setxkbmap dk dvorak
|
2016-04-20 21:26:30 +02:00
|
|
|
setxkbmap -option ctrl:swapcaps
|
2013-02-10 17:58:53 +01:00
|
|
|
xmodmap $HOME/.Xmodmap
|
|
|
|
#+END_SRC
|
|
|
|
This works quite well. In patterns such as
|
|
|
|
#+BEGIN_SRC
|
|
|
|
key(code|sym) x = a b c d
|
|
|
|
#+END_SRC
|
|
|
|
~a~ is entered if one presses -x-, ~b~ is entered if one presses -Shift+x-, ~c~
|
|
|
|
is entered if one presses -AltGr+x-, and ~d~ is entered if one presses
|
|
|
|
-Shift+AltGr+x-. ~man xmodmap~ gives more information.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2012-06-27 19:46:13 +02:00
|
|
|
|
2011-08-01 22:39:41 +02:00
|
|
|
** Virtual existences
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
Most of these I don't use actively.
|
2012-02-21 23:55:57 +01:00
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
+ [[https://github.com/nqpz][GitHub]]
|
2011-08-01 22:39:41 +02:00
|
|
|
+ [[http://en.wikipedia.org/wiki/User:NqpZ][Wikipedia]]
|
2016-04-20 21:26:30 +02:00
|
|
|
+ [[https://twitter.com/ngwwws][Twitter]]
|
|
|
|
+ [[https://gitlab.com/u/ngws][GitLab]]
|
2012-10-10 12:03:04 +02:00
|
|
|
+ [[https://launchpad.net/~ngws][Launchpad]]
|
2012-11-27 14:04:33 +01:00
|
|
|
+ [[http://openlibrary.org/people/nqpz][Open Library]]
|
2016-04-20 21:26:30 +02:00
|
|
|
+ [[http://en.literateprograms.org/User:NqpZ][LiteratePrograms]]
|
|
|
|
+ [[http://uncyclopedia.wikia.com/wiki/User:Schabeindividuum][Uncyclopedia]]
|
2012-11-27 14:04:33 +01:00
|
|
|
+ [[https://savannah.gnu.org/users/nqpz][GNU Savannah]]
|
2016-04-20 21:26:30 +02:00
|
|
|
+ [[http://libreplanet.org/wiki/User:NqpZ][Libreplanet]]
|
|
|
|
+ [[http://identi.ca/nqpz][StatusNet]]
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
** Keys
|
|
|
|
|
|
|
|
*** SSH
|
|
|
|
|
2012-04-19 22:04:59 +02:00
|
|
|
#&pre
|
2012-08-30 01:28:11 +02:00
|
|
|
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwEmn04iNjoD8wCFTQdadsAmlRRsQHJKgggPo9ZVKlCuZIkKiPuspkio2JUnAx4ppyOTS63MdbGF88V5cI+//vj983oHN29we8CHvhb31Y/LfMmjFtEdnv3q2lPu/102zbCr/fZ/Pz3nxEOMRZa46qWdut8Jvu48wJ4IBKPTMteDPblPl9m8WeN2ueUbxrcR3Pb/NBndTbGEBd+I4IezVwmWuDTsEWpgEw8p/A5wCw03yX6v9wiK2Zl1/LPLAJaJfLd2+9qDBOKnpu/pkYsCQUJdDqPcYB13ys3Fo4kS84MYZE2HMwpXCb0aC7ywUW3ktlb6jTXFCvh2dK8FggfQRiw== niels@westshiba
|
2012-04-19 22:04:59 +02:00
|
|
|
#&
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
*** PGP
|
|
|
|
|
2012-04-19 22:04:59 +02:00
|
|
|
#&pre
|
2016-04-20 21:26:30 +02:00
|
|
|
pub 2048R/85445363 2014-06-11
|
|
|
|
uid Niels G. W. Serup <ngws@metanohi.name>
|
|
|
|
sub 2048R/7CFE0D20 2014-06-11
|
2012-04-19 22:04:59 +02:00
|
|
|
#&
|
2011-08-02 23:08:13 +02:00
|
|
|
|
|
|
|
|
2013-01-19 17:57:21 +01:00
|
|
|
** Photo
|
|
|
|
|
2016-04-20 21:26:30 +02:00
|
|
|
#&img;url=img/niels-hipster.png, width=600, center, caption=Niels (kind of)
|
2014-08-02 09:45:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
** Hongabar
|
|
|
|
|
2014-08-02 09:49:57 +02:00
|
|
|
[[http://hongabar.org/]] is the main domain of the server that I share with a
|
|
|
|
friend.
|