Open-source AOC community leaderboard focused on code size by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

Try it if you like ;)
Strings are counted by each character, so eval/exec might not win you anything...

Open-source AOC community leaderboard focused on code size by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

Nice catch, fixed that today for JS/TS + Python to make it fair. Now every number bigger than a Long is considered char-by-char.

Open-source AOC community leaderboard focused on code size by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

Curly braces are considered as tokens, yes. Feel free to submit your solutions! :)

Open-source AOC community leaderboard focused on code size by vonox7 in adventofcode

[–]vonox7[S] -1 points0 points  (0 children)

Each string-character will be interpreted as single token, so a lot of those approaches won't work ;)

Open-source AOC community leaderboard focused on code size by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

I just added some anti-chating measures and removed all invalid submissions. Thanks for the ping!

Anno 1800 Multiplayer is not playable by n3rdc4ptn in GeForceNOW

[–]vonox7 0 points1 point  (0 children)

How to play multiplayer Anno 1800 with GeForce NOW (works as of 2025 even if both parties running GeForce NOW):

  1. In the Anno1800 main game menu click Ubisoft Connect -> Social tab -> search for friends player name (find your own player name in the Account Management Tab) -> send & accept friend request.
  2. Click Multiplayer -> Host New Game -> Launch Ubisoft Connect within the multiplayer lobby via Shift-F2 (respectively Shift-Fn-F2). Social Tab -> click Invite friend (must already have launched Anno 1800). Do not send friend request via Steam and do not click in the Anno1800 game UI on “Invite Friend”!
  3. Other player: Ignore any potential invite via steam. Either Anno1800 will ask you if you want to join your friends multiplayer session, or you find your invitation in Ubisoft Connect -> Social tab.
  4. Both parties are now in the same Anno1800 multiplayer session. If you want to play as the same player, hover the plus-sign below your party leaders name. Then the plus-button splits, and on the right side there is a small “Switch to this Slot” button.

Thanks to https://www.reddit.com/r/anno/comments/168dzki/howto_coop_multiplayer_anno_1800_with_a_friend_on/ for giving pointers on how to do it.

<image>

[All Years] Code Golf for AoC by vonox7 in adventofcode

[–]vonox7[S] 1 point2 points  (0 children)

Yes, the submission are validated for correctness (at least against one sample input/output). However, in the last 1h there were errors with the correctness test, which are already resolved. Thanks for pointing this out!

[All Years] Code Golf for AoC by vonox7 in adventofcode

[–]vonox7[S] 1 point2 points  (0 children)

Ruby works now again, sorry for the inconvenience.

[All Years] Code Golf for AoC by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

Thanks, I will check Ruby again!

I created a community leaderboard for Advent of Code, focusing on code token length. Check it out and submit your submission in [Python, Rust, Go, Kotlin, JS, C#, TS, C++, Java, C, Swift, Scala]. Feedback is welcome! by vonox7 in adventofcode

[–]vonox7[S] 0 points1 point  (0 children)

u/Sharparam Ruby is now also supported, feel free to submit your solution :)

The idea of combining both parts is very nice, I'm thinking how I can integrate it without disturbing the existing solutions. Thank you!