Live data from Hacker News

Viewing profile — CasualSuperman

CasualSuperman

HN member
Joined
Tue, Oct 25, 2011, 11:18 PM UTC
HN karma
78
Public activity
21 items

About CasualSuperman

[ my public key: https://keybase.io/casualsuperman; my proof: https://keybase.io/casualsuperman/sigs/579Vaahh9e0qnR7ImGU8tZf02MeCJuU37ya7XjpF3pg ]

Recent public activity

  1. comment
    Comment #48564064

    Distribute the jail time among the shareholders. That will get them to incentivize legality over profits REAL quick

  2. comment
    Comment #47176458

    With current leadership, I think we're closer to Germany in this analogy.

  3. comment
    Comment #46914459

    With how buggy their flagship OS has become, why would I trust anything else they release to be better? Or even if it does work well now, why should I expect it to stay that way? M…

  4. comment
    Comment #43121916

    If the only thing on the planet you care about is efficiency, sure. How about the human lives impacted by all of it?

  5. comment
    Comment #33769498

    And thus poor people became unable to access the internet

  6. comment
    Comment #32887435

    If this is the goal, wouldn't it be better to teach a form of shorthand rather than cursive?

  7. comment
    Comment #32009884

    I'm not sure how rolling back 6 months of updates could ever be possible unless you never ship new features.

  8. comment
    Comment #24147180

    Worrying about a potentially deadly illness that you can do little about, vs worrying about losing your source of income and having to.. look for another job. I'm definitely more w…

  9. comment
    Comment #20971298

    Is this cashier giving the money to their manager? No, they're pocketing it. Just because they were on the clock doesn't make it the responsibility of the company.

  10. comment
    Comment #20724167

    If you use tabs, you can customize how it looks. ;)

  11. comment
    Comment #13766831

    The conclusion for this article doesn't follow from the argument. > California's crumbling roads and bridges sometimes resemble those of the old rural South. The state's public sch…

  12. comment
    Comment #13731795

    Yes, but then the program would never terminate, because that's what happens at the end of main. If main returns, it's saying that the rest of the code in main has executed.

  13. comment
    Comment #7630245

    They're actually not required in Go.

  14. comment
    Comment #5778757

    It's been like this since at least Opera 10; don't count on them doing anything about it.

  15. story
  16. comment
    Comment #4200571

    Go has gdb support, so any program that uses it as a backend (like ddd) can debug Go code. http://golang.org/doc/gdb Not as easy to use as a lot of debuggers, but it's widely known…

  17. comment
    Comment #4154414

    So you want to copy the data every time there's an if? Some other part of the program could have a pointer to it otherwise.

  18. comment
    Comment #4151890

    Because Go is concurrent and has mutable types, race conditions could cause the assumptions gleaned from the booleans to be false in the very next statement. Boolean blindness is a…

  19. comment
    Comment #4149585

    The benefit is not having to code it. The most bug-free components are the ones that aren't there. Also, it's only v1. I don't think anybody's said that they're opposed to putting …

  20. comment
    Comment #4149325

    You think Rob Pike and Ken Thompson made what you consider a mistake out of ignorance? Just because you don't like it doesn't make it a mistake.

  21. comment
    Comment #3984292

    Would be nice if it converted lists into their or equivalents.