Viewing profile — HerberthAmaral
HerberthAmaral
HN member- Joined
- Thu, Nov 11, 2010, 4:46 PM UTC
- HN karma
- 40
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About HerberthAmaral
No profile information was provided.
Recent public activity
-
comment
Comment #2770697
To what email? :-)
-
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. :-)
-
comment
Comment #2553198
Not only Buscapé, but PagosOnline too.
- story
- story
-
comment
Comment #2293143
Yes, but when I read the PEP, sounded like this is the biggest motivation to not use Git.
- comment
-
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 …
-
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…
-
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...
-
comment
Comment #2149139
Fuzzy Finder is also very useful http://www.vim.org/scripts/script.php?script_id=1984
- story
-
comment
Comment #2107266
If we follow your logic, C is a framework for building OSes.
-
comment
Comment #2049316
Pentium I at 6, but started programming @ 14 with the same plain-old computer!
- story
-
story
Megaupload Without Captcha
Noticed it this morning. However it still has the waiting time...
- story
-
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.
-
comment
Comment #1924416
Is this a new form of anarchism?
-
comment
Comment #1908689
Yeah, but all theory is included :-)
-
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…
-
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), …