Live data from Hacker News

Viewing profile — heatdeath

heatdeath

HN member
Joined
Tue, Jun 29, 2010, 11:19 PM UTC
HN karma
2
Public activity
15 items

About heatdeath

No profile information was provided.

Recent public activity

  1. comment
    Comment #1550601

    How many programmers you know like video games?

  2. comment
    Comment #1550596

    Another article demanding that coders have no self-respect, but this time, it's assumed that self-respect is a masculine trait.

  3. comment
    Comment #1544687

    I've held GSG for a year or so and wondered why it wasn't gaining while gold, oil, and everything else was going up. Is there any way to invest in oil using a standard brokerage ac…

  4. comment
    Comment #1544174

    Does FreeBSD have any real purpose anymore except as the base of your new proprietary OS?

  5. comment
    Comment #1538817

    As if government stimulus was the only cause of economic growth.

  6. comment
    Comment #1536004

    I think everyone has realized this by now.

  7. comment
    Comment #1524265

    Maybe they did. It's not like you'd know.

  8. comment
    Comment #1519731

    It's perfectly normal. You just have to deal with it like everyone else does. Depression is mainly alleviated by doing something productive almost every day. That way, your night f…

  9. comment
    Comment #1496661

    Frontend and backend are different skill sets and proficiencies. Backend is more analytic, frontend is more aesthetic. I've never worked at a company that didn't have this distinct…

  10. comment
    Comment #1496588

    We took what you're used to... and flipped it around! Did I just blow your mind??

  11. comment
    Comment #1489871

    The "hacked" dock looks disgusting.

  12. comment
    Comment #1488995

    "Still on" and intend to stay on.

  13. comment
    Comment #1474562

    Speak for yourself.

  14. comment
    Comment #1474169

    If you're a rational person, you can learn a lot from other people's mistakes.

  15. comment
    Comment #1473236

    void reverse_list(head) { struct node* current = head; struct node* last = NULL; struct node* next; while(current != NULL) { next = current->next; current->next = last; last = curr…