First observation: I opened the app "unconciously" a *lot*, since now I reach for the phone and open it up, only to realize the app is no longer on the menu.
Reading this "improved libjxl documentation" commit [1]:
> If none of these functions were used, the pixels are assumed to be nonlinear sRGB for integer data types (JXL_TYPE_UINT8, JXL_TYPE_UINT16), and linear sRGB for floating point data types (JXL_TYPE_FLOAT16, JXL_TYPE_FLOAT)
"linear sRGB" WTH? Isn't like the whole point of sRGB to represent a non-linear values with gamma of 2.2?
[1] https://github.com/libjxl/libjxl/commit/479e2c520f54c283fe31c7e0a6d7c20422711402
Mastering Nim: A complete guide to the programming language
https://forum.nim-lang.org/t/9259
Discussions: https://discu.eu/q/https://forum.nim-lang.org/t/9259
Hello all, looking for guidance! I want to "simplify Boolean expression" to create a minimal description of a boolean vector using pre-defined expressions, e.g. convert [0,0,1,1,0,1,1,1,0,0,0,0,0] into `fromEurope || (hasCar && likesMusic)` (made up example).
I've been looking into Z3 solver and `simplify` and patterns, but I'm not sure it can "go backwards", and I'm lost in the nomenclature and high-level math. E.g. would "weakest precondition"[1] apply to my case?
[1] https://en.wikipedia.org/wiki/Predicate_transformer_semantics
#nextcloud #ux when dealing with failed Android uploads:
$ cd path/to/nextcloud
$ ./occ.sh log:tail # retry an upload in the Android app now, note the path in the error message in "Sabre\DAV\Exception\MethodNotAllowed: The resource you tried to create already exists"
$ rm -r myuser/uploads/001122aabbcc
$ sqlite3 data/owncloud.db "delete from oc_filecache where path like 'uploads/001122aabbcc%';"
My discoverability gripe with Mastodon UI(s) (web, Tusky, Mastodon app) as a single-user instance: when someone boosts a post from someone I don't follow, I only get to see the boosted post and its immediate parents.
In order to see more context / discussions, I have to "jump out" of the app and "Open in browser". This opens the web UI not from my instance, but from the OP instance, and includes followup comments that are public. There's no way (that I know of) to "pull" that into my instance.
Super important article every web developer needs to read -- In defense of the Single Page Application https://williamkennedy.ninja/javascript/2022/05/03/in-defence-of-the-single-page-application/
"What does your parent(s) tell their friends that you do?"
"I spend all day getting pissed at my machine for doing exactly what I told it to do."
I've been playing with #Meshroom on my always-on computer and had to run other errands, and left it "idle" for >1d in a closed room.
It turns out that "idle" CPU usage for Meshroom is ~400% CPU while "doing nothing" and reported total time of >160h, and the room was nicely heated up a few °C above other rooms.
I wonder how much this would cost me...
After the #Computex #AMD announcements, it looks like I'll be skipping another generation of #Ryzen for my "new computer" waiting for better HW, since the announced Ryzen 7000 series specs look amazing.
If the #am5 is going to last as long as the #am4 did, it makes sense to "jump in" early and then have an uprade path towards the end of its lifetime, with many generations of improvements in between.
Another month, another successful #btrfs scrub with no errors, going 6 years strong, #raid5 with >6TiB of data, having been through multiple expansions and replacements.
I know hope is not a strategy, but reading online forums I keep hoping that the anecdotes of btrfs naysayers are just that, anecdotes.