42 lines
1.9 KiB
Markdown
42 lines
1.9 KiB
Markdown
# Welcome to my blog!
|
|
|
|
## What is it about?
|
|
|
|
This blog is about me and my hobbies - recreational coding, lifting weights and other miscellaneous things.
|
|
This is pretty much a dumping ground for my thoughts, ideas, opinions and whatever I have on my mind. Don't expect
|
|
clean, structured, nice and neutral/unbiased writing. Here I can say what I want.
|
|
|
|
## Who am I?
|
|
|
|
At time time of writing this post (17.06.2026) I'm 18 years old. I'm from Poland/Warsaw.
|
|
|
|
### Coding
|
|
|
|
I've started coding in about 6th grade with the help from my dad. I've been through a tough webdev phase
|
|
and for the past 4-ish years I've been coding strictly in C (touched some other languages here and there, but nothing special).
|
|
|
|
C is what makes coding actually fun for me. With C I can build *almost* anything you can imagine. What draws me to such an old
|
|
is that C doesn't hide/abstract away things from you. Everything is on the programmer, from memory management to the build
|
|
system and whatnot. I find this type of freedom quite comfortable. I'm not tied to a single build system, package manager or
|
|
even compiler. Any moment I can say *"fuck GCC, I'm switching to Clang now!"* and there isn't much that can stop me
|
|
(assuming the codebase doesn't rely too much on compiler-specific behaviour). I can build my
|
|
projects with Make, but I can always choose CMake, Meson or some other next-gen-trubo-slop build tool.
|
|
|
|
**I AM FREE**
|
|
|
|
### Lifting
|
|
|
|
About 3 years ago I've started going to the gym and lifting weights. For the first year I've been mostly goofing around
|
|
without any specific training regimen. I've followed the standard eat big, get big and go heavy advice (which I think is
|
|
the best for beginners, honestly). Since the beginning of my journey I've always had a bias towards lower-body exercises
|
|
like the leg press, squats, deadlifts etc.
|
|
|
|
My best lifts so far are:
|
|
- 185kg deadlift x 1
|
|
- 140kg squat x 5
|
|
- 100kg sandbag to shoulder x 1
|
|
- Rowing 100kg for reps
|
|
- 80kg x 3 over head press
|
|
- 112kg dip x 3
|
|
|