Viewing profile — greenpenguin
greenpenguin
HN member- Joined
- Thu, Dec 12, 2013, 1:40 PM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About greenpenguin
No profile information was provided.
Recent public activity
-
comment
Comment #44701324
In the UK a CIC (Community Interest Company) is an option, which can legally oblige the company to act in the interest of "the community they serve". I think in the USA a benefit c…
-
comment
Comment #41024111
There's a few of these floating around that are generally missing something - recent syscalls, types, etc. Thank you for such a complete one!
-
comment
Comment #19184748
I can confirm I don't have that installed. I'm using this: https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime Edit: actually Blender performance is decent, but the kernels ta…
-
comment
Comment #19184599
I'm using RocM OpenCL right now, which I believe is the approved option, or will be. Personally I've not had any issues with it - I can certainly use Blender with it, although the …
-
comment
Comment #17773236
Not via CPU heating, but a theoretical AVX Spectre attack popped up on HN recently: https://news.ycombinator.com/item?id=17711823
-
comment
Comment #17600269
Conversely, I also do embedded development, and our environment is entirely Linux-based, even the RTL tools.
-
comment
Comment #17037822
From the article you link: - Sea star disease: probably linked to increased sea temperatures, see https://www.frontiersin.org/articles/10.3389/fmars.2018.0007... - Warm blob: nobod…
-
comment
Comment #16800440
Most DSPs I've worked with have an assortment of really specific extra instructions added for the particular application. I suspect these DSPs are similar - adding a new codec prob…
-
comment
Comment #15217250
I'm not really qualified to answer this, but I suspect the instruction decoder(s?) would be decoupled from register state as much as possible (unless x86 is even weirder than I tho…
-
comment
Comment #14956045
I think this is the paper, which is very briefly mentioned: http://advances.sciencemag.org/content/2/2/e1501466.full
-
comment
Comment #14837089
This article appears to originally be from the Guardian: https://www.theguardian.com/commentisfree/2014/aug/06/scrabb... The site also features several other Guardian articles by t…
-
comment
Comment #11619300
This sounds like a good way to learn, but I would worry about picking up bad habits. Do you have any recommendations of (C) projects etc. that are particularly well written?
-
comment
Comment #11343258
I had an interesting time writing a JIT for Piet some time ago. Piet is a pretty weird language in a few non-obvious ways. From what I remember: * Execution moves between blocks of…
-
comment
Comment #6894331
I've been wanting to do something like this for a while. I'd quite like something that collects commentary about the state of countries around the word, but I'm lacking decent sour…