Ruben
Blog posts en open-source projecten
Over
Ruben
- Software Engineer
- ruben@tweedegolf.com
Ruben mag met recht full stack ontwikkelaar genoemd worden, met inmiddels jarenlange ervaring. Weet van veel verschillende technieken. Heel veel. Waakt over de architectuur van applicaties en accepteert geen halve oplossingen. Heeft een sterke mening die je altijd zal horen.
Studeerde informatica aan de RU en begaf zich eerder samen met Marlon op het ondernemerspad. Speelt in zijn vrije tijd graag table top games en fietst graag door de prachtige omgeving van Nijmegen.
Blog posts
Introducing Rust in security research
RP1: an experimental Diesel-based CRUD for Rocket
How we sped up our GitLab pipelines
Open-source projecten
ntpd-rs
ntpd-rs is an implementation of NTP completely written in Rust, with a focus on exposing a minimal attack surface. In this blog post the process of implementing a new open-source version of the Network Time Protocol is explained.
The project originates from ISRG's Prossimo, as part of their mission to achieve memory safety for the Internet's most critical infrastructure. Prossimo funded the initial development of the NTP client and server, and NTS support. The NTP initiative page on Prossimo's website tells the story.
ntpd-rs is part of Project Pendulum.

Rust 101

Statime
Statime is an initiative of Tweede golf, a work-in-progress implementation of the Precision Time Protocol (PTP) in Rust.
High-precision timing is part of crucial networking infrastructure. With Statime we aim to provide a memory-safe alternative for existing implementations.
The first milestones of the project were kindly co-funded by the NLnet Foundation.
Statime is part of Project Pendulum.

RP1
Developed by Ruben, RP1
is a procedural macro that generates a set of useful basic CRUD (Create-Read-Update-Delete) endpoints in a REST-like API with JSON output.
Check out the blog post RP1: an experimental Diesel-based CRUD for Rocket, for more.