2 May 2024 |
raitobezarius | * It's a believeable trace of contribution | 17:54:44 |
infinisil | edef: (if you started a pad, I'd like to join on that) | 17:54:58 |
edef | sorry, poking at Python real quick to validate my idea | 17:55:08 |
danielle | vaguely back from dinner now | 17:58:56 |
danielle | not gonna backscroll bc that always breaks element in new and "exciting" ways for me | 18:00:09 |
lovesegfault | I wish we'd already move the people here to Zulip, Element is unusable and is making things hard to follow for me :( | 18:01:14 |
raitobezarius | i said this at least 4 times | 18:02:15 |
raitobezarius | :D | 18:02:17 |
edef |
Subject: edef has invited you to join edef yup, API stuff works smoothly
| 18:02:53 |
edef | *
Subject: edef has invited you to join edef
yup, API stuff works smoothly
| 18:02:57 |
lovesegfault | In reply to @raitobezarius:matrix.org i said this at least 4 times Why don't we do it then? | 18:03:12 |
@hexa:lossy.network | the current buy-in into matrix is high, the cost to switch as well | 18:04:12 |
@hexa:lossy.network | everyone likes to rant about it, but we're generally getting things done with it | 18:04:35 |
lovesegfault | Oh, I don't mean migrate the entire community, but the people trying to organize the Zulip setup could (should?) probably be doing it on Zulip is my point | 18:05:07 |
raitobezarius | We are finishing up the necessary items to move to Zulip | 18:06:12 |
@hexa:lossy.network | Yeah, dogfooding would be good at this point | 18:06:39 |
joepie91 🏳️🌈 | lovesegfault: I can elaborate on the rationale in DM if you would like? | 18:08:21 |
joepie91 🏳️🌈 | (for the application requirement) | 18:09:00 |
lovesegfault | In reply to @joepie91:pixie.town lovesegfault: I can elaborate on the rationale in DM if you would like? I'd love that :) | 18:12:20 |
edef | while i'm hacking on this (30-40m ETA, i think), can we maybe start validating people requesting invitations and gather them into a CSV? | 18:15:43 |
infinisil | edef: I'd still like to see a rough description of what exactly you're imagining | 18:16:51 |
edef | basically, a link we can send people with a checkbox and a submit button | 18:17:41 |
edef | that then sends the actual invite by Zulip API | 18:17:54 |
edef | <!DOCTYPE html>
<html>
<head>
<title>NixOS Governance</title>
</head>
<body>
<h1>Please be nice <3</h1>
<form method="post">
<input type="checkbox" name="checkbox" value="1"> I solemnly swear I have read and understood the above, and will abide by it.<br>
<input type="submit" value="Pinky swear">
</form>
</body>
</html>
like, this is what my WIP shows right now :p
| 18:18:15 |
edef | obvious placeholder is obvious, i hope | 18:18:32 |
edef | it'll take an HMAC'd link that signifies invite request approval | 18:19:25 |
danielle | this is so very overengineered in a way that is so very nix, but that is fine 😂 | 18:20:01 |
| * infinisil agrees 😅 | 18:20:31 |
edef | it serves a purpose, and all the other ways seem like worse UX | 18:20:37 |
joepie91 🏳️🌈 | over-engineering well-applied produces delight | 18:22:28 |