Hi people!

My name is Eugene, I am programmer, business developer and dad. Mostly my work is also my hobby. I like programm, create new products and sort business issues. Other time I spend with my family, with my wife and my childs.

Development js frontend

Pretty nice component framework (library) for js While talking with job seeker to our company some smart guy point me to shadcn component framework. Main site https://ui.shadcn.com/ github account https://github.com/shadcn-ui/ui Actually it really nice, put it into my bookmarks.

October 4, 2024

Download macos x installer

Short tips&hints additional. To check and download available macos x distribution you can use softwareupdate command list available images: softwareupdate --list-full-installers download selected image: softwareupdate --fetch-full-installer --full-installer-version 15.0.1 To make bootable flash disk: /Applications/Install\ macOS\ xxxxx.app/Contents/Resources/createinstallmedia --volume /Volumes/YYYY where xxxxx - macos system code name (i.e. Sequoia / Sonoma / Ventura / etc) and YYYYY - you flash drive current name You must have root privileges to run this command.

September 28, 2024

Dubai trip

Two weeks business trip. Too hot, too warm.

September 10, 2024

Avrdude hints and tips

To programm avr microcontrollers require to have avrdude programm. It can update chip firmware using different programmators. To obtain avrdude sources visit github. To compile libusb will be also required. Libusb can be compiled in standard way, using configure script. OS architecture should be detected automatically, arm64 in my way. Avrdude use cmake scripts, to define OS architecture use follow command line: cmake -DCMAKE_OSX_ARCHITECTURES=arm64 -D CMAKE_C_FLAGS='-I/usr/local/include -I/usr/local/include/libusb-1.0' -D CMAKE_BUILD_TYPE=RelWithDebInfo -B build_darwin To flash firmware to microcontroller (atmega 323) use:...

September 2, 2024

Belgrad trip

2 days business trip. There has’t such a performance for a long time. Noon, center At night, modern region

August 12, 2024