Blockstream · @Blockstream
1266 followers · 3644 posts · Server bitcoinhackers.org
MiniScript · @miniscript
57 followers · 49 posts · Server noc.social

#minimicro #miniscript

Last updated 2 years ago

MiniScript · @miniscript
56 followers · 47 posts · Server noc.social

I wrote an overview/summary of my write-ups for the 2022 challenges in :

dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
55 followers · 46 posts · Server noc.social

I've completed "Full of Hot Air" - Day 25 - Advent of Code 2022 adventofcode.com/2022/day/25 in !

This was a delightfully simple challenge to cap off a month of fun.

Read the wrap-up at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
55 followers · 45 posts · Server noc.social

I've completed "Blizzard Basin" - Day 24 - Advent of Code 2022 adventofcode.com/2022/day/24 in !

This was a classic path-finding problem, but with a twist: the obstacles move on every step!

Read about it (and see cool animations!) at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
57 followers · 44 posts · Server noc.social

I've completed "Unstable Diffusion" - Day 23 - Advent of Code 2022 adventofcode.com/2022/day/23 in !

This was a fun simulation in which we help a couple thousand elves spread out to plant some seeds.

Details and visualizations at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
55 followers · 43 posts · Server noc.social

I've completed "Monkey Map" - Day 22 - Advent of Code 2022 adventofcode.com/2022/day/22 in .

I did respectably on Part 1, but Part 2 foiled me until I had some sleep.

Details, sordid and otherwise, at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
54 followers · 41 posts · Server noc.social

It's not related... but it's still possibly the coolest thing I have ever seen.

youtu.be/6wBrOV2FJM8

#miniscript

Last updated 2 years ago

MiniScript · @miniscript
54 followers · 40 posts · Server noc.social

I've completed "Monkey Math" - Day 21 - Advent of Code 2022 adventofcode.com/2022/day/21 in .

This was a fun challenge in which you need to first evaluate, and then solve, a giant expression tree.

Read all about it at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
54 followers · 36 posts · Server noc.social

I've completed "Grove Positioning System" - Day 20 - Advent of Code 2022 adventofcode.com/2022/day/20 in .

It took an hour, but I finally found the problem in my program. It was located between the keyboard and chair.

Read all about it at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
54 followers · 35 posts · Server noc.social

I just completed "Not Enough Minerals" - Day 19 - Advent of Code 2022 adventofcode.com/2022/day/19 in .

See the ultimately unsatisfying solution at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
53 followers · 32 posts · Server noc.social

I've completed "Boiling Boulders" - Day 18 - Advent of Code 2022 adventofcode.com/2022/day/18 in !

This was a relatively easy challenge, but it led to some new ideas about working with 3D coordinates.

See all the details at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
52 followers · 31 posts · Server noc.social

I've completed "Pyroclastic Flow" - Day 17 - Advent of Code 2022 adventofcode.com/2022/day/17 in

How high would a TRILLION Tetris(ish) blocks stack up?

Find out at dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
51 followers · 28 posts · Server noc.social

I (finally) completed "Proboscidea Volcanium" - Day 16 - Advent of Code 2022 in adventofcode.com/2022/day/16

I had to admit defeat and go to bed last night after thrashing on this one for almost an hour. Only in the morning did I see the Way.

Lessons learned shared at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
51 followers · 27 posts · Server noc.social

I've completed "Beacon Exclusion Zone" - Day 15 - Advent of Code 2022 adventofcode.com/2022/day/15 in .

This one was a beast! I had to search 4 million rows for a solution, and could only search about 1000 rows per second.

Code and cool pictures at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
30 followers · 21 posts · Server noc.social

@AAKL @betanews “Continue learning other languages — practice in new environments” — may I recommend and for this purpose? miniscript.org

#minimicro #miniscript

Last updated 2 years ago

MiniScript · @miniscript
29 followers · 19 posts · Server noc.social

I've completed "Cathode-Ray Tube" - Day 10 - Advent of Code 2022 adventofcode.com/2022/day/10

This was a fun challenge in which we get to decode a display. I finished 183rd — my best ranking yet! See the details and code at dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
20 followers · 14 posts · Server noc.social

Using a function `rand5` that returns an integer from 1 to 5 (inclusive) with uniform probability, implement a function `rand7` that returns an integer from 1 to 7 (inclusive), also with uniform probability?

Here's one () solution: miniscript.org/tryit/7485e8A3

...Can you think of any others?

#miniscript

Last updated 2 years ago

MiniScript · @miniscript
20 followers · 13 posts · Server noc.social

I've completed "No Space Left On Device" - Day 7 - Advent of Code 2022 adventofcode.com/2022/day/7

This was the longest challenge yet! And I woke up with some morning-after regrets, so I coded up a second solution to compare.

See both solutions at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago

MiniScript · @miniscript
1 followers · 7 posts · Server noc.social

I've completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 adventofcode.com/2022/day/3

Read how I did it in at: dev.to/joestrout/advent-of-cod

#miniscript #adventofcode

Last updated 2 years ago