Viewing profile — haroldl
haroldl
HN member- Joined
- Thu, Aug 19, 2010, 9:47 PM UTC
- HN karma
- 89
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About haroldl
No profile information was provided.
Recent public activity
- story
-
comment
Comment #39992028
Person 1 adds code that uses this with Pandas. Person 2 sees the csvbase:// URIs and copy/pastes them to use with some other library Foozle that uses URIs and it works because Fooz…
-
comment
Comment #38826228
The opening of the animation has the phrase “A Mickey Mouse Sound Cartoon” on screen. IANAL but I saw on the news that this means the character’s name and old-style likeness are fa…
-
comment
Comment #36127308
The most common point is that they're safe to share between threads making parallel algorithms easier to invent, understand, and implement correctly. You can also safely re-use sub…
-
comment
Comment #33598765
I think starting with Standard ML is a good idea. It is the core of ocaml and really highlights the differences with other approaches to programming. I went from SML to ocaml to Ha…
-
comment
Comment #32634960
I've been using Java since version 1.1 and I've seen features added that required a new version of the language spec to go through committee and get implemented before we got to us…
-
comment
Comment #32630450
It's clear he can do it: the ending of Anathem ties up everything very neatly and it is hard for me to imagine any major events happening in the characters' lifetimes that would ri…
-
comment
Comment #32630405
I feel that his novels are becoming more and more mainstream friendly, and Termination Shock is my suggestion. The world is very similar to our own, set in the near future (versus …
-
comment
Comment #32570470
A large enough increase in supply could cause property values to level off while also increasing the vacancy rate for rental properties. I think the idea is that those circumstance…
-
comment
Comment #32242133
Apple is big enough to make it happen and there are plenty of iOS game devs out there to make it a success.
-
comment
Comment #32188149
In a Scrabble AI coding contest I discovered the GADDAG which is like a trie but indexes all of the words forwards and backwards from any starting point within the words. https://e…
-
comment
Comment #31850095
This was really interesting both in exploring the architecture of a retail system and looking at how systems fail. Better to read about it and learn than to live it. I'd call it a …
-
comment
Comment #31663170
I worked on a C project where we counted 14 different hash table implementations done for different key/value data types strewn through the code.
- comment
- story
- comment
-
comment
Comment #27531194
One reason for tests to hit a real external API is if you're using a "record and replay" test framework to capture the interactions so that you can run the tests against the record…
-
comment
Comment #27234774
There is no picture of the entry level model; it says "coming soon". Since the Ford F-150 usually costs a lot to upgrade to 4 full-size doors and a navigation computer, I'm wonderi…
-
comment
Comment #26270066
In the spirit of the article, I think that the approach would be to ask your partners to provide a sandbox/test environment that your sandbox/test environment can interact with, or…
- comment
-
comment
Comment #24201668
He is not modeling the threshold below which wealth is not taxed. The wealth tax being proposed in California is 0.4% on amounts over $30MM, so the lifetime percentage taken by the…
-
comment
Comment #22231648
Sounds like other fixes were needed: "Crema Coffee owner June Tran said bringing her 100-year-old building up to code would cost $100,000."
-
comment
Comment #22231614
Agreed. "Crema Coffee owner June Tran said bringing her 100-year-old building up to code would cost $100,000." Bringing a 100-year-old building up to code != installing a ramp.
- story
-
comment
Comment #21019052
Functional Programming is not just for Haskell; modern Java has lots of pretty decent options so I feel like their Java version of the code is a bit of a straw man. Here is how a m…