spiiroin | Flohack, mal that "extremely low or high values after sensor enable" sounds like initial sensitivity / measurement range issue | 05:01 |
---|---|---|
spiiroin | which would be sensor driver / kernel issue | 05:04 |
rinigus | piggz @piggz:matrix.org: yes, that would be good org for it. Unless they made dedicated org for storeman | 06:30 |
poetaster | piggz, rinigus @olf opened up a group and https://github.com/storeman-developers/ | 14:06 |
poetaster | piggz[m], rinigus @olf, @mentaljam and myself are in. I believe @nephros and one or the other will join | 14:07 |
rinigus | poetaster: looks good! | 14:07 |
poetaster | piggz[m], I need to do a bunch more reading. olf talked me into it. | 14:08 |
poetaster | rinigus, @pherjung is in to. | 14:11 |
*** ggabriel is now known as Guest1461 | 15:33 | |
attah | piggz[m]: added the jpeg-reecnoding to SeaPrint... it is 2/2 for me, but would be nice with a independent confirmation when you have some time | 16:23 |
piggz[m] | back from a 4hour bike ride ...catching up on notifications :D | 17:17 |
poetaster | seaprint is like an ipp trojan horse upending the established order of things. jeez. | 18:26 |
attah | poetaster: what did i do now? | 18:26 |
poetaster | jpeg reencoding :) I only got snippets of the dialog but it sound like yet another end-run around 'stuff' (ie. the status quo) | 18:28 |
poetaster | attah: I'm going to have to read your code, but olf talked me into helping with storeman, so I'm snowed in. | 18:28 |
attah | It is with established libs tho... but still, the faff just doesn't end | 18:30 |
attah | But at least C++ can help stave off soem if the C-based insanity | 18:31 |
poetaster | attah, I think there is faff that measures up. faff that's of a higher order of faff. | 18:31 |
attah | you mean like this? https://github.com/attah/ppm2pwg/commit/cf7bd47241be0ae02abc50f5588773b2f062a88c | 18:31 |
attah | Jpeg to and from memory was added after old libjpeg went off the rails, and is opt-in in libjpeg-turbo... and of course Sailfish doesn't opt in... (: | 18:33 |
poetaster | you know something is wrong with a prgramming language when you wind up with names like :j_decompress_ptr | 18:33 |
poetaster | :) | 18:33 |
attah | how do you do it? you must have made or been involved in a dozen apps now | 18:34 |
poetaster | Well, I'm in over my head. not getting any excercise. | 18:34 |
poetaster | And I have a very long to-do list. | 18:35 |
poetaster | attah, when secretly I just want to do SDL2 foo (and godot foo) with sashikknox to increase the number of silly games on our platform | 18:36 |
attah | Please do it sustainably | 18:37 |
attah | That's a noble cause | 18:37 |
poetaster | attah, I have spent HOURS on the phone with @olf. as you might guess, that's ALL about sustainability. | 18:37 |
poetaster | attah, at not at all about fun. | 18:37 |
poetaster | attah, the storeman intiative is now a group with mentaljam having moved the repos and we're 3 so far with a prospective 5 members | 18:38 |
attah | Is the chum gui to be handled there too? | 18:39 |
attah | And regardless, that's quite the staffing | 18:40 |
poetaster | attah, nope piggz and rinigus have a very good start where it is. | 18:40 |
poetaster | attah, @nephros and @pherjung likely along for the ride. | 18:41 |
poetaster | attah, frankly, it's now 2 cans of worms since openrepos and chum solve differen problems. | 18:41 |
attah | But the guis should need similar components, no? | 18:42 |
poetaster | absolutely, and both have similar problems with ssu out the gate (both solve the problem incorrectly) | 18:43 |
poetaster | but I'm in over my head as it is :) | 18:43 |
poetaster | tuxracer is broken and it breaks my heart. | 18:44 |
poetaster | attah, is there really a category known as 'sustainable games development'. I think that's a contradiction. | 18:45 |
attah | :) | 18:45 |
rinigus | attah: components were very similar, but diverged somewhat. chum is using just rpm repo data and doesn't have openrepos api backend. however, chum has support for github and gitlab as a part of user feedback and release info | 18:50 |
rinigus | poetaster: what is solved wrong with ssu? | 18:51 |
attah | Right, and you all know where to find eachother, so that will sort itself | 18:59 |
poetaster | rinigus, I was referring to what I believe to be the extraneous 'installer'. | 19:00 |
poetaster | rinigus, but I don't yet know what I'm talking about. | 19:00 |
poetaster | rinigus, @olf hinted at a possible solution to the locking issue with | 19:01 |
poetaster | rinigus, https://github.com/sailfishos/ssu/commit/5bd8a09f2db5b7ebccb01855b297c6350c900a7a#diff-0f288bc5faebe340bee7a07dc37c9b0840ad44c2f891d3bacc98e38e4755380eR203 | 19:01 |
poetaster | rinigus, if I understand correctly, the reason we have two installs is because of the lock of the rpm db. | 19:03 |
poetaster | rinigus, and it seems that chum and storeman have the 'same' issue | 19:04 |
poetaster | and now I have to go play drums for a bit | 19:04 |
poetaster | (bts_source_mgr srcmgr(InBts); ) | 19:05 |
attah | yes? | 19:05 |
poetaster | ah, just thinking out loud | 19:06 |
attah | or noting my 3 naming conventions in one line? (: | 19:06 |
poetaster | heh. | 19:06 |
attah | i think i prefer CamelCaps in C-ish... but crusty c looking like my native Erlang gets me all tripped up | 19:07 |
poetaster | I can definitely run(FileToLoad) -> | 19:08 |
poetaster | I'm not 100pro consistent in Erlang, but I do try to use something CamelCase like everywhere. | 19:10 |
attah | It helps that is is case sensitive... or i would have been all over the place | 19:11 |
poetaster | sometimes I ponder stuff like Q_INVOKABLE QString getWhites(); (for instance) and think .... broken design :) | 19:14 |
attah | ...and broken language | 19:15 |
poetaster | but I'm SOO out of practice with c++ that I decided to quit my day job :) well, it'll take a while to 'actually' quit, but I did say, 'people, my days are numbered' | 19:15 |
poetaster | broken. nah. just hobbled. | 19:16 |
poetaster | (duct tape. bubble gum. binder twine) | 19:18 |
poetaster | ... goes drumming ... | 19:18 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!