diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 13:56:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 13:56:34 -0300 |
commit | 0e99f7b0a7d7aff10bd336ba9d18b6bb932c6e60 (patch) | |
tree | 81d5f7662d77de084be0c5550dfcd663fc386077 | |
parent | 80ae311bb03652ed2e193acaa749a2a8335db434 (diff) | |
download | blog-0e99f7b0a7d7aff10bd336ba9d18b6bb932c6e60.tar.gz blog-0e99f7b0a7d7aff10bd336ba9d18b6bb932c6e60.tar.bz2 |
Suckless agenda: initial stuff
-rw-r--r-- | suckless.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/suckless.mdwn b/suckless.mdwn new file mode 100644 index 0000000..40b5ff8 --- /dev/null +++ b/suckless.mdwn @@ -0,0 +1,24 @@ +[[!meta title="The suckless agenda"]] + +# Guiding principles + +* [The Mutt E-Mail Client](http://www.mutt.org/): "All mail clients suck. This one just sucks less". +* [The Future Programming Manifesto](http://alarmingdevelopment.org/?p=893). +* [Unix philosophy - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Unix_philosophy). +* [KISS principle - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/KISS_principle). +* [suckless.org software that sucks less](http://suckless.org/). +* [principles - IndieWebCamp](http://indiewebcamp.com/principles). + +# Stuff currently being observed + +* [Home - Neovim](http://neovim.io/). +* [Atom](https://atom.io/). +* [i3: Layout saving in i3](http://i3wm.org/docs/layout-saving.html). + +# Email + +* Test [https://packages.debian.org/stable/sup-mail sup-mail]. +* Increased security on smtp/imaps password storage: + * https://github.com/sup-heliotrope/sup/wiki/Securely-Store-Password + * http://serverfault.com/questions/149452/how-can-i-use-fetchmail-or-another-email-grabber-with-osx-keychain-for-authent + * http://mah.everybody.org/docs/mail/fetchmail_check |