Pietari Heino's personal website

  • Sample Page
  • About me
  • Reading
  • Watching

Fascinating engineering

Wicked cool neural network video primer

05/11/2017 / Leave a Comment

One of those people who have heard about neural networks and machine learning n+1 times but don’t really understand the actual fundamental basics behind it? I surely am. Well, of course I know that there are some ways of training a network with pre-labeled data and then discovering similarities in never-seen data and yada yada … [Read more…]

Posted in: Fascinating engineering, random Tagged: 3blue1brown, machine learning, neural networks, video series

DocHub: so smooth

24/03/2017 / Leave a Comment

I had to sign a PDF. I knew Google Drive has been offering me some “open with” options for ages and I decided to try DocHub.com. Absolutely brilliant. I opened the pdf I clicked sign They sent me an SMS with a link that opened a “sign here” web page I signed, refreshed the original web … [Read more…]

Posted in: Fascinating engineering Tagged: dochub, sign pdf, smooth

Google’s ultra-large-scale monolithic source code repository

15/02/2017 / Leave a Comment

Why Google Stores Billions of Lines of Code in a Single Repository is an excellent paper by Rachel Potvin and Josh Levenberg. They both work at Google, Rachel being an engineering manager and Josh a software engineer. Their writing, published in the Communications of the ACM in July 2016, may be found here. They provide a fascinating … [Read more…]

Posted in: Fascinating engineering Tagged: atk, google, google clients in the cloud, google piper, google source-code, google tools, google workflow, piper, trunk-based development, version control

Interesting reading: data compression from Deflate to Zstandard

08/09/2016 / Leave a Comment

Data compression is a fascinating topic if you ask me. If you’re curious about it, I suggest you to read these two pieces of nice writing: The Elegance of Deflate and Smaller and faster data compression with Zstandard. The first gives you a deep-dive into the inner-workings of widely used Deflate algorithm and the second … [Read more…]

Posted in: Fascinating engineering Tagged: data compression, deflate, zstandard

Control-flow Enforcement Technology to fight against ROP

24/06/2016 / Leave a Comment

In this blog post I’m writing about something that I consider really interesting and also very fascinating from the engineering perspective. I’m a huge fan of computer security related stuff and am intrigued by the many branches (ha!) it covers top to bottom with so many different aspects that you really cannot know everything at … [Read more…]

Posted in: Fascinating engineering, Things I like Tagged: cet, control-flow enforcement technology, endbranch, return-oriented programming, rop, shadow stack, stack