divinity76

Results 202 comments of divinity76

Hyperfine benchmarks: ``` $ cat approach1.bat powershell.exe -Command Get-Clipboard $ cat approach2.bat powershell -sta "add-type -as System.Windows.Forms; [windows.forms.clipboard]::GetText()" $ hyperfine "approach1.bat" Benchmark #1: approach1.bat 0 Time (mean ± σ): 352.0...

@lerlacher what do you "falls over" and what kind of data do you want exactly? something like ```json { "C:\\foo":{usagePercent:10,bytes:123}, "C:\\bar":{usagePercent:30,bytes:1234} } ``` ?

since Scheib obviously isn't interested in maintaining this anymore, can we just get a proper fork and continue there(questionmark on my laptop is broken)

seems development has continued on https://github.com/joshcangit/chromium-latest-linux :)

i too want to benchmark parallel runs; as a shitty workaround, it's possible to write ``` hyperfine 'yes "" | head -n5 | parallel -j 5 ./prog' ``` which should...

fwiw im seeing the same issue for booting gparted ( #1055)

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions....

yeah, this is still a problem on Ubuntu 20.04+18.04, but it's no longer a problem on Ubuntu 22.04 installer (: .... unfortunately the 22.04 installer doesn't actually work for me,...

Update: turns out, the 22.04 installer will CRASH with 1GB ram, HANG on 2GB ram, and install fine on 3GB ram