Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aqeel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
aqeel
8y ago
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 probably might be repeating, b
2.
▲
Don’t Try to Be a Publisher and a Platform at the Same Time
(hbr.org)
2 points
by
aqeel
12y ago
|
0 comments
3.
▲
by
aqeel
12y ago
Where I work, BCC-ing on all mails is not scalable. Instead a random sample of the mails is sent to ourselves.
4.
▲
by
aqeel
12y ago
Exactly what I thought!
5.
▲
by
aqeel
12y ago
Every one knows the importance of DRY but only few follows it genuinely. This article is a good reminder.
6.
▲
by
aqeel
12y ago
You can use longer passwords now!
7.
▲
by
aqeel
12y ago
Done!
8.
▲
The little things I learned in the valley
(gigpeppers.com)
66 points
by
aqeel
12y ago
|
66 comments
9.
▲
Networks give you an unfair access to success
(gigpeppers.com)
26 points
by
aqeel
13y ago
|
13 comments
10.
▲
by
aqeel
14y ago
Haha, its so funny! especially considering the fact that http://www.cucumbertown.com is a recipe site :)
11.
▲
by
aqeel
14y ago
Agree. Its not the most useful class.
12.
▲
by
aqeel
14y ago
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, which javascript gives us. The jstimezonedetect script is a
13.
▲
by
aqeel
14y ago
Good one! People relying on Cron could benefit from this.
14.
▲
by
aqeel
14y ago
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 hits one of our page, there is no direct way of tracking his/he
15.
▲
by
aqeel
14y ago
It does take care of DST: http://www.w3schools.com/jsref/jsref_gettimezoneoffset.asp