!Jocke's Avatar

!Jocke

@notajocke

I'm a 21-year-old self-taught developer currently studying at university in πŸ‡§πŸ‡ͺ

93
Followers
146
Following
123
Posts
23.12.2023
Joined
Posts Following

Latest posts by !Jocke @notajocke

https://medium.com/rustaceans/why-most-rust-startups-would-be-better-off-using-go-936b91e20a92 View article without paywall

removepaywalls.com/https://medi...

19.02.2026 13:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Working great so far

17.02.2026 09:12 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey 🫣 long time no see! You all still here?

To kick the grind back, I’m tinkering with a fun project: adding Discord presence to my editor that doesn’t support extensions, using LSP as a workaround

#rust #dev

12.02.2026 02:17 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This year’s #AdventOfCode was awesome πŸŽ„πŸ’»
I’ll go a bit quiet now to focus on my exams, but I’ll be back soon.
When I return, I’ll continue my project and document the whole journey

02.01.2026 17:13 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I feel you, with exams coming up it’s not easy to keep up either πŸ˜…

30.12.2025 09:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Advent of Code 2025

I just completed all 12 days of Advent of Code 2025!

A bit late, but it was really fun !

#AdventOfCode #Rust adventofcode.com

29.12.2025 16:48 πŸ‘ 10 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

oops, removed a plus by accident...

19.12.2025 23:40 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Wow! It’s been over a week since my last post, lots of unexpected things happened... 🀯

I just completed "Reactor" - Day 11 - Advent of Code 2025 #AdventOfCode #Rust adventofcode.com/2025/day/11

View my solution here: github.com/NotAJocke/ao...

19.12.2025 23:34 πŸ‘ 14 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Had to rush one of my last project of the Q1 for uni, will catch up #AdventOfCode later today…

12.12.2025 14:28 πŸ‘ 10 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My solution here: github.com/NotAJocke/ao...

10.12.2025 17:09 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 10 - Advent of Code 2025

Part 1 was easy, a simple BFS did the job.

Part 2 was horrible… I can’t stand math puzzles, and I even broke my own rule by using an AI to get through it.

I just completed "Factory" - Day 10 - Advent of Code 2025 #AdventOfCode #Rust adventofcode.com/2025/day/10

10.12.2025 17:06 πŸ‘ 16 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0

What was your problem with rust ? 🧐

09.12.2025 15:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0
Day 9 - Advent of Code 2025

I just completed "Movie Theater" - Day 9 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/9

View my solution : github.com/NotAJocke/ao...

09.12.2025 08:49 πŸ‘ 10 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Part 1 was easy, but I was scared of what Part 2 might look like πŸ˜…

When I read it, it instantly clicked, we just covered an algorithm at uni that fits perfectly: the PIP algorithm (en.wikipedia.org/wiki/Point_i...)

Maybe not the most optimal approach, I might revisit later

09.12.2025 08:49 πŸ‘ 19 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I'm sure it's possible, I've seen posts mentioning a heap queue, didn't have enough time to try

08.12.2025 22:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My solution : github.com/NotAJocke/ao...

08.12.2025 21:39 πŸ‘ 6 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

This one was HARD πŸ’€

Might revisit it later to see if I can improve performance

I just completed "Playground" - Day 8 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/8

08.12.2025 21:39 πŸ‘ 17 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

Took a day off yesterday, so I'm catching up πŸ’ͺ

Starting Day 8 later today

I just completed "Laboratories" - Day 7 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/7

View my solution: github.com/NotAJocke/ao...

08.12.2025 10:31 πŸ‘ 26 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Learned the lesson the hard way πŸ₯²

06.12.2025 21:45 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Found time to clean my code !

View my solution here: github.com/NotAJocke/ao...

#AdventOfCode day 6

06.12.2025 17:43 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Part 1 was smooth, but part 2 derailed fast after I assumed (because of the test case) that additions were aligned left and multiplications aligned right. Tried transposing the parsed input from part 1 to be clever… and it totally backfired. πŸ˜…

06.12.2025 12:18 πŸ‘ 9 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0
Day 6 - Advent of Code 2025

I’ll clean up my code and post it later today!

I just completed "Trash Compactor" - Day 6 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/6

06.12.2025 12:18 πŸ‘ 18 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Hey thanks !

I’ve made a huge error, so I must restart, taking a break rn

I’ll post more when I’ll finish

06.12.2025 10:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Going down a rabbit hole for part 2, not sure if I still want to live... πŸ’€

#AdventOfCode

06.12.2025 08:54 πŸ‘ 8 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Maybe Cloudflare will fill the missing days this year

05.12.2025 14:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ahah ! Well done πŸ‘

05.12.2025 13:06 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ahah ! When I saw the input I told myself I couldn't expand the ranges or my PC would explode

05.12.2025 10:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Part 2:
- Parse input into ranges
- Merge overlapping ranges
- Count total number of values covered by all ranges (took ~2 min since all the heavy lifting was already done in part 1)

05.12.2025 10:07 πŸ‘ 8 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Part 1:
- Parse input into ranges and ingredients
- Merge overlapping ranges (I knew I couldn’t just expand them when I saw the input)
- Count ingredients that fall within any range using binary search

05.12.2025 10:07 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Blazingly fast today ! ⚑

For anyone interested, I'll explain my solutions below.

I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/5

My solution: github.com/NotAJocke/ao...

05.12.2025 10:07 πŸ‘ 12 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0