Profile avatar
wekuz.bsky.social
Self-taught programmer https://wekuz.github.io I use Arch btw ;)
25 posts 13 followers 9 following
Regular Contributor

Writing Rust feels like an endless fight with the borrow checker over things I could easily (and safely) do in C++, just without the guarantee of said safety

I will start learning Rust. Used C++ basically as long as I have written code. I joining the crabs

Yesterday I installed Lutris on my laptop (Arch btw) and it's amazing. I have all of my Steam, EGS, GOG and Ubishit games in one place and it's really simple to play them with Wine/Proton. lutris.net #LinuxGaming

My third ever game of Balatro. I have been really enjoying it. The numbers must grow

I want to buy Stellaris at the cheap Steam Winter Sale price, but I cant afford all the DLCs. I will continue sailing the high seas with this game

I HATE hardware tailored for a specific operating system!

Finished today's Advent of Code at ~00:15 and still got my new personal best rank (18504). adventofcode.com #AdventOfCode #coding

I feel like I will forever suffer from integer size limits. When solving today's Advent of Code challenge I wasted ~1h trying to figure out what the F did I do wrong, just to discover that I used unsigned for the total instead of unsigned long adventofcode.com #AdventOfCode #coding #cpp

Best personal time between part 1 and 2 in Advent of Code: 3min 12 sec. My solution to the second part ended up being a incorrect try at the first part. I just needed to move down the undo tree adventofcode.com #AdventOfCode #coding

So thankful that I decided to go with C++ for the current Advent of Code. I just brute-forced today's challange and even the part 2 was just a few seconds while printing every equation #coding #AdventOfCode #cpp

Damn integer limits. While solving today's Advent of Code, the result got so big that it didn't fit in an unsigned, so I had to use unsigned long long. I was fortunate that I noticed it quickly #coding #AdventOfCode #cpp

Good to see my position rise everyday in Advent of Code even though I complete it around the same day. I believe less and less people can keep the streak adventofcode.com #AdventOfCode #coding

Another December day, another fun Advent of Code challange adventofcode.com #AdventOfCode #coding

For anyone looking for a great roguelike with A TON of conent, then I've been enjoying Tiny Rogues lately store.steampowered.com/app/2088570 #gaming #roguelikes

! Advent of Code "spoiler" ! Is it me or was day 3 of Advent of Code really easy? I solved part 1 with just one regex and looped over the matches. Part 2 had a bit longer regex (still not complex tho) and one switch statement in the loop. Still enjoyed it :) adventofcode.com #AdventOfCode #AoC24

The struggle of finding time for solving Advent of Code. It made me realize that I don't have that much free time adventofcode.com #AdventOfCode #AdventOfCode2024 #AoC24

Just finished the first day of [Advent of Code](adventofcode.com) in C++. Good use for my laptop that I just installed Arch (btw) w/ Hyprland and started using Neovim (btw)

Most important thing I have learned when using Arch is RTF(A)W. wiki.archlinux.org #archlinux #linux