Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ricklancee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ricklancee
11y ago
That seems like a really good idea, might try it next time
2.
▲
by
ricklancee
11y ago
> Engineers are pressed to get it done anyway possible and as fast a possible. The ones that push back get fired or moved to another project. This. Also incompetent engineering teams could be a major factor.
3.
▲
by
ricklancee
11y ago
How do you track time that you spend on the project that is not done inside the editor; for example research?
4.
▲
by
ricklancee
11y ago
I don't see the point of this other than the "cool i spend 50% more time in [insert language here] than [insert language here]" factor. Also: http://martinfowler.com/bliki/CannotMeasureProductivity.html
5.
▲
by
ricklancee
11y ago
so web focused is not technical or professional?
6.
▲
by
ricklancee
11y ago
How exactly did you test the usability? The first thing i noticed was the checkbox label "Prevent duplicate votes?" was not clickable.
7.
▲
by
ricklancee
11y ago
When i can't sleep I usually watch or read something in bed on my tablet until i can't keep my eyes open anymore
8.
▲
by
ricklancee
11y ago
i'd rather they implement more stuff http://caniuse.com/#compare=ie+10,ie+11,ie+Edge,firefox+39,c...
9.
▲
by
ricklancee
11y ago
The author probaly never worked with a deadline before, where there is no time to build everything custom.
10.
▲
by
ricklancee
11y ago
Shouldn't the undefined check be like this? if (typeof fruit === "undefined") { fruit = "strawberry"; } Unless your doing something like: (function(undefined) { })();
11.
▲
by
ricklancee
11y ago
Nice to know someone else is waking up really early. I started setting my alarm 5 minutes back each day toward my goal of waking up at 4am. I started at 7am now I am at 4:40am and I'm really liking it so far; I get stuff done this way.
12.
▲
by
ricklancee
11y ago
So is BEST just MVC but a with a different name?
13.
▲
by
ricklancee
11y ago
The scroll performance was bothering me so much i had to add transform: translateZ(0); to the #background-canvas element of the page to stop the screen painting on every f king scroll; to continue to read in peace without my eyes bleeding.