Live data from Hacker News

Viewing profile — andreaferretti

andreaferretti

HN member
Joined
Tue, Nov 25, 2014, 6:05 PM UTC
HN karma
83
Public activity
37 items

About andreaferretti

No profile information was provided.

Recent public activity

  1. comment
    Comment #16353471

    What about noise cancelling earphones? They should allow to listen to music much less loud - any adverse effect is known?

  2. comment
    Comment #15628798

    Apparently, according to all the discussion following James Damore being fired, even USA have problems accepting the ideal of free speech fully. I am not sure that Germany is any m…

  3. comment
    Comment #15591536

    You may want to try Nim. It is an imperative language with meta programming capabilities, some functional features and an effect system

  4. comment
    Comment #15544534

    Unrelated, but please remember that not everyone here is a native English speaker. It is hard to make head or tails of your comment with all these abbreviations

  5. comment
    Comment #14601243

    I think the actual reason why it failed was that it was not Ubuntu at all. When I got mine, I expected to be able to apt-get install everything. The form factor may have been wrong…

  6. comment
    Comment #13868839

    Nim has pretty decent interop with C++. In general, though, you are right that C is much much easier to interop with

  7. comment
    Comment #12149514

    How is Rust type system helpful? If the codegen produces valid Rust, the Rust type system will not give errors. If it doesn't, I'd say it is a bug of the higher level language - an…

  8. comment
    Comment #12149121

    It's not that writing a GC is impossible - of course it is doable. The issue is that objects written in this hypothetical language will always make use of the GC because they do no…

  9. comment
    Comment #12148955

    In fact, as a compilation target, one wants a language with a lax semantics, not a strict one. This is (one of the reasons) why so many languages compile to C, instead of - say - t…

  10. comment
    Comment #11989228

    I was tricked by "A thousand pictures on the kitchen floor, Talked about a hundred years or more."

  11. comment
    Comment #11768123

    Hi antirez, I think we just have two opposing views about what constitutes simplicity. I agree that Redis has the rare advantage that one can understand a command at a time, and th…

  12. comment
    Comment #11018170

    Can anyone explain the sexual reference? I am not a native English speaker

  13. comment
    Comment #10991544

    I think Nim would be ideal for that kind of applications, in particular neural networks stuff. But definitely we are not there yet. I try to explain my reasons in this blog post: h…

  14. comment
    Comment #10951400

    But this is not at all what you said in the parent post. You said "Rust is in a category of performance that GC languages never reach in practice". This is not a claim about safety…

  15. comment
    Comment #10856634

    How does it work exactly? Both languages check things at compile time, but of course in c++ the length has to be known statically. Does idris generate code at runtime for the right…

  16. comment
    Comment #10693216

    This is exactly the use case I ran into most often, and I have designed a small library precisely to do these computations without touching the DOM. If you want to have a look, it …

  17. comment
    Comment #10685146

    Yeah, the graph chart is buggy, and advertised as such. I have been wanting to improve that for a while, but I did not find the time yet...:-(

  18. comment
    Comment #10685123

    Thank you for the feedback! Actually, the whole point of the library is to generate shape information based on data, and the actual rendering is left to the user. So the demo is le…

  19. comment
    Comment #10416283

    Also, Nim would be a good fit for those domains. Macros and custom operators allow one to write dsl for numeric and scientific programming, and you have complete control over memor…

  20. comment
    Comment #10291637

    I happen to find sbt one of the few build tools (together with lein) that are decent enough. Do you have any particular reason for your dislike?

  21. comment
    Comment #10212111

    For those who want to try it in a more modern context, there is this recent port of spitbol patterns for Nim: https://github.com/Henry/Nimbol

  22. comment
    Comment #10204808

    Yeah, I never noticed this particular reference, not knowing the poem itself

  23. comment
    Comment #10204797

    I guess that apart from the "Divina Commedia", it could be "L'infinito" by Giacomo Leopardi. But "If" is pretty well-known, as well as many things by Shakespeare

  24. comment
    Comment #10204494

    I may be ignorant, but I find weird that this is reported as the most famous poem of the 20th century in America, and possibly the world. In fact, I had never heard about it at all…

  25. comment
    Comment #10075811

    Done, thanks