Live data from Hacker News

Viewing profile — rejap

rejap

HN member
Joined
Wed, Mar 02, 2016, 8:06 PM UTC
HN karma
8
Public activity
7 items

About rejap

No profile information was provided.

Recent public activity

  1. comment
    Comment #35750193

    Very practical for phones without display port alt mode (notably pixels). Works with rpi.

  2. comment
    Comment #24319998

    here is something with a link to a research. The examples used in article convinced me to avoid pure white and black. https://uxmovement.com/content/why-you-should-never-use-pure..…

  3. comment
    Comment #24303632

    it is a zip with collection of xml files. Diff on as-is xml from word doesn't work, there are a lot of false positives. Things looks the same from a user perspective, but internall…

  4. comment
    Comment #22169502

    look for unlocker on github

  5. comment
    Comment #18935769

    Great tool and it supports msaccess files

  6. comment
    Comment #11231521

    once you mentioned it, the original commands which are compared are not equivalent. Dir does case insensitive search, find is case sensitive. The equivalent would be: find . | grep…

  7. comment
    Comment #11212644

    a lot of this stuff is present in cygwin but by default commented out. Something what made me more productive is a cd_func: out of .bashrc: function cd_func This function defines a…