Live data from Hacker News

Viewing profile — RommeDeSerieux

RommeDeSerieux

HN member
Joined
Wed, May 13, 2009, 6:58 AM UTC
HN karma
18
Public activity
14 items

About RommeDeSerieux

No profile information was provided.

Recent public activity

  1. comment
    Comment #9080217

    What's wrong with Sybase? Quite a powerful database.

  2. comment
    Comment #7725138

    This reminds me to log in more often.

  3. comment
    Comment #4434766

    Disgusting, but not in any way surprising.

  4. comment
    Comment #4251318

    Looks like he removed the post.

  5. 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…

  6. comment
    Comment #4099233

    I'm still converned over the fate of the x64 compilers.

  7. 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…

  8. comment
    Comment #4009824

    Can't help but wonder how the school will retaliate.

  9. comment
    Comment #2107927

    I'm hitting the paywall with this link for some reason.

  10. 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…

  11. comment
    Comment #612735

    To me Pylons looks very Rails-like, except for configuration files, which are in .ini files (painful).

  12. 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 …

  13. 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,…

  14. 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…