home.social

Search

95 results for “winslowjosiah”

  1. Throughout this year's #AdventOfCode event, I've been working on a single-line #Python program that solves *every* 2025 puzzle. The result is a >2,600 character beast I call "The Brahminy".

    github.com/WinslowJosiah/adven

    #programming #coding #AdventOfCode2025

  2. It took me until the end of August 2025, but I finally got done with a massive #AdventOfCode project: a SINGLE LINE of #Python that solves EVERY DAY of #AdventOfCode2024!

    I call it "The Drakaina", after the Python of Greek mythology. Look, if you dare...

    github.com/WinslowJosiah/adven

  3. I've finished and released the #interpreter for my new esoteric #programminglanguage , Bespoke!

    github.com/WinslowJosiah/bespo

    I've also been having lots of fun trying to solve #programming challenges with it, including #codegolf challenges.

    #esolang #esolangs #code #coding

  4. In honor of the last day of #AdventOfCode this year, I want to share something I've been working on since Day 12: The Drakaina!

    It's a single line of #Python that solves the challenges of #AdventOfCode2024. I've gotten up to Day 11. Read at your own risk.

    github.com/WinslowJosiah/adven

    #coding #programming

  5. My game for #AGBIC 2023 is finally out! winslowjosiah.itch.io/apathell

    Apathello is an Othello game that you play against a sentient void, meant to help you relax and distract you from the apathy-inducing state of the outside world.

    Based on cover art from lumbud84.

    #pico8 #gamejam #gamedev #indiedev

  6. My game for #AGBIC 2023 is finally out! winslowjosiah.itch.io/apathell

    Apathello is an Othello game that you play against a sentient void, meant to help you relax and distract you from the apathy-inducing state of the outside world.

    Based on cover art from lumbud84.

    #pico8 #gamejam #gamedev #indiedev

  7. My game for #AGBIC 2023 is finally out! winslowjosiah.itch.io/apathell

    Apathello is an Othello game that you play against a sentient void, meant to help you relax and distract you from the apathy-inducing state of the outside world.

    Based on cover art from lumbud84.

    #pico8 #gamejam #gamedev #indiedev

  8. My game for #AGBIC 2023 is finally out! winslowjosiah.itch.io/apathell

    Apathello is an Othello game that you play against a sentient void, meant to help you relax and distract you from the apathy-inducing state of the outside world.

    Based on cover art from lumbud84.

    #pico8 #gamejam #gamedev #indiedev

  9. #AdventOfCode Day 25: Code Chronicle

    It’s finally done! I’m so happy!!!

    This is the first year I’ve been able to finish all the stars without needing hints or extra help - and actually made it in time!

    I’m still pretty slow, though. Some puzzles took me the entire day (or night, like yesterday and Day 17!). But it’s such a rewarding feeling to have made it all the way through.

    A high five to all my fellow Mastodonians
    @jeff @andrewhoyer
    @movq @whereistanya @winslowjosiah
    @oloturia
    @papajohn
    @sol_hsa
    @kewliomzx
    @jochie @mina and many more, who played (and sometimes suffered) along with me. You all made this so much more fun! ✨

    And, of course, an enormous thank you to @ericwastl and all the wonderful helpers who made this event possible. I can’t wait for next year! 🤩💫

    #Rust code is here:
    github.com/nharrer/AdventOfCod

    Puzzle:
    adventofcode.com/2024/day/25

    #AdventOfCode2024 #AoC

  10. 📝 Advent of Code 2025 Day 12: Christmas Tree Farm

    josiah.win/a/2025/12

    Today, I was able to get by with only two very basic checks. Anticlimactic, but it was either that or some NP-complete solution.

    #python #AdventOfCode2025 #programming #coding

  11. 📝 Advent of Code 2025 Day 11: Reactor

    josiah.win/a/2025/11

    What a nice change of pace after Day 10! This is a nice application of recursion+caching (aka "dynamic programming").

    #python #AdventOfCode2025 #programming #coding

  12. 📝 Advent of Code 2025 Day 10: Factory

    josiah.win/a/2025/10

    This puzzle convinced me for a while that I'd need some linear algebra solver to tackle it. But luckily, I got wind of another approach from a helpful Reddit post...

    #python #AdventOfCode2025 #programming #coding