Thomas Daede

Results 98 issues of Thomas Daede

The NEC PC-8801 was a very popular Japanese computer. It uses a upd765a floppy controller, just like an IBM PC. This means that it is already supported at the most...

"in" and "nin" can configure a pin to indicate the status of the disk inserted sensor. This ignores the drive select pin. This is intended to be used with the...

The Sharp X68000 has mostly-normal Shugart drives, however they have an added electric eject circuit. Unfortunately, quite a lot of software depends on some of the behavior, including the bootloader....

(miniservo:26673): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -7 and height 1 Segmentation fault (core dumped) The full gdb backtrace is here: #0 0x000004d8ec814853 in () #1 0x00000000004fe972...

There are methods for producing 4:2:0 subsampled video that aim to provide more optimal results once displayed (both subjectively, and via cross-coefficient PSNR and CIEDE2000 metrics): https://norkin.org/pdf/SPIE_2016_HDR_conversion_metrics.pdf Despite the HDR...

Thought this was due to incorrect tmpfile usage, but after fixing this it still happens occasionally. Not sure whether to investigate this further or just limp it along until I...

When choosing which job to schedule next, look at currently running jobs and pick a job whose user has the fewest currently running jobs.

They seem to be fixed after a full run list rebuild, but the incremental one isn't working, or confusing the frontend.

No traceback here: https://arewecompressedyet.com/?job=base_low%402017-02-07T21%3A50%3A31.303Z&job=palette_low_re%402017-02-14T02%3A00%3A01.550Z But traceback here with otherwise identical run: https://arewecompressedyet.com/?job=base_low%402017-02-07T21%3A50%3A31.303Z&job=palette_low%402017-02-07T22%3A24%3A16.876Z ``` Traceback (most recent call last): File "./bd_rate_report.py", line 139, in metric_data[video] = bdrate(args.run[0]+'/'+task+'/'+video+args.suffix,args.run[1]+'/'+task+'/'+video+args.suffix,None) File "./bd_rate_report.py", line 32,...