diff --git a/content/posts/parabola-install-guide.md b/content/posts/parabola-install-guide.md index 3410bf2..d9d9298 100644 --- a/content/posts/parabola-install-guide.md +++ b/content/posts/parabola-install-guide.md @@ -12,7 +12,7 @@ Still, this is to be considered just a recap of what you will need to to if you some info on [Parabola GNU/Linux-libre](https://www.parabola.nu/) -I will assume that you already created a bootable drive of some kind with an image of Parabola CLI Edition: [download](https://wiki.parabola.nu/Get_Parabola) +I will assume that you already created a bootable drive of some kind with an image of Parabola CLI Edition that you can download from here: [download](https://wiki.parabola.nu/Get_Parabola)\ I won't cover how to do so beacuse there are already hundreds of guides that perfectly teach you how to do it on every system with every image using every technique available. # Check if you have a UEFI machine or not diff --git a/data/talks.json b/data/talks.json index 75eab5e..7fc8c18 100644 --- a/data/talks.json +++ b/data/talks.json @@ -469,6 +469,54 @@ "description": "Have you ever wondered how terminal user interface applications are built? Join me in this talk as we explore Ratatui which aims to provide a wide range of widgets to make it possible to design beautiful interfaces and push the limits of the terminal using Rust.", "liked": true, "attended": true + }, + { + "title": "QUBIK a 1p PocketQube satellite platform", + "speakers": ["Ilias Daradimos"], + "date": "2024-02-04T13:30:00", + "location": "Fosdem23", + "tags": ["open hardware"], + "url": "https://ftp.fau.de/fosdem/2024/h1308/fosdem-2024-2019-qubik-a-1p-pocketqube-satellite-platform.mp4", + "duration": "PT30M", + "description": "The story of QUBIK, an OpenSource/OpenHardware PocketQube satellite. Ηow it came to be, challenges faced, its mission in space and its ongoing development as an experimentation and educational platform", + "liked": true, + "attended": true + }, + { + "title": "A satellite's final safehouse: The deployer", + "speakers": ["Thanos Patsas"], + "date": "2024-02-04T14:00:00", + "location": "Fosdem23", + "tags": ["open hardware"], + "url": "TBD", + "duration": "PT30M", + "description": "What happens after a rocket achieves orbit? How does a satellite stay safe during launch and what happens after they leave their final home, right before starting their mission in orbit? The answer is revealed during this talk. PICOBUS, developed by the Libre Space Foundation, is an 8p PocketQube satellite deployer. It's a groundbreaking open-source deployer capable of storing and deploying up to 8 PocketQube Units while in orbit. The first PICOBUS deployer was manufactured to fly onboard the maiden flight of Firefly Aerospace's Alpha rocket, carrying two sets of QUBIK satellites, which are our very own open-source PocketQube satellites. The first launch faced a setback with an explosion shortly after liftoff, posing a threat to our deployer and satellites. However, an interesting turn of events followed! This will be discussed during this talk.", + "liked": true, + "attended": true + }, + { + "title": "So you think you know Git", + "speakers": ["Scott Chacon"], + "date": "2024-02-04T14:00:00", + "location": "Fosdem23", + "tags": ["git"], + "url": "https://www.youtube.com/watch?v=aolI_Rz0ZqY", + "duration": "PT50M", + "description": "Git has been the de-facto version control system used by nearly every developer in the world for almost a decade now. While most of us know the basics, there are depths and hidden valleys of our Git tooling that even the most experienced of us may have never even heard of. Join Scott Chacon, a GitHub co-founder and the author of Pro Git, to dig into the hidden depths of obscure command line invocations to get more out of the amazing tool you use every day.", + "liked": true, + "attended": true + }, + { + "title": "NetBSD 10: Thirty years, still going strong!", + "speakers": ["Benny Siegert"], + "date": "2024-02-03T11:00:00", + "location": "Fosdem23", + "tags": ["netbsd"], + "url": "https://ftp.fau.de/fosdem/2024/k1105/fosdem-2024-3508-netbsd-10-thirty-years-still-going-strong-.mp4", + "duration": "PT50M", + "description": "In 2023, the NetBSD project celebrated 30 years since its first release, 0.8. Now, four years after NetBSD 9, NetBSD 10 brings a huge number of changes and improvements. This talk will dive into the most important new features of NetBSD 10, such as performance and security improvements, expanded CPU and GPU support, improved virtualization and more! But over all this, the question remains: how relevant is NetBSD these days? There is a small but friendly, and tight-knit community of users and developers. The focus on portability and cleanliness provides a good system for both beginners and tinkerers, but also a rock-solid server or workstation system. We will go over some cool use cases and show ways that you can get involved.", + "liked": true, + "attended": true } ] }