This page lets you compare a semver requirement to a particular version to see if the version fulfills that requirement. Basically, it's like semver.npmjs.com but less fully-featured. (more…)
Read more »
If a memory object has only one pointer to it, that pointer is the owner
of the memory object. With the single owner, it becomes straightforward to
manage the memory for the object. It also becomes trivial to synchronize access
to that memory object am... (more…)
Read more »
It's not a secret that I'm a big fan of Elixir, so when I started doing Rust development I tried to b... (more…)
Read more »
Deno is created by the original developer of Node.js, Ryan Dahl, to address what he called 10 things I regret about Node.js. It did away with the NPM and the infamous node_modules. Deno is a single binary executable to run applications written in TypeScri... (more…)
Read more »
A while ago, I built a system-tray application in Rust to notify me ofnew e-mail called buzz. It was workingfine, but every now and again, it would fail to c... (more…)
Read more »