Live data from Hacker News

Viewing profile — Alcides

Alcides

HN member
Joined
Thu, Aug 21, 2008, 12:30 PM UTC
HN karma
80
Public activity
19 items

About Alcides

http://alcidesfonseca.com

* Freelance Developer * Researcher

Recent public activity

  1. story
  2. story
  3. story
  4. comment
  5. comment
    Comment #1256754

    Such a tool has existed long time ago: http://softwarelivre.sapo.pt/projects/mac/wiki/WebPageRender...

  6. comment
    Comment #1134083

    And I want users to use the latest versions of their browsers. And I don't get my hopes high!

  7. story
  8. story
  9. story
  10. comment
    Comment #802158

    I really don't find it insane. Young people have much more powerful brains, they just have to learn programming at a younger age. I did it, and I find myself (and others who learnt…

  11. comment
    Comment #605836

    It goes to web start-ups heaven.

  12. comment
    Comment #471630

    gcc isn't included with default Mac OS X setup. You need the developer extras in the second DVD. I believe it's the same for some linux/BSD flavors and installation options.

  13. story
  14. comment
    Comment #449053

    In Stargate you only see C code, even written by aliens!

  15. comment
    Comment #447104

    Be informed. Don't rely on YN only. And use it only if you can't get the same content through easier ways.

  16. story
  17. comment
    Comment #284574

    1. The example of the working syntax right now would be: a = App("test", width=200, height=400) a.insert(Button("close",a.quit)) a.run() Should give you an idea of what I am thinki…

  18. story
  19. comment
    Comment #283658

    Rails. but you have Django which is better ;) Seriously, I envy ruby's blocks and being able to redefine a class later in your code (monkeypatching-easy-syntax). Oh, and Shoes :)