home.social

#x11basic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #x11basic, aggregated by home.social.

  1. Does anyone know a port of the #X11Basic #X11_Basic Interpreter for 32 Bit #Linux (XUbuntu), ideal is a standalone executable file

    Doesnt matter if its most recent or something older

    #BoostsWelcome

  2. It took a while, but I've finally completed "Hill Climbing Algorithm" - Day 12 of Advent of Code 2022 using #x11basic #basic

    Not being a Real Programmer, I got stuck here because I didn't know any pathfinding at all. Also I ran out of time and just now got back to it.

    #AdventOfCode adventofcode.com/2022/day/12

  3. I just completed "Monkey in the Middle" - Day 11 - Advent of Code 2022
    Using #x11basic #basic. Part 1 was pretty easy. I don't think I would have figured out how to do part 2 on my own. Luckily I am way slower than the really smart people.

    #AdventOfCode adventofcode.com/2022/day/11

  4. I just completed "Cathode-Ray Tube" - Day 10 - Advent of Code 2022 using #x11basic #basic.

    That was way easier than the days 8 and 9.
    I don't even really feel bad about my solution this time.

    github of soultion here:
    github.com/argentcorvid/Advent

    #AdventOfCode adventofcode.com/2022/day/10

  5. I just completed "Rope Bridge" - Day 9 - Advent of Code 2022 #AdventOfCode using #x11basic #basic. I can't say I didn't look at some other people's solutions to get this to work in a reasonable amount of time, but it's done. 🙃
    adventofcode.com/2022/day/9

  6. I just completed "Treetop Tree House" - Day 8 - Advent of Code 2022 with #x11basic #basic.

    Man I was fighting some basic logic errors there for far too long. And I took a detour through an "optimization" that would have taken 5x longer to run. All because printing is slow.

    I made another fortuitous choice in how I decided to do part 1, so I just had to add a few lines to do part 2!

    #AdventOfCode adventofcode.com/2022/day/8

  7. I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 using x11-basic on my phone!
    #AdventOfCode #basic
    #x11basic
    adventofcode.com/2022/day/2

  8. I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 #AdventOfCode adventofcode.com/2022/day/1

    I used #x11basic #basic on my android phone