Live data from Hacker News

Viewing profile — HerberthAmaral

HerberthAmaral

HN member
Joined
Thu, Nov 11, 2010, 4:46 PM UTC
HN karma
40
Public activity
22 items

About HerberthAmaral

No profile information was provided.

Recent public activity

  1. comment
    Comment #2770697

    To what email? :-)

  2. comment
    Comment #2576626

    Thanks for mentioning us. Just noticing: we are a "hibryd" startup: we have a focus on Desktop market, but we have to pay attention on the "Web side of the force" too. :-)

  3. comment
    Comment #2553198

    Not only Buscapé, but PagosOnline too.

  4. story
  5. story
  6. comment
    Comment #2293143

    Yes, but when I read the PEP, sounded like this is the biggest motivation to not use Git.

  7. comment
  8. comment
    Comment #2292460

    "First, git's Windows support is the weakest out of the three DVCSs being considered which is unacceptable as Python needs to support development on any platform it runs on." This …

  9. comment
    Comment #2180786

    Pretty interesting. I also tell my students to imagine a commit like a checkpoint in a videogame. I try to teach real VCS, starting with simple patches, tarballs and merges and goi…

  10. comment
    Comment #2155991

    Without a doubt. Remember the Anonymous guys arrested by doing DDoS: http://arstechnica.com/tech-policy/news/2011/01/two-real-gun...

  11. comment
    Comment #2149139

    Fuzzy Finder is also very useful http://www.vim.org/scripts/script.php?script_id=1984

  12. story
  13. comment
    Comment #2107266

    If we follow your logic, C is a framework for building OSes.

  14. comment
    Comment #2049316

    Pentium I at 6, but started programming @ 14 with the same plain-old computer!

  15. story
  16. story
    Megaupload Without Captcha

    Noticed it this morning. However it still has the waiting time...

  17. story
  18. comment
    Comment #1924709

    So... do they figured it out how to fix the PHP's white screen of death? This kind of thing is so annoying that I can't even think of using PHP in my future projects.

  19. comment
    Comment #1924416

    Is this a new form of anarchism?

  20. comment
    Comment #1908689

    Yeah, but all theory is included :-)

  21. comment
    Comment #1896367

    1 - Develop a typesetting language based on markdown + css which can be so good as LaTeX. 2 - Learn Python, Haskell, Lisp, Lua, Ruby and build you own f*cking good language. 3 - Di…

  22. comment
    Comment #1894313

    I did a test sometime ago and I found JavaScript MVC a bit heavy. I prefer break my JS application in small modules and do their communication via message passing (custom events), …