Viewing profile — Grom_PE
Grom_PE
HN member- Joined
- Mon, Jan 04, 2016, 1:56 AM UTC
- HN karma
- 361
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About Grom_PE
Recent public activity
-
comment
Comment #49140306
I have made a keyboard layout for Windows that abuses dead keys and AltGr as a substitute for compose key, the difference being that such compose key needs to be held while typing …
-
comment
Comment #49138181
Linux: Compose key, period, period = ellipsis … Compose key, period, equals = bullet • Compose key, period, minus = interpunct · Compose key, !, ? = interrobang ‽
-
comment
Comment #48957744
And some USB drives pretended to also be a CD-ROM to circumvent the limitation of autorun.inf not executing on removable media. https://en.wikipedia.org/wiki/U3_(software)
-
comment
Comment #48929479
For comfortable reading, I just had to figure out what on this webpage causes Chromium to drop subpixel rendering, and it's not this: html { -webkit-font-smoothing: antialiased; } …
-
comment
Comment #48725977
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 befor…
-
comment
Comment #48469032
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 executin…
-
comment
Comment #48468753
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 b…
-
comment
Comment #48373623
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 a…
-
comment
Comment #48338347
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 tha…
-
comment
Comment #48272705
Since those people don't care about privacy and anonymity, perhaps they are also willing to trade by verifying for someone who does care?
-
comment
Comment #48022810
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 o…
-
comment
Comment #47996754
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 A…
-
comment
Comment #47919271
Just bring back opposable thumbs on feet.
-
comment
Comment #47608547
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: …
-
comment
Comment #47379868
PPMd (of 7-Zip) would beat BZip2 for compressing plain text data.
-
comment
Comment #47238268
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…
-
comment
Comment #47177859
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 C…
-
comment
Comment #47120110
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 t…
-
comment
Comment #47104222
I feel that blocking, substituting, and even inserting user-defined resources for a website must be a native browser feature.
-
comment
Comment #47027076
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 uncompres…
-
comment
Comment #47025847
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 fr…
-
comment
Comment #46974492
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 op…
-
comment
Comment #46761136
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 i…
-
comment
Comment #46585091
It doesn't work when uBlock Origin blocks uncrossy.com/js/cookieManager.js?v=7
-
comment
Comment #46584683
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 …