Live data from Hacker News

Viewing profile — husainalshehhi

husainalshehhi

HN member
Joined
Wed, Apr 04, 2018, 3:25 AM UTC
HN karma
4
Public activity
9 items

About husainalshehhi

No profile information was provided.

Recent public activity

  1. comment
    Comment #25804795

    Also token bucket: https://en.wikipedia.org/wiki/Token_bucket

  2. 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."

  3. 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.…

  4. 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…

  5. 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 …

  6. story
  7. story
  8. story
  9. 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…