Programming for fun

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (24 of them)

silently applauding anyone who ventures that far - similar kind of minor awe when you see someone completely destroy a og video arcade game

Elvis Telecom, Monday, 6 January 2025 06:16 (one month ago) link

Literally one of my favorite Christmas traditions. This year I did all 50 points in modern C++. It ruled.

Allen (etaeoe), Monday, 6 January 2025 14:22 (one month ago) link

I've been using ruby in an attempt to get better at ruby. i have got better at the kind of scrappy ruby you use to do these puzzles (which, luckily, is the same kind of ruby that i use for component tests). but i have missed strong typing.

koogs, Monday, 6 January 2025 17:41 (one month ago) link

and proper 2d arrays

koogs, Monday, 6 January 2025 17:41 (one month ago) link

16b done

got the cost of the minimum path quite quickly, but getting the ROUTE of ALL the paths with that value took, well, weeks. adding enough information to each step to remember where it came from, and then more code to use that data. redid it in Processing so i could see it working, ended up saving the final frame and counting the pixels as a check...

koogs, Friday, 17 January 2025 20:04 (three weeks ago) link


You must be logged in to post. Please either login here, or if you are not registered, you may register here.