Javier Arturo Rodríguez

@codehead.bsky.social

⠬⠆dad · husband · geek · biz-tech liaison · stuff builder · open data advocate · internet enthusiast · reluctant optimist · ES · EN · CAT

Dear Open Source Developer, I have privately cloned your repository and renamed all the packages so that I can pass your work off as my own, but now things aren't working. Please help me debug the unspecified changes I made to your code. #oss

read online that someone set-up a premium rate phone number where callers get charged $3.99/ min. then they posted flyers in their neighborhood that said "call this number to report illegal aliens," but the number just puts them on hold with music. so far, they've made $17,000

not a new observation but Elon Musk genuinely isn't very bright, genuinely has no idea how most things work, and his entire supergenius engineer persona is a tech press-enabled mythology (they've never been held accountable for)

Twitter exchange in which a user makes fun of Musk for not understanding how SQL works and falsely claiming the government doesn't use SQL

I managed to improve the performance of the second puzzle by almost 75% just by placing blocks along the guard's path, but surely we can still do better. github.com/codehead/adv...

adventofcode-2024/day06 at main · codehead/adventofcode-2024

Solutions to Advent of Code 2024. Contribute to codehead/adventofcode-2024 development by creating an account on GitHub.

github.com

Javier Arturo Rodríguez@codehead.bsky.social · 2y ago

I just completed "Guard Gallivant" - Day 6 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/6 For the second part my initial approach detected only the edge case where the loop completes on the next step. Went for a brute-force solution, but a decision tree should be MUCH faster.