Viewing profile — Pheter
Pheter
HN member- Joined
- Sun, Mar 14, 2010, 12:30 AM UTC
- HN karma
- 202
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About Pheter
Recent public activity
-
comment
Comment #4541264
You could probably set up an alias for that in the Chrome / Firefox location bar too.
-
comment
Comment #4541223
`language:ruby example` ?
-
comment
Comment #4414518
No, because they have successfully demonstrated that they don't have "little chance of scaling"
-
comment
Comment #4345319
That sounds very similar to my plan on Tesco mobile although my data is limited to 1.5GBs. What is your experience of 3? I've heard bad things about them and worry about the qualit…
- comment
-
comment
Comment #4218067
I was there too and don't believe that the problem was with the ticketing system. They overestimated the maximum capacity. The Swamp 81/Numbers stage was massively popular and had …
-
comment
Comment #4056089
That's a ridiculous reason to make fun of someone for!
-
comment
Comment #4052392
Ok, why would professional designers make fun of someone for using Gotham in a logo type?
-
comment
Comment #4051216
Why is Gotham a bad choice for logotypes?
-
comment
Comment #3997094
I came here looking for an explanation for this, so thanks. To the curious - SO has an explanation of why Python was designed like this, which I found interesting: http://stackover…
-
comment
Comment #3952871
Do you have a blog? I found this really interesting and would like to read more. Also, I'm curious - what are the legal reasons for not working with full black or white in broadcas…
-
comment
Comment #3875148
I read an article[1] that, I think, was on HN a little while ago about naming apps. I find it a really good way to come up with good names. [1] http://blog.zachwaugh.com/post/96669…
-
comment
Comment #3831976
It seems so obvious to me now, but I just realised that is something that I do; I focusing on understanding what is causing a bug and how to fix it, but not why the bug occurred in…
-
comment
Comment #3721575
Consider a poorly written program: Cryptic variable names, lack of documentation, tightly coupled. The code would be far from perfect, but if it works then it may be considered 'go…
-
comment
Comment #3711305
The point is not that it can't be done securely, it's that they don't want the hassle of being responsible for a large amount of sensitive information. By not storing the informati…
-
comment
Comment #3707906
iOS push notifications are created on a server and then sent to the users iPhone. This means that the server must know about the event in order to generate the push notification th…
-
comment
Comment #3707404
The iOS push notification service works by having a remote server determine when a push notification needs to be displayed to the user. The only way for Sparrow to do this would be…
-
comment
Comment #3703832
"Writing tests makes you think". A developer should already be thinking about these things when they are writing their code.
-
comment
Comment #3637079
I might have misunderstood you. Do you mean that if they don't want you to share the content then they shouldn't sell it to you, because you will share it regardless of what the te…
-
comment
Comment #3636731
Why do you think it's okay to lie in this situation?
-
comment
Comment #3636255
If you don't like the conditions then you can decline and not have access to the creation.
-
comment
Comment #3636242
How does this put the argument to rest?
-
comment
Comment #3634596
Putting analogies aside, as everyone seems to focus on the analogy rather than the actual topic: Person A made something and is granting access to their creation subject to certain…
-
comment
Comment #3614183
Fixable for technical people, sure. Not for the average user. The user who uses the default web browser. The user who uses IE.
-
comment
Comment #3548322
I find 'smart wrapping' very easy to read. (Code is wrapped and auto-indented to the current indentation level.) I wish this feature was far more prevalent and it means that I don'…