summaryrefslogtreecommitdiffstats
path: root/blog.org
diff options
context:
space:
mode:
Diffstat (limited to 'blog.org')
-rw-r--r--blog.org45
1 files changed, 45 insertions, 0 deletions
diff --git a/blog.org b/blog.org
new file mode 100644
index 0000000..9709925
--- /dev/null
+++ b/blog.org
@@ -0,0 +1,45 @@
+#+TITLE:
+#+OPTIONS: toc:nil
+#+STARTUP: showall
+#+HTML_LINK_UP: ./
+#+RSS_EXTENSION: rss
+
+# * Python mixins :python:coding:
+# :PROPERTIES:
+# :PUBDATE: <2013-11-10 Sun 15:35>
+# :RSS_PERMALINK: articles/python-mixins.html
+# :END:
+# A little explanation of one of the things that I think make Mixins
+# in Python an interesting idea.
+
+# [[file:articles/python-mixins.org][Read]]
+
+* Mounting music dir before MPD :systemd:mpd:config:
+ :PROPERTIES:
+ :RSS_PERMALINK: articles/mounting_music_dir_before_mpd.html
+ :PUBDATE: <2013-11-24 Sun 14:03>
+ :END:
+ I use an NFS drive to store my music files, which I don't mount by
+ default (to keep startup fast). It was a pain to have to mount the
+ drive manually each time before starting MPD. [[file:articles/mounting_music_dir_before_mpd.org][Read]]
+
+* rlwrapping sbcl :sbcl:lisp:utility:
+ :PROPERTIES:
+ :RSS_PERMALINK: articles/rlwrapping_sbcl.html
+ :PUBDATE: <2013-10-06 13:02>
+ :END:
+ A useful addition to SBCL. [[file:articles/rlwrapping_sbcl.org][Read]]
+
+* C-d to close eshell :eshell:emacs:elisp:config:
+ :PROPERTIES:
+ :PUBDATE: <2013-08-17 2:25>
+ :RSS_PERMALINK: articles/c-d_to_close_eshell.html
+ :END:
+ A little trick to improve your eshell experience. [[file:articles/c-d_to_close_eshell.org][Read]]
+
+* Some quick git diff tips :org:lisp:hy:elisp:scheme:config:
+ :PROPERTIES:
+ :RSS_PERMALINK: articles/some_quick_git_diff_tips.html
+ :PUBDATE: <2013-08-11 0:54>
+ :END:
+ Making git see more diff. [[file:articles/some_quick_git_diff_tips.org][Read]]