<!DOCTYPE html> <html lang="en"> {{ template "head" . }} <body> {{ template "header" . }} <main> <div> <h1> $whoami </h1> <p> my name is serr (you can easily guess my real name if you speak Russian :d), and i didn't come up with that nickname, i just started being called it </p> <p> i was born in 2003, i'm currently a cybersecurity major at university </p> <p> <code>pronouns: he/him</code> </p> </div> <div> <h1> what do i do? </h1> <p> programming is my everything - my job, my hobby, my lifestyle </p> <p> i love growing in all areas of programming - i am literally interested in everything: cybersecurity (chaotically breaking things, analyzing code, writing automated analyzers, and moving bytes back and forth), concurrency/multithreading, web development, low-level programming, cryptography and a lot more! </p> <p> i like the idea of <a href="https://en.wikipedia.org/wiki/Symbolic_execution" target="_blank">symbolic</a>/concolic execution and virtual code execution in general </p> </div> <div> <h1> things i love </h1> <ul> <li><strong>coffee</strong>. i REALLY love coffee. almost any. and a lot of</li> <li><strong>movies and TV series</strong> (especially TV series). i watch something almost every day</li> <li><strong>true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff</li> <li><strong>russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.</li> <li><strong>simple and extensible code</strong>. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem</li> </ul> </div> <div> <h1> projects </h1> <ul> <li><a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos</li> <li><del>telegram bot with schedule for SPBPU - <a href="https://t.me/polysched_bot" target="_blank">polysched_bot</a></del> (transferred to a more proactive owner)</li> <li><del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)</li> </ul> </div> <div> <h1> nice links </h1> <ul> <li><a href="https://mo.rijndael.cc/" target="_blank">Mo</a>, thx for design idea!</li> <li>huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a></li> <li>i love this website highlighting the Small Web - <a href="https://smallweb.cc/" target="_blank">smallweb</a></li> <li>very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a></li> </ul> </div> </main> {{ template "footer" . }} </body> </html>