Viewing profile — ianbertolacci
ianbertolacci
HN member- Joined
- Sun, Aug 09, 2015, 3:31 AM UTC
- HN karma
- 97
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About ianbertolacci
No profile information was provided.
Recent public activity
-
comment
Comment #17740009
Very cool. However, this documentation is incomplete. It needs the full Python API listing.
-
comment
Comment #17466411
But can you play Doom on it?
-
comment
Comment #17421268
> niches like AI or physics simulations or protein folding These are 99% of HPC workloads. Nothing `niche` about them.
-
comment
Comment #17375720
I almost forgot, fellow babies..."Booger!"
-
comment
Comment #16240950
Watch us.
- story
- story
-
comment
Comment #14577319
Too bad they've only committed 86 million $/year to the effort...
-
comment
Comment #14221341
>>> int("۲۶۷۹") 2679 Thats pretty cool.
-
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.
-
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…
-
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…
- comment
-
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…
-
comment
Comment #13051534
This would be a really good title for a book on HPC best practices...
-
comment
Comment #12715797
That was beautiful.
- story
-
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…
-
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…
-
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…
-
comment
Comment #12488503
Is there a timeout?
-
comment
Comment #12173671
Reminds me of Chord[1], word2vec written in Chapel [1] https://github.com/briangu/chord
-
comment
Comment #12049521
Have they considered rewriting it in rust?
-
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…
-
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:…