Viewing profile — soc88
soc88
HN member- Joined
- Tue, Nov 22, 2011, 11:57 AM UTC
- HN karma
- 228
- Public activity
- 238 items
- HN profile
- View on Hacker News ↗
About soc88
No profile information was provided.
Recent public activity
-
comment
Comment #4234089
> The graphs on that page show Go beating Java in memory usage in every case. "Beating"? The JVM is configured to take as much available memory it thinks is necessary to speed up e…
-
comment
Comment #4231540
Probably because it won't matter for the next few years. If you use features of Java 8, you force everyone of your clients to use/switch to a Java 8 runtime, too. Whereas in Scala …
-
comment
Comment #4226200
Especially annoying are those people who think the transformations formats are all of Unicode (and consequently suggest to use UTF-32 "to solve all problems").
-
comment
Comment #4219342
In my opinion it is ironic that they built a better C, but gave it attributes (like GC) which made it unusable for exactly those cases you would want to use C in the first place. G…
- comment
-
comment
Comment #4214244
This old and tired “but but but ... other languages aren't perfect too” is adding nothing to the debate. The problem is that PHP is light-years behind any sanely -not necessarily p…
-
comment
Comment #4214214
So what? The package manager will not install it. So it is still thousand times better than downloading random things from the net.
-
comment
Comment #4210864
>> As soon as someone points out an issue they almost immediately switch to "LALALALALA I CAN'T HEAR YOU!!!". I don't think I have to comment that any further ...
-
comment
Comment #4208073
> People coming from other programming languages that are extremely talented in that language PHP wouldn't be this worse if this was what would actually be happening, because these…
-
comment
Comment #4208013
> $foo will grow stronger than ever. -- Democratic People's Republic of Korea Yeah, sure.
-
comment
Comment #4207980
> there are many self-described experts in PHP I think this is the real problem of PHP. It attracts people too stupid to realize that their own level of knowledge should make them …
-
comment
Comment #4207965
Everybody should have basic programming skills, just like math, writing, etc. That doesn't mean we have to be happy with the shitty way things are currently done.
-
comment
Comment #4207940
Smoking isn't just a profession, it's an everyday skill that everyone should learn, regardless of how badly. A cigarette is a great enabler for this - and I endorse this direction …
-
comment
Comment #4207920
The question is why they don't move on to a working language, knowing that the PHP team will _never_ fix all these bugs. It is like those people who keep penny-stocks they bought y…
-
comment
Comment #4207781
> The core of the PHP community is filled with a lot of really talented and smart developers doing some really amazing things. Like those, who failed for years to actually consult …
-
comment
Comment #4198984
Yes, the daemon. The actual interpreter is still thrown away every few requests, because it is leaking memory like hell.
-
comment
Comment #4198894
I hate this apologist bullshit. Yes, we know that there are a lot of PHP sites on the net, we aren't retarded. If PHP wouldn't be such a wide-spread problem, people wouldn't have t…
-
comment
Comment #4188908
Weren't there quite some different templating choices (including Groovy) available from the beginning? Independently from that, the compilation times will automatically improve whe…
-
comment
Comment #4174207
It's funny how that "functional" name calling appears so convenient if it fits the own argumentation. (Not considering that Scala is foremost an object-oriented language.) Groovy i…
-
comment
Comment #4174144
Ouch.
-
comment
Comment #4173844
You mean the dormant one from 2004 which was never finished? http://jcp.org/en/jsr/detail?id=241 Or the "Groovy specification" which is almost completely empty? http://groovy.codeh…
-
comment
Comment #4171576
This is my impression, too. I think Groovy's "static" features are a reaction to a lot of developers realizing that "statically typed" doesn't necessarily mean that the language ha…
-
comment
Comment #4171445
As far as I know they still lack even a language spec.
-
comment
Comment #4158282
That's exactly the issue I'm talking about: you can't “enforce” the static type, so different methods get called depending on whether you pass List foo = MyList(...) or MyList foo …
-
comment
Comment #4158168
Just wanted to say thank you for this great list!