Live data from Hacker News

Viewing profile — ramzeus

ramzeus

HN member
Joined
Tue, May 12, 2015, 11:26 AM UTC
HN karma
20
Public activity
7 items

About ramzeus

No profile information was provided.

Recent public activity

  1. comment
    Comment #23686275

    The GitHub page has lots of fairly recent updates: https://github.com/perkeep/perkeep

  2. comment
    Comment #23582742

    Wikipedia is a quite good repository of all sorts of information. You can always clone that at put it on your computer for offline viewing.

  3. comment
    Comment #23487313

    I think the problem with this approach becomes apparent when the database model changes, suddenly the API doesn't match the model anymore or the API needs to change. Both can be di…

  4. comment
    Comment #22564975

    My experience with Go have been very positive. Once you get over the initial irritation of the error handling, I think it works perfectly fine. I have never been so productive as I…

  5. comment
    Comment #20959668

    I was living in Chengdu for a year and I remember that I was surprised by the almost total lack of birds. In Hong Kong, where I am at the moment, there are more birds, but seems le…

  6. comment
    Comment #20183581

    Yeah, I feel your pain, I’m Swedish living in Hong Kong, I don’t want my webpages or programs translated in either Swedish or Chinese, give me English please! And as for the float …

  7. comment
    Comment #20182066

    To me the most complicated thing about formatting and parsing floating point numbers is usually if it uses decimal comma or decimal dot. It never seems to be what you expect if usi…