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 2024-10-31

01:00
01:01:42 Join mendel_munkis [0] (~mendel_mu@2600:4041:5ac9:a100:b225:aaff:fe5e:10eb)
01:04:50 Quit munkis (Ping timeout: 248 seconds)
01:17:01 Join jacobk [0] (~quassel@utdpat242016.utdallas.edu)
01:22:48***Saving seen data "./dancer.seen"
01:39:12 Quit jacobk (Ping timeout: 276 seconds)
02:00
02:56:06 Quit advcomp2019_ (Ping timeout: 272 seconds)
03:00
03:18:26 Quit othello7 (Ping timeout: 255 seconds)
03:22:50***Saving seen data "./dancer.seen"
03:31:13 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
04:00
04:53:28 Join advcomp2019 [0] (~advcomp20@user/advcomp2019)
05:00
05:00:56 Quit Galois (Remote host closed the connection)
05:04:36 Quit jacobk (Ping timeout: 276 seconds)
05:05:52 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
05:17:36 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
05:22:51***Saving seen data "./dancer.seen"
05:29:21 Quit Galois (Remote host closed the connection)
05:29:45 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
07:00
07:22:52***Saving seen data "./dancer.seen"
08:00
08:08:40rb-bluebotBuild Server message: New build round started. Revision 85330eb5fe, 345 builds, 10 clients.
08:08:41rb-bluebotUpdate multiple translations: by Solomon Peachy
08:24:28rb-bluebotBuild Server message: Build round completed after 937 seconds.
08:24:29rb-bluebotBuild Server message: Revision 85330eb5fe result: 13 errors 0 warnings
08:24:36rb-bluebotBuild Server message: New build round started. Revision 65241f5a32, 345 builds, 10 clients.
08:24:36rb-bluebotMinor mechanical corrections to the Turkish translation by Solomon Peachy
08:36:24speachyso... the errors are because the b0hoon builders are missing SDL2
08:36:48rb-bluebotBuild Server message: Build round completed after 732 seconds.
08:36:49rb-bluebotBuild Server message: Revision 65241f5a32 result: 1 errors 0 warnings
08:36:57rb-bluebotBuild Server message: New build round started. Revision 825e406965, 345 builds, 10 clients.
08:36:57rb-bluebotconfigure: Parameterize the neame of the "sdl config" executable by Solomon Peachy
08:37:57speachyhmm, why are sdl2 builds being handed to the b0hoon builders, which don't claim to support it?
08:49:46rb-bluebotBuild Server message: Build round completed after 770 seconds.
08:49:48rb-bluebotBuild Server message: Revision 825e406965 result: 2 errors 0 warnings
08:52:48speachythere, I think that shoudl be fixed.
08:58:47 Quit speachy (Quit: WeeChat 4.4.2)
09:00
09:03:33 Join cockroach [0] (~blattodea@user/cockroach)
09:18:05 Join speachy [0] (~speachy@rockbox/developer/speachy)
09:18:05Mode"#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat)
09:22:55***Saving seen data "./dancer.seen"
09:39:12 Join JanC_ [0] (~janc@user/janc)
09:39:12 Quit JanC (Killed (tantalum.libera.chat (Nickname regained by services)))
09:39:12 Nick JanC_ is now known as JanC (~janc@user/janc)
10:00
10:32:57CH23in the past I tested battery life by having a single track on repeat, volume at full with headphones plugged in (with headphones that can handle that)
10:44:28 Join WebGuest89 [0] (~WebGuest8@63.224.144.210)
10:54:44speachythat's good for generating a battery curve, but a typical playlist is larger than can be buffered at once
10:55:45speachyso a single track on repeat probably won't hit the storage device after the initial load. Nothing wrong with that in a general sense, but if you're trying to measure power consumption of the storage device, it's not going to show any difference.
10:56:43speachy(or rather, it won't necessarily represent what you're trying to measure)
10:58:37speachywhen I went through all the effort to add dynamic reclocking to the X3, I'd moved the main PLL from 480MHz to between 180 and 600. (I think). Unfortunately the switchover introduced a faint click in the audio output, with effectively no benefit for the battery life (within a few % at best)
10:59:14speachyin other words, the power used by the CPU core was only a tiny portion of the overall power consumption during audio playback.
11:00
11:10:45 Quit Tonux (Ping timeout: 260 seconds)
11:15:56 Join Tonux [0] (~Tonux@193.32.127.240)
11:22:56***Saving seen data "./dancer.seen"
12:00
12:01:16_bilgus__and that is a lesson that seems to repeat across all targets...
12:17:51 Quit WebGuest89 (Ping timeout: 256 seconds)
12:19:42speachyI didnt' expect a lot, but I expected _something_ more than measurement noise.
12:19:58speachyin other news, I have in my hands a CAnon-branded 16 *MB* SD card.
12:20:38speachyI didnt' realize they ever made someting that small.
12:51:56rb-bluebotBuild Server message: New build round started. Revision e829ea9a5e, 345 builds, 10 clients.
12:51:57rb-bluebotata: Rework how flushing, sleeping, and power off interacts by Solomon Peachy
13:00
13:03:20rb-bluebotBuild Server message: Build round completed after 685 seconds.
13:03:22rb-bluebotBuild Server message: Revision e829ea9a5e result: All green
13:03:30rb-bluebotBuild Server message: New build round started. Revision b30f05badc, 345 builds, 10 clients.
13:03:30rb-bluebotRevert "plugin load / tagtree retrieval: eliminate storage_disk_is_active check" by Solomon Peachy
13:08:46cockroachspeachy: nice!
13:18:18rb-bluebotBuild Server message: Build round completed after 890 seconds.
13:18:20rb-bluebotBuild Server message: Revision b30f05badc result: All green
13:21:01 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:22:58***Saving seen data "./dancer.seen"
13:28:59speachyit looks like the power draw of this iflash-cf is under 50ma when idle.
13:29:54speachybacklight is about 30ma. flac takes about ~10ma extra to decode over mp3s.
13:30:01speachy~10ma less I mean
13:30:39speachylater I'll plug the microdrive in and see how it compares.
13:31:12speachy(mini2g, genuine iflash-cf, and an 8MB sandisk CF card I had lying around)
13:31:17speachy8GB, sorry.
13:43:33hactar|antlol
13:43:50hactar|anti have an actual 8mb cf card around here somewhere
13:44:07hactar|antthink it was the one that came with a camera in ~2001 or something
13:47:12 Quit cockroach (Quit: leaving)
13:49:09 Quit michaelni (Quit: Leaving)
13:49:29 Join michaelni [0] (~michael@41.66.67.220)
14:00
14:19:17 Join lebellium [0] (~lebellium@2a01cb0405d07f00ad4e4a455bcb272a.ipv6.abo.wanadoo.fr)
14:47:14 Quit jacobk (Ping timeout: 248 seconds)
14:47:54 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
15:00
15:23:01***Saving seen data "./dancer.seen"
16:00
16:38:48 Quit jacobk (Ping timeout: 276 seconds)
17:00
17:23:02***Saving seen data "./dancer.seen"
18:00
18:06:08 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
18:42:00 Quit jj5 (Ping timeout: 252 seconds)
18:55:33 Quit lebellium (Quit: Leaving)
19:00
19:23:04***Saving seen data "./dancer.seen"
19:57:38rb-bluebotBuild Server message: New build round started. Revision bf2a929f4e, 345 builds, 10 clients.
19:57:38rb-bluebotmain: Include the version string in "no partitions found" error by Solomon Peachy
20:00
20:08:40rb-bluebotBuild Server message: Build round completed after 662 seconds.
20:08:42rb-bluebotBuild Server message: Revision bf2a929f4e result: All green
20:26:46 Join massiveH [0] (~massiveH@108.50.181.86)
21:00
21:00:14 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
21:23:06***No seen item changed, no save performed.
21:44:42 Quit Moriar (Ping timeout: 272 seconds)
21:52:22rb-bluebotBuild Server message: New build round started. Revision 0a11b06d93, 345 builds, 10 clients.
21:52:22rb-bluebotata: Correct parsing of the logical sector size in the IDENTIFY DEVICE by Solomon Peachy
22:00
22:03:07rb-bluebotBuild Server message: Build round completed after 647 seconds.
22:03:09rb-bluebotBuild Server message: Revision 0a11b06d93 result: All green
22:22:00 Quit Natch (Ping timeout: 252 seconds)
22:43:28 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
23:00
23:23:09***Saving seen data "./dancer.seen"
23:26:30 Quit massiveH (Quit: Leaving)

Previous day | Next day