Slashdot Mirror


User: uggedal

uggedal's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Breaks userstyles on Google Begins "Gmail 2.0" Rollout · · Score: 1
    This version use new class names and therefore breaks the userstyle I was using in Firefox. After some digging in Gmail 2.0's source I created this new style for enabling monospaced fonts:

    @-moz-document url-prefix(http://mail.google.com/),url-prefix(https://mail.google.com/)
    {

    .ArwC7c, .rSfjbb, .mMl8gd, .iE5Yyc {font-family: MonoSpace !important; font-size: 9pt !important; }

    /*
    Mail: .ArwC7c .ckChnd

    Subj: .rSfjbb
    To: .mMl8gd
    Cc: .mMl8gd
    Bcc: .mMl8gd
    Body: .iE5Yyc
    */

    }
  2. Re:DWM on Name Your Favorite Bloat-Free Software · · Score: 1
    I'm a DWM user as well:

    [diamond:~]% which dwm
    /usr/local/bin/dwm
    [diamond:~]% ls -l /usr/local/bin/dwm
    -rwxr-xr-x 1 root staff 37K 2007-08-22 22:31 /usr/local/bin/dwm* Other bloat free software I use every day:
    • rtorrent
    • mplayer
    • feh
    • gnupod
    • mercurial
    • vim (well, not exactly the lightest of software)
  3. Something completely different on Are Relational Databases Obsolete? · · Score: 1

    If you gents and ladies want to try out a completely different approach to organized data storage I would suggest that you give CouchDB a try.