IRC logs for #automotive for Thursday, 2017-07-20

*** msisov has joined #automotive00:02
*** jlrmagnus has quit IRC00:02
*** mdurnev has joined #automotive00:09
*** msisov has quit IRC00:17
*** msisov has joined #automotive00:32
furyhmm....how many lines of code are in AGL? :P00:38
mranostayfury: ah SLoC the ultimate useless metric :)00:39
furyhehe yeah I saw a tweet somebody bragging about how easy it is to count their lines of code, I was going to do a loc count on AGL and expect it to be like 50 million and include this photo :P http://hacks.mit.edu/Hacks/by_year/2008/sign_factory/IMG_4231.jpg00:42
mranostayfury: hmmm lines of code for a javascript app versus a kernel driver :)00:43
mranostaycould spend a month writing 200 lines of code.. or pop out 10k javascript lines :)00:44
furyshe is awesome at command line tips, has an army of followers, and unlike me she is making something :P so almost don't want to say anything for fear of reprisal, but also don't want anyone to get the idea that loc is anything more than trivia00:45
*** msisov has quit IRC00:46
furyi think she's making her first app or something, and journaling everything along the way... reminds me of me when i was young and energetic, i even wrote in the second version of my game a self-line counting tool :P the bottom of the game page always said "25,000some lines of code" or whatever00:47
mranostayfury: heh those road signs are rarely locked... *ahem*00:47
mranostayfury: default password or written in sharpie under the unit :)00:48
fury:D00:48
mranostayah to be a teenager again :)00:49
furyso...which board should I get next? :P00:53
furyhave to return the minnowboards00:54
*** msisov has joined #automotive01:01
*** msisov has quit IRC01:14
*** jeremiah has quit IRC01:27
*** msisov has joined #automotive01:29
smurrayfury: kind of depends on your target usecase, I guess01:31
*** msisov has quit IRC01:37
*** jeremiah has joined #automotive01:50
*** msisov has joined #automotive01:53
*** msisov has quit IRC02:06
*** mkelly has joined #automotive02:15
*** msisov has joined #automotive02:21
*** mdurnev has quit IRC02:29
*** msisov has quit IRC02:30
*** mkelly has quit IRC02:40
*** msisov has joined #automotive02:45
*** msisov has quit IRC02:54
*** mdurnev has joined #automotive03:09
*** msisov has joined #automotive03:10
*** jeremiah has quit IRC03:21
*** msisov has quit IRC03:21
*** msisov has joined #automotive03:37
*** AlisonChaiken has joined #automotive03:46
*** msisov has quit IRC03:51
*** msisov has joined #automotive04:06
*** msisov has quit IRC04:15
*** msisov has joined #automotive04:30
*** jlrmagnus has joined #automotive04:39
*** msisov has quit IRC04:41
*** msisov has joined #automotive04:57
*** msisov has quit IRC05:09
mranostayfury: Threadripper? :)05:17
mranostaydoubles as a heater in the winter :)05:17
*** msisov has joined #automotive05:24
*** msisov has quit IRC05:33
*** msisov has joined #automotive05:48
*** msisov has quit IRC06:01
*** jlrmagnus has quit IRC06:05
*** leon has joined #automotive06:08
*** leon is now known as Guest7564706:08
*** Guest75647 is now known as leon-anavi06:10
leon-anavimorngin06:10
leon-anavimorning :)06:10
mranostayleon-anavi: oh noes the veggies have affected your typing!06:14
*** msisov has joined #automotive06:15
leon-anavihi mranostay06:17
*** jobol has joined #automotive06:18
*** leon-anavi has quit IRC06:23
*** leon-anavi has joined #automotive06:24
*** msisov has quit IRC06:28
*** weston has joined #automotive06:30
*** msisov has joined #automotive06:43
*** Vamsi has joined #automotive06:55
*** msisov has quit IRC06:57
*** claneys has joined #automotive07:06
*** msisov has joined #automotive07:13
*** rajm has joined #automotive07:20
*** msisov has quit IRC07:24
*** [AD]Turbo has joined #automotive07:25
*** toscalix has joined #automotive07:25
[AD]Turbociao all07:25
*** bruce has joined #automotive07:36
*** bruce is now known as Guest4737707:36
*** msisov has joined #automotive07:41
*** msisov has quit IRC07:52
*** kbroulik has joined #automotive07:53
*** weston has quit IRC07:55
*** rdale has joined #automotive07:58
*** msisov has joined #automotive08:07
*** msisov has quit IRC08:17
*** msisov has joined #automotive08:33
*** jacobo has joined #automotive08:35
*** msisov has quit IRC08:44
*** msisov has joined #automotive09:00
*** fredw has joined #automotive09:05
*** kooltux_ has joined #automotive09:34
*** toscalix has quit IRC09:59
*** bjornw has joined #automotive10:02
*** jacobo has quit IRC10:03
*** jacobo has joined #automotive10:06
*** zeenix has joined #automotive10:17
*** fredw has quit IRC10:59
*** leon-anavi has quit IRC12:07
furyI started a thing to count lines of code in my AGL build directory. That was 12 hours ago. It's up to 2 million files and still isn't done. My god, what have I done?12:38
*** fredw has joined #automotive12:39
CTtpollardthe yocto build dir? brave....12:41
* mdp waits for a Sagan-esque proclamation.12:42
furyyuuuuuup12:42
furykinda curious to see this through to the end but I need to end this SSH session and disconnect from the VPN and head to the office...12:43
furydon't wanna throw away 12 hours of SSD thrashing and CPU cycles tho12:43
smurrayno screen session?12:44
furyNope12:44
furyFrom what I just googled, I guess I can ctrl+z, bg, disown, but then how do I attach a different thing to it that'll keep it running and capture stdout?12:46
*** mdurnev has quit IRC12:47
furyClose call...cat decided he'd step up to the keyboard and try a few commands12:48
smurrayI believe that bg, then disown won't be enough, it'll still die when the terminal goes away12:50
smurrayit'll get a write error the first time it tries to use stdin/stdout/stderr12:50
furywell, I lost connection anyway before I could figure out what to do. Oh well :D12:51
mdpbyobu ftw12:52
dl9pfonly screen or tmux work well ... things like 'retty' did never really work here12:56
smurrayheh, I find byobu too fancy, screen all the way12:57
furyI haven't used screen or anything like that much myself (once recently to test a serial port on porter, when it didn't have picocom). 15 years ago, or so, I was seeking help with my server config, someone offered, they told me to do some screen command so I could watch what they were doing, it was so neat. They were so fast I could hardly keep up13:00
*** jeremiah has joined #automotive13:01
*** bjornw has quit IRC13:02
dl9pfmdp: nice ... i like the F-keys13:02
mdpsmurray: I'm a fancy sorta guy ;) er, nm13:04
mdpsmurray: you are old and reject change..ref: ifconfig/ip :P13:05
furyI still haven't figured that out. I keep using ifconfig :P13:06
dl9pflol13:07
smurraymdp: I worked out that the minimum typing is "ip a s dev foo", which is still more than "ifconfig foo" by 2 chars ;)13:07
mdpsmurray: but but..consistent interface to bridging..win!13:07
mdpsmurray: because you need to do bridging config a lot ;)13:08
mdpsmurray: you need to fix that in an obligatory 'ipng', of course.13:09
mdpwhich just cost us 2 characters :(13:09
dl9pfsmurray: any luck finding the magic patch between 230 and 232 ?13:15
smurraydl9pf: sorry, haven't had a chance to look yet, will try to make time in the next day13:16
claneysdl9pf, hello. I just updated review about low-can for DAB. Got some issues to reproduce the build environment but it should be better now13:17
dl9pfbuild env is pure sdk of latest snapshot builds13:18
dl9pflets see13:18
claneysyep, i figure it out13:18
claneysand test against same sdk then13:18
claneysfailed again crap13:20
*** fredw1 has joined #automotive13:37
*** fredw has quit IRC13:40
*** fredw1 is now known as fredw13:40
*** AlisonChaiken has quit IRC14:00
*** toscalix has joined #automotive14:39
*** mkelly has joined #automotive14:46
*** jeremiah has quit IRC14:57
*** zeenix has quit IRC15:03
*** jeremiah has joined #automotive15:12
*** [AD]Turbo has quit IRC15:17
*** AlisonChaiken has joined #automotive15:23
*** Guest47377 has quit IRC15:23
*** bruce has joined #automotive15:24
*** bruce is now known as Guest5095615:24
*** jobol has quit IRC15:32
mranostaysmurray: how many patches are in the bisect between 230 and 232?15:35
*** rajm has quit IRC15:49
*** jlrmagnus has joined #automotive15:59
*** toscalix has quit IRC16:02
*** CTtpollard has quit IRC16:03
*** kbroulik has quit IRC16:12
*** joone has quit IRC16:18
*** joone has joined #automotive16:21
*** ZenEntropy has joined #automotive16:32
*** treitter has quit IRC16:32
*** ZenEntropy has quit IRC16:34
*** Roenie has joined #automotive16:52
*** Roenie has left #automotive16:53
*** jlrmagnus has quit IRC17:21
*** willdye has joined #automotive17:31
*** claneys has quit IRC17:31
*** jobol has joined #automotive17:32
*** rdale has quit IRC17:45
*** jacobo has quit IRC17:48
*** martinkelly has quit IRC18:03
*** mkelly has quit IRC18:04
*** martinkelly has joined #automotive18:04
*** fredw has quit IRC18:22
*** fredw has joined #automotive18:50
*** caiortp has joined #automotive18:52
*** fredw has quit IRC19:14
*** msisov has quit IRC19:30
fury40.8 million lines, in case anyone was wondering20:07
furyabout 15 million of which are blank or comments20:08
furytook about twice as long to count (100 minutes) as it takes to compile :P20:11
furyoh. 40.8 million lines of code in addition to the 15 million blank+comments20:14
fury27m lines are c/c++ source/headers20:15
*** praneeth has joined #automotive20:16
mranostayfury:   i can submit a few patches with millions of // SLoC PADDING!  lines if you want :)20:21
*** willdye has quit IRC21:25
furyCode-Review-1 needs moar lines21:38
*** claneys has joined #automotive21:46
*** jobol has quit IRC22:15
*** martinkelly has quit IRC22:36
*** jlrmagnus has joined #automotive23:02
*** claneys has quit IRC23:02
*** kooltux_ has quit IRC23:08

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!