Viewing profile — chillitom
chillitom
HN member- Joined
- Thu, Aug 26, 2010, 9:15 AM UTC
- HN karma
- 202
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About chillitom
No profile information was provided.
Recent public activity
-
comment
Comment #47307770
Our experience on memory usage, in comparison, has been generally positive. Previously we had to use ProcessPoolExecutor which meant maintaining multiple copies of the runtime and …
-
comment
Comment #46675102
Also trying to let the compilers know that the float* are aligned would be a good move. auto aligned_p = std::assume_aligned (p)
-
comment
Comment #46675060
Initial example takes array pointers without the __restrict__ keyword/extension so compiler might assume they could be aliased to same address space and will code defensively. Woul…
-
comment
Comment #43679014
They’d probably sucks at a challenge like that because they work on tokens and don’t really see individual letters. There was a post here a little while back asking AI models to co…
-
comment
Comment #43548548
[flagged]
-
comment
Comment #33639584
fewer ;-)
-
comment
Comment #26176944
not to be confused with Dapper
-
comment
Comment #26034042
this is a fantastic idea, I know some of the game play needs working out but this would have been such a great resource to have in the first year of any CS or EE course.
- story
- story
- story
-
comment
Comment #15343013
Do it, the next person will thank you. If not immediately then within days of them learning F#.
-
comment
Comment #13925477
Following your introduction now, it is a great quick-start tutorial, thanks for creating it.
-
comment
Comment #13153989
and is being overhauled in GCC 6 I just read: https://lwn.net/Articles/691932/
-
comment
Comment #12908165
To clarify, the aggressive tone is non-constructive, as in it detracts from the article. You're right he makes a constructive point but I bet a bunch of people don't bother reading…
-
comment
Comment #12906781
Such aggressive tone, no need, very off putting and unconstructive. If I was considering employing the author and came across this article I'd be seriously put off despite the fact…
-
comment
Comment #11560608
Good Priceonomics article on the economics of bike theft. http://blog.priceonomics.com/post/30393216796/what-happens-t... TLDR; with bikes theives can hit a sweet spot in the trade…
-
comment
Comment #11404523
Very nice! An option to choose a hexagon shaped canvas and have it repeatedly tiled would be great for designing bathroom floors.
-
comment
Comment #10738327
Brilliant! Also great response tweet: https://twitter.com/ScottWlaschin/status/676773732413808640
-
comment
Comment #9427252
Put it on the web
-
comment
Comment #8052210
It just throws me out to the home screen, is there somewhere else I need to look for crash reports? I have plenty of space, it crashes after about 1 seconds of processing the movie…
-
comment
Comment #8049119
Trying it out but it crashes each time I end a recording. (iPhone 5S, UK)
-
comment
Comment #7801691
Haven't tried zsh but worked fine with bash. GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
-
comment
Comment #7800945
Also a Linux screenshot: https://jabbrlive.blob.core.windows.net/jabbr-uploads/clipbo...
-
comment
Comment #7800913
https://jabbrlive.blob.core.windows.net/jabbr-uploads/Screen... Followed Graeme's instructions and after about 30 mins spent building the latest Mono I was quickly able to get ASP.…