Ronald

Results 67 comments of Ronald

```sh $ cat ~/.config/chromium-flags.conf --force-device-scale-factor=2 ``` The config file is there when I'm using xorg, now wayland, I'll delete it and see if it solves the problem.

still crashes, seems less frequently logs: ``` Mar 13 13:21:46 abc systemd[805]: Started app-org.chromium.Chromium-21972.scope. Mar 13 13:21:49 abc chromium[21972]: [21972:21982:0313/132149.507024:ERROR:ev_root_ca_metadata.cc(162)] Failed to decode OID: 0 Mar 13 13:21:58 abc chromium[22016]:...

When I asked copilot on github: "build chromium with sscache" The answer is quite simple, maybe it worths a try. > Here is the complete script to build Chromium with...

> Can you explain your usecase? The download speed for me is very slow, allocate disk space KB by KB is not so efficient, and while other applications are allocating...

> > The download speed for me is very slow > > I doubt this will be solved by pre-allocation. Any reason to believe otherwise? Any example we can test?...

> @playgithub: So your concern is fragmentation? I don't think that will matters much for everyday usage at all, even if using HDDs. Please give an example where fragmentation would...

My demand is to reduce fragmentation, and buffering to write large chunks is good enough for it. Does `yt-dlp` already support it by the option `--http-chunk-size`?