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.
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:
[Bubba Ho-Tep] is a quite awkward movie, but despite that is worth watching. The main reasons of such conclusion are [Bruce Campbell] and [Brian Tyler]. Bruce is surely known for his [Evil Dead] acting. Brian provided stunning soundtrack, which lifts whole movie to another level.
OFFICIAL TRAILER
Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
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.
As you may know [Sony Xperia XZ1 Compact] is my main web surfing phone on the go. I’m fully satisfied with it’s capabilities even in 2023. Except one little problem, related to GPS and speed of satellites detection.
Issue showed up couple of months ago and it seems that i finally found an easy way to fix it. After some investigations i conclude that device has a hardware based problem, and to eliminate it completely you need to open phone casing and pull up antenna so it will have tighter surface touching with in-case metallic plate.
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.
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-08-19
For those of you who are hunger for more classical tracker music and you are not completely satisfied with my [ultimate tracker mod collection] here is a link to a [marvelous catalog] of chiptune and demoscene gems. Design matches aesthetics of early 90s and pleasing to eye.
Resource is kindly provided by [Matt].
Oh, and here is a massive breakdown of tracker music resources i’ve stashed for you:
UPDATED ON: 2023-09-06 Some new parameters were added.
Note that by default all [Nightly versions] of Firefox are sending back telemetry to third-parties in extensive manner. So, to disable such malicious actions besides turning off telemetry settings via standard GUI options:
about:preferences#privacy You’ll need to use good old:
about:config To change to:
FALSE …or create following parameters in software registry:
toolkit.telemetry.archive.enabled toolkit.telemetry.enabled toolkit.telemetry.unified toolkit.telemetry.unifiedIsOptIn toolkit.telemetry.bhrPing.enabled toolkit.telemetry.firstShutdownPing.enabled toolkit.telemetry.hybridContent.enabled toolkit.telemetry.newProfilePing.enabled toolkit.telemetry.reportingpolicy.firstRun toolkit.
I often get asked regarding Windows 7 safety especially in 2023.
"Is it safe to use such old operating system?" "What about security?" "How about modern viruses?" .... …. and many other similar questions.
Funny thing that people who are asking about security don’t give a damn about privacy. Yeah, that’s quite different definitions for sure, but from my point of view they always come together hand in hand.
The main and the most important security police officer is your head.
This can be done by changing application’s language locale to English. But what if you have only one non-English language in GUI preferences?
The solution is surprisingly simple.
Close Photoshop if it is already running
Find following file:
tw10428.dat Standard location:
C:\Program Files\Adobe\Adobe Photoshop YOUR-VERSION\Locales\YOUR-LANGUAGE\Support Files\ In case of Photoshop 2020 file is named:
tw10428_Photoshop_ru_RU.dat Rename it into something like: tw10428.dat.bak Ta-da! Start software and enjoy! Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
Say you need to run on a laptop battery vintage or simply non-demanding applications for an extremely long time. Here is a little breakdown of mandatory things to do:
turn off in BIOS unneeded devices like camera, sd-card reader, fingerprint scanner, gsm-modem, wifi, bt or whatever you are not using turn on power saving features like various C-power states turn off hyper-threading and hi-core count [if you have such ability] lower screen brightness to acceptable level check my [quick] and [comprehensive] optimization FAQs get rid of [unneeded services and bloat applications] Also you can use core parking utility [Park Control], but in this mini-guide i’ll show you how to set power related things up via internal Windows 7 tools.
UPDATED ON: 2023-12-02
The main reason i’ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software.
In main configuration file:
settings.json add following lines:
"workbench.colorCustomizations": { "editorCursor.foreground": "#ff0000", "terminalCursor.foreground": "#02ED3D", "editorLineNumber.activeForeground": "#ff0000", "editor.lineHighlightBackground": "#016119", "editor.lineHighlightBorder": "#02ED3D", "terminal.foreground": "#02ed3d" }, To set custom color for GREY comments drop in these lines:
"editor.tokenColorCustomizations": { "conmments": "#ff006f" } To fast access configuration file press: