timclassic
- Karma
- 9
- Created
- March 8, 2011 (15y ago)
- Submissions
- 0
Mostly a lurker, but I do pipe up occasionally.
[ my public key: https://keybase.io/classic; my proof: https://keybase.io/classic/sigs/fRnDiFV2GPqpMsSFzh4CNdDuZaSpocb7LDAykl5xIR0 ]
[ my public key: https://keybase.io/classic; my proof: https://keybase.io/classic/sigs/fRnDiFV2GPqpMsSFzh4CNdDuZaSpocb7LDAykl5xIR0 ]
Nixpkgs includes support for generating Docker images: https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools I've used it lightly and so far it has worked well.
ElectricFence is great, and I recall having a similar feeling to the OP when I first used it because many of the described issues were also new to me at the time. It's a great experience :) If you're on Solaris or a…
Does anyone know if this supports timestamps down to the microsecond, like InfluxDB? The datasheet does not seem to contain this information.
Since Git LFS support in GitLab is targeted at both CE and EE, do you expect to open up the EE-only git-annex support to CE as well since the two features serve similar purposes? Edit: "GitLab," not "GibLab," haha.
Exactly.
I see. You are correct, Erlang definitely falls on the shared-nothing side if you ignore some uses of ETS and ref-counted binaries (binaries above 64 bytes, I believe). I disagree with the statement "Erlang requires…
I haven't written any Clojure, but I have written a good bit of Erlang. My understanding of the Erlang Virtual Machine tells me that it solves a lot of the problems you describe regarding immutable data. For example,…
Can you provide some more details for this claim? I'm interested.