7
0
Fork 0

Toevoegen talks

This commit is contained in:
Michael Boelen 2023-06-07 09:04:20 +02:00
parent ba0052b53c
commit ac8f68eccb
3 changed files with 57 additions and 1 deletions

View file

@ -113,6 +113,7 @@ event_schedule:
talk:
speaker: Maarten Aertsen
title: "The EU regulating (open source) software: the proposed Cyber Resilience Act"
link: talks/maarten-aertsen-eu-regulating-open-source-software-proposed-cyber-resilience-act/
- column:
talk:
speaker: Paul Reuvers en Marc Simons
@ -140,7 +141,7 @@ event_schedule:
- column:
textfield:
text: NLUUG Algemene Ledenvergadering (ALV)
link: https://nluug.nl/leden/alv/2023vj/
link: https://leden.nluug.nl/leden/alv/2023vj/
center: true
- column:
- row:
@ -151,6 +152,7 @@ event_schedule:
talk:
speaker: Ed Schouten
title: "Buildbarn: a distributed build cluster"
link: talks/ed-schouten-buildbarn-a-distributed-build-cluster/
- column:
talk:
speaker: Rix Groenboom

View file

@ -0,0 +1,26 @@
---
categories:
date: 2023-05-11T20:31:43+02:00
description:
layout: event-talk
slug:
tags:
title: "Ed Schouten - Buildbarn: a distributed build cluster"
persons:
- ed-schouten
presentation:
filename: 2023-05-11-ed-schouten-buildbarn-a-distributed-build-cluster
recording:
platform: youtube
url:
---
## Abstract
Over the 4+ years I have been maintaining an Open Source project named Buildbarn. Buildbarn can be used to create large scale clusters for doing distributed source code compilation and test execution (read: make -j 1000). By implementing the REv2 protocol, it is possible to use Buildbarn in conjunction with clients such as Bazel, Pants, BuildStream, Recc and Goma. Of all of the Open Source server implementations out there, Buildbarn is at this point the one that's used at the largest scale (multiple users with >10k CPUs) and has the most active community.
In my presentation I will talk about what Bazel and Buildbarn are, how the REv2 protocol works, and some of the exciting features that Buildbarn offers.
## Biography
Ed has been a happy user of, and contributor to Open Source software for the past two decades. He has been a FreeBSD developer and has made various contributions to LLVM. Between 2012 and 2014 he worked for Google in Munich as an SRE. Ever since leaving Google, he has kept a strong interest in distributed systems and building software at scale.

View file

@ -0,0 +1,28 @@
---
categories:
date: 2023-05-11T20:31:43+02:00
description:
layout: event-talk
slug:
tags:
title: "Maarten Aertsen - The EU regulating (open source) software: the proposed Cyber Resilience Act"
persons:
- maarten-aertsen
presentation:
filename:
recording:
platform: youtube
url:
---
## Abstract
The Cyber Resilience Act (CRA) a legislative proposal by the European Commission affecting almost all hardware and software on the European market. It intends to ensure cybersecurity of products with digital elements by laying down requirements and obligations for manufacturers. NLnet Labs has voiced concerns about the effects on the open-source ecosystem.
In this talk, Maarten will update the community on what happened since the European Commission presented its proposal. The audience will learn what the CRA is, where the current discusion seems to be at and how the community is likely to be affected going forward.
## Biography
Maarten Aertsen is senior internet technologist at NLnet Labs. Founded in 1999, NLnet Labs is a small, independent public benefit organisation contributing to the robustness, security and reliability of the Internet and the privacy of its users. The Internet runs on NLnet Labs: its open-source software and work on open standards for the Domain Name System and (safe) inter-domain routing are used globally.
Maarten's role is to bring NLnet Labs' expertise to policy making bodies, including governments, regulators and multi-stakeholder forums. As an engineer interested in the legal, social and economic factors underlying the working of the Internet, he enjoys bridging between technical and policy audiences.