TheOnly92
|
13 years ago
|
on: EA refuses to refund user for SimCity, threatens account ban
TheOnly92
|
13 years ago
|
on: Show HN: JackDB Cloud - Database development in the cloud.
Been reading around your site but I'm sorry that I don't quite get it, is it functionally similar to phpmyadmin? Or is it something else?
TheOnly92
|
13 years ago
|
on: A Manifesto For Error Reporting
What I think is that, depending on your users though, they do not understand your backend enough to make proper error reporting.
The "Bad argument" example, they don't know how many different situation triggers the same error, they don't know if what they did before will help you figure out their problem. In short, they don't know enough to be helpful.
I don't have any great solution to this, but putting a middleman who, although can't help you with programming, knows what is helpful and what is not enough to provide useful error reporting to you might solve it.
TheOnly92
|
13 years ago
|
on: This is why you ship
I believe it's the same, you'll waste no more time at a failing project while being able to put your time into a possibly successful next project.
TheOnly92
|
13 years ago
|
on: Zendesk was hacked
TheOnly92
|
13 years ago
|
on: Show HN: Our weekend project, daily doses of inspiration
Some sort of banner or something to allow others to embed to their blog/site whatever might be nice, not sure if it fits into your vision though.
TheOnly92
|
13 years ago
|
on: How Microsoft Scroogled Itself
Well because they still want to use gmail aside from the things that they find annoying.
TheOnly92
|
13 years ago
|
on: Collection of 6,850 video games and 330 consoles up for sale on Ebay for $550K
I believe it does, labor cost is part of the price.
TheOnly92
|
13 years ago
|
on: Collection of 6,850 video games and 330 consoles up for sale on Ebay for $550K
The total value might not be that much, but I believe that the fact that they are "together", the collection as a whole should be worth around that money (efforts for collecting, etc).
TheOnly92
|
13 years ago
|
on: Go: a nice language with an annoying personality
It's nice if go run doesn't check for these errors while go build does.
TheOnly92
|
13 years ago
|
on: Show HN: News/YC - HN Reader for iOS
I'd like to request for the ability to open links in comments.
Thanks for creating this:)
TheOnly92
|
13 years ago
|
on: Ask HN: Survivor Bias. Why don't we focus more on startups that fail?
Well it is my opinion that failure stories are far better than successful stories because success is difficult to replicate but failures can be easily avoided.
TheOnly92
|
13 years ago
|
on: The Awkward Leader
Essentially a leader is not defined by your ability in doing something, it's defined by how well you are able to utilize your team's ability to achieve something that can't be done by one person.
TheOnly92
|
13 years ago
|
on: Moot.it: Forums and commenting re-imagined
The link is so hidden I couldn't have discovered it without looking at the bottom (coincidentally).
TheOnly92
|
13 years ago
|
on: A Letter from Tim Cook on Maps
Well actually regardless of that, Apple is a brand that people trust, and of course there are times that Apple might fail and we criticize because we trust they can do a better job.
To me it's much better that "this product is shit" than "ah it's apple, what do you expect?".
TheOnly92
|
13 years ago
|
on: Go-powered web-services with Rails
I've been writing a web app with Go for the past weeks, and for what I can say is that yes, Go has less magic in it, and if you don't do it right, you'll get a lot of duplicated code. It's not designed from the ground up as a web language so it might not be as suitable to write web apps using Go as other languages, but it's a real pleasure to write in Go.
TheOnly92
|
13 years ago
|
on: Apple builds massive 20 Megawatt solar farm in North Carolina
Well I assume it's for the datacenter? Since it's right next to it...
TheOnly92
|
13 years ago
|
on: Ask HN: Why Is There No Development Karma On The Internet?
Why do we need one anyway?
TheOnly92
|
13 years ago
|
on: Improving HTTPS Performance with Early SSL Termination
Oh I misunderstood you, I thought you were saying Client->HTTP->VPN->Server.
TheOnly92
|
13 years ago
|
on: Improving HTTPS Performance with Early SSL Termination
I suppose that you usually want to protect the part from client->server rather than just receiving encrypted things from server side.
Can't comment on the credibility though, nothing solid has been shown yet.