Aaron Toponce

Results 21 comments of Aaron Toponce

> FreeBSD is a fork of NetBSD 0.8 with applied custom patches that never landed NetBSD. [Not according to Wikipedia](https://en.wikipedia.org/wiki/FreeBSD#Birth_of_FreeBSD). They may have incorporated patches from NetBSD, but FreeBSD is...

@krytarowski Even the SVN link you provided and the ASCII art shows that FreeBSD 1.0 is a 386BSD .01 fork/derivative, with borrowed source from NetBSD 0.8, as well as FreeBSD...

@sirredbeard Fair enough. @krytarowski OpenSSH never had any proprietary licensed SSH code. Their fork was from the last free version of SSH v1.2.12. After that, Tatu took the source proprietary,...

@sirredbeard I could do that. I'm not new to LaTeX, and shouldn't be too much work to create that PR. Would you want just the README.tex, and possibly separate instructions...

Definitely. I was already working on it with: $ pandoc --wrap=none -s -o README.tex -f markdown -t latex README.md $ pdflatex README.tex But it ends with the error: LaTeX Warning:...

Slated for the Caffeine release.

I can't help but wonder if we can't clean up `fetch_url()`. Beginning to create the `api_retrieve()` function, and it seems that a lot of code is about to get duplicated....

The URL addition could work, as the sender would be able to set the time as he sees fit in the URL without form submissions. When the recipient receives the...

How are you installing the application? With Apache or Nginx? Are you using WSGI, or something else to interpret the Python? Also, have you run the setup.py installation script? The...

At install, and after running `python setup.py`, your directory tree setup should look like this: http://ae7.st/p/6wp (without the hashcash.db, actually). Your `dnote.wsgi` should be in the same root path as...