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 2015-12-22

00:08:45 Quit krnlyng (Ping timeout: 276 seconds)
00:09:02 Join krnlyng [0] (~liar@77.117.106.34.wireless.dyn.drei.com)
00:13:28 Join krabador [0] (~krabador@unaffiliated/krabador)
00:15:43naleoSaint: Thank You! I worked out great
00:15:44naleohttp://www.datafilehost.com/d/f283b755
00:15:53 Quit naleo (Quit: Lost terminal)
00:20:24 Quit krabador (Read error: No route to host)
00:21:01 Join krabador [0] (~krabador@unaffiliated/krabador)
00:28:13 Join tchan1 [0] (~tchan@c-50-129-174-2.hsd1.il.comcast.net)
00:31:17 Quit shamus (Read error: Connection reset by peer)
00:32:03 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
00:37:12 Quit ender` (Quit: Life is what happens to you when you had other plans. -- John Lennon)
00:41:57 Quit tchan (Quit: WeeChat 1.2)
00:42:33 Quit alexweissman (Remote host closed the connection)
01:00
01:06:51 Quit pamaury (Ping timeout: 255 seconds)
01:07:57 Quit bertrik (Remote host closed the connection)
01:12:49 Quit tchan1 (Quit: WeeChat 1.2)
01:13:06 Quit Poodlemastah (Ping timeout: 246 seconds)
01:13:32 Join naleo [0] (~naleo@udp265221uds.hawaiiantel.net)
01:14:27naleoDo we know what broke USB support in the iPod Nano 2G builds, and is there anything that I could try to get it working
01:15:08 Join Poodlemastah [0] (~Poodlemas@109-124-181-219.customer.t3.se)
01:19:13 Join alexweissman [0] (~alexweiss@2601:152:4001:e8e7:15a2:8b0a:f56:3dbd)
01:20:48 Quit Moarc (Ping timeout: 255 seconds)
01:21:21 Join Moarc [0] (~chujko@2002:551c:8069:1:cc73:aeb8:2b17:990b)
01:22:01 Quit xorly (Ping timeout: 260 seconds)
01:24:49 Quit alexweissman (Remote host closed the connection)
01:32:55 Join alexweissman [0] (~alexweiss@c-73-201-115-99.hsd1.md.comcast.net)
01:32:59 Join CrashBash-Kun [0] (~CrashBash@unaffiliated/crashbash-kun)
01:34:01***Saving seen data "./dancer.seen"
01:37:58[Saint]naleo: No problem, I wasn't sure if you actually got any of my messages or not.
01:38:14[Saint]As you were quite clearly having some pretty bad connection difficulties.
01:38:44[Saint]Glad it worked out for you.
01:38:56 Quit Moarc (Ping timeout: 250 seconds)
01:39:21 Join Moarc [0] (~chujko@2002:551c:8069:1:cc73:aeb8:2b17:990b)
01:39:27[Saint]I wasn't sure which toolchain you wanted exactly, so I just dug up a package of all of them that I made earlier in the year.
01:40:12[Saint]If you wanted the toolchain for the YPR0/YPR1, for instance, there's pretty much absolutely no chance in Hell of compiling that toolchain yourself.
01:40:30[Saint]Even I have long since given up trying to compile it with a modern distribution.
01:40:33naleoThanks, I got it working, and it compiled just fine
01:40:48[Saint]I've been carrying around the pre-built YPRO toolchain for years because of it.
01:41:52[Saint]Also, no, I'm not entirely sure that anyone ever tracked down the authoritative cause of USB issues in Windows for Nano 2G users.
01:42:29[Saint]On linux, which is what the overwhelming majority of active developers past and present use, there is no issue with USB on Nano 2G at all.
01:43:21naleoreally, because on my linux machine, with the dev build I get the error
01:43:37naleoCannot find device with major:minor 8:16: No such device
01:43:50naleobut with the stable build, I get no such error
01:45:57[Saint]Hmmm. That is odd indeed. Works fine on my end.
01:46:26naleoHmm, maybe something is wrong with my install
01:47:10 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
01:50:31[Saint]If you wanted to do something practical in this regard, you could familiarize yourself with git bisect and find out where the issue presented itself in the source level.
01:51:12[Saint]The great thing about git bisect is that even if the known good and known bad builds span several thousand commits, it is only going to bubble down to around 6~8 builds total to find the offending commit.
01:51:40[Saint]Unless you're really unlucky and odds are against you, in which case it might take around 10 builds or so.
01:53:07naleoSo would I put on the dev builds going back until the issue resolved itself, and then go check the changes in the source code at that build time?
01:53:18[Saint]Basically, git bisect takes a known good version, and a known bad version, and makes a split right down the middle of the amount of commits in between both of them.
01:53:53[Saint]Then, depending on the results, you would flag that build as bad, and git bisect will continue the process, until by process of elimination, you have the offending commit.
01:54:16[Saint]see: https://git-scm.com/docs/git-bisect
01:55:50naleookay, I think I get it
01:55:52naleoThanks
01:57:33[Saint]No problem.
02:00
02:00:02[Saint]If you don't have ccache installed for whatever reason, now would be a really great time to do so.
02:00:18[Saint]ccache /reeeeeeeeeaaaaaaaally/ helps with build speeds.
02:00:25[Saint]Like, a lot.
02:00:42 Quit krabador (Quit: Sto andando via)
02:02:11 Quit prof_wolfff (Quit: Bye)
02:04:26naleocool, thanks
02:04:37naleoInsatlled now!
02:07:25[Saint]After the ccache DB is populated, you will see a fairly dramatic increase in build times.
02:07:44[Saint]Especially if you need to clobber the $OUT directory.
02:10:18naleowhat do you mean by clobber?
02:11:41[Saint]"make clean" or "make veryclean" or manually purging it by other means.
02:11:50naleogot it, cool
02:11:55[Saint]'deleting everything', basically.
02:12:45naleonow I know a new term!
02:17:00 Quit ZincAlloy (Quit: Leaving.)
02:31:55 Quit Aldem (Quit: Later)
02:41:23 Quit naleo (Quit: leaving)
02:41:30 Quit shamus (Ping timeout: 276 seconds)
02:42:10 Join naleo [0] (~naleo@udp265221uds.hawaiiantel.net)
02:42:33 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
02:49:06 Quit alexweissman (Remote host closed the connection)
02:51:08 Join alexweissman [0] (~alexweiss@2601:152:4001:e8e7:61f2:5856:d0d9:504a)
03:00
03:30:42 Quit dfkt (Quit: SIC GORGIAMVS ALLOS SVBJECTATOS NVNC.)
03:34:04***Saving seen data "./dancer.seen"
04:00
04:06:34 Join PurlingNayuki [0] (~Thunderbi@106.120.20.120)
04:12:16 Quit Moarc (Ping timeout: 255 seconds)
04:12:36 Join Moarc [0] (~chujko@2002:551c:8069:1:cc73:aeb8:2b17:990b)
04:19:14 Quit Moarc (Ping timeout: 240 seconds)
04:20:14 Join Moarc [0] (~chujko@a105.net128.okay.pl)
04:21:27 Join naleo_ [0] (48fdf3fe@gateway/web/freenode/ip.72.253.243.254)
04:26:02 Quit naleo_ (Ping timeout: 252 seconds)
04:39:02 Quit naleo (Changing host)
04:39:02 Join naleo [0] (~naleo@unaffiliated/naleo)
04:40:27 Quit naleo (Quit: leaving)
04:40:36 Join naleo [0] (~naleo@udp265221uds.hawaiiantel.net)
04:41:24 Quit naleo (Changing host)
04:41:24 Join naleo [0] (~naleo@unaffiliated/naleo)
04:41:30naleo.wc
04:41:34 Part naleo
04:41:44 Join naleo [0] (~naleo@unaffiliated/naleo)
04:43:31 Quit naleo (Client Quit)
04:45:36 Join naleo [0] (~naleo@unaffiliated/naleo)
05:00
05:34:07***Saving seen data "./dancer.seen"
05:44:19 Quit TheSeven (Ping timeout: 260 seconds)
05:45:01 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:13:05 Quit naleo (Ping timeout: 240 seconds)
06:58:13 Join naleo [0] (~naleo@unaffiliated/naleo)
07:00
07:27:58 Quit naleo (Remote host closed the connection)
07:34:08***Saving seen data "./dancer.seen"
07:41:36 Quit alexweissman (Remote host closed the connection)
07:51:21 Nick go2m is now known as goom (~go4m@66.25.153.174)
07:51:27 Quit goom (Quit: Leaving)
07:51:48 Join goom [0] (~go4m@cpe-66-25-153-174.satx.res.rr.com)
08:00
08:24:25 Join ender` [0] (krneki@foo.eternallybored.org)
08:25:49 Quit sparetire_ (Quit: sparetire_)
08:42:26 Join petur [0] (~petur@rockbox/developer/petur)
09:00
09:03:33 Join einhirn [0] (~Miranda@p5B0C5ACA.dip0.t-ipconnect.de)
09:08:03 Quit einhirn (Ping timeout: 245 seconds)
09:08:30 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:14:58 Join einhirn_ [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:18:31 Quit einhirn (Ping timeout: 256 seconds)
09:23:31 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
09:28:21 Quit pixelma (Remote host closed the connection)
09:28:21 Quit amiconn (Remote host closed the connection)
09:30:19 Join pixelma [0] (~pixelma@rockbox/staff/pixelma)
09:30:26 Join amiconn [0] (~amiconn@rockbox/developer/amiconn)
09:34:12***Saving seen data "./dancer.seen"
09:38:48 Quit CrashBash-Kun (Ping timeout: 276 seconds)
09:50:30 Quit xorly (Ping timeout: 276 seconds)
10:00
10:21:19 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:57:39 Quit petur (Read error: Connection reset by peer)
10:58:07 Join petur [0] (~petur@91.183.48.77)
10:58:07 Quit petur (Changing host)
10:58:07 Join petur [0] (~petur@rockbox/developer/petur)
11:00
11:11:21 Quit pamaury (Quit: No Ping reply in 180 seconds.)
11:12:29 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:34:15***Saving seen data "./dancer.seen"
11:42:11 Join alexweissman [0] (~alexweiss@2601:152:4001:e8e7:19e3:4940:24e6:868)
11:46:14 Quit alexweissman (Ping timeout: 240 seconds)
11:51:18 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
11:54:17 Quit JdGordon (Ping timeout: 250 seconds)
12:00
12:27:21 Quit einhirn_ (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
12:52:28 Quit pamaury (Ping timeout: 255 seconds)
13:00
13:06:40 Quit PurlingNayuki (Remote host closed the connection)
13:31:41 Quit goom (Quit: Leaving)
13:34:18***Saving seen data "./dancer.seen"
13:34:47 Join goom [0] (~go4m@cpe-66-25-153-174.satx.res.rr.com)
13:46:07 Join go2m [0] (~go4m@cpe-66-25-153-174.satx.res.rr.com)
13:48:02 Quit goom (Ping timeout: 265 seconds)
13:49:01 Join krabador [0] (~krabador@unaffiliated/krabador)
13:53:33 Join go3m [0] (~go4m@cpe-66-25-153-174.satx.res.rr.com)
13:56:17 Quit go3m (Read error: Connection reset by peer)
13:57:13 Quit go2m (Ping timeout: 245 seconds)
14:00
14:00:00 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
14:02:07 Quit JdGordon_ (Ping timeout: 250 seconds)
14:02:40 Join einhirn [0] (~Miranda@p5B0C5ACA.dip0.t-ipconnect.de)
14:05:02 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
14:07:22 Quit JdGordon (Ping timeout: 264 seconds)
14:15:39 Join ZincAlloy [0] (~Adium@pD9FB7C6F.dip0.t-ipconnect.de)
15:00
15:34:19***Saving seen data "./dancer.seen"
16:00
16:03:58 Join PurlingNayuki [0] (~Thunderbi@106.120.20.120)
16:04:29 Quit krnlyng (Ping timeout: 260 seconds)
16:08:53 Join alexweissman [0] (~alexweiss@c-73-201-115-99.hsd1.md.comcast.net)
16:18:01 Join krnlyng [0] (~liar@77.117.106.34)
16:32:31 Quit PurlingNayuki (Ping timeout: 255 seconds)
16:32:55 Join dfkt [0] (~dfkt@unaffiliated/dfkt)
16:52:33 Quit GeekShadow (Ping timeout: 260 seconds)
17:00
17:02:37 Quit APLU (Ping timeout: 272 seconds)
17:09:26 Join APLU [0] (~mulx@eva.aplu.fr)
17:14:17 Quit ZincAlloy (Quit: Leaving.)
17:19:30 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
17:22:30 Quit petur (Quit: Connection reset by beer)
17:29:04 Join ZincAlloy [0] (~Adium@pD9FB7C6F.dip0.t-ipconnect.de)
17:29:16 Part ZincAlloy
17:29:37 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
17:32:13 Quit JdGordon_ (Ping timeout: 245 seconds)
17:34:21***Saving seen data "./dancer.seen"
17:44:24 Join sparetire_ [0] (~sparetire@unaffiliated/sparetire)
18:00
18:01:31 Quit alexweissman (Remote host closed the connection)
18:06:38 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:12:28 Join alexweissman [0] (~alexweiss@c-73-201-115-99.hsd1.md.comcast.net)
18:29:51 Join PurlingNayuki [0] (~Thunderbi@106.120.20.120)
18:33:12 Join CrashBash-Kun [0] (~CrashBash@unaffiliated/crashbash-kun)
18:35:17 Quit krnlyng (Ping timeout: 272 seconds)
18:40:24jtdesigns01I just made a simple indeterminate progress bar in lua. tell me how dumb my implementation is.
18:40:28jtdesigns01http://pastebin.com/5fa5JpRj
18:40:55jtdesigns01(its hardcoded for a 240 width screen)
18:42:20foolshIf you wan to hear dumb it is, just wait until [Saint] wakes back up =]
18:42:56foolshbut seriously, I think you can read the lcd_width variable
18:43:48 Quit alexweissman (Remote host closed the connection)
18:48:46 Join alexweissman [0] (~alexweiss@2601:152:4001:e8e7:fc6c:3d0b:20b6:2e12)
19:00
19:03:09 Join Electricguy [0] (~quassel@213-64-42-168-no77.tbcn.telia.com)
19:06:21 Join krnlyng [0] (~liar@178.114.26.153.wireless.dyn.drei.com)
19:06:52 Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr)
19:28:45 Join naleo [0] (~naleo@unaffiliated/naleo)
19:28:56 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
19:31:32 Quit Smx (Excess Flood)
19:34:25***Saving seen data "./dancer.seen"
19:34:59 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-thwelxkvuyykxykt)
19:56:42 Quit jtdesigns01 (Remote host closed the connection)
19:56:54 Quit puckipedia (Ping timeout: 240 seconds)
19:57:52 Join jtdesigns01 [0] (~quassel@2601:400:8080:e25:230:bdff:fe71:cebd)
19:58:39 Join puckipedia [0] (~puck@irc.puckipedia.com)
20:00
20:02:21 Quit alexweissman (Remote host closed the connection)
20:06:47 Join alexweissman [0] (~alexweiss@2601:152:4001:e8e7:7df8:53a1:9420:ee05)
20:12:32 Quit Smx (Excess Flood)
20:16:29 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-ctyimdhmglrqutlu)
20:22:38 Quit PurlingNayuki (Ping timeout: 256 seconds)
20:27:18jtdesigns01foolsh: I expect [Saint] to yell t me for polluting rockbox with useless eyecandy
20:27:51jtdesigns01*at
20:28:44jtdesigns01and I expect franklin ( __builtin ) to tell me "nice try" and then give me a one-liner that does the same thing 214.54847254 % quicker.
20:28:56fs-bluebot_Gerrit review #214 at http://gerrit.rockbox.org/r/214 : skin_engine: rework the parser to be closer to the langauge grammar. by Jonathan Gordon
20:29:10foolshlol ^
21:00
21:23:16 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
21:34:28***Saving seen data "./dancer.seen"
21:37:49jtdesigns01now, new and improved with drop shadows!
21:37:51jtdesigns01http://pastebin.com/pPsDNx4Z
21:38:22jtdesigns01(written primarily with text_editor on my fuze+ BTW)
22:00
22:14:27 Join Aldem [0] (~Aldem@unaffiliated/aldem)
22:39:04 Quit krabador (Quit: Sto andando via)
22:41:53 Quit naleo (Ping timeout: 240 seconds)
22:42:08 Join krabador [0] (~krabador@unaffiliated/krabador)
22:44:58 Join naleo [0] (~naleo@unaffiliated/naleo)
23:00
23:02:53 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
23:06:23 Quit ender` (Quit: You this read wrong.)
23:17:33 Quit Electricguy (Ping timeout: 260 seconds)
23:23:16 Quit lebellium (Quit: ChatZilla 0.9.92 [Firefox 44.0/20151217102820])
23:34:32***Saving seen data "./dancer.seen"
23:35:45 Quit naleo (Ping timeout: 265 seconds)
23:39:42 Quit krabador (Quit: Sto andando via)
23:44:18 Join krabador [0] (~krabador@unaffiliated/krabador)
23:57:04 Quit ps-auxw (Ping timeout: 240 seconds)

Previous day | Next day