What the hell. Just now I learned of "font-family: monospace, monospace" hack. Indeed, browsers will render the font smaller with just one "monospace". I've never run into it before because setting explicit font-size in…
Maybe if you look at it from far away enough. Watermarking tries to resist image data manipulation. Smuggling data is concerned with preservation of bytes. Though if we're executing arbitrary code on the target anyway,…
It isn't necessary to use Exif to embed arbitrary data inside an image. Could as well use PNG extra chunk, JFIF app marker, or simply append data to the end of the file. It would be more interesting to devise a method…
On Windows, I've mostly avoided CRLF by configuring text editors and git to use LF, and writing text files in binary mode. The only places that still forced CRLF were batch files and clipboard.
At least they aren't intentionally breaking Win7 support by using some random later version API function unconditionally. Some developers seem proud doing that, somehow feeling that extra 5-10 lines of code for…
Since those people don't care about privacy and anonymity, perhaps they are also willing to trade by verifying for someone who does care?
I generally never want programs to go fullscreen because I like to keep taskbar shown, so I can keep track of time, notifications and whatnot. Well designed video games that rely on fast and precise mouse input capture…
I was worried about .NET sending telemetry once I found about the existence of the DOTNET_CLI_TELEMETRY_OPTOUT env. Thankfully, the dotnet package installed by package manager on Arch Linux disables telemetry by…
Just bring back opposable thumbs on feet.
In my 25 years of using Windows I've grown so much disdain towards annoying, broken, slow installers that I started to instead extract them like zip archives, using various tools: 7-Zip, UniExtract, Observer plugin for…
PPMd (of 7-Zip) would beat BZip2 for compressing plain text data.
Modding Windows is akin to building a sand castle. It might be fun, beautiful, but very much impermanent. You can expect it to be washed off with the next Windows update. I've done it before on Windows 7. Resized system…
0 and O, and l and I that look the same in a single font is a crime of modern typography. Also, I remember 8x16 VGA font that came with KeyRus had some slight differences between Cyrillic and Latin lookalikes, that…
I thought oxfmt would just be a faster drop-in replacement for "biome format"... It wasn't. Let this be a warning: running oxfmt without any arguments recursively scans directory tree from the current directory for all…
I feel that blocking, substituting, and even inserting user-defined resources for a website must be a native browser feature.
As Flash files are often compressed, a patch wouldn't be any smaller than having an original and a fixed copy. You'd have to invent a new patch format that operates on an uncompressed SWF.
I never liked the idea of running Flash inside the web browser, but a single file .swf game format is almost as good as any ROM game dump. Some games didn't mind running locally from an .swf file, but some others had a…
It seems crazy to me that the offered way to install an extension on Chrome is to click a button on a privileged website, and then the installed extension autoupdates without an option to turn it off. I hate the idea of…
Deluxe Paint 2 for DOS was my favorite drawing program, so had to check this out, pretty nice! The only thing that stops me from recommending it is non-integer zoom levels, which is especially bad for pixel art. Moving…
It doesn't work when uBlock Origin blocks uncrossy.com/js/cookieManager.js?v=7
I've found Xfce with Wallis theme to be quite comfortable after I ditched Windows 7. Been using it for 3 years now. Also I enjoyed how easily I could modify it: - xfwm4: zoom only to multiples of integer, nearest…
Tiny Core Linux fits nicely on a FAT32 EFI boot partition as a rescue OS.
This made me remember old set of tools called mtx2midi and midi2mtx, I used them to edit some midi files while making sure I'm not introducing any unwanted changes. While roundtrip output was not binary identical, it…
On my Linux system, I hooked up xfce4-screenshooter's "custom action" to a shell script (ocr.sh %f) with tesseract like so: #!/bin/sh set -o pipefail lang=${2:-eng} if tesseract "$1" - -l $lang | xclip -selection…
I have experimented with Tiny Core Linux + Wine, that netted around 100 MB, would be a good starting point for running Windows software on a minimal OS. Certainly would run more software than any Windows cut and shrunk…
What the hell. Just now I learned of "font-family: monospace, monospace" hack. Indeed, browsers will render the font smaller with just one "monospace". I've never run into it before because setting explicit font-size in…
Maybe if you look at it from far away enough. Watermarking tries to resist image data manipulation. Smuggling data is concerned with preservation of bytes. Though if we're executing arbitrary code on the target anyway,…
It isn't necessary to use Exif to embed arbitrary data inside an image. Could as well use PNG extra chunk, JFIF app marker, or simply append data to the end of the file. It would be more interesting to devise a method…
On Windows, I've mostly avoided CRLF by configuring text editors and git to use LF, and writing text files in binary mode. The only places that still forced CRLF were batch files and clipboard.
At least they aren't intentionally breaking Win7 support by using some random later version API function unconditionally. Some developers seem proud doing that, somehow feeling that extra 5-10 lines of code for…
Since those people don't care about privacy and anonymity, perhaps they are also willing to trade by verifying for someone who does care?
I generally never want programs to go fullscreen because I like to keep taskbar shown, so I can keep track of time, notifications and whatnot. Well designed video games that rely on fast and precise mouse input capture…
I was worried about .NET sending telemetry once I found about the existence of the DOTNET_CLI_TELEMETRY_OPTOUT env. Thankfully, the dotnet package installed by package manager on Arch Linux disables telemetry by…
Just bring back opposable thumbs on feet.
In my 25 years of using Windows I've grown so much disdain towards annoying, broken, slow installers that I started to instead extract them like zip archives, using various tools: 7-Zip, UniExtract, Observer plugin for…
PPMd (of 7-Zip) would beat BZip2 for compressing plain text data.
Modding Windows is akin to building a sand castle. It might be fun, beautiful, but very much impermanent. You can expect it to be washed off with the next Windows update. I've done it before on Windows 7. Resized system…
0 and O, and l and I that look the same in a single font is a crime of modern typography. Also, I remember 8x16 VGA font that came with KeyRus had some slight differences between Cyrillic and Latin lookalikes, that…
I thought oxfmt would just be a faster drop-in replacement for "biome format"... It wasn't. Let this be a warning: running oxfmt without any arguments recursively scans directory tree from the current directory for all…
I feel that blocking, substituting, and even inserting user-defined resources for a website must be a native browser feature.
As Flash files are often compressed, a patch wouldn't be any smaller than having an original and a fixed copy. You'd have to invent a new patch format that operates on an uncompressed SWF.
I never liked the idea of running Flash inside the web browser, but a single file .swf game format is almost as good as any ROM game dump. Some games didn't mind running locally from an .swf file, but some others had a…
It seems crazy to me that the offered way to install an extension on Chrome is to click a button on a privileged website, and then the installed extension autoupdates without an option to turn it off. I hate the idea of…
Deluxe Paint 2 for DOS was my favorite drawing program, so had to check this out, pretty nice! The only thing that stops me from recommending it is non-integer zoom levels, which is especially bad for pixel art. Moving…
It doesn't work when uBlock Origin blocks uncrossy.com/js/cookieManager.js?v=7
I've found Xfce with Wallis theme to be quite comfortable after I ditched Windows 7. Been using it for 3 years now. Also I enjoyed how easily I could modify it: - xfwm4: zoom only to multiples of integer, nearest…
Tiny Core Linux fits nicely on a FAT32 EFI boot partition as a rescue OS.
This made me remember old set of tools called mtx2midi and midi2mtx, I used them to edit some midi files while making sure I'm not introducing any unwanted changes. While roundtrip output was not binary identical, it…
On my Linux system, I hooked up xfce4-screenshooter's "custom action" to a shell script (ocr.sh %f) with tesseract like so: #!/bin/sh set -o pipefail lang=${2:-eng} if tesseract "$1" - -l $lang | xclip -selection…
I have experimented with Tiny Core Linux + Wine, that netted around 100 MB, would be a good starting point for running Windows software on a minimal OS. Certainly would run more software than any Windows cut and shrunk…