Skip to content

Commit

Permalink
various and fossdem
Browse files Browse the repository at this point in the history
  • Loading branch information
gianarb committed Mar 10, 2024
1 parent 11d385e commit 88c3aae
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
34 changes: 34 additions & 0 deletions _my_talks/2023-02-04-fossdem-i-am-excited-about-nix.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: talk
title: 'I am excited about NixOS, I want to tell you why!'
description: "Yup, you heard me right! I am two years into Nix and NixOS bause I endedup
working with a team deeply involved with such technology that I never hear
about even if I spent 8years out of 10 doing cloud computing, automation and
YAML! I have to admit it is not easy to pick up, nix is weird, you never know
what options to use and now it is all about flakes but I feel powerful.
In this talk I want to show you my dotfiles and how I manage my little homelab.
I will talk to you about netbooting, nixos-rebuild build-vm. A practical and
driven by frustration approach to NixOS"
date: 2023-02-04T11:00:00Z
eventName: FOSDEM
eventLink: https://fosdem.org
city: "Brussels"
---

<div class="video">
<video preload="none" controls="controls">
<source src="https://video.fosdem.org/2023/H.2214/nix_and_nixos_i_am_excited_about_nixos.webm" type="video/webm; codecs=&quot;vp9, opus&quot;">
<source src="https://video.fosdem.org/2023/H.2214/nix_and_nixos_i_am_excited_about_nixos.mp4" type="video/mp4">
</video>
</div>

Yup, you heard me right! I am two years into Nix and NixOS bause I endedup
working with a team deeply involved with such technology that I never hear
about even if I spent 8years out of 10 doing cloud computing, automation and
YAML! I have to admit it is not easy to pick up, nix is weird, you never know
what options to use and now it is all about flakes but I feel powerful.

In this talk I want to show you my dotfiles and how I manage my little homelab.
I will talk to you about netbooting, nixos-rebuild build-vm. A practical and
driven by frustration approach to NixOS
11 changes: 5 additions & 6 deletions conf.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"firstname": "Gianluca",
"lastname": "Arbezzano",
"title": "Software Engineer at Packet",
"role": "Senior Staff Software Engineer",
"title": "Software Engineer",
"role": "Software Engineer",
"bio": "Gianluca is a Software Engineer currently working on all things related to Kubernetes at Packet, a bare-metal cloud provider. I love to talk about distributed systems, testing, and infrastructure. When I am not coding, I blog at gianarb.it, or I ramble on [Twitter](@gianarb) about growing vegetables and gardening.",
"email": "[email protected]",
"company": {
"name": "Packet",
"url": "https://packet.com"
"name": "Rockfish Data",
"url": "https://rockfish.ai"
},
"img": {
"big": "https://drive.google.com/open?id=0BzcmoKaDlxSGQ3VtbzZJZlFOdWc",
"small": "https://drive.google.com/open?id=0BzcmoKaDlxSGZFZnOUJfTWlObk0"
},
"url": {
"site": "https://gianarb.it",
"twitter": "https://twitter.com/gianarb",
"mastodon": "https://hachyderm.io/@gianarb",
"github": "https://github.com/gianarb",
"twitch": "https://twitch.tv/gianarb",
"linkedin": "https://https://www.linkedin.com/in/gianlucarbezzan://www.linkedin.com/in/gianlucarbezzano/"
}
}
3 changes: 3 additions & 0 deletions conferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ <h1>Conferences</h1>
</div>
</div>

{% assign talks2023 = site.my_talks | where:'date', "2023" %}
{% include talks_per_year.html year="2023" url="yes" talks=talks2023 %}

{% assign talks2020 = site.my_talks | where:'date', "2020" %}
{% include talks_per_year.html year="2020" url="yes" talks=talks2020 %}

Expand Down

0 comments on commit 88c3aae

Please sign in to comment.