Viewing profile — Azrathud
Azrathud
HN member- Joined
- Wed, Jul 27, 2011, 4:50 AM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Azrathud
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #27851156
Not sure if this is relevant but these things have helped me with suppressing appetite in order of commitment/severity: - Extra protein even a protein powder, egg - Complex carbs l…
-
comment
Comment #24676563
I definitely agree with this. I seriously suspect that I have ADD, and a burden has been lifted off my shoulders ever since I quit my 9-5 startup job and started travelling the Nor…
-
comment
Comment #19375629
I try to go minimal javascript. There are two main ways you can limit javascript: static site generation or a rendering via a backend language. Solutions Use a templating engine wi…
-
comment
Comment #17877696
https://en.wikipedia.org/wiki/UKUSA_Agreement The code name for the data collection/sharing project is "Tempora" and was unveiled in the Snowden leaks: https://en.wikipedia.org/wik…
-
comment
Comment #16873239
The Rockchip RK3288 SoC used in this particular board is used in some chromebooks and uses ARMv7 on a 32-bit processor which I think may indicate decent kernel support
-
comment
Comment #16873101
Relevant Quote: > “There are two ways to make the world a better place. You can decrease the suck, and you can increase the awesome… And I do not want to live in a world where we o…
-
comment
Comment #2984344
Most of the commands there can be replaced with vi keybindings. That is, set -o vi You can type that directly into your terminal for use just in one session or in your .bashrc Type…