Viewing profile — aqeel
aqeel
HN member- Joined
- Thu, Dec 27, 2012, 12:53 PM UTC
- HN karma
- 82
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About aqeel
No profile information was provided.
Recent public activity
-
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…
- story
-
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.
-
comment
Comment #8534189
Exactly what I thought!
-
comment
Comment #8533549
Every one knows the importance of DRY but only few follows it genuinely. This article is a good reminder.
-
comment
Comment #8431119
You can use longer passwords now!
-
comment
Comment #8431114
Done!
- story
- story
-
comment
Comment #5227658
Haha, its so funny! especially considering the fact that http://www.cucumbertown.com is a recipe site :)
-
comment
Comment #5227198
Agree. Its not the most useful class.
-
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…
-
comment
Comment #5226708
Good one! People relying on Cron could benefit from this.
-
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…
-
comment
Comment #5226591
It does take care of DST: http://www.w3schools.com/jsref/jsref_gettimezoneoffset.asp