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.
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.
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
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.
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.
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.
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.
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
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.
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
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:
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:
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:
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.
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.
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
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.
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]
.
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.
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.
New form of retro art is here. Enjoy peacefull upgrading with chill backdrop music. Brought to you by [NTDEV]
YT channel.
Updating Windows Vista to Service Pack 2+ with ESU updates from Windows Server 2008 R2 Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
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.
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.
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
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.
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
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