▒▓█ Software

MOVE SWAP FILE AND TEMPORARY FOLDER INTO RAMDISK TO IMPROVE PERFORMANCE

MOVE SWAP FILE AND TEMPORARY FOLDER INTO RAMDISK TO IMPROVE PERFORMANCE

So you have tweaked every possible thing and want to squeeze more performance from your workstation? I’ll tell you how to do this if you have plenty of spare RAM and don’t know what to do with all those memory chips. Placing swap file and temporary folder into RAM is a quite good decision after all. Ram disk is already old idea to improve speed of disk input/output operations. Some time ago even [GPURamDrive] was introduced to masses, although it doesn’t receive popularity because of slow speed in comparison to generic DDR3/4 memory.
HOW TO FIX "UNABLE TO RENDER ERROR" 0x80131501 IN VEGAS PRO 21

HOW TO FIX "UNABLE TO RENDER ERROR" 0x80131501 IN VEGAS PRO 21

Vegas video montage software is widely known as pretty glitchy application especially if we are speaking about latest versions. Newest Vegas 21 Pro is no exception. I run into problems almost instantly. Right after i’ve decided to render video clip. Upon export attempt application showed me error: 0x80131501 How typical! To fix things up i just took DLL library [RenderAsDialog.dll, which is responsible for export dialog] from previous Vegas Pro 18 [sub-version 284 to be precise] and substituted original file with above mentioned.
SOFTWARE AND HARDWARE WHICH I AM USING ON ALMOST DAILY BASIS

SOFTWARE AND HARDWARE WHICH I AM USING ON ALMOST DAILY BASIS

During recent week i’ve received plenty questions regarding hardware and software i’m using in my retrograde activities. So, here is a list. The most important thing is a desktop workstation/server. ░ HARDWARE CPU: Intel [Xeon E5-2696v4] COOLER: [Noctua NH-D15 SE] MOBO: [Asrock X99 Extreme 4] RAM: 64GB DDR4 Samsung 2400Mhz ECC NVME: 1Tb Samsung 980 Pro SSD: 1Tb Samsung QVO sHHD: 2Tb Seagate Firecuda (8Gb SSD cache) VIDEO: [EVGA 3090 Ti 24Gb VRAM] AUDIO:[ESI Maya 44EX PCIE] PSU: [Seasonic GOLD 1300Watt] CASE: [Fractal Design Define S2 White] KEYS: [Keychron Q6] MOUSE: A4Tech [ <1$ ] MONITOR: [NEC PA301W 2560x1600] SPEAKERS: [Edifier R2800] Other hardware stuff to mention:
NEAT'N'TINY SOFTWARE

NEAT'N'TINY SOFTWARE

UPDATED ON: 2023-11-26 Small collection of links leading to good’n’tiny software. NO FRAMEWORK TRASH. ENJOY! ►[tiny apps] ◄ ►[nirsoft] ◄ ►[analogx] ◄ ►[joesoft] ◄ ►[grcsoft] ◄ ►[bcheck] ◄ Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
DISABLE RDP & SMB PROTOCOLS TO SECURE WINDOWS 7

DISABLE RDP & SMB PROTOCOLS TO SECURE WINDOWS 7

UPDATED ON: 2023-11-29 First of all, make sure that firewall is TURNED ON and remote connections are TURNED OFF. As for me, i’m using [Outpost Firewall] . THAN BLOCK THAT UGLY PORT 3389! 3389 This port is used by [RDP protocol] . Take a note that 80% of external intrusions are using RDP interface to hack into your system. Next step will be to disable insecure SMB protocols, by means of command line with elevated admin privileges.
DO YOU REALLY KNOW ALL WINDOWS 7 KEYBOARD SHORTCUTS THAT GOOD?

DO YOU REALLY KNOW ALL WINDOWS 7 KEYBOARD SHORTCUTS THAT GOOD?

Ass a die-hard Windows 7 addict i’m surely know all inside-outs of the system. That is why today i’d like to share some hotkeys knowledge with all of you. Keyboard shortcuts are one of the most important things in professional workflow. Some of hotkeys are quite generic and you can find them in official manual, but other are rather obscure and can be completely unknown. Hope that everyone of you’ll find something useful here.
HOW TO TRANSCRIBE AUDIO SPEECH INTO TEXT USING PYTHON

