Andrei Shevchuk

Results 39 comments of Andrei Shevchuk

Maybe consider adding [HTTPS only mode](https://www.bleepingcomputer.com/news/software/mozilla-firefox-gets-a-https-only-mode-for-more-secure-browsing/) available from FF 76.

Basic override `custom.css` loaded from the same location as `preference.md` (`getPath('userData')`) would be probably easy to implement and enough for most use cases.

I've made a wrapper script to do this: [lean-nativefier.sh](https://gist.github.com/shvchk/c5ef39c52024758da4f6fdaed154cd6f)

> I need to come up with a way to get the host and console working through NAT first [ZeroTier](https://github.com/zerotier) and their [libzt](https://github.com/zerotier/libzt) might help with that.

Both Blink trusty and wheezy repos are very outdated (Blink 1.4.2 and 1.3.0 instead of 3.0.3), so maybe xenial would be ok?

Quick comparison of compression speed and ratio with xz on my wine prefix with HoMM 3 (`/tmp/x` is a ramdisk): ``` > du -sh wineprefix 723M wineprefix > for i...

1. Ah, ok. Might be worth it to look at [dwarfs](https://github.com/mhx/dwarfs) if there would be multiple versions of wine and you expect data to be highly redundant. 2. Ok, I...

1. Might save much more, but I get your point. In this case zstd is still a good alternative to xz. 2. Yeah, I guess... lz4hc was ~30% faster at...

It's unlikely to be caused by the theme, I've just tested it on Fedora 36 VM (both UEFI and BIOS) and had no issues. Maybe try to record this error...

That will probably require icons upscaling, which might not turn out very pretty, but I'll look into it when I have some free time.