Live data from Hacker News

Viewing profile — ianbertolacci

ianbertolacci

HN member
Joined
Sun, Aug 09, 2015, 3:31 AM UTC
HN karma
97
Public activity
29 items

About ianbertolacci

No profile information was provided.

Recent public activity

  1. comment
    Comment #17740009

    Very cool. However, this documentation is incomplete. It needs the full Python API listing.

  2. comment
    Comment #17466411

    But can you play Doom on it?

  3. comment
    Comment #17421268

    > niches like AI or physics simulations or protein folding These are 99% of HPC workloads. Nothing `niche` about them.

  4. comment
    Comment #17375720

    I almost forgot, fellow babies..."Booger!"

  5. comment
    Comment #16240950

    Watch us.

  6. story
  7. story
  8. comment
    Comment #14577319

    Too bad they've only committed 86 million $/year to the effort...

  9. comment
    Comment #14221341

    >>> int("۲۶۷۹") 2679 Thats pretty cool.

  10. comment
    Comment #13670826

    Ive made a comment below, that I'm sure I'll make again (since I want to make it here). So I've added to my original comment.

  11. comment
    Comment #13670817

    Again, the issue isn't data-structures or about them. The issue is: Can I write something in scratch in this language 1) at all and 2) with some amount of daily progress. Writing d…

  12. comment
    Comment #13670689

    I think this misses the problem. Should you write your own data-structures? Not unless absolutely necessary. But mostly everyone knows that. So why are people complaining about dat…

  13. comment
  14. comment
    Comment #13352733

    We already have a well established work place drug habit and its called caffeine, thankyouverymuch. Its also worth reading Hamiton Morris' position on micro-dosing[0] [0] https://t…

  15. comment
    Comment #13051534

    This would be a really good title for a book on HPC best practices...

  16. comment
    Comment #12715797

    That was beautiful.

  17. story
  18. comment
    Comment #12488914

    We were also wondering about existing temperature conditions. For example, I might be running some super benchmark that pegs the core temperature high. What happens when Siri turns…

  19. comment
    Comment #12488895

    Thats a good point, and I hope thats what they do. Im not Mac OS familiar, can other applications ask Siri to listen in? If they pause fans regardless of temperature, then it would…

  20. comment
    Comment #12488599

    Ya, I cant imagine that they'd forget something like that. Certainly on my iPhone Siri stops listening, which should on the PC restart the fan. I would be very entertained if you c…

  21. comment
    Comment #12488503

    Is there a timeout?

  22. comment
    Comment #12173671

    Reminds me of Chord[1], word2vec written in Chapel [1] https://github.com/briangu/chord

  23. comment
    Comment #12049521

    Have they considered rewriting it in rust?

  24. comment
    Comment #11831664

    Bison is a great tool for parsing grammars. However, I'm more looking for a tool that, on its own, can be used as a full compiler, with the added ability to put myself in the middl…

  25. story
    Ask HN: Compiler frameworks for AST Transformations?

    Are there any compiler frameworks that tools to parse code (C/C++ at a minimum), and analyse, transform, and manipulate the AST? We've been using the Rose compiler framework (http:…