Add report on 24.11 ZHF hackathon #40
No reviewers
Labels
No labels
0 points
0.5 points
1 point
13 points
2 points
21 points
3 points
34 points
5 points
55 points
8 points
api service
blocked
component: fediversity panel
component: nixops4
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
infinite points
productisation
project-management
question
role: application developer
role: application operator
role: hosting provider
role: maintainer
security
technical debt
testing
type unclear
type: bug
type: deliverable
type: key result
type: objective
type: task
type: user story
user experience
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: fediversity/fediversity#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fricklerhandwerk/Fediversity:zhf-report"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
depends on Fediversity/Fediversity#38
@ -0,0 +2,4 @@{collections.events.entry = { link, ... }: {title = "NixOS 24.11 ZHF hackathon";name = lib.mkForce "zhf-24-11";Why is this
mkForcenecessary?There's a default value that makes make a slug from the title, but right, that one should probably
mkDefaultso here we don't needmkForce.Thanks; no worth an issue imo. I'll mark this as resolved.
@ -0,0 +7,4 @@start-date = "2024-11-23";end-date = "2024-11-24";start-time = "10:00";end-time = "17:00";Looks like datetime would be better here? They could also include the timezone of the event, but I guess it's implicitly conveyed in the description already.
Separating time and date allows avoiding parsing, since we may have events that have a date but no time; so yes, simplicity. For now we assume local time, and generally we're lacking a time handling library for the Nix language.
@ -0,0 +12,4 @@body = ''The biannual [Zürich NixOS ZHF hackathon](https://zurich.nix.ug/) has become somewhat of an institution for maintaining the tradition of preparing the upcoming NixOS release.The main goal of the two-day gathering is to bring down the number of build failures on the [continuous integration system Hydra](https://status.nixos.org/) before the release: Zero Hydra Failures.It's not that obvious what's the logical link of the
:here. But maybe we consider that it is for our target? Otherwise I'd maybe go for something like:@ -0,0 +1,22 @@{ config, lib, ... }:The name of the event file is
2024-11-*while this one is24-11-*. I'd go forYYYY-MMfor both, but I don't care as much about this particular choice as I care about consistency!5390d869c5to2ba91fef6e2ba91fef6eto8899b82e51