$ cat /dev/blog
Home Archive GitHub CV
  • Playing with NASM on MacOS

    Aug 27, 2019

    Once I was wondering, how different the ‘hello world’ in assembler on Linux would be from one on MacOS.

    Read on →

  • Low-level TCP server in Rust with MIO

    Aug 1, 2019

    It is time to get acquainted with Metal IO, low-level cross-platform abstraction over epoll/kqueue written in Rust.

    Read on →

  • World Clock in Rust

    Jul 24, 2019

    Just simple console app that asks for a time zone and prints current time in provided timezone (or in local if no time zone was provided).

    Read on →

  • Setting up SSH reverse proxy

    Jul 9, 2019

    Providing an SSH access to a home server (usually hidden behind NAT) from outside world (Internet) sounds like a tricky task to configure. But it is not, literally 2 commands and a VPS witn public IP is enough to do that.

    Read on →

  • Distributed Membership Protocol

    May 12, 2019

    Once I had a long winter evening to spare, and I was thinking, why don’t I implement a distributed membership and failure-detection protocol in Rust?

    Read on →

« Older Newer »

© Sergey Melnychuk - RSS - Powered by Jekyll & whiteglass