Boris Gjenero
Boris Gjenero
I never saw this before, and now saw it a bunch of times running 4.9.80-v7+ during a very fast wget download. I guess this is what made the Raspberry Pi...
It seems the security related changes prevent mopidy-soundcloud from working now, as explained in https://stackoverflow.com/questions/68459401/soundcloud-api-authentication-always-throws-401-unauthorized
The old album image code was removed for Mopidy 3 compatibility in https://github.com/mopidy/mopidy-soundcloud/commit/e4efb79f0e526d3d63180d56a195e96c4bc436cf The new method, via a get_images() method of the library provider, is usable but less convenient. It...
I have this problem in KDE Plasma 5.25.5. Running `waydroid prop set persist.waydroid.cursor_on_subsurface true` while a session is running, and then stopping the session and starting it again does give...
Many colours cannot be represented in sRGB. Take a look at [this Wikipedia image](https://en.wikipedia.org/wiki/SRGB#/media/File:SRGB_chromaticity_CIE1931.svg) showing the sRGB triangle, Colours outside of that triangle could only be represented using negative values.
Working with a weighed sum of r, g and b only makes sense if you are dealing with linear values. Summing sRGB values doesn't make sense. So, the use of...
It should now be possible to build with SDL_net using `emconfigure ./configure CFLAGS="-O3 -s USE_SDL=2 -s USE_SDL_NET=2" CXXFLAGS="-O3 -s USE_SDL=2 -s USE_SDL_NET=2"`. This makes the normal detection work. Note that...
Why would that be nice? I think it would be better to use a copy of DOSBox that is compiled as a normal application for the CPU and operating system...
This is interesting and it works, but is it actually useful?
I think it makes more sense to give JavaScript access to DOSBox than to give DOSBox access to JavaScript. Settings might be more convenient via JavaScript than via a dosbox.conf...