Skip to content
View zaboal's full-sized avatar
🗂️
working on pet projects
🗂️
working on pet projects
Block or Report

Block or report zaboal

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
zaboal/.adoc

на русском → /docs/ru/profile-readme.adoc

i code…

personal projects principles

in go. when i was 10 i’d been programming in c++ and got used to static typing, so i didn’t like python and typescript with their cosmetic types. have tried haskell, ruby, raku, and other forgettable.

for linux. in the same ages, my want to hack a wi-fi coincided with father’s new business: programming for teens on thinkpads with lubuntu. had taken one and tried debian, opensuse, arch, fedora, and other.

with vscode as it more universal and easier than vim.

lowercase logs and comments: uppercase from the origin was an emphasis tool and doesn’t play any role in grammar. dot stands for sentence ending. so i dont press shift when write comments and logs. an emblem for it is 🔡, as an opposite for 🔠.

directories disabbreviation to make consistent file structure, where are ./internal and ./pkg or ./cmd in same place, i disabbreviate them to ./packages and ./commands. nowadays there is no need for short names with auto-completion and in-shell abbreviations.

Pinned

  1. discord-telegraph discord-telegraph Public

    integration of the telegraph blogging platform into discord as a bot. create an account and anonymously post articles from discord.

    Go 2

  2. discord-gitlab discord-gitlab Public

    issue on gitlab from discord with command /issue [title]

    Python

  3. tilde tilde Public

    registrar for a shared linux

    Go

  4. hh-go hh-go Public

    A wrapper of the HeadHunter API for Go made with the OpenAPI Generator

    Shell 2

  5. todo todo Public archive

    a todo list manager from the jule of 2020, when @zaboal was 13 yo

    C++

  6. autopin-spec autopin-spec Public

    yaml schema and gherkin specification of a bot for autopinning messages by regexp on the parameters

    Gherkin