/srv/irclogs.ubuntu.com/2016/04/17/#ubuntu-uk.txt

zmoylan-pieven now they still have the irish teletext page numbers... but its not on waybackmachine as robots.txt stopped it... http://www.rte.ie/aertel/desktopxhtml/103-1.html00:02
ali1234that's... not teletext00:02
ali1234looks like red button00:02
zmoylan-pino but back when teletext was still in use. the pages looked identical to the teletext pages00:02
zmoylan-pinow it's more... digital service00:03
ali1234yeah00:03
zmoylan-pibut still the same page numbers00:03
popeyAbout ready to lob my new laptop out the window thanks to bug 152292200:03
lubotu3`bug 1522922 in xserver-xorg-video-intel (Ubuntu) "Screen flickering in Intel i915 driver" [High,Triaged] https://launchpad.net/bugs/152292200:03
ali1234digital launched without page numbers. everyone hated it00:03
ali1234so they brought back the numbers, but it still sucks00:03
zmoylan-pidrink enough coffee to make you phase at same speed as blink? :-P00:03
popeytried patching out the bits that people say broke it, and kernel failed to build :(00:04
zmoylan-piif you drop the screen res/colour depth does the flicker go away?00:04
sebsebsebwoo popey pretty much  lives on IRC even now :d00:05
daftykinspopey: that sounds like that skylake driver issues in older kernels, which ver you dealing with?00:05
popeyits not an older kernel issue00:05
daftykinsoh ok00:05
popeyit affects these chips if you drive it less than the full capability00:05
popeyso if it's capable of doing 4k external (e.g.) but has a 1080p you will see it00:05
daftykinsi read about flickering happening on skylake without this preliminary support param being added00:05
popeyas 1080p panel is less than capacity00:05
daftykinsyay Linux00:06
popeyIt is allegedly two patches, they have a new patch (two in fact) but those got rejected by Intel QA00:06
popeysome months ago00:06
popeyand it's just sat there unfixed since00:06
ali1234i can't remember the last time i had a problem with nvidia :P00:06
popeyand we ship this kernel on thursday00:06
penguin42popey: Then revert that pair?00:07
popeyas i said, i tried but kernel biuld failed00:07
popey<- not a kernel hacker :)00:07
penguin42popey: Oh, got the error? It's probably pretty easy to fix the build error00:07
ali1234git revert?00:07
popeyi have the two patch files and -R reverted them00:07
popeylemme try the build again, have rebooted since so lost scrollback00:08
ali1234did you commit the changes after?00:08
popeyno, I'm not using git00:08
penguin42oh00:08
ali1234did it even reverse apply clean?00:08
ali1234lol why not??00:08
popeyuh00:08
popeybecause i was building from the source that built the kernel I'm running00:09
ali1234building from the source deb?00:09
popeyyes00:09
ali1234ew00:09
popeyso i could shove it in a ppa00:09
ali1234i don't even know how to make that work00:09
popeyokay, I'll do this on my own, never mind.00:09
ali1234without modifying the source00:09
penguin42popey: Yeh throw us the errors you get, it looks like it should revert OK00:09
penguin42popey: Remember to patch -R them in the opposite order to that they were applied00:10
popeyok00:10
popeyta00:10
penguin42why are you running the internal LCD at not-it's normal-res ?00:10
popeyI'm not00:11
popeyI'm running it at 1080p, native res00:11
popeythe bug says if you run it less than the chipset capability00:11
popeyI mean, it's entirely possibly I'm seeing a different bug00:11
penguin42oh less than chipset capacity, I thought it was less than panel capacity00:11
popeywhich is why I want to test reverting these two patches to see00:11
popeybecause others reported it worked00:11
popeyhm00:12
popeyhttp://paste.ubuntu.com/15884141/00:12
penguin42oh, you've got a machine called gort too :-)00:13
popey:)00:13
penguin42popey: OK, without understanding anything about the actual hardware.....00:15
penguin42popey: You see that line where it says train_set_valid = true;   ?   try making that false.00:15
penguin42popey: and leave the rest as is00:16
popeyundo the patch revert?00:16
penguin42popey: Yeh, back to clean source00:16
popeyok00:16
popeyta00:16
penguin42popey: My theory goes that the whole thing is a cache and it only uses the cache if that flag is valid; so if it's never valid then perhaps it'll just do the old path00:16
penguin42popey: Or apply the patch in comment 3100:20
ali1234that's a really weird patch00:26
ali1234it doesn't actually introduce any new behaviour, it just sometimes avoids doing the old behaviour00:26
penguin42ali1234: What's so weird about that?00:28
penguin42ali1234: It's an optimisation to try and avoid doing that thing sometimes00:29
ali1234yes00:29
ali1234but00:29
ali1234it seems very long winded00:30
penguin42ali1234: I suspect there's a lot of ordering stuff about when you can avoid it and error recovery and stuff - which they've obviously not got right00:30
ali1234yeah that big bit with DRM_DEBUG_KMS00:31
ali1234it will always run if control reaches it00:31
ali1234i suspect that is the problem00:31
ali1234it tries to reuse the stuff, then always hits that bit of code and decides actually it can't reuse it00:31
ali1234that's the only bit that actually does anything00:32
ali1234but the logic of that is weird00:33
ali1234if (thing is valid) { thing is not actually valid};00:33
daftykinsi'd heard from somewhere that intel engineers are finding their own hardware a bit of a challenge even under Windows these days00:34
ali1234i would have explicitly set the flag to not valid, reversed the if, and then set the flag back if it was successfully made valid00:34
popeyThe intel video driver has been awful on linux for a long time now00:34
daftykinsmmm00:35
penguin42daftykins: The damn stuff is all getting very complicated - VGA was just nice and simple; this things having to do protocol negotiations with the LCD panel, and people care about really really low power and there's firmware blobs and who knows what00:35
daftykinsoh totally00:36
penguin42(That probably means there's firmware on the panel as well? That's a scary thought)00:36
daftykinswell VGA seems to be a constant hassle with EDID woes these days, judging from my time in #ubuntu giving support00:36
daftykins9 times out of 10, switching to a digital interface would at least let you see what was going wrong more clearly, if not just solve it immediately00:37
daftykinsthe fact it's still delving into xorg.conf after all these years though is such cringe00:37
penguin42yeh fighting X seems to have got more common again00:38
daftykinsa really gifted guy that comes in #ubuntu sometimes has an amazing setup of 5+ displays from a business line Dell laptop which he has an external graphics card connected into via expresscard00:38
daftykinsamazing amount of fiddling to get his display setup going :D00:39
penguin42oh heck, is that one display at each point of the pentacle to get that to work?00:40
ali1234hmm i think i see the problem00:40
ali1234here is the context: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/i915/intel_dp.c?h=v4.4#n373500:40
penguin42ali1234: That return is unusual00:42
ali1234immediately above that, intel_dp_reset_link_train was called00:42
ali1234then if the flag is marked as valid it is called again in the loop00:42
ali1234and then the return00:42
ali1234but presumably that doesn't happen if it didn't happen the first time00:43
ali1234then below it we have some "voltage_tries" stuff00:43
ali1234so that loop is designed to run a few times, maybe, before it works00:43
ali1234i suspect deleting lines 3724-3730 might actually be the correct fix00:45
ali1234maybe someone forgot to delete it00:45
ali1234or possibly only call it if (!intel_dp->train_set_valid)00:46
penguin42ali1234: I'm not sure - I don't understand how much it's trying; my reading is it's resetting that clock recovery stuff, if that comes up ok then it's done; only if that fails does it then go into the stuff where it tests the training set stuff?00:48
ali1234i read it like this00:49
ali1234before the patch: call intel_dp_reset_link_train, then make sure everything came up okay00:49
ali1234if not, call intel_dp_reset_link_train and loop00:50
ali1234up to 5 times00:50
ali1234so what's the point of the new bit of code?00:51
ali1234it only makes sense if they are trying to avoid the reset entirely00:51
ali1234in which case... the reset before the loop shouldn't happen00:51
penguin42ali1234: I'm not sure if it's one reset or a few; is the link training the same thing as the clock recovery?00:51
ali1234lines 3725, 3757, 377600:52
ali1234all the same call00:52
penguin42hmm true00:53
penguin42ali1234: Yeh except the 2nd patch in the series changes the intel_dp_reset_link_train00:54
ali1234i'm looking at the 4.4 flat code00:55
penguin42ali1234: It avoids reseting the data if the flag is true00:55
ali1234second patch?00:55
ali1234you mean the memset?00:55
penguin42yeh00:55
ali1234i dont think that is relevant00:56
ali1234also that's the first patch00:56
penguin42ali1234: so in both cases it wiggles the training stuff, but after these patches it starts the training stuff from the previously cached settings00:56
ali1234you can tell because it adds the bool, the second one just uses it00:56
penguin42yeh, but I'm nots ure it's bad to call that dp_reset_link_train00:57
ali1234does it actually look at the flag inside that function?00:57
penguin42if it's just writing the same data back00:57
penguin42yeh00:57
ali1234oh is that the function where the memset happens?00:57
ali1234i see00:57
penguin42ali1234: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/?id=4e96c97742f4201edf1b0f8e1b1b6b2ac6ff33e700:57
penguin42ali1234: See the first change in there00:57
ali1234yeah00:57
popeyHeh, i love just mentioning something in here and you guys having fun with understanding the code :)00:58
penguin42popey: *trying* understanding the code00:58
* penguin42 knows very little about eDP, the intel training stuff or any of that00:58
penguin42but I think most serial systems have training phases these days00:59
ali1234so...00:59
ali1234easiest way to revert this is to set the flag to false right before the line 372501:00
ali1234then it should behave exactly as before01:00
penguin42hence my suggestion before of just removing the thing that ever set it to true01:01
popey..still building01:01
ali1234yeah that should also work01:02
ali1234although... where does it get initialized the first time?01:02
penguin42popey: Still?01:02
penguin42popey: you're using -j   right?01:02
ali1234um01:06
ali1234train_set_valid is never initialized?01:06
penguin42hmmmm01:06
ali1234(possibly)01:06
ali1234so maybe it's just trying to use garbage?01:06
ali1234that would certainly explain the flickering01:06
penguin42that structure might be safely 0 initialised as a whole01:07
penguin42ali1234: I think it might be part of the intel_dig_port that they use kzalloc to allocate01:09
popeyit's only doing j2 i think01:10
ali1234comes from enc_to_intel_dp which is converting some other thing01:10
popeyoh, -j401:11
penguin42popey: My normal thing is 2x the number of cores I have01:11
penguin42popey: The big problem with distro configs is they enable *everything*01:11
penguin42popey: There are probably no users of USB lego mindstorm drivers on the same machine as fibre channel storage and 100Gbps infiniband connections01:12
penguin42probably01:12
popeyyeah, I'm trying to change as little as possible01:13
popeybecause in the past I have changed too much and knackered some other part of my daily workflow01:13
* penguin42 did about 15 kernel builds during the week trying to bisect down a screwup that was breaking something I was using; slowly got more annoyed removing random USB drivers and the like to speed it u01:15
penguin42p01:15
ali1234yeah, it's in intel_digital_port which is kzalloc'd01:16
popeyi wanted to try a really old kernel, turns out it didn't have the aes bit to decrypt my luks hdd01:16
penguin42really? Hasn't that stuff been there for ever?01:16
popeysure, but we switched to a new cypher01:17
popeyfrom ~4.x01:17
penguin42oh01:17
popeyso my default install can only be unlocked with a 4.x kernel01:17
popeywhich is a useful datapoint01:17
popeyheh, building modules for TV cards I will never own01:18
popeyI wonder how many of these drivers are in use by like one guy somewhere01:19
penguin42popey: Often the case some of this stuff is now none01:20
ali1234i know for a fact that some of those DVB drivers don't work any more01:20
popeywhat, kernel changed and they weren't updated?01:20
penguin42popey: I do have an unfortunate problem with one of my dads old laptops, the VGA/DRM driver for it was removed because someone noticed it was hopelessly insecure and no one wanted to spend the time to fix it; so the laptop is now using the generic drivers on 14.04 and is slow as hell01:21
ali1234i don't know why they don't work... they just don't01:21
penguin42popey: Welcome to bit rot01:21
popeyew01:21
popeyvesa01:21
penguin42yeh01:21
popeyooh, it's building zfs01:22
popeywhich is separate it seems01:23
popeychecking zfs license... CDDL01:23
popeyheh01:23
daftykinswhilst i'd be the first to say people should no longer be using them, those that insist on keeping using netbooks have basically got a non-workable system with a lot of modern stuff now because the intel driver seems to have regressed for GM965 since 12.0401:26
penguin42there's not that much choice on the low power x8601:26
popeyThe T43 I got given this week turned out to work quite well with Ubuntu MATE 16.04 :)01:27
popeyNot bad for a >10 year old computer01:27
daftykinsyeah anything but netbooks really01:28
daftykinsthat sounds like a possible core 2 duo?01:28
popeyi _think_ so01:28
daftykinssometimes i just think there are some folk who are enabling bad decisions too much in #ubuntu for claiming lubuntu will resurrect some of the museum pieces out there01:28
popeyPentium M 2.0GHz01:28
popeyWas hilarious getting the factory XP install on it01:29
daftykinsah the M01:29
daftykins:D01:29
popeywatching all the IBM nonsense self-install was fun01:29
penguin42popey: Did you have to pass the force PAE during the install?01:29
popeyno01:29
penguin42interesting; we had to do that for someone with a mate install the other week01:29
popeynot all pentium M' are equal?01:30
daftykinsi seem to recall the lubuntu installs had to be picked at some point as they came with a forcepae config as default or some such01:30
daftykinsyeah i think later ones may've changed something01:30
popeymaybe it's default yeah, dunno01:30
penguin42popey: Apparently not, and I don't really understand why - some of them have PAE, some of them don't; and apparently some of them have it but say they dont01:30
popeyit's a cracking little laptop01:30
popeyWe are a 5 Thinkpad household now01:30
popeythe T43 was apparently the last one made under IBM name01:31
popeyand has no windows key01:31
penguin42I tend to use my Model M keyboard that's similarly windows-key-less01:31
popeythere's a wiki page I found with a list of niche features people look for in thinkpads, with the list of models that fulfil the requirements01:31
daftykinsi use super too much to go without01:32
popeyI do find it odd that my T450 shipped with all the VT stuff switched off in the BIOS01:32
penguin42yeh this day and age01:34
daftykinsthat's pretty common across all manufacturers, i once read a claim that it's because 'malware could take over your host OS and turn it into a VM, inserting programs you couldn't see running'01:34
popeyahh01:34
daftykinsactually the gifted guy i mentioned earlier helped me patch the BIOS on a Sony TZ i have which doesn't have the VT option in its' BIOS and was disabled01:35
popeyspeaking of which, i should play with coreboot one day01:35
daftykinsquick edit after showing him a copy of the NVRAM i think for him to oonfirm the options position and hey presto - KVM got enabled :>01:35
popeynow i have machines that can use it01:35
penguin42yeh I've heard that idea of rootkitting like that (I can't remember the name someone came up with); I find it unlikely but hmm01:35
penguin42right, it's apparently now -0c out there; which is very annoying for mid April01:36
daftykins:O01:36
popeylots of LDing now01:37
popeyfeels close to the end01:37
popeymaybe not :)01:40
daftykinsi was surprised to see VT-d and VT-x were off on my new skylake build as default, too01:40
=== WillMoogle_ is now known as WillMoogle
popeybah, gonna leave it running and sleep01:48
popeythanks for the help chaps01:48
ballI remember sleep.01:48
penguin42yeh sleep sounds a good plan01:48
daftykinsand then they were gone01:53
balldaftykins: Any sign of your package yet?01:57
daftykinsnah still stuck in Germany i think on the last update, lets see if anything else has changed02:01
daftykinsi'm not sure how it'd make it here from there, probably via London02:02
daftykinsamazon reckon Wednesday!02:08
daftykinsstill, i think waiting is the best part of new things :)02:08
ballThat's why I still shoot on film. ;-)02:08
daftykinshehehe02:08
ballThat and I can't afford a Pentax K302:09
ball...and it's nice to have at least one hobby that's not computerised.02:09
daftykinsone of my clients is hugely into his cameras, constantly buying new models that once again rename the RAW file extension they use and needing yet another program to open them02:10
daftykinsoften has these quite fancy super compact Leica models with huge displays on the back02:10
ballSounds dismal. How do his prints look though?02:11
daftykinsfull size SLRs too, often goes on about all the ISO # stuff to me02:11
daftykinswell in the true modern style nothing ever gets printed :)02:11
ballI use Ilford 400 film. 400 is my ISO. ;-)02:11
daftykinsjust dumped to disk and maybe viewed on screen02:11
ballI suppose if you're taking photographs for Web sites or something that might be ok.02:14
ball...or to email to distant relatives.02:14
daftykinswhich way would be ok?02:14
daftykinsimages should never be emailed :)02:15
balldaftykins: Why's that?02:15
ballBecause they double in size when you attach them? ;-)02:15
daftykinswasn't designed for it, just bad netiquette as well02:16
balldaftykins: I understand but in practice very few people know or care.02:16
daftykinsoh yeah, they need some education :>02:16
ball...but you can email a link to a download.02:16
daftykinsit's quite funny seeing a client getting links to picasa from a guy that's managing his property refurbishment down in Spain right now02:17
daftykinsthe links aren't working :D02:17
daftykins"this one works for me" the guy says, he showed me it and i had to point out that well, of course it will if you're logged in as the owner... :D02:17
ballI've never used Picasa02:19
daftykinsi thought i'd read Google were shuttering it02:19
daftykinsyeah... they are02:19
daftykinsoh it's become the main Google Photos instead, ok02:20
ballAh, I've used that one.02:22
* ball thinks about buying a new hard disk drive02:23
daftykinsout of space?02:24
balldaftykins: No, I'm getting disk errors from the one I installed.03:25
ballIt /might/ be because the case wants it installed upside down or it might just be a crummy old disk drive.03:26
ballIf I buy a 2.5" SATA disk I can mount it the right way up.03:26
daftykinschecked the ol' SMART table with smartctl?03:26
ballYes. Let me check it again now.03:27
ballI get green lights all the way down and 0 reallocated sectors.03:27
ballTemp is +27C03:27
ballWrite error rate is 180503:28
ball...which is odd.03:28
ballpower-on hours 12,79803:28
ball...that's less than two years.03:29
ballPerhaps I just need new cables or it doesn't like being upside down.03:29
daftykinsnothing for current, pending or remapped sectors?03:30
ballCurrent pending sector 539.03:30
ballOffline uncorrectable 16003:30
daftykinsoh dear, she's toast03:30
ball0 remapped.03:30
daftykinsyip that one needs to go to the great electronic graveyard03:31
balldaftykins: Oh good. I'll wipe it and throw it away then.03:31
ballI have a 7200 RPM 2.5" 500G disk picked out.03:31
ballI suppose I could order that tomorrow.03:31
ballbrb03:31
daftykinsso small!03:31
balldaftykins: No real benefit to a 1.8" in this case ;-)03:32
daftykinshehe03:34
daftykinsi actually have been given a Sony VAIO TT21 by a client for decommissioning, it contains a 1.2" SSD03:34
ballIf I go with 2.5" Vs. 3.5", I can at least put the disk the right way up.03:34
daftykinsi can't argue with that, i feel weird mounting drives in odd positions - a lot of Dells i've put in for folk have them sideways o003:35
ballIt used to be that the manufacturers had approved orientations: upright or on one side but not upside down or on end.03:37
ball...I date back to MFM and RLL drives though so that may be old information.03:37
daftykinsmakes sense to me03:37
ballhello knightwise03:58
ballGoodnight everyone.04:17
=== funkyHat1 is now known as funkyHat
=== Chrisfu- is now known as Chrisfu
=== Matrixiumn is now known as Xack
brobostigonmorning boys and girls.08:41
=== xack is now known as Guest81809
=== Matrixiumn is now known as Xack
=== zmoylan-1i is now known as zmoylan-pi
=== m0nkey__ is now known as m0nkey_
ali1234!isitoutyet12:19
lubotu3`No, it's not out yet!12:19
popeypenguin42: that one line fix has stopped the flicker14:43
popeythank you14:43
MartijnVdSpopey: which fix?14:44
penguin42popey: Wahey!14:44
penguin42popey: I'm an expert voodoo programmer14:44
zmoylan-pi!isitcompiledyet14:45
popeyMartijnVdS: uh, train_set_valid = true; set to false14:50
popeyrebuilt kernel, installed no blanking flicker14:50
MartijnVdSpopey: ah :) For me the enable_fbc thing worked well enough (on last year's XPS 13 Developer edition)14:51
popeywhat kind of flickering were you getting14:52
popeyI have two separate issues14:52
popeyrandom black screen blanking periodically, fixed by above14:52
popeyrandom flickering in chrome/chromium14:52
penguin42popey: Is the flicker something just within the drawing area or the screen as a whole?14:53
zmoylan-pidoesn't chrome have hidden options to change how it handles video display?14:53
MartijnVdSI had random full screen flickers, sort of "out of sync" for a fraction of a second14:53
popeypenguin42: which one? :)14:53
penguin42popey: The chrome one14:53
popeyMartijnVdS: yeah, same here14:53
popeypenguin42: blocks of the screen14:53
MartijnVdSbut since 4.4/4.5 it's fine for me with default settings14:53
popeylike a tile here/there14:53
popeyMartijnVdS: tried 4.6, still broken here14:53
MartijnVdS(Debian testing)14:53
MartijnVdSpopey: which model do you have?14:53
popeyT45014:53
MartijnVdSAh not a Dell14:54
MartijnVdSThere are so many weird small issues with new Intel chips lately14:55
popeyyup14:55
penguin42MartijnVdS: popey needs to have a nipple to keep him happy14:55
popey:)14:55
MartijnVdSpenguin42: xD14:55
MartijnVdSI really love my XPS14:56
penguin42the t450 also has 3 real pad buttons as well I think which is a big plus14:58
MartijnVdSI just use 1/2/3 finger taps14:58
MartijnVdSAnd I've disabled the touch screen too because .. dirty screen14:58
penguin42the other day I saw someone using a touchscreen in a text editor surprisingly effectively15:00
awilkinsSo : now snappy is a part of Wily : what should I use it for? Currently still using apt for most things.16:25
awilkinsWell, everything AFAIA16:25
=== zmoylan-1i is now known as zmoylan-pi
=== funkyHat2 is now known as funkyHat
popeyali1234: did we find out what's new in the pi3?19:19
ali1234the pi zero? no19:19
popeyer, new pi zero19:19
popeyyeah19:19
ali1234two weeks19:19
ali1234new information: connectors won't move19:19
zmoylan-piunless you have a hammer...19:20
daftykinshrmm my favourite choice kornbluth seems to be having issues today19:55
diddledanhttps://twitter.com/swiftonsecurity/status/72178696879582003319:58
zmoylan-pistill part of the path then they laugh at you, then you win... :-)20:00
diddledanhttps://twitter.com/swiftonsecurity/status/72179015102681088020:01
daftykinsthat clip is so apt XD20:02
diddledanyou mean, git apply; ./configure; make; make install!20:03
daftykinswhat was it that xubuntu was doing for me on a laptop, something that really goes against the basic use of a portable machine20:03
zmoylan-piit worked? :-P20:03
daftykinsnope!20:03
diddledanit wasn’t hibernating?20:04
zmoylan-pisee i can't abide using suspend or hibernate.  for me a laptop is either on or off and nary another mode is tolerated... :-)20:04
daftykinszmoylan-pi: couldn't agree more, don't do all these silly power states20:06
diddledanwhat movie is this clip from? https://twitter.com/swiftonsecurity/status/72179110547429785720:06
zmoylan-piif it's suspend and it's in my bag there's a small chance the fan will come on and suck some dust or crap in my bag into the laptop. and hibernate just took forever when i tried it on windows and the few times on linux...20:06
daftykinsyou haven't owned an SSD yet have you? :)20:06
daftykinseither way it's not worth the disk writes20:07
daftykinsdiddledan: got the replacement Surface Pro 4 back, turned it on to find it had the 10240 Win10 build on - ugh, fully reinstalled and still suffers from battery drain when in sleep20:07
daftykinstotally useless devices until they properly fix that20:08
* zmoylan-pi misses my psions... now they did power right...20:08
zmoylan-pipress on, psion ready, press off psion goes asleep and waits20:09
zmoylan-pipalm worked as well...20:09
daftykinsquite liked my 3c :) got it as a kid wanting a laptop but having no money, though20:09
zmoylan-pithe reason i got the psion 3a was that i couldn't afford a laptop20:09
zmoylan-piand it fitted in my pocket20:10
zmoylan-piand had a decent battery life, keyboard, software, community...20:10
daftykinssolid state software!20:12
zmoylan-pios, apps, development in rom running multitasking in 512k used as ram AND storage20:12
daftykinsback later perhaps, if kornbluth sorts itself out :)20:21
diddledanI don't know what kornbluth is21:03
zmoylan-pia webservice of some kind?21:04
=== Chrisfu- is now known as Chrisfu
=== andyjones2001_ is now known as andyjones2001
diddledanhttp://www.geek.com/microsoft/microsoft-was-serious-about-linux-apps-running-natively-on-windows-10-1652205/23:17

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