linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
dharmiik@proton.me
Admin account
@dharmik@linuxusers.in

Search results for tag #adventofcode

lwhjp »
@lwhjp@mstdn.jp

Today's problem (2024 day 11) was absolutely *perfect* IMHO. Everyone should give it a go.

notptr boosted

Pixel Doge »
@aperezdc@oldbytes.space

This is how my testing setup looks like to run programs on the . So far I did a couple of them in Turbo Modula-2, and it has been an interesting experience. It feels modern and high level enough to almost be unbelievable that this runs on a Z80 a little under 4 MHz, on any CP/M 2.1 compatible system (I think, not completely sure about the minor version).

The last picture shows how the language runtime can even produce stack traces for uncaught exceptions. I find both these features (exceptions, and meaningful stack traces) amazing for something that was done back in the 80s!

Picture of a desk with two screens. To the right a flat panel, which is turned off. To the left, a small CRT television, and a Panasonic FS-A1WSX MSX computer. The CRT shows the MSX-DOS prompt in white over black background, the command “day01 day01.tst” has been entered and the program is reporting progress reading the input file by printing dots.

Alt...Picture of a desk with two screens. To the right a flat panel, which is turned off. To the left, a small CRT television, and a Panasonic FS-A1WSX MSX computer. The CRT shows the MSX-DOS prompt in white over black background, the command “day01 day01.tst” has been entered and the program is reporting progress reading the input file by printing dots.

Picture of a CRT screen showing the output from an Advent of Code program running on MSX-DOS, reaching the solution after reporting progress reading the input, sorting through data, and “mulling” over the result.

Alt...Picture of a CRT screen showing the output from an Advent of Code program running on MSX-DOS, reaching the solution after reporting progress reading the input, sorting through data, and “mulling” over the result.

Same CRT running a different program for day four of Advent of Code. This one has failed, and the Turbo Modula-2 runtime has offered to print a stack trace, showing that procedure “READBY” in module “FILES” threw an uncaught “EndError” exception.

Alt...Same CRT running a different program for day four of Advent of Code. This one has failed, and the Turbo Modula-2 runtime has offered to print a stack trace, showing that procedure “READBY” in module “FILES” threw an uncaught “EndError” exception.

HoldMyType boosted

Woke Leftist Trash »
@agentultra@types.pl

The real reason I keep using Haskell for AoC are parser combinators.

papachan 🚴 »
@papachan@mastodon.social

I just completed "Print Queue" - Day 5 - Advent of Code 2024 adventofcode.com/2024/day/5

Abhinav 🌏 »
@abnv@fantastic.earth

I just completed "Mull It Over" - Day 3 - Advent of Code 2024 adventofcode.com/2024/day/3.

Check out my solution at github.com/abhin4v/AoC24/blob/.

This one required me to reach out to regular expressions. I could have parsed by hand too, but regex is more convenient.

lispm »
@lispm@moth.social

0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 https://adventofcode.com/2024/day/1