Skip to content
View serkosal's full-sized avatar
🤔
🤔

Block or report serkosal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
serkosal/README.md

Hello my name is Sergey Kosykh a.k.a. Serkosal.
I’m programming in Python, C++, and JS.
FOSS enthusiast. I've been the GNU/Linux user since 2018.

I love IT in general in the wide variety of aspects from theoretical comp. science to the actual hardware. Sporadically contribute in Open Source projects. I'm not using any AI agents in my projects, maximum I could use LLMs as advanced search engines.

My projects

WEB development:

  • My personal web blog - based on Django's framework personal web blog with my study notes and thoughts on different topics.
  • react task manager - A little bit unfinished, but functional task manager application

System utilities

  • INTeractive File Listing - It's like the GNU tree but is interactive.
  • pyntercept - python library & utility to intercepting and processing i/o of console application using PTYs.

Computer graphics

  • C++ OpenGL boilerplate - a project with build-in UI, with some OpenGL things automated and with usefull examples.
  • raymarching - raymarching renderer based on SDF (signed distance functions).

my config files

I'm not a big config nerd, so they are boring

Pinned Loading

  1. clauderic/dnd-kit clauderic/dnd-kit Public

    The modern toolkit for building drag and drop interfaces

    TypeScript 16.8k 845

  2. Jarrlist/LeetHelix Jarrlist/LeetHelix Public

    Helix problems

    Python 25 3

  3. intfl intfl Public

    Interactive file listing

    C++ 2 1

  4. learn-opengl learn-opengl Public

    Learn OpenGL project based on guides from site learnopengl.com

    C++ 2

  5. skgl skgl Public

    OpenGL boilerplate

    C++ 1

  6. pyntercept pyntercept Public

    python library & utility to intercept i/o from interactive CLI/TUI programs.

    Python