Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2021-03-25

00:09:14_bilgus_braewoods, its the get address function pointer
00:27:22***Saving seen data "./dancer.seen"
00:43:32 Quit Strife89 (Ping timeout: 260 seconds)
00:44:12 Join Strife89 [0] (~quassel@adsl-74-250-152-139.ags.bellsouth.net)
00:46:33fs-bluebot_Build Server message: New build round started. Revision 3a5c5edbf6, 293 builds, 10 clients.
01:00
01:04:57fs-bluebot_Build Server message: Build round completed after 1104 seconds.
01:04:59fs-bluebot_Build Server message: Revision 3a5c5edbf6 result: 0 errors 2 warnings
01:19:23_bilgus_bah ok then
02:00
02:27:25***Saving seen data "./dancer.seen"
02:35:15fs-bluebot_Build Server message: New build round started. Revision 3d9d2de34d, 293 builds, 10 clients.
02:35:48_bilgus_sorry gonna have to do this again tomorrow
02:48:26fs-bluebot_Build Server message: Build round completed after 791 seconds.
02:48:28fs-bluebot_Build Server message: Revision 3d9d2de34d result: All green
03:00
03:10:54 Join petur [0] (~petur@199.59.5.111)
03:10:54 Quit petur (Changing host)
03:10:54 Join petur [0] (~petur@rockbox/developer/petur)
03:17:56 Join xmetal [0] (~xmetal@unaffiliated/xmetal)
03:19:55 Quit petur (Read error: Connection reset by peer)
03:22:21 Join petur [0] (~petur@199.59.5.111)
03:22:22 Quit petur (Changing host)
03:22:22 Join petur [0] (~petur@rockbox/developer/petur)
03:31:49 Quit xmetal (Quit: Leaving)
03:34:42 Join xmetal [0] (~xmetal@unaffiliated/xmetal)
03:35:59 Part xmetal
03:36:36 Join xmetal_ [0] (~xmetal@unaffiliated/xmetal)
03:55:57 Quit xmetal_ (Quit: Leaving)
04:00
04:16:18 Quit Strife89 (Ping timeout: 245 seconds)
04:18:20 Join Strife89 [0] (~quassel@adsl-74-250-141-224.ags.bellsouth.net)
04:27:29***Saving seen data "./dancer.seen"
06:00
06:27:31***No seen item changed, no save performed.
08:00
08:19:49 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
08:27:33***No seen item changed, no save performed.
08:54:00 Join massiveH [0] (~massiveH@ool-18e4e82f.dyn.optonline.net)
08:54:04 Quit cockroach (Quit: leaving)
09:00
09:23:17 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
09:29:19 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
09:39:02 Quit ac_laptop (Ping timeout: 260 seconds)
09:55:50 Quit Saijin_Naib (Ping timeout: 264 seconds)
10:00
10:14:36 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-4c82-9f74-1509-a3ce.res6.spectrum.com)
10:15:37speachy_bilgus_: "broke SDL" or just that token sdl warble application build?
10:24:02 Quit massiveH (Quit: Leaving)
10:27:36***Saving seen data "./dancer.seen"
11:00
11:24:33braewoodsspeachy: i've been thinking about what release of GCC we should move to after this cycle
11:24:43braewoods5 through 10 to pick from currently
11:24:53braewoodsi'll see what openwrt is using
11:25:31braewoodsgcc 7.4 currently
11:26:20braewoodsmain interest in gcc upgrades is better warnings and code optimizations
11:27:21braewoodswould be interesting if we could use host cross compilers like on debian
11:27:42braewoodsbut that removes our control of the toolchain and
11:27:53braewoodsmakes issues more distribution specific
11:27:58speachywe can't do that, at least not on arm.
11:28:10braewoodsbecause of armv4?
11:28:13speachywe build ours with exceptions disabled.
11:28:17speachyin the standard librar
11:28:19braewoodsah
11:28:33braewoodsprobably best to just build our own then
11:28:51braewoodsi would use openwrt as a litmus test of what would make a good toolchain combo
11:28:59braewoodssimilar project but focused on embedded linux
11:29:16speachythere are really only two general advantages for newer toolchins −− better diagnostics and much better LTO support.
11:29:29braewoodsand sometimes better code optimization
11:29:30speachyopenwrt is still a full "Fat" operating system.
11:29:53braewoodsthat's funny considering it runs on devices with low resources
11:29:55speachypossibly better, but even along with the optimization comes more regressions.
11:30:00braewoodsbut it uses compression to stuff more in
11:30:26braewoodsof course
11:30:40braewoodswhy i'd use an old version that is at its last bugfix release
11:30:47braewoodsminimize the regression
11:31:00speachymy intent is to push to consecutive major GCC releases; 494->5->6->7
11:31:19braewoodsso we would move to gcc 5 instead of jumping like we did with the last one?
11:31:33speachylast time we had a mixture of various versions
11:31:40braewoodsindeed
11:31:51braewoodsit would be better to not have so much differences
11:32:17speachy4.0.4 for sh, 4.5.2 for m68k, 4.4.4 for arm, 4.9.4 for mips, 4.6 for android, 4.9.4 for hosted arm & hosted mips.
11:32:45braewoodsare all our native arm targets, armv4?
11:32:57__builtinnot all
11:32:57speachyand in the 4.x series the "minor" revision was akin to what they call "major" revisions now.
11:33:11braewoodsi'm aware
11:33:15__builtinI think we have v4 to v6
11:33:17braewoodsthey went for chromium versioning model
11:33:25CtcpIgnored 2 channel CTCP requests in 11 hours and 10 minutes at the last flood
11:33:25*braewoods facepalms
11:33:39speachyonly the PP targets are armv4t, IIRC the rest are actually all v5.
11:33:56braewoodsand would benefit from armv5 code gen
11:34:06braewoodsi vaguely recall that benefited ARM more than x86
11:34:26speachywell, we already do use appropraite -march=... flags for each target
11:34:28braewoodsof course we'll never see an x86 DAP
11:34:31braewoods:D
11:35:06braewoodsi'm planning to leave behind my current ivy bridge laptop soon
11:35:08speachyand the 494 toolchain is built for multilib
11:35:14speachy(on arm, I mean)
11:35:31braewoodswhat good does that do us? we're not building for linux
11:36:10speachyeg optimized math libraries for armv4 vs armv5 vs armv6?
11:36:17braewoodsah
11:36:24speachy(libgcc)
11:36:28braewoodsi thought that was something we just linked in
11:36:36braewoodsstatic lib
11:37:03braewoodsthere's not much point to shared linkage on rockbox even if it was an option
11:37:50speachyon our hosted targets we're a dynamicly-linked application
11:38:09braewoodsah, i mean on our native targets where we have no real say in stuff
11:38:10speachy(and of course native SDL/sim builds use the system toolchain)
11:38:12braewoodserr
11:38:17braewoodswhere we do have say
11:38:28braewoodsanyway
11:38:39braewoodsif we had enough information we could probably replace the linux kernel too
11:38:43braewoodstoo bad
11:39:19speachyonce we get the native m3k port in and sufficiently polish it, that will be the springboard to migrate more of the x1000-based targets off of Linux
11:39:32braewoodsand give us more resources to use i imagine
11:39:41braewoodslinux is probably pretty fat
11:39:43braewoodseven on embedded
11:39:59speachyit's not Linux so much as the rest of the hibyos stack..
11:40:06braewoodsah
11:40:10speachyit's not anywhere near as optimized
11:40:26speachybut rockbox-as-an-application is also poorly optimized for that usecase too.
11:40:49braewoodsit's kinda hard to optimize that port of rockbox when the rest of stack is a steaming pile you can't replace
11:40:49speachyespecially in how it handles its internal threading
11:41:42braewoodseventually maybe the rockbox core can imitate a uboot linux kernel payload
11:41:50braewoodsand trick the bootloader into loading it that way
11:42:10braewoodsprobably the most practical vector for getting us to boot on systems that originally ran linux
11:43:18speachythere's no need for that level of complexity. All uboot needs to do is load us to the approprriate place and "execute"
11:43:34braewoodsoh, i see
11:43:50braewoodsi haven't spent much time with uboot outside of booting linux
11:43:55braewoodsso wasn't sure what the options were
11:44:08braewoodsmy dreamplug was my first exposure to uboot
11:44:10speachysince our images are highly-target-specific there's no need for devicetrees or anything like that, which is where a lot of the linux boot complexity comes from.
11:44:40braewoodsoddly enough one of the few targets you can build uboot from upstream sources
11:46:35speachypre-494, the toolchain mess was actively interfering with development. it was hard to build the toochains (especially on modern systems) and there were all sorts of hacks and workarounds in place to deal with toolchain quirks.
11:47:49speachywhat I want to try next is to enable LTO and see how that shakes out. That can potentially yield some significant code size savings.
11:50:16braewoodsspeachy: after next stable release?
11:51:47speachymore like whenever I get around to it. and it generally works on the targets I have in my rockbox box.
11:52:09braewoodsok
11:52:54speachywe're still not ready to cut a "stable" release
11:53:22speachy(though tbh I think the codebase is in overall better shape now than it was for 3.15)
11:54:18braewoodsi think targets like coldfire would benefit from a reduction in their IRAM requirements
11:55:46speachythe gcc494 bump actually made coldfire slightly worse
11:56:13speachybut consider this −− given that IRAM is static, any unused IRAM is wasted. so ideally we'd have it filled to the last byte.
11:57:03speachyif there's unused space, we can gain some slight performance by pushing additional data/code in there.
11:57:44braewoodsspeachy: technically true but having no space to expand is also a problem
11:57:55braewoodsso unused space is useful for us
11:58:29speachystaying on the edge just means we have to put additional work into optimization. that's SOP for an evolving emededded codebase.
12:00
12:20:22fs-bluebot_Build Server message: New build round started. Revision d5cc74ebd8, 293 builds, 10 clients.
12:27:37***No seen item changed, no save performed.
12:33:36fs-bluebot_Build Server message: Build round completed after 794 seconds.
12:33:39fs-bluebot_Build Server message: Revision d5cc74ebd8 result: All green
12:33:40fs-bluebot_Build Server message: New build round started. Revision 7652e6f8df, 293 builds, 10 clients.
12:46:28fs-bluebot_Build Server message: Build round completed after 768 seconds.
12:46:30fs-bluebot_Build Server message: Revision 7652e6f8df result: All green
13:00
13:18:51DEBUGEOF from server (Success) (snapshot: netstuff.c line 545)
13:18:51***Cleanup
13:18:51***Cleanup
13:18:51***No seen item changed, no save performed.
13:18:51***Exit
13:18:52***Started Dancer V4.16
13:18:52***Connected to irc.freenode.net on port 6667
13:18:52***Logfile for #rockbox started
13:18:52DEBUGEOF from server (Connection reset by peer) (snapshot: netstuff.c line 545)
13:18:52***Cleanup
13:18:52***Cleanup
13:18:52***No seen item changed, no save performed.
13:18:52***Exit
13:18:53***Started Dancer V4.16
13:18:53***Connected to irc.freenode.net on port 6667
13:18:53***Logfile for #rockbox started
13:19:02Mode"logbot :+i" by logbot
13:19:08***Server message 501: 'logbot :Unknown MODE flag'
13:19:08 Join logbot [0] (~rockbox@stuffed.shaftnet.org)
13:19:08 Join vup [0] (~~~~@46.101.193.235)
13:19:08 Join copper [0] (~copper@unaffiliated/copper)
13:19:08 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-4c82-9f74-1509-a3ce.res6.spectrum.com)
13:19:08 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
13:19:08 Join Strife89 [0] (~quassel@adsl-74-250-141-224.ags.bellsouth.net)
13:19:08 Join petur [0] (~petur@rockbox/developer/petur)
13:19:08 Join f1refly [0] (~f1refly@2a01:c23:9008:6000:43b:fd9:b14e:ec99)
13:19:08 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
13:19:08 Join jschwart [0] (~quassel@2001:985:2c6e:0:b00b:32ff:fe28:5567)
13:19:08 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
13:19:08 Join CR0W [0] (~narf@unaffiliated/em64t)
13:19:08 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
13:19:08 Join braewoods [0] (~braewoods@learnprogramming/staff/braewoods)
13:19:08 Join emacsomancer [0] (~runner@c-174-52-88-123.hsd1.ut.comcast.net)
13:19:08 Join M-iam-some0nee[m [0] (m-iam-some@gateway/shell/matrix.org/x-nelgeyqrtkabkbzj)
13:19:08 Join daswf852 [0] (~daswf852@unaffiliated/dwf)
13:19:08 Join mikroflops [0] (~yogurt@c188-150-217-176.bredband.comhem.se)
13:19:08 Join dweeber [0] (~dweeber@c-73-52-129-219.hsd1.ut.comcast.net)
13:19:08 Join pixelma [0] (marianne@rockbox/staff/pixelma)
13:19:08 Join amiconn [0] (jens@rockbox/developer/amiconn)
13:19:08 Join ats [0] (~ats@cartman.offog.org)
13:19:08 Join ufdm [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
13:19:08 Join berber [0] (~berber@v2202101107577140883.nicesrv.de)
13:19:08 Join Huntereb [0] (~Huntereb@2603-9001-5a04-bbe7-021e-37ff-fe4e-f43a.inf6.spectrum.com)
13:19:08 Join kadobanana [0] (kadoban9he@gateway/shell/matrix.org/x-wdfydwqecifgzpgk)
13:19:08 Join blbro[m] [0] (blbrostrat@gateway/shell/matrix.org/x-cybqxzvkwinopqgj)
13:19:08 Join kadoban [0] (kadobanemp@gateway/shell/matrix.org/x-flguyzdddcwjthqm)
13:19:08 Join danielp3344 [0] (danielp334@gateway/shell/matrix.org/x-pwvplrkeyuqavqut)
13:19:08 Join ccf-100 [0] (ccf-100mat@gateway/shell/matrix.org/x-vxavepnwvabpbbre)
13:19:08 Join xcin [0] (~x@159.203.132.140)
13:19:08 Join mud [0] (kadobanmat@gateway/shell/matrix.org/x-yliwoxyquggnlcor)
13:19:08 Join tomato [0] (t0mato@gateway/vpn/mullvad/tomato)
13:19:08 Join skrzyp [0] (~skrzyp@skrzyp.net)
13:19:08 Join aevin [0] (eivindsy@unaffiliated/aevin)
13:19:08 Join toruvinn [0] (~toruvinn@77-255-90-179.adsl.inetia.pl)
13:19:08 Join Moarc [0] (~chujko@a105.net128.okay.pl)
13:19:08 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g)
13:19:08 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
13:19:08 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
13:19:08 Join APLU [0] (~mulx@eva.aplu.fr)
13:19:08 Join benedikt93 [0] (~quassel@unaffiliated/benedikt93)
13:19:08 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
13:19:08 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
13:19:08 Join spectrumanalyst [0] (~admin@198.46.152.45)
13:19:08 Join beencubed [0] (~beencubed@209.131.238.248)
13:19:08 Join klock [0] (~freeklock@unaffiliated/klock)
13:19:08 Join dys [0] (~dys@aurora.ydns.eu)
13:19:08 Join TorC [0] (~Tor@fsf/member/TorC)
13:19:08 Join KalBot [0] (~matrixirc@connolly.tech)
13:19:08 Join __builtin [0] (~quassel@rockbox/developer/builtin)
13:19:08 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
13:19:08 Join rasher [0] (~rasher@rockbox/developer/rasher)
13:19:08 Join nast [0] (~nast@139.64.244.18)
13:19:08 Join user890104 [0] (~Venci@freemyipod.org)
13:19:08 Join RafiX [0] (rafix@junkcc.net)
13:19:08 Join lemon_jesus [0] (~lemon_jes@208.59.79.137)
13:19:08 Join galaxy_knuckles [0] (~gknux@unaffiliated/galaxy-knuckles/x-1756549)
13:19:08 Join msc68 [0] (~quassel@204.48.30.120)
13:19:08 Join _bilgus_ [0] (~bilgus@cpe-107-11-237-184.columbus.res.rr.com)
13:19:08 Join ender| [0] (~ender1@2a01:260:4094:1:6045:6fff:fedd:cbf3)
13:19:08 Join GeekShadow [0] (~antoine@unaffiliated/geekshadow)
13:19:08 Join Romster [0] (~romster@unaffiliated/romster)
13:19:08 Join fs-bluebot_ [0] (~fs-bluebo@55d4a316.access.ecotel.net)
13:19:08 Join XDjackieXD [0] (~jackie@irc.chaosfield.at)
13:19:08 Join alexbobp [0] (~alex@meowface.org)
13:19:08 Join ArsenArsen [0] (~Arsen@fsf/member/ArsenArsen)
13:19:08 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
13:19:08 Join @ChanServ [0] (ChanServ@services.)
13:19:08 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
13:19:08 Join melmothX [0] (~marco@unaffiliated/melmothx)
13:19:08 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
13:19:08 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
13:19:08 Join jerwin [0] (~flippy-fl@unaffiliated/flippy)
13:19:08 Join Topy44 [0] (up1sYgB63Z@bellatrix.uberspace.de)
13:19:08 Join paulk-leonov [0] (~paulk-leo@vpn-0-22.aquilenet.fr)
13:19:08 Join Tsesarevich [0] (sid83162@fluxbuntu/founder/joejaxx)
13:19:08 Join prg3 [0] (~prg@deadcodersociety/prg318)
13:19:08 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
13:19:08 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
13:19:08 Join ecs [0] (esawady@2600:3c03::f03c:92ff:fed4:4569)
13:19:08 Join igitoor [0] (igitur@unaffiliated/contempt)
13:19:08 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
13:19:08 Join funman [0] (~fun@rockbox/developer/funman)
13:19:08 Join hook54321 [0] (sid149355@gateway/web/irccloud.com/x-nwurhmngvtzonyqp)
13:19:10 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
13:19:11 Join kugel [0] (~kugel@rockbox/developer/kugel)
13:19:13 Join bzed [0] (~bzed@shell.bzed.at)
13:19:13 Join speachy [0] (~speachy@209.2.65.77)
13:19:18 Join asaba [0] (~asaba@103.113.159.184)
13:19:18 Join shrizza_ [0] (~shrizza@oki-180-131-209-187.jptransit.net)
13:19:31 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
13:19:36 Join kirvesAxe [0] (kirvesaxe@aulis.sange.fi)
13:19:37 Join CommunistWitchDr [0] (quassel@24.217.39.226)
13:19:37 Join JanC [0] (~janc@lugwv/member/JanC)
13:19:37 Join plum [0] (~plum@unaffiliated/plum)
13:19:42 Join Soap [0] (~Soap@rockbox/staff/soap)
13:19:52 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
13:20:04 Join trfl [0] (~ed@static.59.110.40.188.clients.your-server.de)
13:20:07 Join ps-auxw [0] (~arneb@p548d56ce.dip0.t-ipconnect.de)
13:20:13 Join Xeha [0] (~Xeha@unaffiliated/xeha)
13:20:38 Quit Galois (*.net *.split)
13:20:39 Quit rogeliodh (*.net *.split)
13:20:40 Quit beencubed (*.net *.split)
13:20:43 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
13:20:47 Join gsora [0] (~gsora@unaffiliated/gsora)
13:20:52 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de)
13:20:56 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
13:21:00 Join beencubed [0] (~beencubed@209.131.238.248)
13:21:52 Quit danielp3344 (Ping timeout: 258 seconds)
13:21:56 Quit mud (Ping timeout: 240 seconds)
13:21:57 Quit M-iam-some0nee[m (Ping timeout: 244 seconds)
13:22:35 Quit kadoban (Ping timeout: 240 seconds)
13:22:56 Quit ccf-100 (Ping timeout: 240 seconds)
13:23:00 Quit blbro[m] (Ping timeout: 258 seconds)
13:23:31 Quit paulk-leonov (Ping timeout: 272 seconds)
13:24:04 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
13:24:06 Join Barlow [0] (~barlow@17-215-201-31.ftth.glasoperator.nl)
13:24:07 Quit Barlow (Changing host)
13:24:07 Join Barlow [0] (~barlow@unaffiliated/barlow)
13:24:08 Join bleb [0] (~cm@unaffiliated/bleb)
13:24:17 Join Natch [0] (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se)
13:25:26 Quit kadobanana (Ping timeout: 240 seconds)
13:26:32 Join fauweh [0] (~root@ithaqua.unzane.com)
13:26:38 Join paulk-leonov [0] (~paulk-leo@leonov.paulk.fr)
13:28:27braewoodsspeachy: i found a way to simplify how we declare USB string constants
13:28:34braewoodsi'll draft something up
13:28:39braewoodsit's all thanks to the newer GCC
13:28:43braewoodsutf16 string literals
13:42:10 Quit jschwart (*.net *.split)
13:42:10 Quit CR0W (*.net *.split)
13:42:10 Quit J_Darnley (*.net *.split)
13:42:11 Quit Huntereb (*.net *.split)
13:42:14 Quit paulk-leonov (*.net *.split)
13:42:14 Quit Natch (*.net *.split)
13:42:14 Quit Barlow (*.net *.split)
13:42:15 Quit trfl (*.net *.split)
13:42:15 Quit Acou_Bass (*.net *.split)
13:42:15 Quit Soap (*.net *.split)
13:42:16 Quit plum (*.net *.split)
13:42:17 Quit Strife89 (*.net *.split)
13:42:17 Quit petur (*.net *.split)
13:42:18 Quit daswf852 (*.net *.split)
13:42:18 Quit tomato (*.net *.split)
13:42:19 Quit APLU (*.net *.split)
13:42:19 Quit spectrumanalyst (*.net *.split)
13:42:20 Quit KalBot (*.net *.split)
13:42:20 Quit user890104 (*.net *.split)
13:42:21 Quit lemon_jesus (*.net *.split)
13:42:21 Quit msc68 (*.net *.split)
13:42:21 Quit _bilgus_ (*.net *.split)
13:42:23 Quit hook54321 (*.net *.split)
13:42:24 Quit prg3 (*.net *.split)
13:42:24 Quit Tsesarevich (*.net *.split)
13:42:24 Quit jerwin (*.net *.split)
13:42:24 Quit bluebrother (*.net *.split)
13:42:25 Quit cockroach (*.net *.split)
13:42:26 Quit mikroflops (*.net *.split)
13:42:26 Quit dweeber (*.net *.split)
13:42:27 Quit klock (*.net *.split)
13:42:28 Quit __builtin (*.net *.split)
13:42:31 Quit gsora (*.net *.split)
13:42:31 Quit michaelni (*.net *.split)
13:42:32 Quit kugel (*.net *.split)
13:42:34 Quit braewoods (*.net *.split)
13:42:34 Quit emacsomancer (*.net *.split)
13:42:35 Quit tchan (*.net *.split)
13:42:35 Quit akaWolf (*.net *.split)
13:42:36 Quit alexbobp (*.net *.split)
13:42:39 Join kugel [0] (~kugel@rockbox/developer/kugel)
13:42:40 Join Strife89 [0] (~quassel@adsl-74-250-141-224.ags.bellsouth.net)
13:42:40 Join Barlow [0] (~barlow@17-215-201-31.ftth.glasoperator.nl)
13:42:41 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
13:42:41 Join 895AAAARG [0] (~quassel@204.48.30.120)
13:42:42 Join mikroflops_ [0] (~yogurt@c188-150-217-176.bredband.comhem.se)
13:42:42 Quit Barlow (Changing host)
13:42:42 Join Barlow [0] (~barlow@unaffiliated/barlow)
13:42:43 Join spectrumanalyst [0] (~admin@198.46.152.45)
13:42:44 Join petur [0] (~petur@199.59.5.111)
13:42:45 Join cockroach [0] (~blattodea@241.8.24.31.ftth.as8758.net)
13:42:45 Join trfl [0] (~ed@static.59.110.40.188.clients.your-server.de)
13:42:46 Join akaWolf [0] (~akaWolf@akawolf.org)
13:42:46 Quit cockroach (Changing host)
13:42:46 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
13:42:49 Quit akaWolf (Changing host)
13:42:49 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
13:42:49 Join Huntereb [0] (~Huntereb@2603:9001:5a04:bbe7:21e:37ff:fe4e:f43a)
13:42:50 Join CR0W [0] (~narf@rrcs-67-53-148-69.west.biz.rr.com)
13:42:50 Join paulk-leonov [0] (~paulk-leo@vpn-0-22.aquilenet.fr)
13:42:50 Join Tsesarevich [0] (Tsesarevic@gateway/web/irccloud.com/x-wyetmhfkyacnliof)
13:42:51 Join alexbobp [0] (~alex@meowface.org)
13:42:51 Quit petur (Changing host)
13:42:51 Join petur [0] (~petur@rockbox/developer/petur)
13:42:53 Join lemon_jesus [0] (~lemon_jes@208.59.79.137)
13:42:56 Join braewoods [0] (~braewoods@ns514249.ip-167-114-172.net)
13:42:56 Quit braewoods (Signing in (braewoods))
13:42:56 Join braewoods [0] (~braewoods@learnprogramming/staff/braewoods)
13:42:59 Join tchan [0] (~tchan@c-98-206-141-238.hsd1.il.comcast.net)
13:43:02 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
13:43:04 Quit Tsesarevich (Changing host)
13:43:04 Join Tsesarevich [0] (Tsesarevic@fluxbuntu/founder/joejaxx)
13:43:05 Join Soap [0] (~Soap@rockbox/staff/soap)
13:43:16 Join _bilgus_ [0] (~bilgus@cpe-107-11-237-184.columbus.res.rr.com)
13:43:18 Join hook54321 [0] (sid149355@gateway/web/irccloud.com/x-dmzuiftnmzcwraep)
13:43:30 Quit tchan (Changing host)
13:43:30 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
13:43:35 Quit CR0W (Changing host)
13:43:35 Join CR0W [0] (~narf@unaffiliated/em64t)
13:43:37 Nick alexbobp is now known as Guest71059 (~alex@meowface.org)
13:43:38 Nick braewoods is now known as Guest72550 (~braewoods@learnprogramming/staff/braewoods)
13:43:56 Join plum [0] (~plum@23.254.83.34.bc.googleusercontent.com)
13:43:58 Quit Guest72550 (Client Quit)
13:43:59 Quit plum (Changing host)
13:43:59 Join plum [0] (~plum@unaffiliated/plum)
13:44:07 Join user890104 [0] (~Venci@freemyipod.org)
13:44:09 Join emacsomancer [0] (~runner@c-174-52-88-123.hsd1.ut.comcast.net)
13:44:13 Join jerwin [0] (~flippy-fl@vps-2f7f0f09.vps.ovh.net)
13:44:14 Quit jerwin (Changing host)
13:44:14 Join jerwin [0] (~flippy-fl@unaffiliated/flippy)
13:44:16 Join dweeber [0] (~dweeber@c-73-52-129-219.hsd1.ut.comcast.net)
13:44:19 Join klock [0] (~freeklock@unaffiliated/klock)
13:44:19 Join prg3 [0] (~prg@deadcodersociety/prg318)
13:44:20 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
13:44:36 Join __builtin [0] (~quassel@rockbox/developer/builtin)
13:44:44 Join braewoods1 [0] (~braewoods@learnprogramming/staff/braewoods)
13:45:09 Join gsora [0] (~gsora@unaffiliated/gsora)
13:45:53 Join APLU [0] (~mulx@2a03:7220:8081:2900::1)
13:46:05 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
13:47:01 Join daswf852 [0] (~daswf852@unaffiliated/dwf)
13:47:28 Join Natch [0] (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se)
13:47:30 Join jschwart [0] (~quassel@2001:985:2c6e:0:b00b:32ff:fe28:5567)
13:49:55 Join nolan___ [0] (~nolan___@unaffiliated/nolan/x-3943829)
13:50:27 Part nolan___ ("Closing Window")
13:50:36 Nick 895AAAARG is now known as msc68 (~quassel@204.48.30.120)
13:50:44 Nick msc68 is now known as blucifer22 (~quassel@204.48.30.120)
13:52:24 Quit APLU (*.net *.split)
13:53:11 Join kadoban [0] (kadobanemp@gateway/shell/matrix.org/x-trcaiurgxfvfrxko)
13:55:09 Join APLU [0] (~mulx@2a03:7220:8081:2900::1)
13:57:25 Quit Saijin_Naib (*.net *.split)
13:57:27 Quit Moarc (*.net *.split)
13:57:27 Quit TorC (*.net *.split)
13:57:28 Quit nast (*.net *.split)
13:57:29 Quit RafiX (*.net *.split)
13:57:29 Quit ender| (*.net *.split)
13:57:30 Quit ecs (*.net *.split)
13:57:30 Quit igitoor (*.net *.split)
13:57:30 Quit Slasheri (*.net *.split)
13:57:31 Quit funman (*.net *.split)
13:57:33 Join funman_ [0] (~fun@chui-pas.net)
13:57:37 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-4c82-9f74-1509-a3ce.res6.spectrum.com)
13:57:39 Join TorC [0] (~Tor@fsf/member/TorC)
13:57:41 Join Slasheri [0] (~miipekk@itu.ihme.org)
13:57:41 Quit Slasheri (Changing host)
13:57:41 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
13:57:41 Join Moarc [0] (~chujko@a105.net128.okay.pl)
13:57:45 Join nast [0] (~nast@139.64.244.18)
13:57:48 Join RafiX [0] (rafix@junkcc.net)
13:58:10 Quit JanC (*.net *.split)
13:58:10 Quit St3ak (*.net *.split)
13:58:10 Quit ats (*.net *.split)
13:58:11 Quit aevin (*.net *.split)
13:58:12 Quit XDjackieXD (*.net *.split)
13:58:14 Quit WakiMiko (*.net *.split)
13:58:19 Join aevin [0] (eivindsy@unaffiliated/aevin)
13:58:21 Join ender| [0] (~ender1@2a01:260:4094:1:6045:6fff:fedd:cbf3)
13:58:23 Join ats [0] (~ats@cartman.offog.org)
13:58:26 Join XDjackieXD [0] (~jackie@irc.chaosfield.at)
13:58:32 Join ecs [0] (esawady@d2evs.net)
13:58:38 Join JanC [0] (~janc@lugwv/member/JanC)
13:58:49 Join igitoor [0] (igitur@2a00:d880:3:1::c1ca:a648)
13:58:49 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
13:59:04 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
13:59:43DEBUGEOF from server (Success) (snapshot: netstuff.c line 545)
13:59:43***Cleanup
13:59:43***Cleanup
13:59:43***Saving seen data "./dancer.seen"
13:59:43***Exit
13:59:44***Started Dancer V4.16
13:59:44***Connected to irc.freenode.net on port 6667
13:59:44***Logfile for #rockbox started
13:59:44Mode"logbot :+i" by logbot
13:59:50***Server message 501: 'logbot :Unknown MODE flag'
13:59:51 Join logbot [0] (~rockbox@stuffed.shaftnet.org)
13:59:51 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
13:59:51 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
13:59:51 Join igitoor [0] (igitur@2a00:d880:3:1::c1ca:a648)
13:59:51 Join JanC [0] (~janc@lugwv/member/JanC)
13:59:51 Join ecs [0] (esawady@d2evs.net)
13:59:51 Join XDjackieXD [0] (~jackie@irc.chaosfield.at)
13:59:51 Join ats [0] (~ats@cartman.offog.org)
13:59:51 Join ender| [0] (~ender1@2a01:260:4094:1:6045:6fff:fedd:cbf3)
13:59:51 Join aevin [0] (eivindsy@unaffiliated/aevin)
13:59:51 Join RafiX [0] (rafix@junkcc.net)
13:59:51 Join nast [0] (~nast@139.64.244.18)
13:59:51 Join Moarc [0] (~chujko@a105.net128.okay.pl)
13:59:51 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
13:59:51 Join TorC [0] (~Tor@fsf/member/TorC)
13:59:51 Join Saijin_Naib [0] (~Saijin_Na@2603-7081-1d05-7230-4c82-9f74-1509-a3ce.res6.spectrum.com)
13:59:51 Join funman_ [0] (~fun@chui-pas.net)
13:59:51 Join APLU [0] (~mulx@2a03:7220:8081:2900::1)
13:59:51 Join kadoban [0] (kadobanemp@gateway/shell/matrix.org/x-trcaiurgxfvfrxko)
13:59:51 Join beencubed [0] (~beencubed@209.131.238.248)
13:59:51 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
13:59:51 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de)
13:59:51 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
13:59:51 Join Xeha [0] (~Xeha@unaffiliated/xeha)
13:59:51 Join ps-auxw [0] (~arneb@p548d56ce.dip0.t-ipconnect.de)
13:59:51 Join shrizza_ [0] (~shrizza@oki-180-131-209-187.jptransit.net)
13:59:51 Join asaba [0] (~asaba@103.113.159.184)
13:59:51 Join speachy [0] (~speachy@209.2.65.77)
13:59:51 Join bzed [0] (~bzed@shell.bzed.at)
13:59:51 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
13:59:51 Join vup [0] (~~~~@46.101.193.235)
13:59:51 Join copper [0] (~copper@unaffiliated/copper)
13:59:51 Join f1refly [0] (~f1refly@2a01:c23:9008:6000:43b:fd9:b14e:ec99)
13:59:51 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
13:59:51 Join pixelma [0] (marianne@rockbox/staff/pixelma)
13:59:51 Join amiconn [0] (jens@rockbox/developer/amiconn)
13:59:51 Join berber [0] (~berber@v2202101107577140883.nicesrv.de)
13:59:51 Join xcin [0] (~x@159.203.132.140)
13:59:51 Join toruvinn [0] (~toruvinn@77-255-90-179.adsl.inetia.pl)
13:59:51 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g)
13:59:51 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
13:59:51 Join dys [0] (~dys@aurora.ydns.eu)
13:59:51 Join rasher [0] (~rasher@rockbox/developer/rasher)
13:59:51 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
13:59:51 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
13:59:51 Join Topy44 [0] (up1sYgB63Z@bellatrix.uberspace.de)
13:59:51 Join melmothX [0] (~marco@unaffiliated/melmothx)
13:59:51 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
13:59:51 Join @ChanServ [0] (ChanServ@services.)
13:59:51 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
13:59:51 Join fauweh [0] (~root@ithaqua.unzane.com)
13:59:51 Join kugel [0] (~kugel@rockbox/developer/kugel)
13:59:51 Join Strife89 [0] (~quassel@adsl-74-250-141-224.ags.bellsouth.net)
13:59:51 Join Barlow [0] (~barlow@unaffiliated/barlow)
13:59:51 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
13:59:51 Join blucifer22 [0] (~quassel@204.48.30.120)
13:59:51 Join mikroflops_ [0] (~yogurt@c188-150-217-176.bredband.comhem.se)
13:59:51 Join spectrumanalyst [0] (~admin@198.46.152.45)
13:59:51 Join petur [0] (~petur@rockbox/developer/petur)
13:59:51 Join cockroach [0] (~blattodea@pdpc/supporter/active/cockroach)
13:59:51 Join trfl [0] (~ed@static.59.110.40.188.clients.your-server.de)
13:59:51 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
13:59:51 Join Huntereb [0] (~Huntereb@2603:9001:5a04:bbe7:21e:37ff:fe4e:f43a)
13:59:51 Join CR0W [0] (~narf@unaffiliated/em64t)
13:59:51 Join paulk-leonov [0] (~paulk-leo@vpn-0-22.aquilenet.fr)
13:59:51 Join Tsesarevich [0] (Tsesarevic@fluxbuntu/founder/joejaxx)
13:59:51 Join Guest71059 [0] (~alex@meowface.org)
13:59:51 Join lemon_jesus [0] (~lemon_jes@208.59.79.137)
13:59:51 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
13:59:51 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
13:59:51 Join Soap [0] (~Soap@rockbox/staff/soap)
13:59:51 Join _bilgus_ [0] (~bilgus@cpe-107-11-237-184.columbus.res.rr.com)
13:59:51 Join hook54321 [0] (sid149355@gateway/web/irccloud.com/x-dmzuiftnmzcwraep)
13:59:51 Join plum [0] (~plum@unaffiliated/plum)
13:59:51 Join user890104 [0] (~Venci@freemyipod.org)
13:59:51 Join emacsomancer [0] (~runner@c-174-52-88-123.hsd1.ut.comcast.net)
13:59:51 Join jerwin [0] (~flippy-fl@unaffiliated/flippy)
13:59:51 Join dweeber [0] (~dweeber@c-73-52-129-219.hsd1.ut.comcast.net)
13:59:51 Join klock [0] (~freeklock@unaffiliated/klock)
13:59:51 Join prg3 [0] (~prg@deadcodersociety/prg318)
13:59:51 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
13:59:51 Join __builtin [0] (~quassel@rockbox/developer/builtin)
13:59:51 Join braewoods1 [0] (~braewoods@learnprogramming/staff/braewoods)
13:59:51 Join gsora [0] (~gsora@unaffiliated/gsora)
13:59:51 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
13:59:51 Join daswf852 [0] (~daswf852@unaffiliated/dwf)
13:59:51 Join Natch [0] (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se)
13:59:51 Join jschwart [0] (~quassel@2001:985:2c6e:0:b00b:32ff:fe28:5567)
13:59:51 Join fs-bluebot [0] (~fs-bluebo@55d4a316.access.ecotel.net)
13:59:53 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
13:59:55 Join SovietShaman_ [0] (quassel@024-217-039-226.res.spectrum.com)
13:59:58 Join GeekShadow [0] (~antoine@82-64-164-139.subs.proxad.net)
13:59:59 Join kirvesAxe [0] (kirvesaxe@aulis.sange.fi)
14:00
14:00:00 Join bleb_ [0] (~cm@unaffiliated/bleb)
14:00:02 Join ufdm [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
14:00:12 Quit GeekShadow (Changing host)
14:00:12 Join GeekShadow [0] (~antoine@unaffiliated/geekshadow)
14:00:15 Join skrzyp [0] (~skrzyp@skrzyp.net)
14:00:18 Nick bleb_ is now known as bleb (~cm@unaffiliated/bleb)
14:00:25 Nick olspookishmagus is now known as Guest13329 (~pookie@snf-137798.vm.okeanos.grnet.gr)
14:00:27 Join ArsenArsen [0] (~Arsen@fsf/member/ArsenArsen)
14:00:29 Join Romster [0] (~romster@unaffiliated/romster)
14:00:32 Quit igitoor (Changing host)
14:00:32 Join igitoor [0] (igitur@unaffiliated/contempt)
14:00:33 Join benedikt93 [0] (~quassel@unaffiliated/benedikt93)
14:00:39 Nick skrzyp is now known as Guest89349 (~skrzyp@skrzyp.net)
14:01:08 Quit Guest89349 (Client Quit)
14:01:17 Join skrzyp1 [0] (~skrzyp@skrzyp.net)
14:01:35 Quit skrzyp1 (Client Quit)
14:01:41 Join galaxy_knuckles [0] (~gknux@db4g.com)
14:01:41 Quit galaxy_knuckles (Changing host)
14:01:41 Join galaxy_knuckles [0] (~gknux@unaffiliated/galaxy-knuckles/x-1756549)
14:01:43 Join skrzyp [0] (~skrzyp@skrzyp.net)
14:03:48 Quit JanC (*.net *.split)
14:03:48 Quit WakiMiko (*.net *.split)
14:03:48 Quit aevin (*.net *.split)
14:03:48 Quit Slasheri (*.net *.split)
14:03:49 Quit jschwart (*.net *.split)
14:03:49 Quit Natch (*.net *.split)
14:03:49 Quit gsora (*.net *.split)
14:03:49 Quit ParkerR (*.net *.split)
14:03:49 Quit rudi_s (*.net *.split)
14:03:49 Quit melmothX (*.net *.split)
14:03:49 Quit SammysHP (*.net *.split)
14:03:49 Quit St3ak (*.net *.split)
14:03:49 Quit XDjackieXD (*.net *.split)
14:03:49 Quit Xeha (*.net *.split)
14:03:49 Quit xcin (*.net *.split)
14:03:56 Join aevin [0] (eivindsy@unaffiliated/aevin)
14:04:01 Join jschwart [0] (~quassel@2001:985:2c6e:0:b00b:32ff:fe28:5567)
14:04:03 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
14:04:06 Join Slasheri [0] (~miipekk@itu.ihme.org)
14:04:07 Quit Slasheri (Changing host)
14:04:07 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
14:04:17 Join JanC [0] (~janc@lugwv/member/JanC)
14:04:21 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
14:04:22 Join ParkerR [0] (~ParkerR@znc.withg.org)
14:04:22 Quit ParkerR (Changing host)
14:04:22 Join ParkerR [0] (~ParkerR@unaffiliated/parkerr)
14:04:36 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
14:04:36 Join XDjackieXD [0] (~jackie@irc.chaosfield.at)
14:04:36 Join Xeha [0] (~Xeha@unaffiliated/xeha)
14:04:36 Join xcin [0] (~x@159.203.132.140)
14:04:42 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
14:04:47 Join melmothX [0] (~marco@unaffiliated/melmothx)
14:04:49 Quit St3ak (Max SendQ exceeded)
14:05:09 Join gsora [0] (~gsora@unaffiliated/gsora)
14:05:09 Quit XDjackieXD (*.net *.split)
14:05:09 Quit Xeha (*.net *.split)
14:05:09 Quit xcin (*.net *.split)
14:05:14 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
14:05:38 Quit braewoods1 (Quit: WeeChat 2.8)
14:05:46 Join Xeha [0] (~Xeha@unaffiliated/xeha)
14:05:52 Join XDjackieXD [0] (~jackie@irc.chaosfield.at)
14:06:00 Join braewoods [0] (~braewoods@learnprogramming/staff/braewoods)
14:06:24 Quit kadoban (*.net *.split)
14:06:24 Quit daswf852 (*.net *.split)
14:06:24 Quit Tsesarevich (*.net *.split)
14:06:24 Quit Huntereb (*.net *.split)
14:06:25 Quit Topy44 (*.net *.split)
14:06:44 Join Huntereb [0] (~Huntereb@2603:9001:5a04:bbe7:21e:37ff:fe4e:f43a)
14:06:44 Join Topy44 [0] (6GaaFqJpj4@bellatrix.uberspace.de)
14:06:45 Join daswf852 [0] (~daswf852@unaffiliated/dwf)
14:06:59 Join Tsesarevich [0] (Tsesarevic@fluxbuntu/founder/joejaxx)
14:07:44 Join xcin [0] (~x@159.203.132.140)
14:09:06 Join Natch [0] (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se)
14:10:28 Quit koniu (*.net *.split)
14:12:17 Join kadoban [0] (kadobanemp@gateway/shell/matrix.org/x-rwuphpzdjltcjxfe)
14:13:34braewoodshttps://gerrit.rockbox.org/r/c/rockbox/+/3258
14:13:39braewoodsthoughts?
14:13:50braewoodsi thought it was a QoL improvement myself
14:15:54 Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr)
14:15:54 Quit gevaerts (*.net *.split)
14:15:54 Quit beencubed (*.net *.split)
14:15:54 Quit rogeliodh (*.net *.split)
14:15:54 Quit yosafbridge (*.net *.split)
14:15:54 Quit asaba (*.net *.split)
14:15:55 Quit bzed (*.net *.split)
14:15:55 Quit bertrik (*.net *.split)
14:15:55 Quit vup (*.net *.split)
14:15:55 Quit copper (*.net *.split)
14:15:55 Quit berber (*.net *.split)
14:15:55 Quit toruvinn (*.net *.split)
14:15:55 Quit Ckat (*.net *.split)
14:15:55 Quit advcomp2019 (*.net *.split)
14:15:55 Quit dys (*.net *.split)
14:15:55 Quit rasher (*.net *.split)
14:15:56 Quit Galois (*.net *.split)
14:15:56 Quit ps-auxw (*.net *.split)
14:15:56 Quit shrizza_ (*.net *.split)
14:15:56 Quit speachy (*.net *.split)
14:15:57 Quit f1refly (*.net *.split)
14:15:57 Quit amiconn (*.net *.split)
14:15:57 Quit pixelma (*.net *.split)
14:16:02 Join Lain_ [0] (~toruvinn@77-255-90-179.adsl.inetia.pl)
14:16:03 Join rasher [0] (~rasher@rockbox/developer/rasher)
14:16:03 Join copper [0] (~copper@unaffiliated/copper)
14:16:10 Nick Lain_ is now known as toruvinn (~toruvinn@77-255-90-179.adsl.inetia.pl)
14:16:13 Join speachy [0] (~speachy@209.2.65.77)
14:16:13 Join ps-auxw [0] (~arneb@p548d56ce.dip0.t-ipconnect.de)
14:16:17 Join advcomp2019 [0] (~advcomp20@65-131-187-233.sxct.qwest.net)
14:16:20 Join bzed [0] (~bzed@shell.bzed.at)
14:16:20 Quit Natch (Excess Flood)
14:16:33 Join shrizza [0] (~shrizza@oki-180-131-209-187.jptransit.net)
14:16:40 Join asaba [0] (~asaba@103.113.159.184)
14:16:45 Quit advcomp2019 (Changing host)
14:16:45 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
14:17:32 Join beencubed [0] (~beencubed@209.131.238.248)
14:17:34 Join f1refly [0] (~f1refly@dynamic-095-112-088-155.95.112.pool.telefonica.de)
14:17:48 Join amiconn [0] (jens@rockbox/developer/amiconn)
14:17:49 Join vup [0] (~~~~@46.101.193.235)
14:17:49 Join pixelma [0] (marianne@rockbox/staff/pixelma)
14:17:49 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g)
14:17:55speachybraewoods: I like
14:18:05speachywhen was that added to GCC?
14:18:16braewoodsnot sure
14:19:16braewoodssometime after 4.4 it appears
14:19:33braewoodsbut we can now declare multiple types of string literals
14:19:39braewoodslowercase u is UTF16
14:19:43braewoodsuppercase UTF32
14:19:55braewoodsL for wide strings (pretty meaningless)
14:20:01braewoodsu8 for utf8 (not so useful)
14:20:48speachyadded for c++11 support, apparently.
14:20:56braewoodsspeachy: only downside is that while this should work...
14:21:05braewoodsand c11
14:21:14braewoodseach one consumes a bit more memory
14:21:18 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
14:21:22braewoodsdue to string literals always being null terminated
14:21:22 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
14:21:33braewoodsthat's why i subtract one character size
14:21:35braewoodsfrom it
14:21:38braewoodsso it won't include it
14:21:42 Join Natch [0] (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se)
14:21:47braewoodsquestion is though
14:21:49braewoodshm
14:22:41braewoodsjust did a test ofi t
14:22:49braewoodsdoesn't seem to get included in the data stream
14:22:53braewoodsgood to know
14:22:56speachyI would add a comment in the header showing how to use this properly.
14:23:14 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de)
14:23:20braewoodsok
14:25:43speachyso does sizeof("...") include the null termination?
14:26:27braewoodsspeachy: yes it does, that's why i subtract from it
14:26:38braewoodsi've used sizeof on string literals before
14:26:48braewoodsit's their total size, including the null terminator
14:26:57braewoodsso you need to subtract one element to get the actual string length
14:27:25speachythe length field in the old descriptors includes the null, if I'm counting correction
14:27:30speachycorrectly
14:27:56braewoodsactually it doesn't
14:28:00braewoodsthey were never null terminated
14:28:08braewoodsthey used {}
14:28:14braewoodswhich does not add a null
14:28:32speachyso the extra 2 bytes are for the USB_DT_xxxx field?
14:28:42 Quit kadoban (Ping timeout: 245 seconds)
14:28:50braewoodsthe first 2 fields actually
14:29:00braewoodsthe length is the size of the WHOLE packet
14:29:04speachyok.
14:29:12braewoodsthe first 2 fields are uint8_t
14:29:15braewoodsso 2 bytes
14:29:37braewoodsi just found it kinda ass backwards
14:29:40braewoodsthe way it was done before
14:29:42braewoodsand hard to update
14:29:50braewoodsthis is a lot more maintainable
14:30:08braewoodsit should automatically adjust according to changes to the strings in the future
14:30:14speachyyep.
14:31:31braewoodsspeachy: added the comment you wanted
14:31:51braewoodsthe rest should be obvious
14:32:01braewoodsthe name even says it's for an initializer
14:32:34braewoodsthough i honestly don't see it needing to be used elsewhere outside of the usb core
14:32:48braewoodsbut i noticed how stupidly designed it was when trying to extend it
14:32:54braewoodsso i thought i'd suggest a better way to do it
14:33:49speachyand gcc 4.6 is when this stuff was added.
14:33:54CtcpVersion from freenode-connect!frigg@freenode/utility-bot/frigg
14:35:48 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
14:36:07fs-bluebotBuild Server message: New build round started. Revision 018372bf39, 293 builds, 10 clients.
14:36:30 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
14:39:32 Quit michaelni (Quit: Leaving)
14:40:32 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
14:41:55 Quit ac_laptop (Ping timeout: 252 seconds)
14:41:56braewoodsspeachy: there's not many places this is useful but i can see this being useful for MTP
14:42:15braewoodsi'll propose other core changes as i work on MTP
14:44:27 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
14:46:45fs-bluebotBuild Server message: Build round completed after 637 seconds.
14:46:47fs-bluebotBuild Server message: Revision 018372bf39 result: All green
14:48:22 Join kadobanana [0] (kadoban9he@gateway/shell/matrix.org/x-mbsahwnxhqdezbol)
14:48:27 Join blbro[m] [0] (blbrostrat@gateway/shell/matrix.org/x-xrcxhrigskdwrmdr)
14:49:53 Quit ac_laptop (Ping timeout: 260 seconds)
14:51:36 Join kadoban [0] (kadobanemp@gateway/shell/matrix.org/x-zxzeddnaqbquvftn)
14:51:37 Join mud [0] (kadobanmat@gateway/shell/matrix.org/x-nfxslouynpwfxobq)
14:52:33 Join ccf-100 [0] (ccf-100mat@gateway/shell/matrix.org/x-nfwhiifyqmoxtcgz)
14:55:20 Join danielp3344 [0] (danielp334@gateway/shell/matrix.org/x-cqqmxhqatfqrvcar)
14:55:47 Quit paulk-leonov (Ping timeout: 248 seconds)
14:57:38 Join paulk-leonov [0] (~paulk-leo@vpn-0-22.aquilenet.fr)
15:00
15:01:37 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
15:09:01 Quit ac_laptop (Ping timeout: 260 seconds)
15:12:29 Quit dweeber (Quit: Goodbye)
15:22:15 Join p3tur [0] (~petur@78-21-55-218.access.telenet.be)
15:22:15 Quit p3tur (Changing host)
15:22:15 Join p3tur [0] (~petur@rockbox/developer/petur)
15:22:44 Quit petur (Read error: Connection reset by peer)
15:24:51__builtinspeachy: a little late, but the gigabeat s is armv6
15:28:11*speachy nods.
15:29:25__builtinI suspect that jumping GCCs is going to break many points of undefined behavior in the SDL plugins
15:30:01__builtin... but where's the fun in rockbox without tracing impossible bugs? :)
15:34:28braewoodsspeachy: i'll gradually work on MTP... i would like to have some basic MTP support by may
15:55:19 Quit p3tur (Quit: Connection reset by beer)
15:59:46***Saving seen data "./dancer.seen"
16:00
16:13:26 Join dys [0] (~dys@aurora.ydns.eu)
16:15:38 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
16:24:54 Quit emacsomancer (Quit: WeeChat 3.1)
16:25:58 Join emacsomancer [0] (~runner@c-174-52-88-123.hsd1.ut.comcast.net)
16:29:08 Quit ac_laptop (Ping timeout: 265 seconds)
16:33:39 Join dweeber [0] (~dweeber@c-73-52-129-219.hsd1.ut.comcast.net)
16:58:34braewoods_bilgus_: i'm looking forward to MTP support
16:58:40braewoodsit has a lot to offer
16:59:16braewoodsit has some overlap with usb audio (in theory)
16:59:22braewoodsin terms of audio output controls
16:59:49braewoodsbut it will be much easier to deal with since it's not latency sensitive
17:00
17:44:55 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
17:55:34 Quit koniu (Remote host closed the connection)
17:56:01 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
17:56:30 Join PimpiN8 [0] (~PimpiN8@2001:1c04:3308:a500:1d4e:573b:9934:5a98)
17:58:25 Quit PimpiN8 (Client Quit)
17:59:47***Saving seen data "./dancer.seen"
18:00
18:14:47 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
18:16:53 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:5c8e:63bb:73eb:55c6)
18:52:49 Quit lebellium (Quit: Leaving)
18:59:44 Quit Acou_Bass (Ping timeout: 246 seconds)
19:00
19:00:41 Quit ac_laptop (Ping timeout: 240 seconds)
19:13:32 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
19:18:26 Quit Acou_Bass (Ping timeout: 240 seconds)
19:26:41 Quit ZincAlloy (Quit: Leaving.)
19:30:42 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
19:42:40 Join dconrad [0] (d026e411@208.38.228.17)
19:43:18 Quit Acou_Bass (Ping timeout: 240 seconds)
19:51:09 Quit koniu (Ping timeout: 240 seconds)
19:59:50***Saving seen data "./dancer.seen"
20:00
20:01:02 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
20:16:11 Quit Acou_Bass (Ping timeout: 240 seconds)
20:47:20 Quit beencubed (Quit: Leaving)
20:52:42dconradso I'm curious how much is known about the popping/crackling in quiet sections of songs on the Eros Q
20:53:08dconraddo all the hiby linux targets behave the same, or are they a little different?
20:53:34dconradI think I read something about the codec turning off/on at random
20:56:31 Quit ps-auxw (Ping timeout: 276 seconds)
20:57:23speachythe codec has no volume control, so any adjustments are done by scaling down what rockbox sends.
20:57:56speachythe codec doesn't randomly turn off/on during constant playback; only when it's idle for about a second.
20:59:56dconradI see, so this is true for when Rockbox is sending audio data, but it's close to zero so the codec must assume it can shut off?
21:00
21:00:05dconradis that in the ballpark?
21:00:43 Join ps-auxw [0] (~arneb@p548d5577.dip0.t-ipconnect.de)
21:02:31dconradI wonder what the original firmware is doing that rockbox isn't, because I haven't seen it happen at all there
21:02:43dconradsome sort of hidden/secret keep-alive control or something?
21:04:01 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
21:10:13dconradthis file seems to do it particularly badly https://dconrad.neocities.org/assorted_files/BeginningClip_Glad%20Rags%20-%20Wonder%20Under%20-%2003%20The%20World%20is%20Waiting.flac
21:11:16dconradif its played at like -50 dB, and mostly in the right channel for some reason, it'll go womp-womp, PSHHHH, womp-womp, PSHHH, ...
21:11:58dconraddunno if I got a dud or if that's normal
21:16:02 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
21:24:28 Quit koniu (Remote host closed the connection)
21:24:57 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
21:39:47 Quit user890104 (Remote host closed the connection)
21:40:02 Join user890104 [0] (~Venci@freemyipod.org)
21:59:51***Saving seen data "./dancer.seen"
22:00
22:16:03 Join JanC_ [0] (~janc@lugwv/member/JanC)
22:16:11 Quit JanC (Killed (adams.freenode.net (Nickname regained by services)))
22:16:11 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC)
22:25:03 Quit spectrumanalyst (Quit: Bye!)
22:25:27 Join spectrumanalyst [0] (~admin@198.46.152.45)
22:33:37 Quit dconrad (Quit: Ping timeout (120 seconds))
22:34:18 Join dconrad [0] (d026e411@208.38.228.17)
22:39:42 Quit dconrad (Ping timeout: 240 seconds)
22:42:29_bilgus_Speachy braewoods I think this PP issue has happened before https://www.rockbox.org/tracker/task/12391
22:51:49speachyhmm.
23:00
23:14:10 Join f1reflyylmao [0] (~f1refly@dynamic-095-116-075-236.95.116.pool.telefonica.de)
23:16:16 Quit f1refly (Ping timeout: 276 seconds)
23:16:17 Nick f1reflyylmao is now known as f1refly (~f1refly@dynamic-095-116-075-236.95.116.pool.telefonica.de)
23:18:48 Quit cockroach (Quit: leaving)
23:23:00 Join Stanley00 [0] (~stanley00@unaffiliated/stanley00)
23:26:26_bilgus_and indeed it appears to work at HEAD after disabling the cache
23:31:27 Quit yosafbridge (Quit: Leaving)
23:48:47 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de)
23:54:58_bilgus_https://www.rockbox.org/tracker/task/11863
23:55:10_bilgus_hmmm
23:55:16_bilgus_lol

Previous day | Next day