HackerTrans
TopNewTrendsCommentsPastAskShowJobs

one_comment

no profile record

comments

one_comment
·5 ปีที่แล้ว·discuss
Love the program as well, but the CSS support, while much better than in the past still makes me open the files in an editor afterwards
one_comment
·5 ปีที่แล้ว·discuss
there's radeontop, but i don't know if that's comparable
one_comment
·5 ปีที่แล้ว·discuss
Is that org-mode for Android?
one_comment
·5 ปีที่แล้ว·discuss
> Note how browser support was short-lived.

The author could have used the date relative view. 8 years (implemented in all major browsers 2012, deprecated in 2020) is not short-lived in my book.
one_comment
·5 ปีที่แล้ว·discuss
Am under 40. Regularity get annoyed by new windows opening when I just wanted to go down one line (and yes, I have found the gnome emacs input mode setting).
one_comment
·5 ปีที่แล้ว·discuss
Give the types useful names, like everything else. Recently I did a review for a new peer and was pleasantly surprised that they used proper names for generic arguments. At first I stumbled of course, because I wasn't used to generic arguments being longer than a few characters but I think it helped the readability a lot.

    interface Functor {
        <Source, Target> Self<Target> fmap(Self<Source>, Function<Source, Target>);
    }

Same code, but you get an additional hint of what's going on.
one_comment
·5 ปีที่แล้ว·discuss
The note "segfaults on multiple displays" in the readme made me stay away from that.