Live data from Hacker News

Show HN: Advent of Distributed Systems

aods.cryingpotato.com

1–10 of 24 posts

Show HN: Advent of Distributed Systems

#1
Hey! I built a playground called Advent of Distributed Systems (https://aods.cryingpotato.com/) where you can work through the Fly.io distributed systems challenges (https://fly.io/dist-sys/1/) directly in your browser. Running challenges like this directly in the browser has often been the best way for me to get the activation energy to start them since it bypasses all the annoying dev environment setup that has to happen as a precursor to working on it.

The coding environment was built with another project I'm working on called Cannon (https://cannon.cryingpotato.com/) that aims to let you embed codeblocks of any language in your browser. Right now the Go environment runs on a Modal backend using their sandbox, but I'm hoping to use the excellent work done on Hackpad (https://github.com/hack-pad/hackpad/tree/main) to run the whole thing in your browser, with no network calls necessary, soon.

Let me know what you think - week 3 is coming out soon!

Show HN: Advent of Distributed Systems
aods.cryingpotato.com

Re: Show HN: Advent of Distributed Systems

#2
This looks really cool! I'd love to get into more systems-design AoC problems rather than DSA puzzles for a change.

feedback: I was a bit confused as to why the answer to the first week was prefilled, was that intentional? Also, the buttons 1-6 aren't working for me (I'm on 2021 M1 Pro w/ Firefox 120.0.1)

Re: Show HN: Advent of Distributed Systems

#3

This looks really cool! I'd love to get into more systems-design AoC problems rather than DSA puzzles for a change. feedback: I was a bit confused as to why the answer to the first week was prefilled, was that intentional? Also, the buttons 1-6 aren't working for me (I'm on 2021 M1 Pro w/ Firefox 120.0.1)

same issues here

Re: Show HN: Advent of Distributed Systems

#5

This looks really cool! I'd love to get into more systems-design AoC problems rather than DSA puzzles for a change. feedback: I was a bit confused as to why the answer to the first week was prefilled, was that intentional? Also, the buttons 1-6 aren't working for me (I'm on 2021 M1 Pro w/ Firefox 120.0.1)

The first puzzle is mostly a sanity check/demo. The UI confused me a bit, but it seems you need to click on the 'Week' on top, and not the challenges on the right.

Re: Show HN: Advent of Distributed Systems

#8

This looks really cool! I'd love to get into more systems-design AoC problems rather than DSA puzzles for a change. feedback: I was a bit confused as to why the answer to the first week was prefilled, was that intentional? Also, the buttons 1-6 aren't working for me (I'm on 2021 M1 Pro w/ Firefox 120.0.1)

Thanks for trying it out!

I prefilled the answer for week 1 was to help people understand the boilerplate needed better, but maybe that was giving too much away. I'll try putting something more minimal in.

Unfortunately you can't use the buttons inside the iframe because of CORS issues. Not sure if there's any easy workaround for that :(

Post reply on HN