Viewing profile — harto
harto
HN member- Joined
- Thu, Oct 01, 2009, 5:31 AM UTC
- HN karma
- 129
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About harto
Recent public activity
-
comment
Comment #13413870
Did you mean native Americans? I've never heard "Creepingbear" as an Australian name.
- story
-
comment
Comment #12363341
It seems that would be confusing (at best) for your contacts that remain on Facebook.
- story
- story
-
comment
Comment #5020463
Interesting. Assigning a bounty to difficult bugs might mitigate that effect (as mentioned elsewhere).
-
comment
Comment #5020459
Wow, very similar style. I don't think we were aware of those!
-
comment
Comment #5019686
On the other hand, it's an incentive for devs to log and fix minor issues they might've otherwise ignored.
-
comment
Comment #5019550
Good question! We currently track that externally. E.g. in the issue description we might say "This is worth 100 whisky-points". It would be cool to build in a notion of value.
- story
-
comment
Comment #4254443
Lots of people would be upset if you took their photograph without asking. It's a bit discourteous.
-
comment
Comment #3602324
Welcome to The Internet.
-
comment
Comment #3149187
Agreed. I recall a useful rule-of-thumb that states you should wait until the third time you need a bit of code before packaging it into something reusable. Otherwise, you might be…
-
comment
Comment #2788199
I never got around to upgrading from 10.5 - does anyone know if there's a way to upgrade straight to this new release? (Guessing probably not.)
-
comment
Comment #2448945
Out of interest, why 48 specifically?
-
comment
Comment #2114222
Revealing the flood image from left to right probably would've worked better, too.
-
comment
Comment #1628863
> have a similar name to someone who's committed a felony Really? How is that justified?
-
comment
Comment #1613246
Oh, I didn't realise this blog existed. I've been waiting for an email update since their last one on April 1st.
-
comment
Comment #1534372
I think he meant 3/4 of the people reading the post, which is probably not representative of the entire population.
-
comment
Comment #1251430
You could write your Android app in Objective-C and then run a program that translates it to Java. Google doesn't prohibit you from doing that.
-
comment
Comment #1091621
That link doesn't appear to work for me... it just redirects to my FB homepage.
-
comment
Comment #1054129
Actually, it looks like a separate script translates all script blocks with type="text/pyscript"
-
comment
Comment #1054125
This is reminiscent of those occasional attempts to "fix" Lisp's parentheses. In practise, I've never found JavaScript's braces and semicolons distracting. I just don't notice them…
-
comment
Comment #1052066
Pretty cool! However, I wonder: are there privacy implications here? If I bring a clojure-bot into a wave with a human, will it be able to 'see' the rest of the conversation?
-
comment
Comment #1051524
If you use a text editor that supports regular expressions in a find/replace, you could match on word boundaries (e.g. \bToday\b). That would avoid the first part of the problem th…