stifle867

u/stifle867@programming.dev
6 posts · 487 comments

Recent posts

Recent comments

on *Permanently Deleted* · c/news · 13 pts · 2y

The same system he was responsible for sending people into as part of his daily work, assuming they were still alive.

I'm still working on my part 1 😭 string parsing makes me feel so stupid haha. But I'm adamant on coming up with a "nice" solution even if the number of lines aren't minimal. I've got something quite nice at the moment and I anticipate coming in under 100 lines (including whitespace, comments, and formatting).

I haven't been parsing the input string character by character and instead have been parsing into native data structures. It makes the code more verbose but it's how I want to do it. Unfortunately it does mean most of the time coming up with a solution is structuring the data so I'm hoping I come up with a faster way after a few days.