18 subscribers
40 photos
7 videos
2 files
54 links
In this channel, I will wrote my personal thoughts, experiments on different PLs and mathematics
Download Telegram
I didn't know this 💔
🥀 my 5 years old source codes
When I was victim of micro services hype

https://gitlab.com/img_project
Postman wants to be replaced
And I want to note that nix installed Emacs version is not very compatible with MacOS, so I replaced my installation with emacs-plus using homebrew. It worked well without any lags and bugs

https://github.com/abdivasiyev/nix/commit/2c5bb6d6a99b56978a8601054be4121c546cbbfb
Imagine, you are forced by a tool to install Chrome for generating image😀
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/

I now understand how important this kind of design. I am refactoring our codebase and there are only used primitive types instead of specific custom types. Each line which I am editing is risky and testing is insanely difficult. 😭
the PRO plan's goal is to give some dopamine to developers. Even with a simple task you will reach your limits💀
vibe coders broke something in uzum market
😁2
image_2026-03-13_10-49-44.png
1.5 MB
being a scammer is not so easy😹😹😹
my first ever made model in blender after 2 hours of learning 🤣
Being fast in programming with high quality is easy. Just use code generators and do your logic staff. No need for any dumb AI bullshits. For example in Golang:

– generic http handler and you do not need any handlers
– sqlc to generate repositories using raw SQL

and that is it. You will write your business logic only, voila