Viewing profile — HappyAndHarmles
HappyAndHarmles
HN member- Joined
- Thu, Oct 06, 2016, 8:27 AM UTC
- HN karma
- 185
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About HappyAndHarmles
Recent public activity
-
comment
Comment #39087041
On a related note, if anybody would like to get started with home-manager, we have a flake template for it: https://github.com/juspay/nix-dev-home
- story
- story
-
comment
Comment #12954965
Personally I do not like underscores. It can get real ugly. So instead of: map3 f ( x, cmd ) ( y, cmd' ) ( z, cmd'' ) = I will have to write: map3 f ( x, cmd ) ( y, cmd_ ) ( z, cmd…
-
comment
Comment #12954954
One such magic is the "comparable" thing. See http://reasonablypolymorphic.com/blog/elm-is-wrong and https://github.com/elm-lang/elm-compiler/issues/774
- story
- story
- story
- story
- story
-
comment
Comment #12852051
> It may be wise to first try the switch on your current Mac, inside a Virtual Machine … This is exactly what I'm doing. I run Spacemacs in a Ubuntu VM running on Parallels. I'm no…
- comment
-
comment
Comment #12844850
I have been meaning to switch to Linux, however I am yet to find something that has as good of a display quality (retina fonts) as the Mac. How is the XPS like?
-
comment
Comment #12794390
Interesting. How would you configure this on a Mac?
-
comment
Comment #12699113
NeoVim is quite interesting. You can use it with other editors, like Github's Atom: https://github.com/carlosdcastillo/vim-mode Video demo: http://youtu.be/FTInd3H7Zec
- story
-
comment
Comment #12681595
Is anybody using VS Code for Haskell development? How is the extension like?
- story
- story
- story