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-04-23

00:51:32 Quit Galois (Remote host closed the connection)
01:00
01:35:46 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
01:36:51***Saving seen data "./dancer.seen"
01:48:28 Join advcomp2019__ [0] (~advcomp20@user/advcomp2019)
01:52:15 Quit advcomp2019_ (Ping timeout: 260 seconds)
03:00
03:08:40 Quit othello7 (Ping timeout: 252 seconds)
03:36:54***Saving seen data "./dancer.seen"
04:00
04:12:03 Quit advcomp2019__ (Read error: Connection reset by peer)
04:41:41 Quit berber_l517 (Quit: The Lounge - https://thelounge.chat)
05:00
05:03:59 Quit jacobk (Ping timeout: 260 seconds)
05:04:56 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
05:29:31 Join rnkn [0] (~rnkn@2400:a846:9931:0:dc65:94f2:f686:d22c)
05:36:56***Saving seen data "./dancer.seen"
05:58:41 Quit Bobathan_ (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
05:58:56 Join Bobathan_ [0] (~admin@syn-065-029-248-157.res.spectrum.com)
06:00
06:03:30 Join Bobathan- [0] (~admin@syn-065-029-248-157.res.spectrum.com)
06:03:56 Quit Bobathan_ (Ping timeout: 252 seconds)
06:30:58 Quit rnkn (Quit: Client closed)
06:38:21 Join alex9 [0] (~alex@87.239.249.242)
06:38:27 Nick alex9 is now known as seaweo (~alex@87.239.249.242)
06:52:06 Quit seaweo (Ping timeout: 240 seconds)
07:00
07:14:08 Join Shatech [0] (~Shatech@2600:1700:60e7:f810::41)
07:36:57***Saving seen data "./dancer.seen"
08:00
08:30:09 Join advcomp2019 [0] (~advcomp20@user/advcomp2019)
08:34:17 Join alex18 [0] (~alex@87.239.249.242)
08:43:42 Quit alex18 (Ping timeout: 240 seconds)
09:00
09:36:59***Saving seen data "./dancer.seen"
09:39:35 Join alex50 [0] (~alex@87.239.249.242)
09:39:53 Nick alex50 is now known as seaweo (~alex@87.239.249.242)
09:40:15 Quit paulk (Ping timeout: 252 seconds)
09:40:38 Join paulk [0] (~paulk@vpn-0-22.aquilenet.fr)
09:40:38 Quit paulk (Changing host)
09:40:38 Join paulk [0] (~paulk@about/aquilenet/user/paulk)
09:41:40 Quit amachronic (Ping timeout: 252 seconds)
09:43:53 Quit seaweo (Client Quit)
09:48:32 Join amachronic [0] (~amachroni@user/amachronic)
10:00
10:07:48Xogiumspeachy: small ping :) I thought about you when dealing with my website being under bot load this week. You might want to have a look at anubis, https://anubis.techaro.lol/docs/
10:08:29Xogiumanubis actually protects its own website from bot
10:08:29 Quit amachronic (Remote host closed the connection)
10:09:12Xogiumonly one poor person working on it, and their project suddenly has gone viral
10:10:01Xogiumthe load average on my server went straight from 10 to a bit above 1 the minute I set it up
10:34:09 Join amachronic [0] (~amachroni@user/amachronic)
10:45:49 Quit amachronic (Ping timeout: 268 seconds)
10:47:28 Join amachronic [0] (~amachroni@user/amachronic)
11:00
11:03:20 Quit amachronic (Quit: amachronic)
11:20:38 Join othello7 [0] (~Thunderbi@100.36.176.164)
11:22:53 Quit Shatech (Ping timeout: 245 seconds)
11:36:16_bilguswonder if we could/ if it would be worthwhile to do file sorting by a rule file I guess it'd just be a bunch of <, =, > with priority based on line position in descending order.
11:36:33_bilgushen we could do a different one per language
11:36:53speachyproblem is "user language" is not the same as "file language"
11:37:00***Saving seen data "./dancer.seen"
11:37:07speachys/file/filename/
11:37:24speachythat said, anything is possible with sufficient brute force.
11:37:37speachytoo bad utf8proc doesn't give us collation too.
11:37:43speachy(we get case folding though!)
11:40:26speachy(this filename language != user language problem is the main monkey wrench with my "voicing strings letter-by-letter" rework.
11:42:40_bilgusyeah thats an awful lot of nuance to handle all the languages properly
11:43:21_bilgusWe need a cunning linguist I tell you
11:45:36speachywe have no way of knowing what language any given string happens to be.
11:46:13speachy(though we can generally assume any ASCII one encounters, if it's not a letter in the user language, should be interpreted as english.
11:47:00speachymy idea is to just create a set of .talk files that map to each unicode code point in a given language's alphabet.
11:47:32 Join alex43 [0] (~alex@87.239.249.242)
11:47:41speachyI'd probably overlay the english alphabet (ie A-Z) onto that set.
11:48:20speachybut while that will get all menus etc spelled out properly, unicode means files can end up with $diety-knows-what letters
11:48:32speachy(files, song metadata, etc etc)
11:50:30speachyeven putting aside CJK (and emojis...) it's a cluster-f.
11:57:54_bilgusI don't think we should even bother with things that deep though I'd just fallback to voicing the codepoint
11:58:03_bilgusU-1356
12:00
12:00:09speachythat's what I was thinking too
12:11:20 Quit othello7 (Ping timeout: 252 seconds)
12:20:48 Quit jacobk (Ping timeout: 276 seconds)
12:34:46 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
12:42:26 Quit munkis (Ping timeout: 244 seconds)
12:43:06 Join munkis [0] (~mendel_mu@97-127-6-235.mpls.qwest.net)
13:00
13:37:04***Saving seen data "./dancer.seen"
13:42:16 Quit othello7 (Ping timeout: 252 seconds)
13:52:33 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:55:47 Join jacobk [0] (~quassel@utdpat241106.utdallas.edu)
13:56:32 Quit othello7 (Ping timeout: 244 seconds)
13:57:39 Join othello7 [0] (~Thunderbi@100.36.176.164)
13:59:38 Join lebellium [0] (~lebellium@2a01cb0405d03a004070cdf0d3f7e170.ipv6.abo.wanadoo.fr)
14:00
14:01:49 Quit munkis (Ping timeout: 260 seconds)
14:03:27 Quit othello7 (Quit: othello7)
14:12:18sporkdoes the of of any rockbox supported device use squashfs ?
14:16:15speachynope
14:17:07 Quit alex43 (Quit: Client closed)
14:17:29speachy(or at least, not that I know of. we generally ignore the hosted os and run everything from the sd card on those devices)
14:17:49sporki am trying to repack the hiby r1 firmware to run a modified agptek rocker bootloader
14:18:13speachythat's probably ubifs
14:18:33sporkit is not
14:18:54 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
14:19:08sporkrootfs.squashfs
14:19:13speachysquashfs is easy to work with; cmdline tools exist to pack and unpack 'em.
14:19:32sporkunpacking went fine, rebuilding looks fine but the r1 updater does not like it
14:19:49speachydid you do all unpacking/repacking as root?
14:20:00sporkyes, you suggested that before
14:20:03speachy(otherwise permissions/etc will likely be wrong)
14:20:15sporki think it might be the compression, trying lzo now
14:22:27sporki do not think you can get the parameters that were used for creating it from an existing squashfs file
14:24:17sporkit is a shame the i cannot get the ingenic usb boot tool to work
14:24:31speachyunsquashfs -s
14:24:55 Join alex40 [0] (~alex@87.239.249.242)
14:25:17 Quit alex40 (Client Quit)
14:26:29sporkdefaults, except for lzo
14:28:30sporkat least it is very friendly to restore
14:30:28 Join munkis [0] (~mendel_mu@97-127-7-68.mpls.qwest.net)
15:00
15:02:14 Join MINUANO [0] (~FCA@user/MINUANO)
15:02:31 Part MINUANO (Closing Window)
15:22:47 Join JanC_ [0] (~janc@user/janc)
15:22:47 Quit JanC (Killed (erbium.libera.chat (Nickname regained by services)))
15:22:47 Nick JanC_ is now known as JanC (~janc@user/janc)
15:33:01sporki got it panic
15:33:07sporkprogress
15:35:03sporkgot it to briefly show a garbled rockbox logo too
15:37:07***Saving seen data "./dancer.seen"
15:44:55CH23https://chat.revspace.nl/uploads/CH23/Uy_XoG8NsLy6ABUx.png theme not downloading; getting a http 500 error.
15:47:17CH23tried again, now it works
16:00
16:00:10speachyDB contention; the themesite is using sqlite. the site code should be clean to move to mysql (like the rest of the infra) but porting the database is a bit involved since sqlite is so primitive with typing.
16:09:39CH23i see
16:10:37CH23you mentioned some people were having issues on 4.0 op ipod6g right? can I test anything? i'm using the original screen, iflash quad.
16:13:05 Quit jacobk (Ping timeout: 248 seconds)
16:13:33speachyif you have LCD type 2 or 3, then there's a problem.
16:14:13CH23type 2
16:14:15 Join JanC_ [0] (~janc@user/janc)
16:14:15 Nick JanC is now known as Guest3211 (~janc@user/janc)
16:14:15 Nick JanC_ is now known as JanC (~janc@user/janc)
16:16:45 Quit Guest3211 (Ping timeout: 260 seconds)
16:26:37speachyCH23: FS #13596
16:26:39rb-bluebothttps://www.rockbox.org/tracker/task/13596 iPod Classic 6G crashes when Hold switch is engaged when screen is already off (bugs, unconfirmed)
16:27:16speachysee if you can recreate it with your type2 LCD, and we can go from there
16:29:58CH23yup, crashed.
16:38:36speachyuser890104 could use help tracking it down and fixing it properly.
16:46:24CH23aight, installing the latest build from the FS
16:48:54CH23user890104 with the latest build it does not crash
16:49:12CH23"rockbox-ipod6g-4.0-old-lcd-driver"
17:00
17:13:36 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
17:23:18user890104CH23: good to know, but debugging this remotely will be a pain
17:24:24CH23can i send you a DM, user890104?
17:24:40user890104sure
17:35:27 Quit lebellium (Quit: Leaving)
17:37:10***Saving seen data "./dancer.seen"
18:00
18:52:30 Join EpochNexus [0] (~EpochNexu@71-131-43-231.lightspeed.hstntx.sbcglobal.net)
18:56:38 Quit EpochNexus (Remote host closed the connection)
18:57:58 Join EpochNexus [0] (~EpochNexu@71-131-43-231.lightspeed.hstntx.sbcglobal.net)
18:58:06 Quit EpochNexus (Remote host closed the connection)
18:59:46 Join EpochNexus [0] (~EpochNexu@71-131-43-231.lightspeed.hstntx.sbcglobal.net)
19:00
19:04:28 Quit EpochNexus (Remote host closed the connection)
19:37:11***Saving seen data "./dancer.seen"
19:53:17 Quit Nyaa (Quit: Ping timeout (120 seconds))
19:53:30 Join Nyaa [0] (~Nyaaori@cyberia.club/meow/nyaaori)
20:00
20:03:55 Join massiveH [0] (~massiveH@108.50.181.86)
21:00
21:16:05 Quit baltazar (Ping timeout: 248 seconds)
21:18:07 Join baltazar [0] (~baltazar@user/baltazar)
21:34:09 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
21:37:13***Saving seen data "./dancer.seen"
22:00
22:09:21 Quit Bubblegumdrop (Ping timeout: 252 seconds)
22:10:25 Join Bubblegumdrop [0] (~znc@user/Bubblegumdrop)
22:23:10 Quit akaWolf (Read error: Connection reset by peer)
23:00
23:37:14***Saving seen data "./dancer.seen"
23:52:02 Quit massiveH (Quit: Leaving)

Previous day | Next day