Building a Cache in Elixir
openmymind.net
Building a Cache in Elixir
1–10 of 27 posts
Re: Building a Cache in Elixir
#2A joy to look at in a sea of hard-to-read blog posts
Re: Building a Cache in Elixir
#3Re: Building a Cache in Elixir
#4About the post, I'm not sure what dcache offers over Nebulex though.
Re: Building a Cache in Elixir
#5I don't really know Elixir (though I'm interested in it), but this blog post was incredibly readable. Large font, good syntax highlighting, utilized most (but all) of the laptop screen width. A joy to look at in a sea of hard-to-read blog posts
Re: Building a Cache in Elixir
#6Re: Building a Cache in Elixir
#7I don't really know Elixir (though I'm interested in it), but this blog post was incredibly readable. Large font, good syntax highlighting, utilized most (but all) of the laptop screen width. A joy to look at in a sea of hard-to-read blog posts
On my mobile phone the font is stupid large though, making it impossible to read.
For me, the font was also too large, but 0.5 seconds later, it wasn't. But no need to comment about something like this (same with the parent) as it's not actually about the article, just about something website specific.
Re: Building a Cache in Elixir
#8Re: Building a Cache in Elixir
#9"nil is greater than any integer", that was astounding. Which languages have a no-data is bigger than max_int rule?
I say almost because floats and their equivalent integer are different items but they are equal in the total order. In practice this is fine, and I have never heard of this causing a problem.