Viewing profile — RommeDeSerieux
RommeDeSerieux
HN member- Joined
- Wed, May 13, 2009, 6:58 AM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About RommeDeSerieux
No profile information was provided.
Recent public activity
-
comment
Comment #9080217
What's wrong with Sybase? Quite a powerful database.
-
comment
Comment #7725138
This reminds me to log in more often.
-
comment
Comment #4434766
Disgusting, but not in any way surprising.
-
comment
Comment #4251318
Looks like he removed the post.
-
comment
Comment #4244335
The galaxy nexus is a stock android device, no such UI modifications from samsung are present here. Instead, apple is going after device-wide search and some other ridiculous paten…
-
comment
Comment #4099233
I'm still converned over the fate of the x64 compilers.
-
comment
Comment #4088430
I think female peer pressure and the fear of ostracization for getting outed as a geek is a much bigger deterrent to women entering the IT field than some silly jokes that a mature…
-
comment
Comment #4009824
Can't help but wonder how the school will retaliate.
-
comment
Comment #2107927
I'm hitting the paywall with this link for some reason.
-
comment
Comment #1460494
I fail to see the problem with minification. The minificator can insert semicolons by itself because the algorithm for that is known and present in every JS engine. Besides, it jus…
-
comment
Comment #612735
To me Pylons looks very Rails-like, except for configuration files, which are in .ini files (painful).
-
comment
Comment #612731
Portability between servers and reusable apps are the first examples that came to my mind. A reusable app would need an extra installation step and need to duplicate its routes in …
-
comment
Comment #612729
Here is a simple example which pops up too often: i need a "flatpages" controller which will display a page based on its url. Or, as another example, a category tree. With regexes,…
-
comment
Comment #606598
I don't understand why almost every (except for Django) framework author insists on hiding regular expressions in his routing scheme and instead forcing developers to use his homeg…