Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
.claude/
public/
node_modules/
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ make build
make serve
```

> [!NOTE]
> To make it work on stock Ubuntu 24.0 LTS I had to install
> - the OpenSSL dev package + pkg-config
> ```bash
> sudo apt install -y libssl-dev pkg-config
> ```
> - a recent version of node
> ```bash
> cargo install fnm
> eval "$(fnm env --use-on-cd)"
> fnm install 20
> fnm use 20
> ```

## Adding an event

Create a new file in `data/events/rust-munich-YYYY-number.yml`:
Expand Down
39 changes: 39 additions & 0 deletions data/events/rust-munich-2026-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
id: "rust-munich-2026-2"
title: "Rust Munich 2026/2 - Hacking Evening"
date: "2026-06-10"
time: "18:30"
venue: "SAP Labs Munich"
address: "Friedrich-Ludwig-Bauer-Straße 5"
city: "Garching bei München"
tags: ["meetup", "hacking-evening"]
meetup_url: "https://www.meetup.com/rust-munich/events/313791798"
slides_url: ""
youtube_url: ""
ical_url: ""
speakers: []
language: "en"
draft: true
description: |
Hands-on mini-hackathon where up to 24 participants explore UI development with gpui together.

Similar to university times when you had to solve small problems in the computer lab within an hour - but with Rust programming applied to workplace-relevant skills.

Participants receive an initial presentation outlining the project and required dependencies, then have approximately 2 hours to complete the task individually or in small groups.

**What to bring:**
- Laptop with display
- Rust compiler (stable) or Docker with rustup
- Your favorite IDE/editor
- GitHub account
- Discord account (optional)

Drinks and snacks provided!

Challenge repo: https://github.com/rust-munich/hack-evening-2026-6

**How to get there:**
- U6 to Garching-Forschungszentrum (~10 min walk)
- Exit A9 at "Garching Nord", follow signs to "Forschungszentrum"
- Free parking available on-site

Discord: https://discord.gg/bM5RzVrF2z
Loading
Loading