Posts

Visualizing your rust code using graphviz

1 minute read

In a previous post I mentioned that the rust compiler allows you to output interesting intermediate languages/formats in a number of different ways. hir, mir...

Exploring rust

4 minute read

Rust provides a lot of language constructs to enable and empower the user to write memory safe and correct code. But what happens behind these constructs? I...

Journey into rust #2: Compute Shaders

8 minute read

I realized after my first post of this series that it’s not just a journey into rust but also OpenGL. I’ve used other Graphics API’s before but never actual...

Journey into rust #1: Conway’s Game

7 minute read

Rust has been popping up on my twitter feed more and more. It’s been promoted and presented as the ultra safe language, so naturally I decided to check it ou...

Foo…Bar?

1 minute read

Hello world Enough with the cliché programming references and on to real business. Welcome to my first blog post! I’m Jonathan, a open-minded technology lo...