Blogging...InHe//

See a list of all posts here!

Latest Posts

Read some freshly-baked posts

  • Trait implementation in Rust & how inheritance differs from interfaces

    Posted on: 02/09/2024

    This post discusses about how inheritance and interface are two entirely different mechanism, how Trait in Rust is an implementation of the interface abstraction & how Trait object is implemented

    rusttraitimplementationinterfaceinheritance
  • printf - A speculative implementation (part 2)

    Posted on: 03/04/2023

    In this post, I implement the non-variadic version of `printf` with a pre-preprocessor.

    c++
  • printf - A speculative implementation

    Posted on: 01/04/2023

    This post mainly concerns itself with the problem of functions accepting a variable number of parameters. There's a catch though!

    c++mips
  • Sylvester's criterion for positive-definite real matrixes

    Posted on: 20/07/2022

    An elementary proof to Sylvester's criterion. Some rantings bonus.

    mathlinear algebra