Viewing profile — diminishedprime
diminishedprime
HN member- Joined
- Mon, May 11, 2015, 1:22 PM UTC
- HN karma
- 54
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About diminishedprime
No profile information was provided.
Recent public activity
-
comment
Comment #13471170
While the "BBM" tends to work alone and be frustrated at artiface at every corner, when you get a few or more working together, some really great things can come together. I've exp…
-
comment
Comment #13184378
I might be in the minority here, but "fighting unfamiliar syntax" seems like a lazy argument to me. I've played around with many languages, and after getting used to the first non-…
-
comment
Comment #12787033
well for one, it's being used in the industry quite a lot. Citi, Walmart, Amazon, CapitalOne, Facebook, and Spotify are just some of the names from this list. http://clojure.org/co…
-
comment
Comment #12201807
I'll agree that clojure doesn't enforce control of side-effects. But with the recent work on clojure.spec, your first complaint has become (even more of) an asset.
-
comment
Comment #10864492
> Other Nevada solar companies with higher cost structures than SolarCity are expected to collectively lay off thousands of additional Nevadans in the coming months.
-
comment
Comment #10730738
One thing I've noticed is depending on how your code is being compiled/transpiled, having smaller defn's over them being nested in a let can lead to better performance since inlini…
-
comment
Comment #10730711
I've noticed the complete opposite. There's less of an emphasis on unit tests, but that's because the nature of FP enables you to need less of them. Instead of needing to check (at…
-
comment
Comment #10654911
Have you tried Solarized Dark for Eclipse? That's the one I like best when I'm working in there.
-
comment
Comment #10084774
As someone that suffers from mental illness (depression), it's not completely off to mark to say that it isn't all bad--I seem to do better than peers in many creative endeavors--b…
-
comment
Comment #9844924
I couldn't help but notice that quote, either. I wonder why the author found it necessary to put that in on an article about the pixels of the Apple Watch? I don't see that informa…
-
comment
Comment #9819346
That's exactly what I was thinking. I (sometimes) follow TDD, and I applied it to this problem. I made sure to include negatives, 0, positives, and include primes here or there to …
-
comment
Comment #9811194
> Google servers run "a non standard concept of time" (what does that even mean?). I know that one way they do this is through using what they call a leap smear instead of a leap s…
- story
-
comment
Comment #9569589
Interesting. I'll have to give both of those a try.
-
comment
Comment #9569242
>There is no place for bash. Just curious, why do you say this? I've used bash for years for basic command line things and now it sounds like I've been missing out on great feature…