NiLuJe

Results 522 comments of NiLuJe

Random fun fact: I can't shutdown my H2O :D. `halt` deadlocks, and `poweroff` makes the frontlight go crazy. :?.

Probably not easily, as it appeared dead to the world, except for the power button (unlike the halt deadlock, where I had to pinhole hard reboot it). By "crazy", I...

Now I probably know why the SD card is mounted RO: because you don't have any other solution than ripping it out like a savage :D.

Nah, probably one of the the usual "everything is racy as hell" NTX kernel issue ;).

Okay, yeah, bad news: same "no fullscreen cover" behavior when sideloading stuff by hand with half the thumbnails :/. I took the opportunity to try ImageMagick's version of `Qt::KeepAspectRatioByExpanding` (i.e.,...

Just a quick braindump, too, some of which was detailed a tiny bit in the linked PR ;). * Modular builds are currently possible, you can basically drop everything but...

I think I've mentioned this before, but I'm not really a CS person, and I've never managed to get into OOP, so designing a cool API is *really* not my...

Variants in which way, exactly? (There's already one variant per bitdepth, which the insane ladder in draw_image takes advantage of. Speaking of that ladder, most/all of it gets hoisted properly,...

IIRC, every `*_pixel_*` functions gets inlined properly (except when going through a function pointer, which I think is no longer the case anywhere, precisely to allow inlining to kick-in, IIRC)....

KOReader's [C blitter](https://github.com/koreader/koreader-base/blob/master/blitbuffer.c) does use a few macros, but I found it a bit of a PITA to work with in practice ;p. Granted, it has to bend its back...