strigido
banner
strigido.com
strigido
@strigido.com
https://interactive.strigido.com
I'll be posting about some of my hobbies (usually connected to science/programming).
he/him
On the page, you can also convert the raster image into an SVG.
#svg
September 4, 2025 at 5:03 PM
Inspired by a @standupmaths.bsky.social video from a month ago and the generator made by @christianp.mathstodon.xyz.ap.brid.gy, I decided to make my own webpage for generating messages with a chosen number of black pixels.

interactive.strigido.com/self-countin...
Self-counting pixels | Interactable
Create images that display how many black pixels they have — with those same pixels!
interactive.strigido.com
September 4, 2025 at 5:00 PM
I solved the second part by using flood fill + binary search.
The solution is found in 15 ms.
#AdventOfCode Day 18 Part 2
December 18, 2024 at 11:49 PM
I solved today's #AdventOfCode problem with flood fill, visualized below.
December 18, 2024 at 11:06 PM
#AdventOfCode Day 14 Part 2 was interesting - "find the tree".

I did it by tracking the number of robots that were adjacent to other robots. This number spiked when they formed a Christmas tree.
December 15, 2024 at 11:49 PM
And here's it running on an actual input:
#AdventOfCode
December 12, 2024 at 11:17 PM
Visualization of an algorithm for solving the first part of #AdventOfCode day 12:
December 12, 2024 at 11:03 PM
#AdventOfCode Day 10 - 2nd part visualized:
December 12, 2024 at 12:16 AM
#AdventOfCode Day 10 - 1st part visualized:
December 11, 2024 at 11:39 PM
Here's a visualization of day 9 part 1:
(1 pixel = 1 block) #AdventOfCode
December 11, 2024 at 3:04 AM
#AdventOfCode 2024 | Day 8 | visualization of the second part:
December 9, 2024 at 12:37 AM
#AdventOfCode 2024 - Day 8: Resonant Collinearity
Visualization of the first part:
December 8, 2024 at 10:29 PM
It looks like this year's ASCII art on the calendar page is going to be a big 10 for the ten years of Advent of Code!
December 8, 2024 at 3:27 PM
Something for today: a visualization of the algorithm I used for finding equations that could possibly be true:
#AdventOfCode
December 7, 2024 at 4:37 PM
Part 1 of Day 6 #AdventOfCode
December 7, 2024 at 12:51 PM
I was in a Blender mood today. Here's a little animation of today's example. #AdventOfCode
December 7, 2024 at 2:04 AM
A visualization of an algorithm running on the example for day 5 #AdventOfCode
December 7, 2024 at 2:00 AM
I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode
December 5, 2024 at 1:35 PM
Visualization of solving the 1st part of Day 4 by scanning in all directions:
#AdventOfCode
December 5, 2024 at 2:03 AM
#AdventOfCode Day 4: visualization of the example
December 5, 2024 at 2:02 AM
This got rendered last night (an animation for Day 2 of #AdventOfCode 2024). Includes sound effects.
December 3, 2024 at 9:40 PM
And here's the visualization of the second part of day 3. Uncorrupted instructions are found with the regex mul\(\d{1,3},\d{1,3}\)|do\(\)|don't\(\) and then processed. Made with Python (PIL). #AdventOfCode
December 3, 2024 at 9:21 PM
Here's the visualization of the first part of day 3. Uncorrupted instructions are found with the regex mul\(\d{1,3},\d{1,3}\) and then processed. Made with Python (PIL). #AdventOfCode
December 3, 2024 at 9:17 PM
I solved day 3 and made some visualizations. Coming right up. #AdventOfCode
December 3, 2024 at 9:11 PM
And here is the visualization of an algorithm for solving the 2nd part of the #AdventOfCode problem:
December 1, 2024 at 10:56 PM