summaryrefslogtreecommitdiffstats
path: root/index.org
blob: 23eb4267b6236b480f93dc582c7ff18aeb1bda45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#+TITLE: ryuslash
#+LANGUAGE: en
#+STARTUP: showall
#+OPTIONS: toc:nil H:1

* My coding projects

  These are the projects I keep myself busy with in my free time. Some
  may be old, all might be badly written and one or two might be
  useful. They are not sorted in order of importance, popularity or
  size.

** [[file:projects/baps1.org][baps1]]                                                           :C:

   A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
   hell of a lot faster than the PHP script it replaced. (I hope)

** [[file:projects/cdispass.org][cdispass]]                                      :Conkeror:JavaScript:

   A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
   into web forms, no need to copy/paste them.

** [[file:projects/dispass.el/index.org][dispass.el]]                                                  :Elisp:

   An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but destroys all your
   security.

** [[file:projects/eye-on-manga.org][Eye on Manga]]                                              :Maemo:C:

   I kept forgetting which manga to buy, or more accurately, which I
   already have, so I wrote a Maemo application to help me remember.

** [[http://projects.ryuslash.org/git-auto-commit-mode/][git-auto-commit-mode]]                                        :Elisp:

   Automatically commit changes to git after each save. Handy for
   certain types of documents, which don't need long commit messages,
   but should be stored on each revision.

** [[file:projects/gitto.org][gitto]]                                                :Guile:Scheme:

   An application to get an overview of the state of your repositories.

** [[file:projects/mode-icons.org][mode-icons]]                                                  :Elisp:

   An emacs module that shows an icon instead of the major mode's name
   in some cases.

** [[file:projects/ogi.org][ogi]]                                                         :Elisp:

   An =org-mode= interface to github issues, not very complete yet, but
   at least it can grab some issues for you, I think.

** [[file:projects/yoshi-theme.org][yoshi-theme]]                                           :Theme:Elisp:

   A theme named after my cat. I needed a name and couldn't think of
   one, he doesn't actually look anything like this theme, for example:
   He doesn't have so much text all over him.

** more

   I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you would be
   interested in that, though.

* Some other interests

  Next to pure coding there are some other things that I find
  interesting, mostly also relating to coding or otherwise computers.

  - I am reading [[http://shop.oreilly.com/product/0636920015482.do][Head First C]] and [[http://diveintohtml5.info/][Dive into HTML5]]. Other books I have
    read include:
    [[http://cm.bell-labs.com/cm/cs/cbook/][The C Programming Language]],
    [[http://www.paulgraham.com/onlisp.html][On Lisp]],
    [[http://gigamonkeys.com/book/][Practical Common Lisp]],
    [[http://git-scm.com/book][Pro Git]],
    [[http://pragprog.com/book/btlang/seven-languages-in-seven-weeks][Seven Languages in Seven Weeks]],
    [[http://landoflisp.com/][Land of Lisp]]

  - I use the [[http://fonts.ru/public/][PT Mono]] font for my terminal emulator and text editor.
    Other fonts I've used or tried include:
    [[http://dejavu-fonts.org/wiki/Main_Page][DejaVu Sans Mono]],
    [[http://damieng.com/blog/tag/envy-code-r][Envy Code R]],
    [[https://www.redhat.com/promo/fonts/][Liberation Mono]],
    [[http://sourceforge.net/projects/sourcecodepro.adobe/][Source Code Pro]]

  - I use the [[http://www.nongnu.org/stumpwm/][Stumpwm]] window manager. Some others I have used or tried
    include:
    [[http://awesome.naquadah.org/][Awesome]],
    [[http://dwm.suckless.org/][dwm]],
    [[http://herbstluftwm.org/][herbstluftwm]],
    [[http://notion.sourceforge.net/][Notion]]

* Other forms of communication

  - Read a little [[file:about.org][about]] me.

  - Read my [[http://blog.ryuslash.org/][blog]], it has boring things..