Palo Blanco's Avatar

Palo Blanco

@paloblanco

Dad, data scientist and chemical engineer, and developer of small games. Check out some games!: https://www.lexaloffle.com/bbs/?uid=14827 For data science and professional matters: https://www.linkedin.com/in/rocco-panella/

193
Followers
86
Following
114
Posts
25.10.2024
Joined
Posts Following

Latest posts by Palo Blanco @paloblanco

Video thumbnail

At my daughter's request, you can now select your character in Sally's star racers! My daughter designed two of the characters, and Hungry Harry makes a guest appearance! #pico8

10.03.2026 23:02 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Thanks! This is the first time I've really made a full game with it. Happy with how it turned out.

09.03.2026 22:24 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail

I might have overtuned the "hard" difficulty a little bit. #pico8

08.03.2026 19:47 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Great piece. I do scientific programming for a big company.
The tools struggle on the "fundamentals" of my problems. But the trivial parts, like visualizations and CLIs, it knocks out easily. I'm increasingly trying to think "what parts of my job do I actually have to own myself?"

18.02.2026 14:14 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I think we are all waiting to see it! Enjoy and hope y'all are feeling better ASAP.

05.01.2026 16:13 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

@thattomhall.bsky.social thanks for organizing and MC-ing another #toyboxjam. I really appreciate all of your enthusiasm with the group! It's the only game I finished from 2025 - busy season of life. Love that you set up an environment to help us finish and succeed.

05.01.2026 12:09 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Video thumbnail

Just submitted my first racing game to #toyboxjam 2025! Try out Sally's Star Racers for some mean, mode 7, #pico8 racing! paloblancogames.itch.io/sallys-star-...

04.01.2026 02:37 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Looks like you compute every single pairwise distance and then sort... right? Is there any way to avoid this?

Man, rust is so fast lol... My part 1 in JS takes like 10 seconds on my laptop.

08.12.2025 21:51 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Advent of Code 2025 Solver A javascript-based static solver for advent of code 2025.

Just wrapped up day 8 on #AdventOfCode .

Is there any way to avoid computing every inter-box distance, then sorting smallest to largest? Pretty straightforward implementation of sets, but computing every distance between 1000 boxes is slow in vanilla js.

paloblanco.github.io/AdventOfCode...

08.12.2025 15:40 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I just wrapped up day 8.

How do you avoid computing every pairwise distance? Don't you need to compute every pairwise distance so you can sort them and step through?

08.12.2025 15:31 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Thanks for sharing!

I'm also doing JS. I'm normally a python guy. I can follow your code just fine, but how do you run it? Are you using node? I don't see any function to load an input file. Do you have some html you are framing this in?

05.12.2025 23:50 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Seems like a lot of people merged the ranges right away in part 1. I considered it but I've gotten into trouble by anticipating part 2 incorrectly, so I did not.

05.12.2025 22:50 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Advent of Code 2025 Solver A javascript-based static solver for advent of code 2025.

Continuing to make progress on #AdventOfCode .

I'm REALLY interested in starting to make some games with #LittleJS ... but I want to build up some JS muscle memory to make it a smoother experience. This has been a good way to do so!

paloblanco.github.io/AdventOfCode...

05.12.2025 20:15 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Plots from a GitHub repo for Advent of code 2025 showing that 37 unique cloners have cloned the repo in two days.

Plots from a GitHub repo for Advent of code 2025 showing that 37 unique cloners have cloned the repo in two days.

So, I'm plugging away on #AdventOfCode. My GH repo has been cloned by 37 unique cloners?? Are these helper bots? Something specific to Advent of code? LLM related scraping?

05.12.2025 01:25 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Advent of Code 2025 Solver A javascript-based static solver for advent of code 2025.

Delightful so far - thanks! I am taking baby steps into web dev while I solve the problems.

Today - a smidgen of css and open-graph metadata really class up a static website!

paloblanco.github.io/AdventOfCode...

03.12.2025 16:02 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Advent of Code 2025 Solver A javascript-based static solver for advent of code 2025.

Delightful so far - thanks! I am taking baby steps into web dev while I solve the problems.

Today - a smidgen of css and open-graph metadata really class up a static website!

paloblanco.github.io/AdventOfCode...

03.12.2025 16:02 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Advent of Code 2025 Solver

#AdventOfCode has arrived! Glad it is a tad shorter this year.

I really want to get a little better with javascript, so I'm forgoing python and building a janky little solver as I go. Give it a try on your own inputs (once you're finished, of course).

paloblanco.github.io/AdventOfCode...

02.12.2025 17:06 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Review: Bakeru Bakeru appears on the surface to be a spiritual successor to Ganbare Goemon. It seems that way beneath as well. But beneath that?

I'm a prime candidate for this game, but I've passed. I played the (very generous!) demo, and while it looks great, I found it to be kinda bland. @adzuken.bsky.social captures the vibe well: www.destructoid.com/reviews/revi...

30.11.2025 15:02 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

My favourite jam! I'm gonna try to carve out some time.

12.11.2025 13:42 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

A crusty, purely corporate IP is being revived and used to bolster a deserving indie developer who will now receive a ton of attention on their work. I think this is winning!

20.08.2025 15:25 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Obviously this is beyond a standard user, but it is possible to do a clean install of Windows 11 via a USB installer. Had to do this on my surface, the"flagship" ms platform lol. The support for older silicon is nonsense, and is clearly meant to drive sales via fear.

13.08.2025 13:12 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I've read (and agree) that this game is like the 2d precursor to skyward sword. Both on the linear side, heavily built around the mechanics of the items you get, tight world design with lots of intertwined puzzles. If you like this you should try that one for a 3d jaunt.

06.08.2025 02:04 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

For the record - I like chameleon twist!

But also... Any genre in which chameleon twist makes the top 20 needs more competition lol.

It's fun! But it being "one of the best" simply means there aren't enough of these games being made.

23.07.2025 17:54 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

It's admittedly been a sec since I played the original. I recently tried to play dkc2 and the difficulty combined with my FOMO of leaving KONG letters and coins behind really brought it down for me.

12.07.2025 00:12 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

OOO man, hard disagree. I find that all the issues I have with dkc1 - the squirrelly controls, uncertain hit boxes, and weird level geometry collision - are amplified 10x by the increased difficulty of the sequel. I forgive them in the first game since it's a relaxing romp.

11.07.2025 23:33 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I'm very curious about all of this as well! I would love to make a simple walk/run cycle for a little character, even if it is clearly just segments of a model moving separately.

04.07.2025 14:11 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I hope they do, but they had the gumption to charge full price for the switch 2 update for Sonic generations, no upgrade discount or anything, so I'm not optimistic.

10.06.2025 13:51 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Being a dad is sitting in agony while your two kids insist on driving around in circles in the new Mario kart to keep picking up food and cycle through Peach's outfits.

06.06.2025 23:09 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I noticed that. I played one knock out tour, fired up a few older games (someone had to treat sonic frontiers!), and I was suddenly below 80%.

06.06.2025 13:08 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

O man. I can see the retractable belt on the middle one from here. What an excellent feature on an action figure. I feel like everyone i knew had one.

28.05.2025 18:11 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0