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 2017-09-29

00:06:29***Saving seen data "./dancer.seen"
00:09:20 Join cc___ [0] (~ac@home.rhizogen.es)
00:18:31__builtinIt almost seems like the more bugs I fix in quake, the more pop up
00:34:35 Quit LjL (Read error: Connection reset by peer)
00:36:16 Join LjL [0] (~ljl@unaffiliated/ljl)
00:57:19 Join LjL^ [0] (~ljl@unaffiliated/ljl)
00:59:17 Quit LjL^ (Client Quit)
01:00
01:00:02 Join LjL^ [0] (~ljl@unaffiliated/ljl)
01:00:08 Quit LjL^ (Remote host closed the connection)
01:00:18 Quit LjL (Quit: You can't break me, for I have no spine)
01:25:49 Join LjL [0] (~ljl@unaffiliated/ljl)
01:32:47 Quit LjL (Quit: You can't break me, for I have no spine)
01:33:37 Join LjL [0] (~ljl@unaffiliated/ljl)
02:00
02:06:32***Saving seen data "./dancer.seen"
02:25:38 Quit cc___ (Ping timeout: 240 seconds)
02:54:36 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-wbvgqciiwwhcywhg)
02:57:38 Quit mc2739 (Ping timeout: 240 seconds)
02:59:52 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
03:00
03:03:32 Quit Ruhan (Read error: Connection timed out)
03:04:02 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-voutmamlxrjccfgx)
03:11:59 Quit krabador (Quit: Leaving)
03:50:17__builtinjhMikeS: I came up with a really ugly hack for floating-point support in vuprintf()
03:52:43__builtinit essentially does snprintf(fmt_buf->buf, 24, "%d.%06d", (int)f, (int)((f - (int)f)*1e6));
03:53:17__builtinhorrendously bad, but it works for the most common cases
03:55:46jhMikeSthat's pretty nasty, I'll admit. why not translate to fixed point?
03:56:27jhMikeSI suppose that's what it amounts to
03:56:29__builtinfor negative values you could throw an ABS in there
03:57:08__builtinso more like snprintf(buf, 24, "%d.%06d", (int)f, ABS((int)((f - (int)f)*1e6)));
03:58:33jhMikeSseems like that should just go into a routine in the plugin
04:00
04:00:09*jhMikeS gets frustrated at inconsistent headers for things like INT_MAX
04:01:44jhMikeSyou have to include limits.h when building a sim but not a native target :\
04:02:30jhMikeSwhat sort of instructions are generated for doing (f - (int)f)?
04:03:26*__builtin takes a look
04:06:33***Saving seen data "./dancer.seen"
04:06:40__builtinit appears to be relying mostly on the compiler's helper routines
04:07:03__builtinhttps://pastebin.com/jzJ3GcJB
04:07:32__builtin(output of https://pastebin.com/bAEVeGjf at -O2)
04:10:38__builtinbut it's probably the cheapest and easiest way of doing float formatting
04:12:14jhMikeSnot really cheap since it's bringing loads of fp baggage into the core
04:17:14__builtinYeah, probably shouldn't go into core like that
04:20:35jhMikeSif everything uses ieee754 it's not much trouble just to support nnn.nnn and do it raw. it's not much more trouble just to have something split the number into sign, exponent and fraction parts for something else
04:50:04 Quit LjL (Ping timeout: 240 seconds)
04:59:30 Join LjL [0] (~ljl@unaffiliated/ljl)
05:00
05:05:48 Quit Bilgus (Ping timeout: 248 seconds)
05:13:04 Quit smoke_fumus (Read error: Connection reset by peer)
05:28:57 Join Bilgus [0] (~Bilgus@gateway/tor-sasl/bilgus)
05:34:58 Quit alexweissman (Remote host closed the connection)
05:43:07 Quit jhMikeS (Ping timeout: 240 seconds)
05:43:51 Quit fs-bluebot (Ping timeout: 260 seconds)
05:44:26 Quit bluebrother (Ping timeout: 252 seconds)
05:46:24 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
05:54:11 Quit Ruhan (Quit: Connection closed for inactivity)
05:57:33 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
05:58:43 Join fs-bluebot [0] (~fs-bluebo@port-92-196-67-22.dynamic.qsc.de)
06:00
06:05:54 Quit TheSeven (Ping timeout: 246 seconds)
06:06:34***Saving seen data "./dancer.seen"
06:06:53 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:40:43 Quit TheSeven (Ping timeout: 258 seconds)
06:41:18 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:44:31 Quit sielicki (Ping timeout: 260 seconds)
06:51:40 Quit dys (Ping timeout: 240 seconds)
07:00
07:34:03 Join JanC_ [0] (~janc@lugwv/member/JanC)
07:35:20 Quit JanC (Killed (sinisalo.freenode.net (Nickname regained by services)))
07:35:20 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC)
07:59:55 Quit alexweissman (Remote host closed the connection)
08:00
08:06:35***Saving seen data "./dancer.seen"
08:21:50 Join ender` [0] (krneki@foo.eternallybored.org)
08:24:46 Quit Bilgus (Remote host closed the connection)
08:25:11 Join Bilgus [0] (~Bilgus@gateway/tor-sasl/bilgus)
08:43:40 Quit JdGordon_ (Ping timeout: 240 seconds)
08:53:12 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
08:53:15 Join dys [0] (~dys@2003:5b:203b:100:6af7:28ff:fe06:801)
08:55:46 Quit _meg (Ping timeout: 260 seconds)
08:56:54 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
08:58:21 Join _meg [0] (~notsure@211.25.203.45)
09:00
09:41:50 Quit _meg (Ping timeout: 248 seconds)
09:42:25wodzpamaury: (log) I am slowly comming to the point I will need ability to repack ATJ upgrade file (aka reverse of what atjboottool does).
09:42:38 Join _meg [0] (~notsure@211.25.203.45)
09:58:14 Quit Bilgus (Remote host closed the connection)
09:58:40 Join Bilgus [0] (~Bilgus@gateway/tor-sasl/bilgus)
10:00
10:02:57 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
10:06:39***Saving seen data "./dancer.seen"
10:07:28 Quit alexweissman (Ping timeout: 248 seconds)
10:16:43 Join Strife1989 [0] (~quassel@adsl-98-80-182-122.mcn.bellsouth.net)
10:17:22 Quit Strife89 (Ping timeout: 255 seconds)
10:19:47 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
10:21:43wodzpamaury: hey
10:21:54pamaurywodz: I'll have a look
10:22:03wodzpamaury: thanks
10:22:15pamauryit's not obvious to me how to create the "reverse" of that
10:22:24wodzpamaury: I know
10:22:30pamauryand I don't know if the code I RE had the encryption part of not
10:22:41 Quit michaelni (Ping timeout: 260 seconds)
10:33:34pamaurywodz: looking at the code, I think tha cipher is almost symmetric but I'll need to play with it. Maybe it will be a good occasion to cleanup the code more as well
10:35:07 Join michaelni [0] (~michael@213-47-41-20.cable.dynamic.surfer.at)
11:00
11:16:47 Quit advcomp2019_ (Read error: Connection reset by peer)
11:17:20 Join advcomp2019 [0] (~advcomp20@65-131-163-113.sxct.qwest.net)
11:17:20 Quit advcomp2019 (Changing host)
11:17:20 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
11:28:40wodzpamaury: I have tons of things to fix/implement on ATJ but its good to think about install method beforehand
11:58:08 Quit sparetire (Ping timeout: 240 seconds)
11:58:31 Join sparetire [0] (~sparetire@unaffiliated/sparetire)
12:00
12:03:42 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
12:06:41***Saving seen data "./dancer.seen"
12:08:31 Quit n17ikh (Ping timeout: 248 seconds)
12:08:31 Quit alexweissman (Ping timeout: 255 seconds)
12:09:15 Join n17ikh [0] (~n17ikh@unaffiliated/n17ikh)
12:29:28 Join robertd1 [0] (~root@200.109.61.92)
12:32:32 Quit pamaury (Ping timeout: 248 seconds)
13:00
13:03:50 Quit TheLemonMan (Remote host closed the connection)
13:11:37 Join krabador [0] (~krabador@unaffiliated/krabador)
13:24:00 Quit [Saint] (Remote host closed the connection)
13:24:53 Join [Saint] [0] (~sinner@rockbox/staff/saint)
13:26:56 Quit [Saint] (Remote host closed the connection)
13:27:49 Join [Saint] [0] (~sinner@rockbox/staff/saint)
13:40:14 Join paulk-gagarine-s [0] (~paulk-gag@gagarine.paulk.fr)
13:41:20 Quit paulk-gagarine (Ping timeout: 248 seconds)
13:42:22 Quit KD2KIQ (Ping timeout: 252 seconds)
13:44:53 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
13:52:32 Quit [Saint] (Ping timeout: 248 seconds)
14:00
14:04:40 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
14:06:42***Saving seen data "./dancer.seen"
14:08:58 Quit alexweissman (Ping timeout: 246 seconds)
14:18:51 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
14:34:06 Join PurlingNayuki [0] (~Thunderbi@112.97.63.214)
14:41:11 Part robertd1
14:48:11 Quit Bilgus (Ping timeout: 248 seconds)
14:58:20 Quit krabador (Remote host closed the connection)
15:00
15:13:55 Quit dys (Ping timeout: 255 seconds)
15:23:58 Quit pamaury (Ping timeout: 258 seconds)
15:31:38 Join Bilgus [0] (~Bilgus@gateway/tor-sasl/bilgus)
15:41:36 Quit PurlingNayuki (Ping timeout: 258 seconds)
15:52:18 Join thomasjfox [0] (~thomasjfo@rockbox/developer/thomasjfox)
16:00
16:05:12 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
16:06:44***Saving seen data "./dancer.seen"
16:09:36 Quit alexweissman (Ping timeout: 248 seconds)
16:14:17 Join dys [0] (~dys@2003:5b:203b:100:6af7:28ff:fe06:801)
16:54:02 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:9493:89e:31ac:f09b)
16:57:06 Quit deevious (Quit: deevious)
17:00
17:04:32 Quit thomasjfox (Ping timeout: 248 seconds)
17:05:36 Join alexweissman [0] (~alexweiss@c-68-50-12-70.hsd1.in.comcast.net)
17:14:55 Join thomasjfox [0] (~thomasjfo@rockbox/developer/thomasjfox)
17:17:50 Quit thomasjfox (Remote host closed the connection)
17:18:15 Join thomasjfox [0] (~thomasjfo@rockbox/developer/thomasjfox)
17:21:24 Join johnb4 [0] (~johnb2@p5B3AFF1C.dip0.t-ipconnect.de)
17:27:31 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-iqqmntnqetcocjdk)
17:31:58 Join cc_2 [0] (~ac@nat-eduroam-cv.univ-avignon.fr)
17:32:02cc_2hi
17:32:28cc_2does the playback of .xm tracker files work for you ?
18:00
18:01:04 Quit cc_2 (Ping timeout: 248 seconds)
18:05:08 Quit _meg (Ping timeout: 240 seconds)
18:06:47***Saving seen data "./dancer.seen"
18:07:26 Join _meg [0] (~notsure@211.25.203.45)
18:15:13johnb4cc_2: do you have any sample file to try?
18:20:04 Quit _meg (Ping timeout: 240 seconds)
18:20:56 Join _meg [0] (~notsure@211.25.203.45)
18:24:38 Quit thomasjfox (Ping timeout: 240 seconds)
18:26:26 Quit dys (Ping timeout: 258 seconds)
18:33:43 Join lebellium [0] (~chatzilla@89-93-177-206.hfc.dyn.abo.bbox.fr)
18:39:04 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
19:00
19:06:22 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
19:08:38 Quit JdGordon (Ping timeout: 240 seconds)
19:13:02 Quit _meg (Ping timeout: 248 seconds)
19:15:42 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
19:16:09 Join _meg [0] (~notsure@211.25.203.45)
19:23:51 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz)
19:43:19 Quit johnb4 (Ping timeout: 240 seconds)
19:56:54 Quit JanC (Remote host closed the connection)
19:59:13 Join JanC [0] (~janc@lugwv/member/JanC)
20:00
20:06:05 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan)
20:06:49***Saving seen data "./dancer.seen"
20:42:39 Quit micah (Remote host closed the connection)
22:00
22:04:05 Quit ZincAlloy (Quit: Leaving.)
22:04:42 Join Strife89 [0] (~quassel@adsl-98-80-192-250.mcn.bellsouth.net)
22:06:50***Saving seen data "./dancer.seen"
22:07:59 Quit Strife1989 (Ping timeout: 258 seconds)
22:10:34 Join krabador [0] (~krabador@unaffiliated/krabador)
22:47:03 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
23:00
23:12:41*__builtin wonders if it's worth his time to implement grey support in sdl.rock
23:12:46__builtinprobably not...
23:32:12 Quit ender` (Quit: Hardware, n The part of the computer that you can kick.)

Previous day | Next day