tools used by me
assuming i'm a dev, i must have a computer, huh? well, my computer is broken enough that it crashes everytime i want to open a task manager. i scrapped windows totally from my hard drive, but when installed linux, problems persisted every time i wanted to open a fucking desktop environment. but it works and i can do something here.
- OS: #IUseArchBtw i mean Arch Linux
- Shell: bash
- Terminal: kitty
- WM: hyprland
- X11/Wayland: Wayland
- Main code editor: Visual Studio Code
- Everything's config editor: Neovim
but what about dependencies? well... it's the worst thing you could ask i think. if you read my "about me" before, you've probably noticed this fragment:
i'm a developer, that's kind of obvious, since i built a website, but i hate using any frameworks - as i said, i like doing things my own way. i hate when i'm dependent on something i don't control.
but every time i was trying to make a programming language in assembly, c, c++ or ts i failed. so i must be dependent of something, right? right?
okay, there are my all dependencies:
- jsdom - i'm too lazy to rewrite i don't know how much files just to get some random property from document object model a.k.a dom
- grub - i'm also too lazy to rewrite a bootloader and grub is okay enough
- gcc and g++ - i said every time i was trying to make a programming language [...] i failed, that's the reason
- node - same as gcc and g++
- typescript - this npm library extending javascript is awesome. it's so awesome i could not recreate it (maybe because it's a programming language)