Live data from Hacker News

Viewing profile — aqeel

aqeel

HN member
Joined
Thu, Dec 27, 2012, 12:53 PM UTC
HN karma
82
Public activity
15 items

About aqeel

No profile information was provided.

Recent public activity

  1. comment
    Comment #19388366

    Full time coder here, who started to draw/paint 2-3 years back. (You can see my journey so far here: https://www.instagram.com/aqeelvn/ ) Haven't read all the response here, so I p…

  2. story
  3. comment
    Comment #8534215

    Where I work, BCC-ing on all mails is not scalable. Instead a random sample of the mails is sent to ourselves.

  4. comment
    Comment #8534189

    Exactly what I thought!

  5. comment
    Comment #8533549

    Every one knows the importance of DRY but only few follows it genuinely. This article is a good reminder.

  6. comment
    Comment #8431119

    You can use longer passwords now!

  7. comment
  8. story
  9. story
  10. comment
    Comment #5227658

    Haha, its so funny! especially considering the fact that http://www.cucumbertown.com is a recipe site :)

  11. comment
    Comment #5227198

    Agree. Its not the most useful class.

  12. comment
    Comment #5226909

    When it comes to scheduling emails, what we want is user's to get emails at a specific time as exactly as possible. For this all we need is the UTC timezone offset including DST, w…

  13. comment
    Comment #5226708

    Good one! People relying on Cron could benefit from this.

  14. comment
    Comment #5226612

    getTimezoneOffset() would return the value after taking care of DST. So there shouldn't be any DST related inconsistencies. Now if the user moves to another timezone, and never hit…

  15. comment
    Comment #5226591

    It does take care of DST: http://www.w3schools.com/jsref/jsref_gettimezoneoffset.asp