Viewing profile — ez77
ez77
HN member- Joined
- Tue, Sep 29, 2009, 12:32 PM UTC
- HN karma
- 1,513
- Public activity
- 509 items
- HN profile
- View on Hacker News ↗
About ez77
No profile information was provided.
Recent public activity
-
comment
Comment #6699444
Does anybody know if Google plans to allow claiming a deleted account... ever? I'm hoping that since I was granted +MyName in G+ I will be allowed to recover (long story) MyName@gm…
-
comment
Comment #3907433
"The best part: whether or not you apply yourself is under your control." That assumes free will... It may seem an absurd topic, but it's far from closed [1]. [1] http://philpapers…
-
comment
Comment #3878066
I think it becomes a relative path without the final/root dot. That is, "example.net" in the zone file "mydomain.com" will be understood as "example.net.mydomain.com.".
-
comment
Comment #3821315
Do you have this in audio/video? It would be nice to hear/see this exchange.
-
comment
Comment #3799695
That was my first thought. Will downloading tcpdump get you in trouble? What if it's "homemade"? Compilers will be next, since the enable the creation of these tools...
-
comment
Comment #3782054
Why would you want to run a browser as root?
- story
-
comment
Comment #3758318
"Dummer code is easier to grep for and easier to maintain. The more magical the code is the harder is to figure out how it works." A nice formulation of the kind of advice I keep r…
-
comment
Comment #3749084
It turns out Amazon (or somebody there) said [1] this feature would be coming up soon... in 2006! [1] https://forums.aws.amazon.com/thread.jspa?threadID=10532
-
comment
Comment #3749080
Update for those interested: it looks [1] like it'll never happen... [1] https://forums.aws.amazon.com/thread.jspa?messageID=249000
- comment
-
comment
Comment #3738237
I don't think Amazon is being dishonest, but you can see that, regardless the individual degree of paranoia, there are quite a few small developers who don't try AWS just to be saf…
-
comment
Comment #3737818
Sorry for bringing this off-topic issue on AWS: is it possible to set hard caps on monthly spending in AWS? I just asked this [1] but didn't receive a single upvote =S. Thanks. [1]…
-
story
Ask HN: Hard caps on AWS spending?
Hello! I want to try out AWS, but am always afraid of potentially getting an unexpectedly high bill. I'm the kind of guy who pays some extra for unmetered hosting, just in case, ev…
-
comment
Comment #3734394
When we entered graduate school, the program director gave us this piece of advice: Success ∝ Ability * (Hard Work)^2 * Sqrt(Luck) I think he was right.
-
comment
Comment #3732670
Interesting... if anything, I see hints (no proof!) of the reverse implication: success => genuine interest.
-
comment
Comment #3700167
I found this page because I was pretty confused about these issues, and still am... Question for the crowd: In this site the example given says that in reality there are 869MB of u…
- story
-
comment
Comment #3669255
I replied to a specific comment, not to the article. In particular, nescafe said this was "an OK intro to pre-POSIX bourne shell scripting". I took this to mean that he would provi…
-
comment
Comment #3669205
Interesting link provided by Wolfram, and funded by his company: http://www.computerbasedmath.org/
-
comment
Comment #3667198
It is anarchy that requires real smarts, not democracy.
- story
-
story
Ask HN: Will Ubuntu for Android also run undoked?
Greetings! I'm extremely excited about the newly announced Ubuntu for Android [1] [2]. However, to me it would be critical to be able to access Ubuntu also when the phone is not do…
-
comment
Comment #3640460
Actually POSIX does not recognize double brackets [1]: "The KornShell-derived conditional command (double bracket [[]]) was removed from the shell command language description in a…
-
comment
Comment #3639371
Quoting typo: echo $IFS | od -bc only makes sense as echo "$IFS" | od -bc