Viewing profile — rejap
rejap
HN member- Joined
- Wed, Mar 02, 2016, 8:06 PM UTC
- HN karma
- 8
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About rejap
No profile information was provided.
Recent public activity
-
comment
Comment #35750193
Very practical for phones without display port alt mode (notably pixels). Works with rpi.
-
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..…
-
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…
-
comment
Comment #22169502
look for unlocker on github
-
comment
Comment #18935769
Great tool and it supports msaccess files
-
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…
-
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…