Vojtěch Svědiroh

Results 23 comments of Vojtěch Svědiroh

> Maybe the thread priority could be impacting in the performance. That is if something a kernel level is not capping the speed. > I'm using priority 0 for the...

Benchmarks for 250GB Samsung 860 Evo SSD: Stock method: Download speed: ~24.47 MiB/s Upload speed: ~20.53 MiB/s Two threads, two buffers: Upload speed: ~22.46 MiB/s From function calls point of...

Even by using CellFsAio (API for async IO in libfs), the speed is roughly the same as with the two thread method. I think that's all I can do for...

I can confirm this does work on CFW, but not on HEN. No idea if it's supposed to work on HEN.

For reference: [setup.h](https://github.com/aldostools/webMAN-MOD/blob/4e9a1332a9feab523c1b4599f78cddaa624a74bc/include/setup.h#L397) ```c #ifdef BDVD_REGION cobra_read_config(cobra_config); cobra_config->bd_video_region = get_valuen(param, "bdr=", 0, 4); //BD Region cobra_config->dvd_video_region = get_valuen(param, "dvr=", 0, 32); //DVD Region if(webman_config->fanc) cobra_config->fan_speed = (webman_config->man_speed < MIN_FANSPEED_8BIT) ?...

I second that, had that idea for some time now, but I'm busy with other features and trying to get better tools for development working at the moment. Maybe it...

I think this only happens when you disable CFW syscalls through Custom firmware tools > PSN tools > Disable syscalls in XMB. At least that's what I encountered on Evilnat...

Here are some parameters that I've found by intercepting the firmware update v3.73 file from [http://52.59.83.129/wifiModule/image/10132/183744](http://52.59.83.129/wifiModule/image/10132/183744) - ota_sdkshell-5421341282129789759-110255171350184864.bin. Since this host seems to be not available anymore, here is a...

> From a quick dive into it, it seems that soundfile is out of date, and there seems to be a clash between the soundfile and the numpy versions used....

By patching `install/set-up-and-migrate-database.sh`: ``` diff --git a/install/set-up-and-migrate-database.sh b/install/set-up-and-migrate-database.sh index 2d4e132..0deac66 100644 --- a/install/set-up-and-migrate-database.sh +++ b/install/set-up-and-migrate-database.sh @@ -28,6 +28,7 @@ with connection.cursor() as cursor: echo " $dc_base run --rm web createuser"...