Hacker Newsnew | past | comments | ask | show | jobs | submit | false's commentslogin

Would be nice if "BrandonText-Light" font supported `font-variant: tabular-nums` — this would prevent digital clock display from slight horizontal jumps on each second change.


Great feedback, I'll check that and try to fix soon. Thanks!


This makes upvote a CSS triangle. Could be extended for downvotes as well.

    /* 13.328px = 1em */
    .votearrow[title=upvote] {
        background: none !important;
    }
        .votearrow[title=upvote]:after {
            content: '';
            display: block;
            position: relative;
            top: -1px;
            width: 0;
            height: 0;
            border: .3em solid transparent;
            border-bottom: .6em solid #999;
        }


I'm the developer of the project and I just hijacked the top comment! :)

It's been a 2 years long ride. I used Backbone and Zepto on front end, jake for building and managing assets. App uses the same PHP backend as a desktop site.

Ask me anything!


Does hibernation or maybe even some kind of hybryd-sleep works well for you?


Git under cygwin is so painfully slow, and gets exponentially slower as number of tracked files grow. Even SSD can't fully smooth out the difference :(


It used to, but starting from version 2 it utilized software rendering.


Awesome!

However, when I type/paste i can see only the last line of text, it's somehow confusing. Why not to make textarea take whole height?


Fixed sorry, temporary bug


http://roy.brianmckenna.org/bundled-roy.js

There are some characters that shouldn't be there in the middle of the file, thus demo is broken.


The reason is simple, Chrome Extensions Cookies API is not in experimental state no more, but nobody took time to update extension code.


Awesome, that'll do as well, thanks


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: