Viewing profile — husainalshehhi
husainalshehhi
HN member- Joined
- Wed, Apr 04, 2018, 3:25 AM UTC
- HN karma
- 4
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About husainalshehhi
No profile information was provided.
Recent public activity
-
comment
Comment #25804795
Also token bucket: https://en.wikipedia.org/wiki/Token_bucket
-
comment
Comment #22037276
Downloading some of this might be illegal. I see some entries that says "No license specified, the work may be protected by copyright."
-
comment
Comment #21722504
One of the things I like about google chrome is the omnibar: i can search within a website directly from the bar. For example, I can type amazon.com and then I can directly search.…
-
comment
Comment #20263490
Well, indirection can be quite helpful even for simple checks: if is_json(somestring) { // do something } function is_json(string s) { return JsonLib.convert(s) != NULL } this indi…
-
comment
Comment #20212760
UTC is a timezone. So his advice still stands. He probably meant that you should not use time without knowing the timezone, and UTC is the easiest way to attach timezone to a time …
- story
- story
- story
-
comment
Comment #16751644
If nihilism is true, then it follows that our lives are very little to no significance. And if that's the case, then we should do what pleases us rather what is right, since we hav…