Viewing profile — abarrett
abarrett
HN member- Joined
- Mon, Oct 18, 2010, 12:03 PM UTC
- HN karma
- 25
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About abarrett
No profile information was provided.
Recent public activity
-
comment
Comment #15419516
Resize to around 480px width and you'll see the problem.
-
comment
Comment #14751154
I distro-hopped a lot before somewhat reluctantly giving Fedora a shot. Turns out it's a fantastic distribution for developers because: - You don't have to configure everything fro…
-
comment
Comment #13951581
Provide this legend with the formula. Now how many people understand it? ∈ = is an element of ∀ = for all ∃ = there exists
-
comment
Comment #13884115
It's a linear interpolation of RGB values. I'm sure it could be improved on. http://sass-lang.com/documentation/Sass/Script/Functions.htm...
-
comment
Comment #13774412
200 mg twice a day for 4 years, that's crazy! I'm surprised that guy got any sleep at all. I use Modafinil _responsibly_ (I like to think) and for me that means 50 mg, taken early …
-
comment
Comment #2973370
For me it is simply: `, a = à. Using Windows. Go keyboard layouts! (United Kingdom Extended, in this case.)
-
comment
Comment #2918669
Since we're talking hypothetically, the lower boundary would really be the diameter of Earth. 12,756.2 km / c = 42.5501031 ms http://www.google.com/search?q=diameter+of+earth+%2F+t…
-
comment
Comment #2799478
In addition, you only need to specify the first key to create a one-based array. Indexing will carry on from there. [1 => [4, 5, 6], [7, 8, 9], [10, 11, 12]]
-
comment
Comment #2799472
http://www.php.net/manual/en/function.list.php It's a language construct, not a function.
-
comment
Comment #2682734
> 28 for for me. I assume it is dependant on the width of tabs, not the number.
-
comment
Comment #2642608
Regarding your first point: it seems short syntax for arrays may well make it into PHP 5.4. http://www.reddit.com/r/PHP/comments/hw8da/php_fork_based_on...
-
comment
Comment #2555999
The original version still contains redundancy. It would be: cell.live = count == 3 if count != 2