HOW TO TRANSCRIBE AUDIO SPEECH INTO TEXT USING PYTHON

Recently i was asked for a simple & free way of transcribing audio speech into plain text. Problem was solved via Python library called [Vosk] . It is a speech recognition toolkit working in offline environment. To make things happen do the following: [Install vosk] pip install vosk [Download speech model] of required language, larger libraries bring just marginal improvement over the smaller ones despite the fact that they are over 40 times bigger in a size.
PYTHON CERTIFICATE VERIFY FAILED, SELF-SIGNED CERTIFICATE IN CERTIFICATE CHAIN

PYTHON CERTIFICATE VERIFY FAILED, SELF-SIGNED CERTIFICATE IN CERTIFICATE CHAIN

Aside from [Github certificate issue] , Python also showed me some teeth regarding certificate stuff. How quaint! I think that such things comes from the fact that i’m using “obsolete” Windows 7. But we don’t choose the easy way out, don’t we? I’m using [hacked Python 3.11.1] . After trying to install Python external module: pip install vosk system showed me this: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationErro r(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.
CHROME 121 ON WINDOWS XP ▀ IS IT POSSIBLE?

CHROME 121 ON WINDOWS XP ▀ IS IT POSSIBLE?

Scavenging github for required information i’ve stumbled upon shocking screenshot, [showing the most recent chrome 121] executed on good ol’ Windows XP. HOW COOL IS THAT? SOME TOPIC RELATED LINKS: [Supermium] by win32ss [Chrome Crack] by Blaukovitch Taking into account such news we can consider that Windows 7 is in even safer position in terms of future web browsing ability. Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
COMPREHENSIVE GUIDE ON HOW TO REMOVE TELEMETRY FROM NVIDIA DRIVERS

COMPREHENSIVE GUIDE ON HOW TO REMOVE TELEMETRY FROM NVIDIA DRIVERS

Following instructions successfully tested with [Geforce RTX 3090Ti] on recent [474.66 driver] [October 2023]. In newer operating systems things could be entirely different. It’s been a fair amount of time since I’ve written about privacy related stuff. In early days ~2017 nvidia was not so obsessed with telemetry. Everything you should do to block their efforts is to run [Disable Nvidia Telemetry] . As time goes on things changed dramatically.
MDGX ▀ ENORMOUS TWEAKING SITE SINCE 1993

MDGX ▀ ENORMOUS TWEAKING SITE SINCE 1993

Surfing web regarding Windows 7 news i’ve stumbled upon [MDGX] site. This chaotic gold mine of various knowledge, especially regarding vintage operating systems! Immediately bookmarked it and will surely study in a closer inspection later on. Huge section [dedicated to Windows 7 tweaks] and [plain text file] is also available. Hope that you’ll find something previously unknown. Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
HOW TO IMPROVE PERFORMANCE OF WEBSITE

HOW TO IMPROVE PERFORMANCE OF WEBSITE

UPDATED ON: 2023-11-04 Nothing complex here, at least at this time. Here i’ll accumulate performance related information. ░▒▓ LAZY LOADING OF IMAGES ▓▒░ Just implemented lazy loading at my main index page. Concept is pretty simple you are loading images only when they appearing in the viewport of the browser. All you need to do is just to apply loading=“lazy” to the classes of loaded images. <img loading="lazy" src="/img/demo./png" alt="Picture"> In my case it was like this:
HOW TO ENABLE SVG PREVIEW IN WINDOWS EXPLORER ON WINDOWS 7

HOW TO ENABLE SVG PREVIEW IN WINDOWS EXPLORER ON WINDOWS 7

So, you want to be a hip and would like to have the feature of SVG preview in file explorer like in fancy windows 11 of friend of yours? It is surely possible, even on such old crone like Windows 7! [SVG See] is an excellent application, which bring such functionality to our crony operating system. If you are for some reason don’t observe SVG previews in explorer there are a couple of things that you could try to fix things up:
SOLVING CREDENTIALS AND CERTIFICATE ISSUES WHILE UPLOADING TO GITHUB

SOLVING CREDENTIALS AND CERTIFICATE ISSUES WHILE UPLOADING TO GITHUB

For me things never work as they should. Github is not an exception. After my first try to submit things to repo i run into: ... Author identity unknown. *** Please tell me who you are. PROBLEM CAN BE SOLVED BY THESE COMMANDS: git config --global user.email "YOUR_EMAIL" git config --global user.name "YOUR_LOGIN" After that certificate issue occurred: ... self-signed certificate in certificate chain and another error right after the previous one:
VS CODE KEYBOARD HACKS WILL BE POSTED HERE

VS CODE KEYBOARD HACKS WILL BE POSTED HERE

UPDATED ON: 2024-04-05 All keyboard hacks and tweaks will be posted here. Stay tuned for more goodies! THE MAIN PURPOSE OF THIS LITTLE ACCUMULATION IS TO REMOVE MOUSE FROM CODING WORKFLOW. Remember to separate rules with comas. Like this: [ { "key": "alt+numpad_subtract", "command": "workbench.action.decreaseViewSize" }, { "key": "alt+numpad_add", "command": "workbench.action.increaseViewSize" }, { "key": "ctrl+shift+b", "command": "workbench.action.toggleActivityBarVisibility" } ] Last rule-set do not contain coma symbol in the end.
ESSENTIAL LINKS FOR FONTEND WEB DEVELOPER

ESSENTIAL LINKS FOR FONTEND WEB DEVELOPER

UPDATED ON: 2024-04-03 Page will be updated in the future, so check back later on Here are some handy online tools and various mandatory links for front end developer. This is a fine selection from me, which i accumulated during last month of web investigations. Hope that you will find in this list what you are looking for. If you have suggestions or any commentaries to following breakdown, [drop me a line] please.
PINGA & GIF OPTIMIZER ▀ COMPRESSION TOOLS

PINGA & GIF OPTIMIZER ▀ COMPRESSION TOOLS

If you are really serious about webdev and care about loading times of your projects you should take a look on following image optimizers. [Pinga] ► excellent PNG/JPG compressor [Gif Optimizer] ► solid GIF optimizer, animated GIF are supported also Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
TROUBLESHOOTING LATEST VIRTUALBOX 6.X UNDER WINDOWS 7 ENVIRONMENT

TROUBLESHOOTING LATEST VIRTUALBOX 6.X UNDER WINDOWS 7 ENVIRONMENT

UPDATED ON: 2024-06-26 VirtualBox 7 can be [freely used on Windows 7] machines! For virtual emulation in most cases i use VMWare Workstation 15.5.7 dated back to 2020, which works awesomely fine. Recently i run into VirtualBox on my primary job and have to run Linux Debian on Windows 7 Enterprise. As per official Oracle documentation all [6.x VirtualBox releases] are compatible with Windows 7. Unfortunately it is not so true.
nsCDE ▀ NOT SO COMMON DESKTOP FROM UNIX LIKE OPERATING SYSTEMS

nsCDE ▀ NOT SO COMMON DESKTOP FROM UNIX LIKE OPERATING SYSTEMS

Surfing through meaningless tier lists on YT dedicated to various Unix graphical user interfaces by home-made experts without even showing them in a proper way and doin’ subjective ratings, i’ve stumbled upon on “obsolete” [CDE] environment and was interested in it’s 90’ish looks, despite the fact that “expert” narrated that it is in a “yuck” category and not worth even touching. After jogging through comments i’ve noticed that some wise man mentioned about modern reincarnation of CDE project named [nsCDE] .
HOW TO FIX OUT OF SYNC TIME ON OLD WINDOWS 7 INSTALLATIONS

HOW TO FIX OUT OF SYNC TIME ON OLD WINDOWS 7 INSTALLATIONS

A couple of weeks ago i run into problem related to out-of sync time clock. Tried almost all imaginable solutions, like time service restarting, checking that internet time-sync option is turned on and so on and so forth. Of course to no avail at all. How typical! My Windows 7 installation dates back to early 2019 and i’ve plethora of software installed, and more over system is heavily customized so plain reinstall of operating system is not an option in my case.
LATEST GOOGLE CHROME OFFICIALLY CRACKED TO WORK WITH WINDOWS 7!

LATEST GOOGLE CHROME OFFICIALLY CRACKED TO WORK WITH WINDOWS 7!

UPDATED ON: 2024-09-05 I’m currently on Firefox 115 ESR and not using chrome at all, but this is neat news for sure. So, in addition to [Supermium] chrome fork, we have official version also. This is a work of Russian hackers. Preface words from original Github page [English spelling is original]: Dirty corporations and Hindu-managers are trying to deprive the any users of all the benefits that were created by technically more advanced people than them.
HOW TO POWER OFF OR RESTART ANDROID PHONE WITHOUT TOUCHING HARDWARE BUTTONS

HOW TO POWER OFF OR RESTART ANDROID PHONE WITHOUT TOUCHING HARDWARE BUTTONS

Say you would like to extend life cycle of your hardware power button and want to turn off/restart your device without touching mechanics. Unfortunately most of smartphones don’t offer such functionality out of the box. However there is an easy way to make things rollin'. Problem can be solved by installing [Power Menu] , very small application. It is a simple tool which just works, do expected thing and moreover contains no bloat at all.
ENDEAVOUR OS ▀ LINUX FROM NETHERLANDS

ENDEAVOUR OS ▀ LINUX FROM NETHERLANDS

Recently i had [some frustrations] with Manjaro Linux. Most notable for me were: not so good compatibility with Windows 7 [dual booting is working, but after Manjaro updated, Windows 7 stopped working for some reason]. some problems with Nvidia drivers strange power management system not properly working keyboard backlit on Dell laptop So, i went to [DistroWatch] and instantly noticed [EndeavourOS] , which was already among popular distributions and rapidly climbing to the top.
FIXING SLOW STARTUP OF APPLICATIONS IN MANJARO XFCE

FIXING SLOW STARTUP OF APPLICATIONS IN MANJARO XFCE

Right after installing [Manjaro Linux] i run into weird issue. Most of needed applications like Firefox and Thunderbird take around 10 seconds or so just to startup. Such behavior on NVME drive is unacceptable at all. Problem was in a serious [bug in gnome desktop] , despite the fact that i’m running XFCE desk. Workaround for GTK-based desktops is to run following commmands in terminal: sudo pacman -Rdd xdg-desktop-portal-gnome sudo pacman -S xdg-desktop-portal-gtk Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
SWITCHING TO LINUX TO KEEP UP WITH MODERN TECHNOLOGIES

SWITCHING TO LINUX TO KEEP UP WITH MODERN TECHNOLOGIES

Recently, I’ve decided to install Linux for web development to make sure that i’m not missing something in terms of modern features and technologies. I chose [Manjaro] with [XFCE] desktop. However, all multimedia works are staying on Windows 7. I still can’t find proper replacement for Vegas Pro and many other tools i use in my daily workflow. [Modern web is working] , [security is updated] , so i don’t see any reason to ditch it in favor of something more fancy.
ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

UPDATED ON: 2024-04-05 Here is a small list of mandatory keystrokes, which significantly speed up working process! NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it NAVIGATION [CTRL]+[SHIFT]+[N] ► new editor instance [CTRL]+[K]+[CTRL]+[O] ► open folder [CTRL]+[K]++[F] ► close folder [ALT]+[L]+[ALT]+[O] ► open in browser [CTRL]+[W] ► close current tab [CTRL]+[K]++[W] ► close all tabs [ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs [CTRL]+[1]/[2] ► fast-switch between panels
RENOISE EFFECTS LIST AND VARIOUS TRACKER TIPS

RENOISE EFFECTS LIST AND VARIOUS TRACKER TIPS

UPDATED ON: 2023-09-20 Version: 0.5 Considered Renoise version is 3.4.x. Just a small collection of important things to remember. Will be nice if stash come in handy to someone. ▒ GENERAL SETTINGS [-] GUI effects and animation [+] More compatible GFX updates [48] Limit frame rate [-] View multiple patterns continuously [+] Single click to create new points [hold Shift to select] [-8dB] Track headroom ▲ BACK TO TOP

▀ BACK TO HOME PAGE ▀