Viewing profile — vdijkbas
vdijkbas
HN member- Joined
- Fri, Apr 04, 2014, 7:33 AM UTC
- HN karma
- 25
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About vdijkbas
No profile information was provided.
Recent public activity
-
comment
Comment #32695488
> This is why Nix is really just a front for bash. For all of its faults, at least bash is Turing-complete. Nix is Turing-complete. This was even sometimes considered a problem bec…
- story
-
comment
Comment #14894803
I wrote a PR[1] for NixOS that adds a postage service. Just add the following to your configuration.nix to enable a postage web server: { services.postage = { enable = true; connec…
-
comment
Comment #14627891
Haxl is a powerful abstraction with IMHO a beatifuly simple implementation. However for our use case at LumiGuide (reading and writing registers of modbus devices) it wasn't simple…
-
comment
Comment #14589444
The nice thing about having many cyclists is that there's a high demand for cycle parking spaces which means you can run a good business guiding cyclists to available space. This i…
-
comment
Comment #9709215
At LumiGuide we use NixOS on our development machines as well as on all our production servers. I used ansible before but NixOS is on a whole different level. See the following for…
-
comment
Comment #9692097
That's me and my laptop :-) As I mentioned in the reddit comments we're using Haskell for most parts of the system (frontend via GHCJS, web application servers, protocol implementa…
-
comment
Comment #9692007
(I'm the CTO of LumiGuide who developed this system). We're currently not using the system for video surveillance. Images from the cameras are only stored in memory for a short per…
-
comment
Comment #7883559
Also see the slides of Simon's talk at ZuriHac 2014 last weekend: http://www.haskell.org/haskellwiki/ZuriHac2014#Talk_by_Simon...