Closed Florob closed 1 year ago
I guess we should defer the date to 2023-05-10?
Any idea about the agenda? Do we want to give the attendees a little task they can try to solve on their own at home. And then bring their solutions to the meetup to discuss?
Maybe: lexicographically sort a range of numbers in their written form. 0..=9
would result in:
8, 5, 4, 9, 1, 7, 6, 3, 2, 0
because: "eight, five, four, nine, one, seven, six, three, two, zero"
This is beginner friendly, doesn't require special knowledge and can be solved in multiple ways. We can add verification of user input. We can also provide test cases, benchmarks and explain how to separate a command line tool from a library function.
I guess we should defer the date to 2023-05-10?
Yes, I think that would be better. Just as a reminder, that is not entirely up to us. There is another group that was pretty adamant they'd be using the room more in the future. I've checked with them that we can have it on the 10th though.
Any idea about the agenda? Do we want to give the attendees a little task they can try to solve on their own at home. And then bring their solutions to the meetup to discuss?
Sure, we can try how that resonates. Do you think that suffices as agenda, or would that be on top of another program point? I've been wanting to talk about undefined behavior again for a while. So that might be an idea if we need something else.
Maybe: lexicographically sort a range of numbers in their written form. 0..=9 would result in:
8, 5, 4, 9, 1, 7, 6, 3, 2, 0
because: "eight, five, four, nine, one, seven, six, three, two, zero"
Sounds reasonable. The specification should include what to do about multi-digit numbers though.
I've checked with them that we can have it on the 10th though.
Sorry, but does that mean the room is available on the 10th or are you waiting for feedback on that matter?
Do you think that suffices as agenda
I hope so and I'd give it a try. A very brief (30 mins) talk about some random topic might still be a good idea to activate more people. I would imagine that UB deserves more time to talk about and would be a good candidate for a separate meetup. Maybe a short introduction of an interesting crate would fit the bill?
The specification should include what to do about multi-digit numbers though.
Sure. But I wouldn't mind to keep this a little under-specified, so there's room for discussion and the attendees have an incentive to work on their code on-site. I'll suggest a task description later.
Any opinion about the face-mask rules?
I've checked with them that we can have it on the 10th though.
Sorry, but does that mean the room is available on the 10th or are you waiting for feedback on that matter?
The room is available.
Do you think that suffices as agenda
I hope so and I'd give it a try. A very brief (30 mins) talk about some random topic might still be a good idea to activate more people. I would imagine that UB deserves more time to talk about and would be a good candidate for a separate meetup. Maybe a short introduction of an interesting crate would fit the bill?
Sounds good. How about
serde
? A basic intro should be feasible in ~30mins.Any opinion about the face-mask rules?
I think we probably drop them. The group hasn't really opted to keep masks on in month anyway. Incidence and hospitalization are pretty low and dropping. Whether is improving. If that feels more gradual we could also just change the default, asking people to send us a message if they'd prefer masking.
I suggested an agenda and shortened the COVID-footer.
Would you mind to prepare the serde
-intro?
Another noteworthy alternative would be clap
.
I suggested an agenda and shortened the COVID-footer.
Thank you. Looks good to me. I've announced the event on Meetup and website.
Would you mind to prepare the serde-intro?
I'll preper the short intro. Anything I shouldn't forget besides general macro usage and (de-)serialization crates for common formats?
Thank you.
Anything I shouldn't forget ...
No. I think those are exactly the things that are worth mentioning.
ToDo
Invitation draft
Rust News