Home
search
Collections
Sign in or create an account
×
Upload an optional image.
Medium site navigation
Upload an optional image.
Jesper L. Andersen
CS hacker, researcher, and investigator.
Following
138
Followers
415
Elsewhere
Follow
Most recommended
Erlang and code style
Musings on mostly defensive programming styles
Correct Erlang usage mandates you do not write any kind of defensive code. This is called intentional programming. You write code for the intentional control flow path which you expect the code to take. And you don’t write any code for the paths which you think are not possible. Furthermore, you don’t write code for data flow which was not the intention of the program. It is an effect, silly If an Erlang program goes wrong, it crashes.
Jesper L. Andersen
8 min read
Latest
Mnesia and CAP
We start out with the TL;DR treatise: The mnesia database is not CP, nor AP. And it cannot be CA, because CA doesn’t make any meaningful…
Jesper L. Andersen
7 min read
QuickCheck Advice
hints and tips for the interested who are just starting out—or the intermediate user…
Jesper L. Andersen
13 min read
Two technologies which are bad for you
For some odd reason, we end up in situations in this industry which looks even more grave than earlier. In this post, I am going to rant. I…
Jesper L. Andersen
7 min read
More
Collections edited by Jesper L. Andersen
Erlang, Lisp and Haskell
Follow
83
Recommended by Jesper L. Andersen
Tech’s Meritocracy Problem
Yesterday, speaking at the Grace Hopper Celebration of Women in Computing, Microsoft CEO Satya Nadella made the humiliating gaffe of…
Jocelyn Goldfein
5 min read
The Null Hypothesis Loves You and Wants You To Be Happy
Our last best hope for understanding.
Meredith L. Patterson
8 min read
Feminism's Twist Ending
Women and the Internet: Part Four
Quinn Norton
7 min read
More