Compare commits

...

3 Commits

10 changed files with 42 additions and 41 deletions

View File

@ -5,9 +5,9 @@ and live in Copenhagen, Denmark. I am a software developer by day and a
hacker by night.
I have a Master's degree in computer science from
[DIKU](http://diku.dk/) where I have also participated in the yearly
student revue [DIKUrevy](http://dikurevy.dk/), the [Canteen
association](http://kantinen.org), among other things.
[DIKU](https://diku.dk/) where I have also participated in the yearly
student revue [DIKUrevy](https://dikurevy.dk/), the [Canteen
association](https://kantinen.org), among other things.
## Contact
@ -21,7 +21,7 @@ I also hang out as `ngws` in `#diku` on `irc.freenode.net`.
### Emacs
Emacs is a nice text editor.
[Get it](http://www.gnu.org/software/emacs/).
[Get it](https://www.gnu.org/software/emacs/).
### StumpWM
@ -97,26 +97,27 @@ It works quite well.
## Virtual existences
Most of these I don't use actively.
Most of these I don't use actively (sorted alphabetically).
+ [GitHub](https://github.com/nqpz)
+ [Twitter](https://twitter.com/ngwwws)
+ [KeyBase](https://keybase.io/ngws)
+ [The Esolang Wiki](https://esolangs.org/wiki/User:Nqpz)
+ [Wikipedia](http://en.wikipedia.org/wiki/User:NqpZ)
+ [Bitbucket](https://bitbucket.org/ngws/)
+ [GNU Savannah](https://savannah.gnu.org/users/nqpz)
+ [GitHub](https://github.com/nqpz)
+ [GitLab](https://gitlab.com/ngws)
+ [Gitea](https://gitea.com/ngws)
+ [Bitbucket](https://bitbucket.org/ngws/)
+ [Hacker News](https://news.ycombinator.com/user?id=ngws)
+ [Reddit](https://www.reddit.com/user/ngws)
+ [Launchpad](https://launchpad.net/~ngws)
+ [Libreplanet](http://libreplanet.org/wiki/User:NqpZ)
+ [Uncyclopedia](https://en.uncyclopedia.co/wiki/User:Schabeindividuum)
+ [LinkedIn](https://www.linkedin.com/in/ngwwws/)
+ [Identi.ca](https://identi.ca/nqpz)
+ [HackerRank](https://www.hackerrank.com/ngwwws)
+ [Identi.ca](https://identi.ca/nqpz)
+ [KeyBase](https://keybase.io/ngws)
+ [Launchpad](https://launchpad.net/~ngws)
+ [Libreplanet](https://libreplanet.org/wiki/User:NqpZ)
+ [LinkedIn](https://www.linkedin.com/in/ngwwws/)
+ [Meetup](https://www.meetup.com/members/222324674/)
+ [Reddit](https://www.reddit.com/user/ngws)
+ [The Esolang Wiki](https://esolangs.org/wiki/User:Nqpz)
+ [Twitter](https://twitter.com/ngwwws)
+ [Uncyclopedia](https://en.uncyclopedia.co/wiki/User:Schabeindividuum)
+ [Wikipedia (Danish)](https://da.wikipedia.org/wiki/Bruger:NqpZ)
+ [Wikipedia](https://en.wikipedia.org/wiki/User:NqpZ)
## Keys

View File

@ -8,7 +8,7 @@ lastupdated: 2012
*2011.*
Have you ever checked the Wiktionary entry for 'meta'? I have. It's
right [here](http://en.wiktionary.org/wiki/meta#English). When I looked
right [here](https://en.wiktionary.org/wiki/meta#English). When I looked
at it, I noticed that there were no antonyms. *None!*
But why?

View File

@ -14,7 +14,7 @@ SPECIAL:ARTICLES
I have created a burgerized version of the danish
[Borgerforslag](https://www.borgerforslag.dk) at
[burgerforslag.dk](http://burgerforslag.dk).
[burgerforslag.dk](https://burgerforslag.dk).
## My official webcomic
@ -32,5 +32,5 @@ website.
## Very old web experiments
For your pleasure: [nohiX](http://nohix.metanohi.name/) and [this
directory listing](http://projects.metanohi.name/).
For your pleasure: [nohiX](https://nohix.metanohi.name/) and [this
directory listing](https://projects.metanohi.name/).

View File

@ -9,9 +9,9 @@ lastupdated: 2011
![Glorious NanoNote](glorious-nanonote.jpg)
I own a [NanoNote](http://sharism.cc/). I think it's cool (though I
I own a [NanoNote](https://sharism.cc/). I think it's cool (though I
haven't found much use for it yet). The default NanoNote distro comes
with an [OpenWRT](http://openwrt.org/)-based. It's also possible to run
with an [OpenWRT](https://openwrt.org/)-based. It's also possible to run
Debian on it (with only 32 MiB RAM..), but it's slow.
(Originally, this page was meant to have a purpose.)

View File

@ -38,7 +38,7 @@ store the list of words on the stack instead of in memory, so words with length
In any case, a word length of 10 would require about 100 MB, a word length of 11
about 1.2 GB, a word length of 12 about 15.6 GB, and a word length of 17 (like
"inconspicuousness") about 16,5 Petabytes (16500000 GB). That's 6,5 Petabytes
*more* than [what the Internet Archive uses](http://archive.org/web/petabox.php)
*more* than [what the Internet Archive uses](https://archive.org/web/petabox.php)
to store millions of websites, books, video and audio.
So perhaps neither my algorithm nor my implementation was that good.
@ -371,4 +371,4 @@ Preprocess the dictionary into a clever data structure and don't use up all the
memory.
Originally published
[here](http://dikutal.metanohi.name/artikler/old-junk-code-word-finder).
[here](https://dikutal.metanohi.name/artikler/old-junk-code-word-finder).

View File

@ -8,7 +8,7 @@ lastupdated: 2011
*2011. Most likely very outdated.*
**Note:** See
[http://pygame.org/wiki/CairoPygame](http://pygame.org/wiki/CairoPygame)
[https://pygame.org/wiki/CairoPygame](http://pygame.org/wiki/CairoPygame)
for other examples.
This piece of code allows you to convert a Cairo surface to a PyGame

View File

@ -44,7 +44,7 @@ while (true) {
```
ChucK is an imperative language. Instructions on how to install and run
it can be found on its [website](http://chuck.cs.princeton.edu/), along
it can be found on its [website](https://chuck.cs.princeton.edu/), along
with other useful information. You can listen to the above sound
[here](square.flac).
@ -76,7 +76,7 @@ bytes, Live-Sequencer generates so-called MIDI codes, which another
program converts to the actual audio. Live-Sequencer has a couple of
funky features such as highlighting which part of one's program is
played; read about it and how to install and run it at [this
wiki](http://www.haskell.org/haskellwiki/Live-Sequencer). You can listen
wiki](https://www.haskell.org/haskellwiki/Live-Sequencer). You can listen
to the above sound [here](squarewave.flac).
Something more advanced
@ -294,9 +294,9 @@ And so on
Many abstractions in sound generation allow for fun sounds to happen.
Interested people might want to also take a look at e.g.
[Euterpea](http://haskell.cs.yale.edu/euterpea-2/), [Pure
Data](http://puredata.info/), or [Csound](http://csounds.com/).
[Euterpea](http://www.euterpea.com/), [Pure
Data](https://puredata.info/), or [Csound](http://csounds.com/).
Originally published
[here](http://dikutal.metanohi.name/artikler/sound-programming).
[here](https://dikutal.metanohi.name/artikler/sound-programming).

View File

@ -171,13 +171,13 @@ Nå, bortset fra det var årets stilemne godt.
Relevante links:
+ [http://gnu.org/](http://gnu.org/)
+ [http://fsf.org/](http://fsf.org/)
+ [http://webmproject.org/](http://webmproject.org/)
+ [http://xiph.org/](http://xiph.org/)
+ [http://theora.org/cortado/](http://theora.org/cortado/)
+ [http://w3.org/](http://w3.org/)
+ [http://w3.org/TR/html5/video.html](http://w3.org/TR/html5/video.html)
+ [https://gnu.org/](http://gnu.org/)
+ [https://fsf.org/](http://fsf.org/)
+ [https://webmproject.org/](http://webmproject.org/)
+ [https://xiph.org/](http://xiph.org/)
+ [https://theora.org/cortado/](http://theora.org/cortado/)
+ [https://w3.org/](http://w3.org/)
+ [https://w3.org/TR/html5/video.html](http://w3.org/TR/html5/video.html)
V.h. Niels Serup 3. E, HTX Hillerød (snart student)[^done]

View File

@ -50,7 +50,7 @@ Dette er den teoretiske del af mit speciale.
grafikkort -- ikke for at lave 3D, men for at lave generelle tunge
udregninger på smarte måder der passer til hardwarens fordele og
begrænsninger. Futhark er et eksisterende sprog og har en hjemmeside på
[futhark-lang.org](http://futhark-lang.org/) hvor man kan læse mere om
[futhark-lang.org](https://futhark-lang.org/) hvor man kan læse mere om
det.
Futhark-sproget har en tilhørende *oversætter* som tager

View File

@ -20,7 +20,7 @@ WHAT HAPPY ???
--------------
HAPPY IS PARSER GENERATOR. IT GENERATE HASKELL CODE. VISIT
[<HTTP://WWW.HASKELL.ORG/HAPPY/>](http://www.haskell.org/happy/) FOR
[<HTTP://WWW.HASKELL.ORG/HAPPY/>](https://www.haskell.org/happy/) FOR
UGLY INFO.
HOW HAPPY GOOD
@ -119,7 +119,7 @@ BUT HOW WE SHOULD / COULD DO THAT SMARTLY I IMPLORE TO LIKE ASK U
YES WE USE CONTINUATION WHICH SMART. LOOK ATTOPARSEC USE CONTINUATION IN
RETURN!
[<HTTP://HACKAGE.HASKELL.ORG/PACKAGE/ATTOPARSEC-0.11.1.0/DOCS/DATA-ATTOPARSEC-TEXT.HTML#T:IRESULT>](http://hackage.haskell.org/package/attoparsec-0.11.1.0/docs/Data-Attoparsec-Text.html#t:IResult)
[<HTTP://HACKAGE.HASKELL.ORG/PACKAGE/ATTOPARSEC-0.11.1.0/DOCS/DATA-ATTOPARSEC-TEXT.HTML#T:IRESULT>](https://hackage.haskell.org/package/attoparsec-0.11.1.0/docs/Data-Attoparsec-Text.html#t:IResult)
YEAH BUT NOT IN HAPPY............