Viewing profile — devwebee
devwebee
HN member- Joined
- Thu, Feb 27, 2014, 12:44 AM UTC
- HN karma
- 10
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About devwebee
No profile information was provided.
Recent public activity
-
comment
Comment #7479648
Vim is multi-platform, and there are GUIs for Vim, particularly GVim and Macvim, where you can use the mouse, and copy/paste, etc, just have to do it the Vim way. You gave up too e…
-
comment
Comment #7478274
I've seen experienced programmers failing at learning Haskell for the same reason experienced programmers fail at learning Vim, the initial learning curve is very steep, and they d…
-
comment
Comment #7440241
Interesting title, too bad I've to click "next" fifteen times; lost interest; skip.
-
comment
Comment #7437186
PHP can handle as well or better than Python and Ruby. The performance difference is not that important when choosing between these languages, because they are all slow anyway. If …
-
comment
Comment #7437016
The problem with PHP is its design, or lack of it to be precise. It's inconsistent and quite verbose. But it's made for the web, so it's very easy to deploy, and the workflow is st…
-
comment
Comment #7436894
It looks promising, I highly dislike writing PHP and this seems like it might ease the pain, but they could've gotten rid of the damn dollar sign in front of variables, how ugly is…
-
comment
Comment #7432997
I noticed this too. Plus they're using a bad example. Looping an array with "for..in" in JavaScript is one of the most known antipatterns.
-
comment
Comment #7427237
Yes, maybe, in the same way I would browse for random stuff on other places out of pure boredom, there are some interesting polls. But the site is too slow, it takes ~5sec to load,…
-
comment
Comment #7403355
Yes, content first web design is good web design, not superfluous decoration.
-
comment
Comment #7396560
Dell SK-8115 is a classic.
-
comment
Comment #7390260
They are loading like 20 jQuery libraries in the header. Nothing is minified. By looking at the JS code here http://assets.razerzone.com/eeimages/products/15348/js/templ... , it se…
-
comment
Comment #7383300
Not sure those two cases are really interchangeable. It doesn't seem like a very good example. By introducing an object that way you're coupling your functions that work on pure da…
-
comment
Comment #7318221
TBH, it doesn't look too good. The syntax is all over the place, bad indentation, missing semicolons, a loop variable is leaking, it doesn't follow common conventions... But don't …
-
comment
Comment #7316765
So what kind of object is a multiplication, or an addition? Monoid has "no real good real-world parallel" because it is not a real-world concept. -- "It has no related or relevant …
-
comment
Comment #7316392
I completely agree. You're not losing me because I would've never clicked. If I want something, I go look for it myself. I don't understand why people try to make this a morality i…