Live data from Hacker News

Viewing profile — FG_Regulus

FG_Regulus

HN member
Joined
Wed, Jan 15, 2014, 1:17 AM UTC
HN karma
22
Public activity
12 items

About FG_Regulus

No profile information was provided.

Recent public activity

  1. comment
    Comment #9584929

    No one said AMD is virtuous. However they work hard to produce and mantain open standards that benefit everyone. The only other GPU producer is anti-competitive and anti-customer, …

  2. comment
    Comment #9584804

    "Slower and more expensive". Yes, $240 r9 290s all the time xs down to $260 at times. The former is very near the 970 and the latter overcomes in many games. Both are preferred at …

  3. comment
    Comment #9584739

    I'm not an evangelical snob, I can forgive transgressons obviously. But we aren't talking about a company that doesn't only attack open standards. This isn't even really a moral ar…

  4. comment
    Comment #9583305

    First of all, AMD does release drivers and fix issues. It takes a couple weeks but it happens. And if you look at benchmarks the r9 290 still trades blows with the 970, there's no …

  5. comment
    Comment #7457577

    I once got a Chem II lab manual, $50. And let me tell you, this was a real piece of work. The entire thing, covers and all, were printed on normal paper. It was (barely) held toget…

  6. comment
    Comment #7457543

    Woah, woah, woah. So now we should be happy to have $30k in debt, even after working $600/week jobs for 4 months every year to pay it off? And he's the vast minority that has such …

  7. comment
    Comment #7457530

    White kid from the lower middle-class. 4.7 high school with all honors and graduating with an AA. Had to start almsot completely over classes-wise because of the structure of the C…

  8. comment
    Comment #7457482

    Wow - my degree lands me a beautiful $8k every year (2 semesters). But it gets better. I thought about improving myself in high school by going into early college. A free AA degree…

  9. comment
    Comment #7083867

    > Similar performance characteristics (or better) than Go. Nope. It's without a doubt 100% better. The GC is brilliant and realtime with deterministic properties. The community has…

  10. comment
    Comment #7080174

    What in the HELL are you talking about? The thread local GC won't even produce anything on the shared heap - it's thread local. Shared memory is manual memory only - Just like C, C…

  11. comment
    Comment #7078367

    Yes it is. Threads don't share a GC - there's no implicit sharedness. Memory is copied between threads. And of course, it doesn't prevent manual management of shared memory (just n…

  12. comment
    Comment #7073349

    And adding onto the other reply - Nimrod's GC has a realtime mode where you can specify when to run, and the maximum time. I made a (small) game in Nimrod and called the GC every f…