2016-08-30 18:02:19 +02:00
|
|
|
# About Niels
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +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-08-30 18:02:19 +02:00
|
|
|
I study computer science at [[http://diku.dk/][DIKU]] where I am also
|
|
|
|
part of the yearly student revue [[http://dikurevy.dk/][DIKUrevy]] and
|
|
|
|
the [[http://kantinen.org][Canteen association]], among other things.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
While online, I usually go by the nickname "ngws" or variations thereof.
|
2012-10-10 12:03:04 +02:00
|
|
|
|
2012-02-21 23:55:57 +01:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
## Contact
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +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
|
|
|
|
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
## Things I use
|
2013-02-08 16:47:53 +01:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### Emacs
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
Emacs is a nice text editor.
|
|
|
|
[[http://www.gnu.org/software/emacs/][Get it]].
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### Firefox
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +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
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### StumpWM
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
StumpWM is a tiling, Emacs-like window mananger. It has fewer features
|
|
|
|
than e.g. XMonad (another tiling wm), but it's simple and
|
|
|
|
understandable. I don't even have to add a keybinding for running Emacs
|
|
|
|
-- it's already there! [[https://stumpwm.github.io/][Get it]].
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### Debian
|
2011-08-13 18:09:32 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
I run Debian testing with only a small amount of proprietary software.
|
|
|
|
[[http://debian.org/][Get Debian]].
|
2011-08-13 18:09:32 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### Dvorak
|
2013-02-10 17:58:53 +01:00
|
|
|
|
|
|
|
I use the a modified variant of the Danish Dvorak keyboard layout. This is my
|
2016-08-30 18:02:19 +02:00
|
|
|
`~/.Xmodmap`:
|
|
|
|
|
|
|
|
```
|
2013-02-10 17:58:53 +01:00
|
|
|
keycode 108 = Mode_switch
|
|
|
|
|
|
|
|
keycode 34 = apostrophe acute quotedbl
|
|
|
|
|
|
|
|
keycode 21 = grave dead_caron dead_acute
|
|
|
|
keycode 35 = Tab equal backslash bar
|
2016-08-30 18:02:19 +02:00
|
|
|
keycode 36 = Return
|
2013-02-10 17:58:53 +01:00
|
|
|
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
|
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
keysym a = a A at dead_diaeresis
|
|
|
|
keysym o = o O exclam dead_grave
|
|
|
|
keysym u = u U parenleft parenleft parenleft
|
2013-02-10 17:58:53 +01:00
|
|
|
keysym e = e E slash backslash slash backslash
|
2016-08-30 18:02:19 +02:00
|
|
|
keysym h = h H parenright parenright parenright
|
2013-02-10 17:58:53 +01:00
|
|
|
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
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
I run these commands to properly enable it:
|
|
|
|
```
|
2013-02-10 17:58:53 +01:00
|
|
|
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
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
It works quite well.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2012-06-27 19:46:13 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
## Virtual existences
|
2011-08-01 22:39:41 +02:00
|
|
|
|
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]]
|
2016-04-21 22:15:41 +02:00
|
|
|
+ [[https://keybase.io/ngws][KeyBase]]
|
2016-04-20 21:26:30 +02:00
|
|
|
+ [[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
|
|
|
|
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
## Keys
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### SSH
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
2012-08-30 01:28:11 +02:00
|
|
|
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwEmn04iNjoD8wCFTQdadsAmlRRsQHJKgggPo9ZVKlCuZIkKiPuspkio2JUnAx4ppyOTS63MdbGF88V5cI+//vj983oHN29we8CHvhb31Y/LfMmjFtEdnv3q2lPu/102zbCr/fZ/Pz3nxEOMRZa46qWdut8Jvu48wJ4IBKPTMteDPblPl9m8WeN2ueUbxrcR3Pb/NBndTbGEBd+I4IezVwmWuDTsEWpgEw8p/A5wCw03yX6v9wiK2Zl1/LPLAJaJfLd2+9qDBOKnpu/pkYsCQUJdDqPcYB13ys3Fo4kS84MYZE2HMwpXCb0aC7ywUW3ktlb6jTXFCvh2dK8FggfQRiw== niels@westshiba
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
### PGP
|
2011-08-01 22:39:41 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
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
|
2016-08-30 18:02:19 +02:00
|
|
|
```
|
2014-08-02 09:45:40 +02:00
|
|
|
|
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
## Hongabar
|
2014-08-02 09:45:40 +02:00
|
|
|
|
2016-08-30 18:02:19 +02:00
|
|
|
[[https://hongabar.org/]] is the main domain of the server that I share
|
|
|
|
with a friend.
|