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 2025-01-20

00:16:02***No seen item changed, no save performed.
00:27:15 Quit SammysHP (Quit: *wuff*)
00:27:36 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
01:00
01:15:43 Quit SammysHP (Quit: *wuff*)
01:16:03 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
01:54:40 Quit massiveH (Quit: Leaving)
02:00
02:01:05 Quit othello7 (Ping timeout: 248 seconds)
02:16:03***Saving seen data "./dancer.seen"
04:00
04:04:30 Quit jacobk (Ping timeout: 276 seconds)
04:05:00 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
04:16:05***Saving seen data "./dancer.seen"
06:00
06:16:06***No seen item changed, no save performed.
06:35:50 Quit PheralSparky (Quit: Leaving)
08:00
08:16:10 Join chris_s [0] (~chris_s@2a09:bac3:2ec0:2c8::47:4a7)
08:16:11***Saving seen data "./dancer.seen"
08:18:06chris_sbilgus: yeah, maybe there is little value in sticking with the previous binary format. tbh, I never encountered any issue there, and since it looked pretty efficient, was wondering if this this really buys us anything, apart from the debug argument and maybe easier maintainability by ripping out that part of the code. I guess that's valid though...
08:18:12chris_sAnyway, the way you've excluded the status "settings" in your latest patch from being saved to the general cfg file (except vol/pitch/speed) makes a lot of sense to me, to prevent a difference in behavior there ...
08:18:27chris_s_bilgus__
08:21:30 Quit chris_s (Quit: Client closed)
09:00
09:12:23 Join lekapuz85_ [0] (uid686223@user/lekapuz85)
09:33:15 Join PresidentBiden91 [0] (~President@31.40.126.57)
09:41:38 Join XLVRZhouBaiden90 [0] (~XLVRZhouB@109.204.235.158)
09:42:50 Quit XLVRZhouBaiden90 (Remote host closed the connection)
09:42:50 Quit PresidentBiden91 (Remote host closed the connection)
09:44:04 Join ZhouBaiden370786 [0] (~ZhouBaide@80.77.36.75)
09:44:10ZhouBaiden370786Hey guys... Joe Biden here. I've decided to step down from the White House to focus on other projects. Billionaires are a threat to democracy, so check out https://BidenCash.st to put them in the bullseye. Keep an eye on the CNN inauguration for a promo code!
09:46:59 Quit ZhouBaiden370786 (Remote host closed the connection)
10:00
10:08:47_bilgus__Zhou Biden coming to rockbox?
10:08:53_bilgus__exciting times..
10:14:36_bilgus__chris_s after shortening the value names and removing the rb.org header I think its something like 150 bytes versus 52 for the previous nvram file with 2 less settings, so 3x larger and 150 bytes is still plenty small to be fast, and I made it so the main settings file checks a crc before needlessly writing, and finally cutting out those status_saves()knocked off a bunch of writes too
10:16:12***Saving seen data "./dancer.seen"
10:16:44 Join chris_s [0] (~chris_s@2a04:4e41:66:1b::98:bc5d)
10:17:16chris_ssounds good, I guess the status_save's were put there in case of crashes, but maybe not the end of the world to lose your resume state in that case
10:18:52chris_sas long as the .playlist_control is up-to-date which is separate from that
10:19:42_bilgus__thats what I figure, we can save of fails but leave the happy path alone
10:19:54_bilgus__on fails..
11:00
11:11:42 Quit chris_s (Quit: Client closed)
12:00
12:16:16***Saving seen data "./dancer.seen"
13:00
13:04:38 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
14:00
14:16:19***No seen item changed, no save performed.
15:00
15:40:15 Join doughnutdoritos [0] (~doughnut_@user/doughnutdoritos)
16:00
16:05:02 Quit SammysHP (Quit: *wuff*)
16:05:24 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
16:16:23***Saving seen data "./dancer.seen"
16:29:54 Quit jacobk (Ping timeout: 248 seconds)
17:00
17:18:39 Join Everything [0] (~Everythin@195.138.86.118)
17:29:48 Quit JanC (Ping timeout: 265 seconds)
17:32:08 Join JanC [0] (~janc@user/janc)
17:56:31 Quit _bilgus__ (Remote host closed the connection)
17:58:08 Join _bilgus [0] (~bilgus@syn-162-154-213-134.res.spectrum.com)
18:00
18:00:11winsim-buildbotNew Windows simulator build round started. Revision 8e293b4948, serial: Add serial_tx_raw() function for sending raw bytes to the serial port by Vencislav Atanasov
18:16:27***Saving seen data "./dancer.seen"
18:18:13 Quit Everything (Quit: leaving)
18:19:28 Quit doughnutdoritos (Quit: Leaving)
18:19:59speachygot the changelog caught up to Jan 1st. I'll finish the rest later tonight I think
18:46:03winsim-buildbotBuild round completed after 2754 seconds.
19:00
19:05:22user890104speachy: do you like the idea of merging the current state of the ipod nano 3g/4g branches, so I can start reworking the s5l87xx code (basically merge the support for ipodnano2g, ipod6g, ipodnano3g and ipodnano4g)? the code is able to build a bootloader for nano3g (normal and dev) and for nano4g (dev only, there is some linker issue with the normal one)
19:07:58user890104also, there is a small bit of iPod Nano 7G peripherals reversed and tested (bit of clock, GPIO and UART), enough to get UART input/output over a DCSD cable, so I'll try to integrate that too into the ipod-s5l87xx bootloader
19:10:05user890104my goal here is to incentivise reverse engineers and developers to help with the remaining peripherals, seeing that some work has been started already
19:14:48user890104ah, let's not forget the ipodnano5g port of u-boot and linux by q3k, which has the display peripheral also figured out, among others
19:42:18 Join massiveH [0] (~massiveH@2600:4040:a982:5400:9dff:5461:edbf:44e5)
20:00
20:16:31***Saving seen data "./dancer.seen"
20:20:19_bilgusok I think I have the NVRAM removal patch in a pretty good place. instead of removing the other calls to status_save I set it up with a timeout and a force|timeout mechanism for spinning disks I set this at 5 minutes and for everyone else 15 minutes. I figure that way you don't do a whole lot of needless writes and you still don't lose the whole of your progress if the device shutsdown on poweroff
20:22:11_bilgussorry lower than 'battery_level_dangerous'
20:22:25 Quit jjs0077018310196 (Ping timeout: 248 seconds)
20:23:26 Join jjs0077018310196 [0] (~jjs007@host86-191-189-94.range86-191.btcentralplus.com)
20:24:32 Quit aaabbb (Changing host)
20:24:32 Join aaabbb [0] (sitku@user/aaabbb)
20:40:12_bilguseh I have a bit more work yet I'll get it later..
21:00
21:16:13 Quit baltazar (Ping timeout: 245 seconds)
21:18:02 Join baltazar [0] (~baltazar@user/baltazar)
21:22:19 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
21:46:03 Join JanC_ [0] (~janc@user/janc)
21:46:03 Nick JanC is now known as Guest5680 (~janc@user/janc)
21:46:03 Quit Guest5680 (Killed (lead.libera.chat (Nickname regained by services)))
21:46:03 Nick JanC_ is now known as JanC (~janc@user/janc)
21:51:40 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
22:00
22:16:33***Saving seen data "./dancer.seen"
22:58:18 Quit othello7 (Ping timeout: 245 seconds)
23:00
23:19:02 Quit massiveH (Quit: Leaving)

Previous day | Next day