Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Dylan Ratcliffe

๐Ÿ‘ค Speaker
297 total appearances

Appearances Over Time

Podcast Appearances

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

And the only piece of information we had was the IP address of this thing.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

And so we tried to just log into it and we got presented with a blinking password prompt.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

and so we put in the password for everything and it let us in and so what proceeded then was a whole bunch of infrastructure paleontology we were trying to work out how the bones of this thing fit together when it was alive and it turns out that this is a physical server which was put into the data center about 10 years ago and its purpose in life

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

is to pretend to be a printer and when someone prints to it it saves that as a pdf and puts it in a folder and then runs a script which moves it from that folder to another folder that folder is mounted to a network share which is mounted to your laptop so when the user presses the button they get a pdf on their laptop but actually what happens is this horrible dance all the way around the network and back again and we had broken that somehow

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

It turns out that the fix was to update about 30,000 permissions on the network share.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

which by the point at which we realized everybody had gone home anyway and we weren't going to make it any worse so we did and it fixed it but that was the moment that i decided to quit my job because it just cemented in my mind that it is totally reasonable to be afraid of pressing that button it's never going to go wrong in a way that is straightforward it's always going to be something that you didn't know you didn't know something that was built by someone who's since left

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

nobody knew this thing existed and if they did know it existed you wouldn't have got yourself into this situation and so that sort of gave me the realization that we have to be able to discover this automatically with no input from anyone and if we could do that we could prevent this outage not that'll ever happen to anyone again it's so bloody niche but that type of thing happens to people all the time and so we will be able to prevent that if we can go and

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

discover every dependency with no input from the user.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

And so I decided to quit my job and go and build that.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

So the MVP started on a piece of paper and continued on a piece of paper for a pretty long time, like months, probably, before I bought a laptop to actually work on it, to actually write the first piece of code.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

The MVP was pretty unrecognizable to the product that we have today from a actual product perspective.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

But surprisingly, some of the tech, actually a lot of the tech, is still there.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

To my shame, some of the code is even still there.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

People have to read it.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

People have to read what it was like when I was first learning Go.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

It is obvious that I was very new to Go.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

But anyway, some of it's still there because the tech actually still underlies the product.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

But the product itself was totally different.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

As I said, I'd thought that if we could discover every dependency in real time with no input from the user, because of course, if you expect the user to tell you where to look, then you're not going to find the things that are going to cause the actual problems, then this would solve the problem.

Code Story: Insights from Startup Tech Leaders
S12 E1: Dylan Ratcliffe, Overmind

And so we built a real-time discovery engine that could do exactly that.