Viewing profile — CasualSuperman
CasualSuperman
HN member- Joined
- Tue, Oct 25, 2011, 11:18 PM UTC
- HN karma
- 78
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About CasualSuperman
Recent public activity
-
comment
Comment #48564064
Distribute the jail time among the shareholders. That will get them to incentivize legality over profits REAL quick
-
comment
Comment #47176458
With current leadership, I think we're closer to Germany in this analogy.
-
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…
-
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?
-
comment
Comment #33769498
And thus poor people became unable to access the internet
-
comment
Comment #32887435
If this is the goal, wouldn't it be better to teach a form of shorthand rather than cursive?
-
comment
Comment #32009884
I'm not sure how rolling back 6 months of updates could ever be possible unless you never ship new features.
-
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…
-
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.
-
comment
Comment #20724167
If you use tabs, you can customize how it looks. ;)
-
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…
-
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.
-
comment
Comment #7630245
They're actually not required in Go.
-
comment
Comment #5778757
It's been like this since at least Opera 10; don't count on them doing anything about it.
- story
-
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…
-
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.
-
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…
-
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 …
-
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.
-
comment
Comment #3984292
Would be nice if it converted lists into their or equivalents.