Viewing profile — jonascopenhagen
jonascopenhagen
HN member- Joined
- Thu, Dec 27, 2012, 3:59 PM UTC
- HN karma
- 572
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About jonascopenhagen
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #5454281
Clickable: http://jsfiddle.net/LFkGZ/ http://jsfiddle.net/6r7gh/
-
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…
-
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.
-
comment
Comment #5393065
Isn't that weekly? It'd be cool to have a daily one.
-
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.
-
comment
Comment #5389061
Greece and Cyprus were forced to receive "economic help". Not AFAIK. Their alternatives were just worse.
-
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 )
-
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…
-
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…
- comment
-
comment
Comment #5358581
what would you accomplish by switching from Ruby to Python? Simpler syntax?
-
comment
Comment #5350068
CRUD apps are inherently simpler than airplanes, and unlike airplanes no one dies when your CRUD app crashes.
-
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 …
- comment
-
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…
-
comment
Comment #5348600
> I have yet to see any Java-style absurdity. Then you probably haven't tried Zend Framework ;)
-
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…
- comment
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…