fbpx

Relate is a web platform based in Canada, still under development, that brings forward a new way of working with information.

It’s layered and it gives you a very visual way of organizing things in space. Inside this space you can actually work, it’s not just about note taking or organizing. You really bring your information in there to work with it. So while you work, you organize things and it’s easy for people to work with you.

The research for this ingenious, new way of working online started way back in 2010 and it’s getting close to release. We asked the mastermind behind Relate, David Foley, to tell us more about how this unique project is shaping up and what the results of his yearlong collaboration with RollOut IT are.

David told us that through the massive, decade-long history of developing Relate, there was a clear dividing line: to promote worldwide adoption, David wanted it to become truly global and platform-independent.

The key challenge: going full web

‘We decided that to move forward and have a worldwide adoption, something that is really easy to add up and very easy to increase in number, we needed to go web. It’s very hard to bring that type of thing in the web because it’s very graphical. So we needed to have something very efficient and very innovative with the current technologies. And this is where Bíró came in, and we designed the full thing in web, using RUST.’

Bíró, meaning David Bíró is a Rollout IT developer and RUST enthusiast. (Check out this video where he describes what his favourite programming language is capable of!)

His contribution is helping Relate to basically kind of ‘bypass’ the normal web.

‘We create a full system that draws things on screen where we want them to be, because what we build is not just like HTTP, it’s very different. So we redesign a full thing that runs in the web.’

Bíró’s experience with Rust helped the vision of Foley come alive in a new, scalable way. He helped the team get better at Rust and also helped in making some key decisions during the design process.

But why Rust?

‘To bypass the normal layout engine of the browser, you need a technology that runs very fast. We went with Web Assembly, a fairly new technology.’ – Foley explained.

‘There are not many languages that are very good to compile into Web Assembly. The frontend was using a C++ framework that was not compatible with web assembly, and event if it could, it would be heavy and would not leverage web browser technologies. And Rust has all this type safety that made it very attractive to avoid some of the bugs we already had to fight in the C++ version. And since we had to build the thing from scratch, we might as well go with new technologies that are picking up and very interesting. It’s a pain when you start using it because all the things that it forces you to do, to be safe. Once you get the hang of it, you can really like it!’

Based on this experience with Rust, Foley thinks it’s here to stay and it might get even more popular:

‘I think Rust is going to be a main language, not replacing any others very fast, because it’s a very big war, but it’s definitely got a place and it’s there to stay, pretty sure. It brings forward some new ways of thinking about programming. And it’s good for the computer. It’s very efficient and pretty easy to use. It actually has been designed for more back-end-ish, and server stuff, but it worked very well for the front end, surprisingly.’

‘It forces you think about the different categories of things you are doing. When I went back to Python, I was looking at my code and I was like: >> Okay, this is not so clean. << So there’s also this idea of Rust pushing forward a lot of practices.’

The Relate-project, and Rollout’s involvement: the Architecture

When asked about how far off Relate is from its creator’s vision, Foley remains stoic:

‘I still have notebooks. So the goal is not there yet. We need to have something even smoother, integrate more stuff. But it’s the basics, the platform that we’ve designed now, it’s all there to be able to support a lot of the next things. So there’s a roadmap ahead, but it’s ready to go forward.’

Foley describes Bíró as ‘almost like if we had hired a mentor for coding in Rust. And he was also extremely helpful in other technologies like React.‘

They had to build a web system, but part of it is data, that doesn’t need to run on Web technologies, but the module talking to the Web, the browser, that was Bíró’s work. It is taking the raw data and making it show on screen as lines and graphics inside a React container.

In Foley’s words, ‘a fairly complex piece of software, and he made it work gracefully.’

One of the main challenges during their collaboration was that they had to architect the software. It was different to C++. Foley describes the process as ‘challenging each other with design principles’, and as an expert with 15 years of experience in designing from the ground up, he relished this opportunity for mutual learning and growth. Their arguments have never been opinionated, because they could just easily share the sources that back their claims up with each other.

