A hacker, a gamer, a dad and an all around nice guy. At least I think I am anyway. Layer 7 AF. I do computer stuff and get paid for it. Views are my own.
I just completed all 25 days of Advent of Code 2024! https://t.co/YcgMlwRn0J #AdventOfCode
I know it took a long time and I haven't been on twitter or whatever it's called now, but I had to share that I finally completed AOC.
Not a typical post from me, but if anyone reading this is a pet owner, hug your pets often. You can prepare all you want for when the time comes, but nothing truly prepares you for when you have to let a best friend go.
I just completed "Wait For It" - Day 6 - Advent of Code 2023 https://t.co/VEocq81aLA #AdventOfCode This one was quick and easy. Thought I needed to optimize a bit again, but part 1 and part 2 completed after 3 seconds. Nice.
@Kyle_Parrish_ Yeah it's pretty nasty for the first 5 days. Doing this in Go is not easy either, but this is my trial-by-fire for a language I'm not nearly as familiar with. Otherwise I'd be doing this in python.
@gwidion By all means: https://t.co/D7mXzSnAlf -- still relatively new to Go so I'm working with formatting a bit (open to criticism), but I ran the code thinking it would need to be optimized only for it to finish after 2 1/2 minutes. Should just run with go run . -f input
I've completed "If You Give A Seed A Fertilizer" - Day 5 - Advent of Code 2023 https://t.co/xMuGWEQ7Rv #AdventOfCode -- thought I'd have to optimize this a bit more, apparently got it done in about 2.5 minutes
I have to remind myself that it takes so long for me to complete advent of code challenges because I'm completing them with a language I'm not nearly as fluent with, ie: Golang. Yeah, that's it. We'll go with that excuse.
I just completed "Cube Conundrum" - Day 2 - Advent of Code 2023 https://t.co/Lzh92EX36K #AdventOfCode -- As difficult as this can get, it's such an awesome feeling to complete a challenge.
I've decided not to do a crazy write-up like I always do for the sans holiday hack challenge. I'm still doing the challenge of course, but not going crazy because it takes up a ton of time during the holidays when I should be with my family. There I said it.
One thing I've learned while setting up a Kubernetes cluster on a bunch of raspberry pis...don't cheap out on the SD cards. Nothing is more of a pain than having to blow away a node and rebuild it because you bought a cheap no-name SD card to serve as its root FS.
There's lots of examples of how to manipulate GPT models to leak information that it shouldn't. But I want to know when we get to the point where we will trust an AI model with sensitive information. Maybe next generation when everyone forgets the fears of the current gen?
For the longest time I always thought that the _one_ thing that Chrome had over Firefox was automatic page translations. Now that is no longer the case. Suck it Chrome!
I'm sorry but after all this time it's still crazy to me that some languages have "==" and "===", and they mean "is kinda equal to" and "is really really super equal to, no for real this time" respectively.