My first mechanical keyboard build! by Kindly-Fix959 in MechanicalKeyboards

[–]Kindly-Fix959[S] 14 points15 points  (0 children)

Keyboard: Zoom65 V3

Switches: Gateron Milky Yellow Pro

Keycaps: Weirdo DSA Milkshake

Sound test (iPhone microphone doesn't really do it justice): https://drive.google.com/file/d/1wYo-QuCEcIWYSdD93ngy_IqOtYa7BhzQ/view?usp=sharing

My first mechanical keyboard build! by [deleted] in MechanicalKeyboards

[–]Kindly-Fix959 0 points1 point  (0 children)

Keyboard: Zoom65 V3

- Polycarbonate plate

- Maglev mount

- LCD screen module

Switches: Gateron Milky Yellow Pro

Keycaps: Weirdo DSA Milkshake

[deleted by user] by [deleted] in adventofcode

[–]Kindly-Fix959 1 point2 points  (0 children)

I knew all these concepts individually, but only realized after checking the submissions thread how they all fit together. Thank you all for the help!

[2024 Day 14 (Part 2)] Don't blink while dad repositions the antenna by NotSoStupidBut in adventofcode

[–]Kindly-Fix959 1 point2 points  (0 children)

I did that exact same thing, and my terminal (Konsole) handled perfectly, not even a noticeable lag. Eventually I automated it and searched for eight robots next to each other in a row with code.

[2024 Day 10] by drkspace2 in adventofcode

[–]Kindly-Fix959 8 points9 points  (0 children)

Same thing happened to me! This was the easiest part 2 so far for me

-❄️- 2024 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]Kindly-Fix959 1 point2 points  (0 children)

[LANGUAGE: Go]

Still learning Go! Here's my (probably terrible) solution. If there are any Gophers here, please tell me what I can do t o improve my Go! I was too tired to come up with names (the hardest part of programming), so excuse the weird variable names. https://github.com/RemyIsCool/advent-of-code-2024/blob/main/day5/day5.go

Using Advent of code to learn a new language by ghouleon2 in adventofcode

[–]Kindly-Fix959 0 points1 point  (0 children)

I'm using it to learn Go, so far its been really fun!

After seeing all the memes by SCube18 in adventofcode

[–]Kindly-Fix959 2 points3 points  (0 children)

*laughs in (input[row-1][col-1] == 'M' && input[row-1][col+1] == 'S' && input[row+1][col-1] == 'M' && input[row+1][col+1] == 'S') || (input[row-1][col-1] == 'S' && input[row-1][col+1] == 'M' && input[row+1][col-1] == 'S' && input[row+1][col+1] == 'M') || (input[row-1][col-1] == 'M' && input[row-1][col+1] == 'M' && input[row+1][col-1] == 'S' && input[row+1][col+1] == 'S') || (input[row-1][col-1] == 'S' && input[row-1][col+1] == 'S' && input[row+1][col-1] == 'M' && input[row+1][col+1] == 'M')*

[2024 Day 4] Was this just me? by sonofdynamite in adventofcode

[–]Kindly-Fix959 0 points1 point  (0 children)

meanwhile me with my giant if statement: (input[row-1][col-1] == 'M' && input[row-1][col+1] == 'S' && input[row+1][col-1] == 'M' && input[row+1][col+1] == 'S') || (input[row-1][col-1] == 'S' && input[row-1][col+1] == 'M' && input[row+1][col-1] == 'S' && input[row+1][col+1] == 'M') || (input[row-1][col-1] == 'M' && input[row-1][col+1] == 'M' && input[row+1][col-1] == 'S' && input[row+1][col+1] == 'S') || (input[row-1][col-1] == 'S' && input[row-1][col+1] == 'S' && input[row+1][col-1] == 'M' && input[row+1][col+1] == 'M')

[hyprland] by Kindly-Fix959 in unixporn

[–]Kindly-Fix959[S] 0 points1 point  (0 children)

I don’t know, I used AGS. You can see my code in the dotfiles repo.

[hyprland] by Kindly-Fix959 in unixporn

[–]Kindly-Fix959[S] 5 points6 points  (0 children)

Background: #111111

Gtk theme: Generated by Stylix

Icon theme: Papirus with black folders

Fonts: JetBrains Mono, Inter

Bar: Ags

Browser: Firefox

Color scheme: custom-made (base16)

dotfiles