Viewing profile — Alcides
Alcides
HN member- Joined
- Thu, Aug 21, 2008, 12:30 PM UTC
- HN karma
- 80
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Alcides
* Freelance Developer * Researcher
Recent public activity
- story
- story
- story
- comment
-
comment
Comment #1256754
Such a tool has existed long time ago: http://softwarelivre.sapo.pt/projects/mac/wiki/WebPageRender...
-
comment
Comment #1134083
And I want users to use the latest versions of their browsers. And I don't get my hopes high!
- story
- story
- story
-
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…
-
comment
Comment #605836
It goes to web start-ups heaven.
-
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.
- story
-
comment
Comment #449053
In Stargate you only see C code, even written by aliens!
-
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.
- story
-
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…
- story
-
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 :)