Live data from Hacker News

Viewing profile — greenpenguin

greenpenguin

HN member
Joined
Thu, Dec 12, 2013, 1:40 PM UTC
HN karma
18
Public activity
14 items

About greenpenguin

No profile information was provided.

Recent public activity

  1. 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…

  2. 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!

  3. 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…

  4. 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 …

  5. 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

  6. comment
    Comment #17600269

    Conversely, I also do embedded development, and our environment is entirely Linux-based, even the RTL tools.

  7. 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…

  8. 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…

  9. 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…

  10. comment
    Comment #14956045

    I think this is the paper, which is very briefly mentioned: http://advances.sciencemag.org/content/2/2/e1501466.full

  11. 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…

  12. 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?

  13. 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…

  14. 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…