AI is a net-negative for society.
08.07.2025 17:40 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0@nk-lock.bsky.social
๐งโ๐ป Software Engineer
AI is a net-negative for society.
08.07.2025 17:40 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Awesome. I'm glad it works out for you. I come from tiling WMs (i3, dwm) but have been using Gnome for a couple of years and replaced my tiling workflow with kitty tiling, which is for me the best way to do it and I can't do without anymore. Really hope this comes to Ghostty. I would switch directly
07.01.2025 10:49 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I really wanted to use #Ghostty. Hype train victim ๐. And yes it's awesome. But I'm sticking to #kitty because of the dynamic tiling. Can't do without.
06.01.2025 20:26 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0Revisited #AdventOfCode Day 15. Nothing fancy, just some emoji masturbation. Simple grid rendering to the terminal on each move
21.12.2024 21:45 โ ๐ 30 ๐ 1 ๐ฌ 3 ๐ 0๐๐๐๐๐๐๐๐๐๐ต๏ธ๐๐ #AdventOfCode
21.12.2024 20:40 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 0I just completed "Claw Contraption" - Day 13 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/13
Lagging behind ๐ข but not yet out ๐ป
Again thanks to @piankris.bsky.social. I knew immediately where to start exploring.
#ziglang
github.com/V-Mann-Nick/...
It's usually enough to just scroll over #AdventOfCode. Also @piankris.bsky.social is a good source ๐
16.12.2024 13:35 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0I just completed "Garden Groups" - Day 12 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/12
The problem with lagging behind is that you subconsciously see hints left and right. It's a lot easier lagging behind a little ๐
#ziglang
github.com/V-Mann-Nick/...
Procrastinating on #AdventOfCode by playing around with some goofy visualizations for Day 12. I don't check for adjacent regions so some may share the same emoji
piu piu ptshhh ptssshhhh๐ฅ๐๐ฉ
Slightly lagging behind but I'm proud about having done everything so far. #AdventOfCode
12.12.2024 23:38 โ ๐ 8 ๐ 0 ๐ฌ 1 ๐ 0I've completed "Plutonian Pebbles" - Day 11 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/11
Thanks to @piankris.bsky.social. Couldn't have done it without her โค๏ธ.
github.com/V-Mann-Nick/...
#ziglang
I actually solved part 2 first because I misunderstood ๐ . Also I used a `[ROWS][COLUMNS]bool` matrix instead of a hashset, to not have to allocate. I've been doing this thing that I try avoiding allocation as much as possible and try and do everything on the stack.
12.12.2024 10:11 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I've completed "Hoof It" - Day 10 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/10
This one was a breeze ๐. I have re-used my Coordinate struct so many times now already ๐
I've completed "Disk Fragmenter" - Day 9 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/9
It takes my program 3.5 minutes for part 2 ๐คฏ
Please tell me how you solved it more smartly ๐
github.com/V-Mann-Nick/...
#ziglang
I'm a bit of a Rust fan boy. So I might be biased ๐. But in my opinion Rust is absolutely excellent. It might be a bit more of a steep learning curve but once your over that initial hurdle it's gift that keeps on giving. We use it in production very successfully.
11.12.2024 13:47 โ ๐ 3 ๐ 0 ๐ฌ 2 ๐ 0Yeah seems kinda tough to start a serious project in it right now. Although many have done so (e.g. TigerBeetle, Ghostty). I like to just fool around with it a bit, and keep all my serious stuff in Rust.
11.12.2024 10:18 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Just doing it now. Yeah it seems kinda awkward to do it nice.
11.12.2024 09:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Can't believe I actually managed to do Day 7 and 8 of #AdventOfCode after working 8hrs today.
I'm way to addicted to this shit right now ๐.
github.com/V-Mann-Nick/...
github.com/V-Mann-Nick/...
Created an animation for #AdventOfCode Day 6: Guard Gallivant (Part 1) in #ziglang
08.12.2024 23:29 โ ๐ 34 ๐ 2 ๐ฌ 1 ๐ 0You can do without Regex.
08.12.2024 13:18 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Forgot to mention yesterday ๐๐
:
I've completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/5
#ziglang
github.com/V-Mann-Nick/...
I just completed "Guard Gallivant" - Day 6 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/6
- ๐ฅ Brute Force
- ๐พ NO Alloactions
- โฑ๏ธ 124ms
github.com/V-Mann-Nick/...
#ziglang
๐ญ๐
08.12.2024 03:24 โ ๐ 310 ๐ 31 ๐ฌ 10 ๐ 4I've completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4
github.com/V-Mann-Nick/...
#ziglang
Managed to do Day 3 and Day 4 Part 1 of #AdventOfCode in #ziglang without allocations and barely any std library.
github.com/V-Mann-Nick/...
github.com/V-Mann-Nick/...
Day 4 Part 2 coming tomorrow.
#javascript #AdventOfCode
10 minutes.... The cursed.
And please don't ask me about day 2 ๐คฆ
05.12.2024 23:47 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0I've completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3 in #ziglang
github.com/V-Mann-Nick/...
I know I'm lagging behind. But it is what it is....
Unification through fragmentation ๐
05.12.2024 18:27 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Yeah I probably set the bar too high for myself doing it in Zig with only having started with it very recently.
05.12.2024 18:25 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0