ninesigns | 5 years ago | on: Cambridge Bitcoin Electricity Consumption Index
ninesigns's comments
ninesigns | 5 years ago | on: I Still Use RSS
For such use cases RSS is god-send and I am glad that substack and many blogs do support that.
ninesigns | 7 years ago | on: Why Julia
I've once spent a day debugging the issue caused by the following line of code, where t1, t2 are floats and v is an array:
d = (t2 - t1) * length(v)
It should've been LinearAlgebra.norm():Float instead of length():Int. Had julia been stricter the code would have failed to run, saving me much time.
ninesigns | 8 years ago | on: Lispers
ninesigns | 9 years ago | on: TOX – A New Kind of Instant Messaging
ninesigns | 9 years ago | on: TOX – A New Kind of Instant Messaging
ninesigns | 9 years ago | on: TOX – A New Kind of Instant Messaging
ninesigns | 9 years ago | on: TOX – A New Kind of Instant Messaging
ninesigns | 9 years ago | on: TOX – A New Kind of Instant Messaging
ninesigns | 9 years ago | on: Introduction to Functional Programming in OCaml
Idris programming language has "Uniqueness types" [1], that are inspired by Clean and Rust.
There is also an interesting talk [2] where Idris author discusses state/side-effects management.
[1] http://docs.idris-lang.org/en/latest/reference/uniqueness-ty...