Personal web space of Valentin Radu, mainly talking about engineering and hacking. Also available at valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion

This project aims to enhance the working environment on Windows
Localizations for ExplorerPatcher
JavaScript 58 31
sws (Simple Window Switcher) is an Alt-Tab replacement for Windows
Implements a Windows service that removes the rounded corners for windows in Windows 11
My collection of Windhawk mods
WDF-based kernel-mode filter driver based on the sample from Microsoft that signals a user space named event when the ACPI power button is pressed.
  • Reserve RAM properly (and easily) on embedded devices running Linux

    Nowadays, we are surrounded by a popular class of embedded devices: specialized hardware powered by an FPGA which is tightly coupled with a CPU on the same die which most of the times only runs mostly software that configures, facilitates and monitors the design. This article showcases a (rather old) technique which enables easy data sharing between hardware and software using the RAM.
  • Access valinet.ro over the Tor network

    It is my pleasure to announce that, for almost 2 weeks now, valinet.ro is available over the Tor network as well, at https://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/. I have presented this setup in an assignment for one of the classes I take in uni, so here's the write-up that I have made for it.
  • Convert Alpine Linux containers to VMs

    Lately I have decided to migrate away from Proxmox containers to full blown virtual machines, due to reasons like the inability of containers to host Docker inside the root volume when using zfs, so having to resort to all kinds of shenanigans, like storing `/var/lib/docker` in a separate xfs volume which nukes the built-in high availability, failover and hyperconvergence (using Ceph) features for that container, plus wanting to make the setup more portable and less dependant on the underlaying OS.
  • Install Intel Unison on Windows 11 22000-based builds

    From the ashes of Dell Mobile Connect, which was based on Screenovate technologies which were purchased by Intel last year, a similar app with a different name has arrived - this is a quick guide showing you how to install it on 21H2 (22000-based) Windows 11 builds, despite it only officially working on 22H2 (22621-based) builds and up.
  • Working with shadow copies is kind of broken on Windows 11 22H2

    As a continuation of my previous article on shadow copies in Windows, I investigate how they behave under 22621+-based builds of Windows 11 (version 22H2, yet to be released).
  • Shadow copies under Windows 10 and Windows 11

    Ever since I got into the world of managing servers, working with VMs etc, I have kind of grown acustomed to being able to quickly restore the systems I work with to a previous point in time. But having this confidence with most of the tools I manage (the company servers, the hypervisors I use), the OS has always been a sore spot for me - I was always scared of some program installing and then messing up my Windows install in some irreversible way. Today, it's time to address this.
  • Set default apps in Windows 11 (restore the Windows 10 Settings app in Windows 11)

    Today I spent time fixing yet another questionable decision of Microsoft, restoring the legacy Windows 10 Settings app in Windows 11 so that I could finally properly adjust app defaults (and change File History settings).
  • Upload desktop.ini when using Nextcloud

    Is it worth binary patching open source programs, when you need (or fee like needing) that teeny-tiny change? And then, how do you approach it? Learn my take on this matter, with a practical example on the Nextcloud desktop client for Windows that refused to syncronize some files on my end.