back
user profile

dmit

6,674karma·537submissions·February 21, 2011
recent activity (537 total)
comment
Much easier to paint a bike shed on Mars than over here.
6y ago·view thread
comment
Previously: https://news.ycombinator.com/item?id=12071240
6y ago·view thread
comment
Interesting analogy. Only after reading this comment did I realize that my mental model has been somewhat similar. Although if I had to write it down, I'd phrase it in terms of data structures. I…
6y ago·view thread
comment
I think we're basically in agreement that it's a great shame when important information is not reaching the audience it deserves because of how it's presented. It's a neat parallel…
6y ago·view thread
comment
Oh yes, absolutely. My answer seems dismissive because I mostly follow the NBA, but in fact the relationship between the number of games, ticket prices, and factors affecting attendance is a fascinati…
6y ago·view thread
comment
11 out of 30 NBA teams had 100% home game attendance last season. 18 teams were above 95%. There's not that much margin for improvement there. http://www.espn.com/nba/attenda…
6y ago·view thread
comment
Their loss.
6y ago·view thread
comment
I think physicists won't mind if we extend the "observer effect" to cover this case.
6y ago·view thread
comment
I have a friend in Japan who used to own a small seafood restaurant. At the end of the day, before closing up shop, she would send a fax to her supplier at the local fish market with a list of things …
6y ago·view thread
comment
s15 seems to be skewed by a bunch of JavaScript projects including Font Awesome, which stores the bathtub icon as s15.js for some reason (note that s1 through s14 are unused, so it's not just con…
6y ago·view thread
comment
Show a histogram. Logarithmic scale, number of accounts affected.
6y ago·view thread
comment
How can you say " _____ doesn't have this problem (unless you use wildcard imports " when all of the languages you listed allow wildcard imports? (Or just dump all their garbage symbols…
7y ago·view thread
comment
Anecdotally, this is a non-issue depending on the tools you use. IntelliJ IDEA and Metals both have Go To Definition support.
7y ago·view thread
comment
That wouldn't quite work because all of > Unsound, inconsistent, overly complicated, poorly abstracted, improper paradigms apply to the current stable version of Scala as well. You'd be c…
7y ago·view thread
comment
Backend web services. Scala has top notch tools to model domain objects, handle a high volume of incoming requests, process transactions (including async ones). tl;dr: like the JVM and dislike root ca…
7y ago·view thread
comment
You're exactly right. Add in the fact that Facebook can pose this as a puzzle to be solved, and attract a steady stream of sharp young people who can solve the puzzle without being bothered too m…
7y ago·view thread
comment
Ah, you're correct of course, as is TJSomething. While Cats and Scalaz don't provide a Functor instance for Set (and neither does Haskell for Data.Set), it's not for the reason I mentio…
7y ago·view thread
comment
In Scala a Set is "mappable" because it has a `map` method that goes over its elements and transforms them using the provided function. But it is not a functor, because its `map` does not ob…
7y ago·view thread
comment
Even more impressively, the poem is also sometimes used (untranslated) in classes teaching English as a second language. So you don't need to be a native speaker to intuit the intended meaning.
7y ago·view thread
comment
Some thoughts on the matter: 1) Are there domains where naming things is easier? Perhaps even trivial? As a layman in both, biology and astronomy come to mind. Where you just find a Latin word vaguely…
7y ago·view thread
comment
Hate to be the "Source?" person, but were you there at the time? If not, please update Wikipedia with references to your original source of information. (Wikipedia doesn't admit origina…
7y ago·view thread
comment
In criminal investigation, success is also multiplicative: Success = means * motive * opportunity.
7y ago·view thread
comment
I don't know where exactly xkcd lands on the web comic popularity scale, but let's be conservative and say Top 3. The xkcd RSS feed embeds the image (and alt text) into posts. That is very c…
7y ago·view thread