Novosibirsk, RU --:--

Systems. Low-level. Code.

I'm Artemy -- C, C++, Rust, x86_64 Assembly, OSDev. I figure out how things actually work instead of just using them.

LinuxOSDevx86_64Hyprland
github.com/ArtemyStudio
§ 001about
001

Under the hood.

Small projects, low-level learning -- I try to actually understand things rather than copy-paste until it compiles. Built first programs at 10, been going deeper ever since.

Dark themes, minimal setups, tools that don't get in the way. Garuda Linux + Hyprland daily. Neovim because I hate myself slightly less than I hate VS Code.

Right now: Rust, C/C++, x86_64 ASM, OSDev, CLI tools -- and trying to build a kernel without completely losing it.

§ 002work
002

Projects.

01

DewOS

view page ↗

Own Linux distro / kernel project. x86_64, LFS-based, custom C++ /init, TUI installer, GRUB boot. Custom package manager «drop» in progress.

C++x86_64GRUBOSDev
$ tree dewos/
app/
  init/      # custom C++ /init
  installer/ # TUI dew-install
  include/
boot/
  vmlinuz-dewos
  initramfs.cpio.gz
config/
  grub.cfg   # cyan/black theme
> status: early dev, slowly
02

drop

Package manager for DewOS. CLI-first, minimal deps, written in C++. Handles build, install, remove -- designed for a system with no apt/pacman.

C++CLILinux
$ drop build
→ resolving deps... ok
→ compiling...     ok (0.4s)
→ linked

$ drop install neovim
→ fetching...      ok
→ installing...    ok
> less chaos, more control
03

Interfaces

Pages like this one. Dark palette, clean structure, enough JS to not feel dead. This site is one of them.

HTMLCSSJS
// artemystudio.is-a.dev
fonts:   Bebas Neue + IBM Plex Mono
palette: #080808 / #e8e8e8
stack:   vanilla -- no frameworks

> simple, fast, intentional
§ 003stack
003

Stack.

C++
systems basics, DewOS work
Linux
Garuda, shell, daily use
Bash
scripts, build commands
HTML/CSS/JS
portfolio/site UI
Rust
learning ownership + projects
C
low-level basics
x86_64 ASM
boot/regs basics
Neovim
config + daily edits
§ EOFcontact

everything's on github

github.com/ArtemyStudio