tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

Part 2 of day 6 of is being a little tricky, because I've backed myself into a corner where my I have an O(MN) algorithm. I've managed to reduce M so it grows slower than N, but this all would have been avoided if I'd just thrown more memory at the problem or implemented a hash table.

Took a quick look ahead at day 7, and it looks like we've got >32bit integers, which is also tricky, but I think I can reuse some old code for that.