[02:04:37] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [02:04:38] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [06:49:10] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [06:49:12] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [08:04:38] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [08:04:38] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [08:53:53] *** Quits: x56 (~0x56@sillytitties.com) (Read error: Operation timed out) [08:54:07] *** Joins: x56 (~0x56@sillytitties.com) [08:54:30] *** x56 is now known as Guest72440 [08:55:41] *** Quits: Guest72440 (~0x56@sillytitties.com) (Remote host closed the connection) [08:56:03] *** Joins: x76 (~0x56@sillytitties.com) [12:07:10] *** Joins: benedikt93 (~benedikt9@unaffiliated/benedikt93) [12:21:12] *** Quits: benedikt93 (~benedikt9@unaffiliated/benedikt93) (Quit: Bye ;)) [14:04:37] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [14:04:37] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [17:05:24] * user890104 feels guilty for using "goto" in his C app [17:41:26] *** Joins: liar (~liar@83.175.90.24) [17:58:46] it actually makes sense in some rare cases [18:14:55] TheSeven: yes, for example exiting nested loops (iterating over devices/interfaces/configs etc. while looking for the correct interface) [19:50:42] *** x76 is now known as x56 [20:04:39] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [20:04:39] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Read error: Connection reset by peer) [22:56:52] TheSeven: why does libemcore read i2c data using separate commands for every byte? emcore seems to support reading more than one byte at once (writing sends them at once though) [22:57:29] I think that was a quick hack because some I2C device (PMU?) didn't like multi byte reads for some reason [22:58:11] ah, i see. so i shouldn't use multibyte i2c reads in libemcore.c then? [22:59:12] no idea... who uses that feature anyway? [23:01:14] well, i'm rewriting the client library in C to improve my experience, and to make emCOREFS work again (which also improves my C experience) :)