Live data from Hacker News

Viewing profile — jonascopenhagen

jonascopenhagen

HN member
Joined
Thu, Dec 27, 2012, 3:59 PM UTC
HN karma
572
Public activity
84 items

About jonascopenhagen

No profile information was provided.

Recent public activity

  1. comment
    Comment #5455193

    Sure, and that's the way it works by default: In a Enter adds a new line - in a single-line Enter submits the form. What I'm saying is that if you have a single-line field and pres…

  2. comment
    Comment #5454281

    Clickable: http://jsfiddle.net/LFkGZ/ http://jsfiddle.net/6r7gh/

  3. story
    Pressing Enter should submit the form

    There are too many forms out there where pressing Enter (when an input field is focused) does nothing. Pressing Enter should submit the form. Normal HTML(5) forms work this way, bu…

  4. comment
    Comment #5438003

    I don't know if they edited the article, but right now it says "dozens of millions of pounds", which would mean at least £24 million, or roughly $36 million.

  5. comment
    Comment #5393065

    Isn't that weekly? It'd be cool to have a daily one.

  6. comment
    Comment #5391003

    A daily email digest of HN, sent to the user on a specific time he/she wishes, with all of the links (including Ask HN), sorted by points.

  7. comment
    Comment #5389061

    Greece and Cyprus were forced to receive "economic help". Not AFAIK. Their alternatives were just worse.

  8. comment
    Comment #5387471

    Actually the Russian mafia supposedly has a lot of money in the tax haven that is Cyprus. (Source (in Danish): http://www.dr.dk/Nyheder/Udland/2013/03/16/100422.htm )

  9. comment
    Comment #5386193

    I don't understand the need for this. Hosting 10 GB costs $1 per month on Rackspace Cloud Files and even less on Amazon S3. Secondly, if you use a paid service you don't need to ru…

  10. comment
    Comment #5375754

    The big thing that killed market fundamentalism for me was doing a stint in business consulting and seeing what the average rich person actually is: a glorified street hustler. Cap…

  11. comment
  12. comment
    Comment #5358581

    what would you accomplish by switching from Ruby to Python? Simpler syntax?

  13. comment
    Comment #5350068

    CRUD apps are inherently simpler than airplanes, and unlike airplanes no one dies when your CRUD app crashes.

  14. comment
    Comment #5350061

    Sure - but if you compare, say, Zend with Laravel, you'll see that the former is hugely complex compared to the latter - and what I'm saying is that the complexity doesn't seem to …

  15. comment
  16. comment
    Comment #5348627

    I know what you mean, and I realize there's more to web development than what I just wrote. Nonetheless, I think frameworks such as Zend add a level of complexity that is rarely ju…

  17. comment
    Comment #5348600

    > I have yet to see any Java-style absurdity. Then you probably haven't tried Zend Framework ;)

  18. comment
    Comment #5348584

    Pretty much sums up how I feel about most of the big frameworks (Zend in particular, but also Symfony and CakePHP). The problem of over-engineering isn't just related to the big PH…

  19. comment
  20. comment
    Comment #5343447

    > I meant countries where English is not already the native language. English isn't the native language in the Scandinavian countries or Finland, and yet most of us speak English f…

  21. comment
    Comment #5343414

    Yes and no - the Americans I know who live here are generally very happy with it. Some are so used to being able to speak English everywhere in Denmark that they live here for year…

  22. comment
    Comment #5343146

    > Amsterdam is probably the only city, apart from London, where you can get by perfectly speaking only English. You can get by perfectly speaking only English in most of Northern E…

  23. comment
    Comment #5338572

    What kind of encoding issues are we talking about? I fail to see how PHP in itself should be specifically vulnerable to encoding problems.

  24. comment
    Comment #5338358

    > Encoding. Never had any big problems in Python and a lot in PHP Encoding is rarely a problem in PHP. Use UTF-8 everywhere, make sure every part of the system uses it (the databas…

  25. comment
    Comment #5337875

    Deploying a PHP site can be done with the use of one or two apt-get commands. In Python I'd need to do that plus write WSGI-related stuff in a script, alter the Apache configuratio…