So you want to do something evil or make a present for the April’s Fool Day to your surrounding. Today we’re going to use the professional keyboard application [FilterKeys Setter]
in its meanest form, will set keyboard filters to skip keystrokes, but only if the person starts typing at a faster rate.
I find out that the easiest way is to set Ignore Under parameter somewhere around 60ms, so it will be not so obvious in the beginning for the end user, that key strokes are skipping.
[HighTreason]
is not that active these days, so i have to find a solid substitute for my retro hardware cravings. And, oh boy, that was not an easy task to complete, i can barely find a solid reviewer among hundreds of sellouts, boring and just plain ignorant vloggers.
But in the end of the day i found him! Yeah, it is [RetroSpector78]
from Belgium. His speciality is producing reviews of obscure and rare pieces of computer hardware [primarily from 80s-90s era] with episodic dives into the software field.
Color profiling in Linux is a rather obscure and unpopular topic, so I decided to cover it on the pages of this website. KDE and other modern heavy desktop environments are often have preinstalled tools to work with color profiles, but in this note we’ll talk about importing of color profiles in my favorite lightweight environment called XFCE. In some Arch-based distributions like Manjaro everything works out-of-the-box, but that is not the case when it comes to EndeavourOS, which I am currently studying to migrate from Windows 7 in upcoming future.
Today I learned I was permanently banned from Reddit’s Windows 7 channel. Here is a [post]
where i to take the liberty of writing my own opinion on the topic.
Removed comment:
Dude, malware and telemetry gathering are embedded in official updates. So what?
K4sum1 is doing nice job for the Windows 7 users by compiling modern Firefox called R3dFox.
Decide for yourself afterward whether to use it or not.
Is it Friday or not, for God’s sake? Here are some retro-O-matic tracks right in your years. For some reason, unlisted or private videos can’t be viewed on the mobile version of the site, although the desktop template works fine. I am investigating the matter.
GLENN FREY ▀ YOU BELONG TO THE CITY
STEVE JONES ▀ MERCY
PHIL COLLINS ▀ IN THE AIR TONIGHT
Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
UPDATED ON: 2024-11-12
Due to the fact that I was forced to use windows 10 at my primary work, I have to accumulate all these software to prevent myself from daily vomiting provoked by original windows 10 diarrhea.
Ok, kids, you don’t like the native looks of Windows 10? So am i! That is why today we transform atrocious Windows 10 interface into clean looking heaven of classic Windows 7.
Messing around with the recently purchased Ryzen 7700 i ran into some rather annoying power related problems. The computer and monitor would go into sleep mode after about 5 minutes, despite the appropriate power settings in the Control Panel and third party software such as Process Lasso and Park Control being residential in memory.
I had to break my head to get out of this situation and traditionally i am sharing with you the solution I found.
In this note, I will describe all the settings you need to tweak to get a 100% flicker-free, eye-friendly result on your smartphone. However, some settings are quite extreme and you don’t need to apply all of them, such as the monochrome filter or setting extremely high warm values on the color temperature slider.
PWM flickering is a “feature” of most digital displays at relatively low brightness levels that can cause eye strain and headaches.
Previously i’ve already posted things about the Japanese Neo Geo console [here]
and [here]
. And now I would like to introduce you the newest NeoGeo game, which has some similarities with the well-known [Metal Slug]
, but this fact does not cancel the beauty of pixel art and pulse-pounding soundtrack of Kraut Buster.Some footages.
OFFICIAL TWO PLAYER GAME ON REAL HARDWARE BETTER VIDEO QUALITY
Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
UPDATED ON: 2024-09-11
Good news for all Windows 7 users! Material is provided by [official release calendar]
. SO, IT LOOKS LIKE THAT 115 BRANCH WILL BE THE LONGEST SUPPORTED ESR BRANCH EVER! Please, take a note that 115 ESR branch is [significantly slower]
than [hacked R3DFox]
! Firefox 115 ESR is for those people who prefer only official versions and do not trust to third-party developers.
Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
No posts about VS Code for so long time? This should be fixed.
Today i’ll do a little note regarding visual looks of the editor. Honestly, I already have my personalized theme. But after seeing [Retrowave84’s skin]
, I was so impressed with the overall aesthetics and correctly set glow and shadow effects, that I decided to stack it on my own theme, to get the best things from both of them.
I have a ton of various batch files and scripts that i use in my daily process to simplify routine actions. Copy/move files, start/stop services, run applications with specific parameters, embed Exif tags, and much more.
Most of them are executed by assigned shortcuts. Because of their quantity they begin to interfere with global shortcuts of installed software. That’s why I want to draw a visible logical line between shortcuts for scripts and shortcuts for applications.
Initially, I decided to install Windows Server 2008 R2, attracted by the opportunity to have a server-class operating system with increased I/O throughput in the works. But almost immediately i ran into compatibility problems [no surprise here] with my existing software. Some programs refuse to run because of artificial restrictions [you know licensing mambo-jambo stuff], some of which depend on components that are not present in Windows Server. It’s sort of possible to work, but you almost always run into little glitches here and there, even after converting it to a [workstation]
.
It was more than a two-year long run with [44 thread Broadwell]
, quite a nice heater. I have really enjoyed running multi-threaded workloads on it, but it is time to move on. As you may remember i’ve already tried [AMD in 2021]
, just to make sure that it is possible in a Windows 7 environment. And now i would like to jump on the red train again.
Too large to be good in terms of ergo?
I had the chance to try out the [Dell U4323QE]
beast and here is my opinion on that device.
I have been using neat [NEC PA301w]
since early 2014 and have no regrets about it’s performance. But not long time ago i’ve noticed that screen space has become scarce for my needs and applications in 2024. Even after I added an old 19-inch NEC to the configuration, it still wasn’t enough to feel completely comfortable.
UPDATED ON: 2024-09-07
Internet is swarming with instructions on how to do this in a proper way, but all of them are incomplete and it looks like the authors don’t care much and don’t put enough effort into making them really shine, so i decided to fix that confusion and write my own, uber one.
Computer user ergonomics is a really complex thing, so I split the FAQ into several sections for better readability and understanding.
[Save the green planet]
is a totally unexpected find. Tired of cliche-crap hollywood “comedies” that are not even remotely fun to watch? THEN TRY THIS! Nice blend of mature black humor is always a bargain, especially in 2024.
SAVE THE GREEN PLANET! [2003]
NO TO WAR! Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik
Firsts things first, for better file handling install [Midnight Commander]
:
sudo apt-get install mc Download fresh version of webserver software:
sudo apt-get install apache2 Locate and edit configuration file:
/etc/apache2/apache2.conf Note that in some distributions it can named as httpd.conf.
No file at all? You can create it by:
touch apache2.conf For relatively easy editing i recommend Nano editor.
sudo apt-get install nano CTRL+O ► to save file CTRL+X ► exit file Here is an example for locally placed development webserver, containing two sub-domains.
Although I have been using Linux more and more in recent work, Windows 7 remains my main production operating system. And here is an excellent finding for Windows 7 crony named [Capster]
. Its main functionality is to launch the specified executable at startup time when the [CAPS LOCK] key is set to ON or OFF. I use Capser to run backup script, that backs up previously selected folders [if i want to].
Say you are trying to install software and receive message from the operating system about untrusted certificate in certificate chain. In such case you need to import certificate of the middle-man organization into the Linux certificate storage to make things happen.
If for some reason your third-party certificate comes in DER binary format, you should convert it to CRT format:
openssl x509 -inform DER -in certificate.der -out certificate.crt Copy to storage:
Recently run into excellent rant about Windows 7 operating system. Totally agree with all the things mentioned. Here is a heap of my personal screenshots just to back up this speech.
FIREFOX SUPERMIUM [CHROME] LIBRE OFFICE BLENDER VEGAS PRO SOUND FORGE CAPTURE ONE VIRTUAL BOX CODIUM [VSCODE] GIT NODE.JS PYTHON JAVA VISUAL C++ Plethora of other software including: [7-zip]
| [Discord]
| [Telegram]
| [XNview]
| [Foobar]
that runs actual versions just fine, so i do not understand these comments about the obsolescence of this nice operating system.
I am not an adept of the [EBM music]
genre. Music that exists at the intersection of punk and industrial music cultures. It is generally accepted that it originated in Belgium. [Mildreda]
is a recent and moreover pretty interesting musical discovery on the modern electronic scene. Here are two tracks which i find pretty neat. Imagine all the aesthetics of EBM submerged into trancy [Aes Dana]
vibes, backed by [Prodigy]
breakbeat and wrapped into [Underworld]
synth riffs.
░ PREFACE WORDS In this post I would like to share some Unix experience I have gained while deploying a website under certain conditions. The testbed environment was created using VirtualBox 7 on a Windows 7 operating system. I chose [OpenBSD]
because of it’s unparalleled focus on security and privacy features. It is also unusual and very unpopular. And of course because of [OpenBSD slogan]
: Only two remote holes in the default install, in a heck of a long time!
The [Acorn computer]
is probably one of the most underrated in computer history. All mobile device manufacturers should give a credit to the developers of Acorn’s first RISC computer. They developed the first System-on-Chip CPU. Without the efforts of Acorn engineers you would probably be running an overheated, crashing quad-core CISC CPU from Intel in your mobile device in 2024.
ACORN ARCHIMEDES ▀ REALLY IMPORTANT COMPUTER IN TECHNOLOGY HISTORY
You might think that it is kinda ridiculous title, but read on to find out.
First of all you have to understand that i’m not going to share my personal bookmarks with some ugly copro that cloaks itself under the umbrella of free software ideas and use their lame anti-private sync. And i’m certainly not going to use any web service provided by these companies in any case.
Of course we won’t skip that generic rant part about how dumb project managers are for not implementing essential features like bookmark export or the ability to open local HTML files in 2024.
If i remember correctly i already promised [not to touch any cameraphones again]
. But what convinced me to take another crack at it was the numerous reviews claiming “it’s the best cameraphone in the world” running Android 13. As you may know, Android 14 brought many groundbreaking changes [at least from my point of view]. One of them is the restriction on installing applications targeted at Android 6.0. Loads of cr#p services and telemetry dialers are included also.
Looking at recent Android version distribution and understanding the fact that Android 8.0 is standing on the brink of survival i decided to look for an alternative future solution. As for 8.0, everything is working fine at the moment, I am just doing some research to test the waters out.
[LineageOS 20]
is a custom firmware based around Android 13 [last version which allows to run legacy applications]. Operating system has been unofficially backported to the Sony Xperia XZ1 Compact in 2023.
Take a break from the classic retrowave aesthetic and dive into the world of trancy dub patterns spiced up with eastern sound waves. Exceptionally groovy track with funky bass and subtle 303 synth lines from the highly talented UK music producer.
OTT ▀ HOLIDAY BOAT
Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik