Viewing profile — 5outh
5outh
HN member- Joined
- Sun, Feb 15, 2015, 5:29 PM UTC
- HN karma
- 33
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About 5outh
No profile information was provided.
Recent public activity
-
comment
Comment #16567828
Thanks very much :D
-
comment
Comment #10610458
This looks pretty promising from the table of contents! It was also written by one of the main authors of GHC, the most widely-used Haskell compiler.
-
comment
Comment #10607703
Elm is heavily focused on user-friendliness and offers a sort of full framework for developing frontend applications, whereas PureScript is focused on producing readable, easily in…
-
comment
Comment #10542220
Not sure if this is related to the Hawthorne effect, but I could easily see more traffic with liking just due to the fact that it's new and fancy. Maybe a significant number of peo…
-
comment
Comment #10247862
I did something similar for about two weeks, where I'd choose an article every day and write my own notes about it: http://kovach.me/notes.html They were all about a single topic t…
-
comment
Comment #9948314
Well, sort of. One of the big focuses of functional programming is _minimizing_ state; in other words, only what must be passed around should be. Sure, you'll end up having a large…
-
comment
Comment #9923743
I'm not saying side-effecting IO is the _only_ thing that motivates the idea behind Monads, it's just one of the big ones. I mentioned more than just that, and the use cases you me…
-
comment
Comment #9919880
The big problem with monad tutorials is that you can't talk about them without understanding the motivation behind them, and that comes from purely functional languages (i.e. Haske…
-
comment
Comment #9915422
IIRC, you have to pay a subscription to shop on Jet in the first place. Every new shopper brings in recurring revenue.
-
comment
Comment #9875203
Case in point: Express is now owned by strongloop and is still (no pun intended) going strong.
-
comment
Comment #9747584
On the main project I'm working on, the reason we have develop/master is mainly for hotfixes. We deploy once a week, but if we need to get something out the door quickly, we make a…
-
comment
Comment #9474324
Category Theory is all about composing things and being able to reason about them mathematically. In programs, we compose lots of things (functions, types, objects, systems...), an…
-
comment
Comment #9100752
Why is the most common job title "Software Engineer" at the top, but "Software Developer" is listed as the first job analyzed? Were they grouped together?
-
comment
Comment #9059115
Suddenly, I feel like I should spend a heck of a lot more time reading classic papers, books etc.
-
comment
Comment #9056914
I thought it was an homage to You Don't Know Jack ( http://en.wikipedia.org/wiki/You_Don%27t_Know_Jack_%28video_... ). I read the title as "You Don't Know Jack Squat," haha. I don'…