‘Sometimes it’s challenging to be argued when you’re not used to it. But I think he found it challenging too, because I was arguing about some of his designs. But it made us move forward, I think in a very thoughtful direction, because both of us knew that the code we write should be clean, else the other will give feedback about it…’

Obviously, Foley started working on the architecture in Rust, while still learning it, way before he started working with Bíró. He wanted to keep working on the back-end part of the front-end, the layout and structuring of data, because he felt that it requires all the knowledge about the data structures that are particular to Relate. So Bíró moved to the other part, where the graphs of information are drawn on the screen in realtime. From the moment they had two distinct systems running, it was pretty well defined that Bíró would mostly work on the ‘renderer side’, as the Relate team refers to it.

However, from time to time, they turned to Bíró to solve specific ‘Rust problems’, how certain things can be done well in this language. That also meant that often Bíró and Foley have often found themselves engaged in researching how certain modules could be refactored and connected. As the system grew, they started to understand better which blocks should be separated. Once a block was separated, it was easier to work on it in parallel.

One example for these ‘blocks’ would be the one which communicates with the backend via special protocols, they call that the Remote Procedure Call mechanism. This block feeds information into the Presenter, which contains other parts, like a semantic graph, these represent the knowledge. And then, there is the Layout Engine that transforms that to a visual graph which describes how things should appear on the screen. This is the final output that is received by the Renderer and it goes to the Web, almost like a Domain Object Model.

One of the biggest parts of Bíró’s contribution was translating these into draw calls that will appear correctly and in realtime on the screen, in the Web.

The collaboration with Bíró has now finished, mostly due to budget constraints, but the project is also moving forward into the next phase. The passion and dedication of Foley is contagious. He wants to give everyone, from school teachers to top researchers a platform-independent Web tool for organized work. And he is getting close.

‘We need something that’s more powerful than opening 50 tabs of web and trying to keep everything open everywhere because you need more memory. We need something that’s more powerful that helps mimic how the brain is organized. So, that was the idea of my Phd. I wanted to study the brain, study how we learn, study how we work, study how we collaborate. Many scientific fields research these subjects, but they are mostly separated, the brain stuff, the language stuff, but I’d like us to try to understand all of that and reinvent a system that will really touch on every one of these.’ – he explains.

Relate is really unlike anything we had the pleasure of working on, and we hope we get the opportunity to get involved again, being a part of a true user interface revolution.

Book a call or write to us

Or

Send email

By clicking on ‘Send message’, you authorize RolloutIT to utilize the provided information for contacting purposes. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

In the world of mobile app development, developers are always looking to improve efficiency, speed, and reliability. Rust is a programming language that's becoming more popular for this reason. It offers unique features that make it great for creating apps that run fast, are secure, and can handle a lot of users. This article will show how Rust can make your mobile app development better. We'll talk about how it helps with performance, keeps data safe, handles many tasks at once, and works on different platforms.
Creating a Minimum Viable Product (MVP) and growing it into a successful digital product is tough. It needs the right partner. Picking the wrong agency can cause delays, missed chances, and a less than perfect product. But how do you make sure you pick the right agency for your MVP? We'll help you check out agencies, see what they know, and find the best one for your business.
In the fast-paced world of product development, launching a successful MVP is key. It helps businesses test their ideas, get customer feedback, and set the stage for growth. The key to success lies in picking the right core features and KPIs that match your goals and what users want. This article will walk you through the steps to pinpoint the core elements for your MVP's success.
The world of tech is growing fast. New and cool things are popping up all the time. However, this surge in innovation has created a parallel challenge and that is the gap of skills among the vast options available in tech. The demand for highly skilled developers, data scientists, cybersecurity experts, and other tech talent far outpaces the supply when we see from the perspective of a single technology culture enforced in an organization. That forces businesses to spend time and resources in upskilling developers in new cultures.
Rust is a systems programming language which has captured the attention of developers worldwide. Its implementation of speed, safety, and concurrency has driven many to explore its potential. However, understanding Rust’s ecosystem is crucial for effectively leveraging its power. This blog will explain the core components, tools, and give exposure to the libraries that shape Rust’s ecosystem, providing insights for digital product developers.