07:22 <+bridge> [ddnet] that puzzle was a difficulty increase 08:06 <+bridge> [ddnet] yup 08:06 <+bridge> [ddnet] I made it to the global leaderboard for part 1 today ๐Ÿ™‚ 08:06 <+bridge> [ddnet] first time this year 08:11 <+bridge> [ddnet] nice :o 09:26 <+bridge> [ddnet] Was there some smart way of doing part 2? My code is just a bunch of checks to deduce the segments, so it took forever to code 10:43 <+bridge> [ddnet] nice! part2 was kind of brute force for me 12:41 <+bridge> [ddnet] Me ๐Ÿ˜„ I haven't met anyone from DDNet/TW 12:45 <+bridge> [ddnet] Did you explicitly not want that? :D 13:14 <+bridge> [ddnet] :fakenews: 13:50 <+bridge> [ddnet] I guess just because I didn't go to any of the interesting meetups, like CCC 14:31 <+bridge> [ddnet] I haven't met heinrich either 19:50 <+bridge> [ddnet] Ye after Covid is fixed we all meet at teecon 19:53 <+bridge> [ddnet] I think I only met chillerdragon, and it was on his initiative 19:54 <+bridge> [ddnet] sounds like he intimidated you ๐Ÿ˜ฆ 19:54 <+bridge> [ddnet] I actually donโ€™t remember who I met already I have bad memory \:D but itโ€™s something like 5+ 19:54 <+bridge> [ddnet] :monkaS: 19:54 <+bridge> [ddnet] chillerdragon is the center of the TW universe ๐Ÿ˜„ 19:55 <+bridge> [ddnet] i only met netherman but he lives in the same town 19:55 <+bridge> [ddnet] Counts 19:55 <+bridge> [ddnet] Also got one local on my list 19:56 <+bridge> [ddnet] And im one of the underdogs in here :pepekek: 19:59 <+bridge> [ddnet] Heinrich donโ€™t wanna leak stuff here but I think you did meet someone else too 20:01 <+bridge> [ddnet] I don't wanna leak anything, "but" 20:01 <+bridge> [ddnet] you're doing great 20:02 <+bridge> [ddnet] ๐Ÿคก 20:05 <+bridge> [ddnet] Do you still have wire Heinrich? 20:06 <+bridge> [ddnet] yes 20:08 <+bridge> [ddnet] Stop ghost me there -.- 20:20 <+bridge> [ddnet] ```Bash 20:20 <+bridge> [ddnet] #!/bin/bash 20:20 <+bridge> [ddnet] # Advent of Code 8p1 20:20 <+bridge> [ddnet] shopt -s lastpipe 20:20 <+bridge> [ddnet] t=(2 4 3 7) 20:20 <+bridge> [ddnet] cut -d'|' -f2 "$1" | tr '\n' ' ' | xargs | tr ' ' '\n' | while read -r l; do 20:20 <+bridge> [ddnet] [[ " ${t[*]} " =~ " ${#l} " ]] && i=$((i+1)) 20:20 <+bridge> [ddnet] done 20:20 <+bridge> [ddnet] echo Part 1: $i 20:20 <+bridge> [ddnet] ``` 20:20 <+bridge> [ddnet] wowo, didn't expect that to work after reading the problem for 4324hours .__. 20:24 <+bridge> [ddnet] Do you golf index? 20:30 <+bridge> [ddnet] Nice, Index 20:43 <+bridge> [ddnet] https://lkml.org/lkml/2021/12/6/461 21:02 <+bridge> [ddnet] :poggers: 21:17 <+bridge> [ddnet] https://www.nature.com/articles/d41586-021-03620-1 21:17 <+bridge> [ddnet] 22 december mark it 21:17 <+bridge> [ddnet] the most complex satellite to be deployed fully 21:17 <+bridge> [ddnet] (30 days) 21:17 <+bridge> [ddnet] 21:28 <+bridge> [ddnet] its gonna fail