Viewing profile — bytelayer
bytelayer
HN member- Joined
- Mon, Sep 03, 2012, 8:27 PM UTC
- HN karma
- 20
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About bytelayer
Recent public activity
-
comment
Comment #12989269
Did you business end up taking off?
-
comment
Comment #12943443
What's wrong with GitHub Desktop? Just enter your commit message and click "Sync". Much easier than using the command line.
-
comment
Comment #12942857
Is it possible to use this without React/NPM?
-
comment
Comment #10586942
This is a fascinating idea. Could you elaborate on how you think the additional computational complexity would give rise to attraction between particles in matter-dense regions?
-
comment
Comment #9171542
Very nice!
-
comment
Comment #8372683
In negotiation, always, always ask the other party to name a figure first. Then you add 15% to that figure as your counter-offer for a salary.
-
story
ModSecurity one-liner to fix Bash exploit
1. Insert the following line in your ModSecurity configuration file: SecRule REQUEST_HEADERS "()\s*{" "log,deny" 2. Restart Apache
-
comment
Comment #6045132
What I don't get is the sites that load ALL their content using JavaScript. Sure, I see the point in loading more content if the user scrolls down to the bottom of the page, but wh…
- story
-
comment
Comment #6023975
I'm guessing they're running a reverse SSH tunnel through their own servers which your devices then connect to to get to your hard drive. Probably connecting to a common port such …