RSSAmplifier

Blog

Artificial renaissance itself

pirogove.blogspot.comRSS feed ↗25 posts

Latest posts

debug magazine archive

71 jounals still available on issuu with great story of netlabels time. debug_mag Publisher Publications - Issuu

Enable type checking for Python in Visual Code

Format Cpp code in Visual Code

I had been convinced that you couldn't do this without installing clang, but it turns out that Microsoft wrote an extension that can format without using a heavyweight package. C/C++ Extension Pack

Djvu to Pdf on Ubuntu 22.04

sudo apt instll djvulibre-bin libdjvulibre21 okular-extra-backends evince libevdocument3-4 libevview3-3 sudo apt-get install libtiff-tools thn in bash script: for f in /home/evgeniy/Documents/books/*.djvu do echo "$f" ddjvu -format=tiff $f $f.tiff tiff2pdf -j -o $f.pdf $f.tiff done thnfk you for answer and corrections ,

Debian on WSL

wsl --install -d debian wget --no-check-certificate https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb sudo apt-get update --fix-missing sudo apt-get install -f #install with dependencies sudo apt-get update sudo apt-get install -y dotnet-sdk-5.0 but this not enoght, because I need to run code in a vm…

Retroarch setup

1. Retroarch BIOS Pack copy it content to C:\RetroArch-Win64\system 2. Download required cores for example for DOS and Nintendo SNES is menu 3. Downlaod and unpack 3400+ Best SNES ROMs Pack (SNES ROMset) 4. Load game rom

DisposableFixer for Visual Studio

Extension for everyday use, because usually I do not remember to dispose all object I created. This great extension still not ported to Visual Studio 2022 but I can use with previous 2019 version.

Google Chrome in back theme with Midnight Lizard

An Midnight Lizard extension produces great result with most of web sites for dayly reading.

How to track opened file in JetBrains Rider

This iportant option in Visual studio I started to use from 2004, in JetBrains Rider 'Always Select Opened File' option is located in Project Viewer setting:

Fix apt update for Kali Linux on WSL

For lightweight Linux loatform hosted on Windows 10 it is better to use WSL Avalibale ditstos not so large, but well flawored PS C:\Windows\system32> wsl --list --online The following is a list of valid distributions that can be installed. Install using 'wsl --install -d <Distro>'. NAME FRIENDLY NAME Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling openSUSE-42 openSUSE Leap 42…

Chinese people have great collection of DOS games

Online DOS games seedgou also published a catalogue titles on github for easy parse

PENCIL UI prototyping free desktop app

http://pencil.evolus.vn/ and in browser app free app https://design.penpot.app/ Reference: https://github.com/ matthiasott/prototyping-tools

format code in dotnet 3.1

dotnet tool install --global dotnet-format --version 3.1.37601 dotnet tool uninstall --global dotnet-format

Fyne on Windows 7

For a cheap, obsolete environment I got a problem, fyne ui does not see my opengl. I remembered, the same problem appears for WFP, it also does not find hardfare graphics acceleration, but it is possible to run UI in software render mode. So do for fyne after build app, copy software Mesa3D opengl.dll to folder with binaries, then it works. This fix these crashes on start: 022/07/19 08:19:09 Fyne…

scan->encrypt->backup

https://tropy.org/ https://cryptomator.org/

Artefacts on the Moon

Decade ago Arthur Berent wrote album Artefacts on the Moon. A sound for a great preparation for a mining on the Moon by Abstract Avenue. Today Chinese Academy of Sciences added large map for future settlements. Map is large 196 Mb jpeg

Rosfuscator is Free obfuscator for .Net Core

After reading blog posts about bad progress of free obfuscation in .net core I get found it is possible to hardening of source code using Roslyn. After test if Rosfuscator I have decision variables will be hardened without compilcation errors, it is better then a nothing, classes and methods obfuscation produce compilcation erros. Thank you Melvin L for good work!

Fixed login to GitHub with Visual Code through grdp and vnc

Error is: Writing login information to the keychain failed with error 'Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached'. Fix is: gnome-keyring-daemon -r then enter your password for keyring. Thank you for post

Thunderbird message filters parser

Small lib for parse plain text in Thunderbirf messge filters file https://www.npmjs.com/package/@remusao/thunderbird-msg-filters or simply export filders to new workstation with instruction http://kb.mozillazine.org/Filters_(Thunderbird)#Creating_and_editing_filters

copilot

1. For first classes it did not realize context properly and it is good because he operate only names. 2. After read some logic that I use for app he can think logically already 3. For math equations he generateright code. 4. He start to know relations in object oriented model in time I wrote half of class decomposition 5. Lates class in screenshot he implemented without any moderation by his…

draw.io

https://www.diagrams.net/ sudo snap install drawio

Zed editor hotkeys

Best hotkey is Ctrl+. it opens dropdown with visual themes and other settings I did not know how to fill properly. Zendapp still availeble in Google App Store: https://chrome.google.com/webstore/detail/zed-code-editor/pfmjnmeipppmcebplngmhfkleiinphhp ============== Zed editor ============== Where web site located http://zedapp.org.s3-website- us-east-1.amazonaws.com/ features/edit-remote-files/…

TrayRadio on Windows 7

I continue to restore obsolete devices to use it as workstations. This is internet radio program written in C#. It works on Windows 7 and can be connected to any direct stream. http://trayradio.kraugug.net/ https://github.com/kraugug/ TrayRadio/ https://www.radio-browser. info/ https://somafm.com/ deepspaceone/ https://somafm.com/ deepspaceone/ directstreamlinks.html

Kafka on Ubuntu 20.04

I used this post: https://www.digitalocean.com/community/tutorials/how-to-install-apache-kafka-on-ubuntu-20-04 but I downloaded latest Kafka for me: https://downloads.apache.org/kafka/3.1.0/ Then I started to install zookeeper with simple article, but service was not started: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-an-apache-zookeeper-cluster-on-ubuntu-18-04…

CudaText

Fix for warning: Gtk-Message: Failed to load module "canberra-gtk-module" sudo apt-get install libcanberra-gtk-module libcanberra-gtk-module:i386