Live data from Hacker News

Viewing profile — ez77

ez77

HN member
Joined
Tue, Sep 29, 2009, 12:32 PM UTC
HN karma
1,513
Public activity
509 items

About ez77

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.".

  4. comment
    Comment #3821315

    Do you have this in audio/video? It would be nice to hear/see this exchange.

  5. 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...

  6. comment
    Comment #3782054

    Why would you want to run a browser as root?

  7. story
  8. 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…

  9. 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

  10. 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

  11. comment
  12. 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…

  13. 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]…

  14. 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…

  15. 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.

  16. comment
    Comment #3732670

    Interesting... if anything, I see hints (no proof!) of the reverse implication: success => genuine interest.

  17. 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…

  18. story
  19. 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…

  20. comment
    Comment #3669205

    Interesting link provided by Wolfram, and funded by his company: http://www.computerbasedmath.org/

  21. comment
    Comment #3667198

    It is anarchy that requires real smarts, not democracy.

  22. story
  23. 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…

  24. 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…

  25. comment
    Comment #3639371

    Quoting typo: echo $IFS | od -bc only makes sense as echo "$IFS" | od -bc