Viewing profile — bgamari
bgamari
HN member- Joined
- Tue, Jun 18, 2013, 1:25 PM UTC
- HN karma
- 26
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bgamari
No profile information was provided.
Recent public activity
-
comment
Comment #33186140
I'm not sure what you mean by this. `cabal-install` is quite deterministic; you can even freeze the index date for full build plan determinism. The largest challenge in this area i…
-
comment
Comment #33185995
GHC is indeed a large piece of software and, like all software, has its share of bugs. Some of these bugs are indeed attributable to GHC's complexity or, rather, the complexity of …
-
comment
Comment #33185715
That is correct. The problem is only triggered by very particular patterns of integer operations which happen to get lowered to C-- where an operand is bound to a local register; t…
-
comment
Comment #14856678
Yes, as well as excellent abstractions for putting those threads to work. See [parallel]( https://hackage.haskell.org/package/parallel ), [async]( https://hackage.haskell.org/packa…
-
comment
Comment #14417512
> The iterative version in a number of languages is 10 lines, but the functional version needs some way of drilling down into an array in a mutable way (a monad) in order to make i…
-
comment
Comment #13871305
Isn't this just a reinvention of Canonical JSON [1]? There were efforts [2] to standardize it, although it seems this fizzled out. [1] http://wiki.laptop.org/go/Canonical_JSON [2] …
-
comment
Comment #12973300
As someone who recently, despite my better judgement, dropped a non-negligible amount of money on a 802.11ac adapter bearing a Broadcom chipset, I will readily say that I will neve…
-
comment
Comment #12290682
If you are considering the XPS 15, you might also look at the E7470. I have been using one of these as my primary machine for several months now and have been quite impressed. The …
-
comment
Comment #11813745
Give the Latitude E7470 a shot. I recently switched to one with very similar specs to the XPS 13 and have been very happy with it: Great screen, solid keyboard, 7 hour battery life…
-
comment
Comment #11746420
> I'm looking forward to trying out the new debugging support: gdb was unusable with older GHCs. Indeed; it should be slightly better now but as the documentation says, there are s…
-
comment
Comment #11746412
Hmmm, I've noticed this in the PDF output but haven't yet seen anything similar in the HTML output. Could you point me at a specific example?
-
comment
Comment #9581502
Correct.
-
comment
Comment #9577997
Most (essentially all) personal electronic devices charge with a fixed supply voltage (often 5 volts) and will draw up to some current. The product of current and voltage is power.…