Viewing profile — h_r
h_r
HN member- Joined
- Sun, Sep 11, 2011, 3:32 PM UTC
- HN karma
- 116
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About h_r
No profile information was provided.
Recent public activity
-
comment
Comment #38578489
That's what I was thinking... Why can't we solve this with non-repudiation crypto that is already available?
-
comment
Comment #35220731
I have mixed feelings about the various arguments I see raised in the comments. It seems crazy to me to insist that efficiency and productivity gains via technology have, as their …
-
comment
Comment #34292630
One weak advantage is panspermia allows you to avoid the question.
-
comment
Comment #34118175
That seems to be an odd way of looking at it, IMO. Most of the time, the entire point of building an API is to present consistent functionality to any consumer, not only ones under…
-
comment
Comment #25613588
Are there significant risks from running virtualization locally like this? If so, can you provide any links or elaborate a bit so I can follow up? Most of what I've seen on such vu…
-
comment
Comment #23823998
Seems like that would require an understanding of language that far exceeds the current state of the art. And much of the time logic doesn't even apply because the text is incohere…
-
comment
Comment #23578824
The things you cite as missing in C# can be found in F# on .NET Core. Have you ever tried it? I find it hard to stomach C# after delving deeply into F#, and you still get to use Da…
-
comment
Comment #23522647
I'm genuinely curious if there are black or African American programmers who actually use git who are offended by the term. Speaking for myself (white programmer) it just seems to …
-
comment
Comment #22842001
With respect to evolving balls of mud, the only thing that mostly worked for me is to try to find those boundaries where you can apply the [Strangler Pattern]( https://docs.microso…
-
comment
Comment #22838301
This made me laugh out loud. Early this afternoon I walked by a local church on the way to do some shopping and there was a group of 8 or 9 people kneeling in front of it praying. …
-
comment
Comment #22793223
I hardly know where to start with this. Parachutes are not a cliche example of anything other than engineered products that are the result of well understood principles of physics,…
-
comment
Comment #22787778
Again, this is the very thing that needs to be shown. You're simply repeating the same mistake. The post I was responding to really had no _point_, per se. It merely asserted that …
-
comment
Comment #22785994
It's simply a problem of what is considered to be evidence in the scientific community. If everyone "got cured by a miracle drug", that implies you already have the compelling evid…
-
comment
Comment #22663427
What... what?! You think that | ...those people recorded while spreading their spit all over a train cart. are simply acting in ignorance because they have no idea how to behave?
-
comment
Comment #22214948
A very high percentage choose to buy a house or car, or have children as part of their life planning when things look fairly stable. When you grow up and have adult responsibilitie…
-
comment
Comment #21558921
I don't want to discuss this forever but I have a couple of comments: Your points about efficiency are a separate topic entirely from the original claim that manually writing out a…
-
comment
Comment #21554452
I agree with everything you've said here but being mentally exhausted doesn't make it more likely that you can read even more lines of code in a more reliable fashion. I think the …
-
comment
Comment #21554209
That's quite an interesting, if frightening, take on it. Assuming a developer knows what `map` does, then I wouldn't have very much confidence in their reading comprehension if the…
-
comment
Comment #21553840
Can you explain why you think it makes O(n) blocks trivial to identify? How is such identification made easier by manually writing out a `for` loop applying a function foo to each …
-
comment
Comment #21493671
They could possibly do this but the logistics would be messy. For large marathons, people travel to the destination from all over the world and book hotels in the city where they c…
-
comment
Comment #21244976
The most depressing thing for me as someone who loves F# is how `.net` is nearly synonymous with C# in most people's minds
-
comment
Comment #20364582
Meetings, working on docs etc can still be billable. 8 hours straight in the zone every day? Nobody does that.
-
comment
Comment #20143524
Maven and Gradle don't run anything in a dedicated JVM. They're just tools to accomplish various goals based on your dependencies: compile, package, test, maybe deploy. Not even re…
-
comment
Comment #20134757
More like they have a right to their beliefs, inferior or not, as long as they don't try to impose them on me.
-
comment
Comment #19922913
I honestly fail to see what has been dishonest in the communications around this. The plan for .NET 5 does, in fact, unify .NET Standard, Core and Xamarin. These will no longer be …