Viewing profile — jimmyhmiller
jimmyhmiller
HN member- Joined
- Tue, Oct 01, 2013, 7:26 PM UTC
- HN karma
- 100
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About jimmyhmiller
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47094275
I try to explain what I mean the next few sentences of the post. I have spent a good amount of my career jumping into fairly large code bases. I don't need to take it quite so step…
- story
-
comment
Comment #41146983
This is something I've had to train myself to overcome. The first step for me was having a place where I clearly signaled that this wasn't my best work. Where the rules were allowe…
-
comment
Comment #41146861
As in munching on snacks
- story
-
comment
Comment #35689028
Yeah, you could very well be right this is all overkill. But what I wanted to do was handle the general case rather than deal with things on a case by case basis. So to extend your…
-
comment
Comment #35673078
I think you missed the point of the article. I actually don’t do TDD at all. I’m actually personally not a fan. So feels a little weird that you thought this was an article trying …
-
comment
Comment #35672473
The TDD example was just an example. I wasn’t taking the actual finding of the TDD research I was talking about a hypothetical finding. You can replace the examples with AIs like c…
-
comment
Comment #35670267
In the article I’m assuming ideal conditions. So if you think a large effect size is important, throw that into the ideal conditions. I don’t think that changes anything I wrote. M…
-
comment
Comment #35665868
Yeah feel like an idiot for this one accidentally submitted this on mobile without noticing the autocorrect putting spaces. And the missing of io. And the fact that it was the titl…
- story
- story
-
comment
Comment #34342853
I think all papers are flawed in their own way. So it is not meant as a slight. It is actually my favorite programming related paper. That said: I think Naur was just a bit to vagu…
-
comment
Comment #34329096
This blog does pretty good job summarizing Naur's points. (My only quibble is equating mental models with theory in Naur's sense, but its an okay approximation). I definitely recom…
-
comment
Comment #27113972
Frink[0] is a language specifically designed for dealing with this kind of stuff. It has tons of units and conversions. [0] - https://frinklang.org/#HowFrinkIsDifferent
-
comment
Comment #22410723
The page was using zeit 1.0 before, which means it was a container and not a serverless function. (I know you know Rauchg, just explaining for other people). This container was act…
- comment
-
comment
Comment #18477786
Thanks for the reference. Espresso doesn't support recursive records. Does system in your paper allow for those? Is there anything particularly tricky about supporting them?
-
comment
Comment #17577203
With Clojure you get that feedback loop by running everything in an open repl. No startup time needed.
-
comment
Comment #17136937
Isn't this case about North Carolina (the government) banning sex offenders from social media?
-
comment
Comment #12962250
I'm on tree styles tabs 0.18.2016090802 and firefox 50.0 and haven't had any problems.
-
comment
Comment #12631227
[Create React App]( https://github.com/facebookincubator/create-react-app/blob/m... ) simplifies setup greatly. I'd really recommend giving it Ila try.
-
comment
Comment #10834006
Hey, awesome idea. Can't wait to try it out. Unfortunately I'm getting a 504 when I try to register. If you could let me know when things are back up and running that would be grea…
-
comment
Comment #10479265
I did the same thing and pointed to a node_modules folder on a project I had. Worked fine for me.