/srv/irclogs.ubuntu.com/2016/10/10/#ubuntu-us-fl.txt

floridagram13<KMyers> @All - http://www.oreilly.com/programming/free/00:24
floridagram13<ahoneybun> @KMyers how would I parse this: http://api.openweathermap.org/data/2.5/forecast?q=32055&appid=753a953085551461ddf5555c772c06c200:25
floridagram13<ahoneybun> I want to figure out how to call each one00:25
floridagram13<KMyers> It looks like standard JSON, parsing it would depend on the language you are using to write your code.00:30
floridagram13<AdamOutler> @ahoneybun if you have a way to load it into JavaScript, it's really easy.  You need to pick a language to parse it, like Kieth said.00:49
floridagram13<ahoneybun> QML00:49
floridagram13<AdamOutler> Qml is a markup language that's the UI portion.  You need to load it into C or something.00:50
floridagram13<ahoneybun> this is what I have just for current weather: http://pastebin.ubuntu.com/23301101/00:51
floridagram13<ahoneybun> but for the forecast I need to find out how to parse it with C++ I guess..00:51
floridagram13<AdamOutler> That appears to be JavaScript01:12
floridagram13<AdamOutler> That looks like it's parsing.  Now you need to display.01:12
floridagram13<ahoneybun> Well display that is fine01:13
floridagram13<ahoneybun> But when it's all those lines its impossible01:13
floridagram13<AdamOutler> For JSON you drill down through it.01:14
floridagram13<AdamOutler> You know the structure?01:14
floridagram13<AdamOutler> {item:value}01:16
floridagram13<AdamOutler> {items:[value1, value2]}01:16
floridagram13<AdamOutler> You drill through the items and get your value.  Sometimes a value can be a sub-item.01:17
floridagram13<ahoneybun> Mm kinda01:21
=== meetingology` is now known as meetingology
floridagram13<KMyers> Leaked Image of HTCs new SmartWatch with Verizon LTE14:07
floridagram13<govatent> Needs Verizon branding on software as well. Maybe change the home icon14:14
floridagram13<ahoneybun> See something wrong?14:18
floridagram13<KMyers> You are roaming on AT&T14:18
floridagram13<ahoneybun> That's weird14:19
floridagram13<ahoneybun> The heck I rebooted and back on it14:19
floridagram13<KMyers> Try ejecting the SIM card and putting it back in14:20
floridagram13<ahoneybun> Yea works for now14:27
floridagram13<KMyers> Samsung Watch Leak is next @govatent14:29
floridagram13<KMyers> Here is a sneak peek that I will be posting in a sec14:29
floridagram13<govatent> Lmao14:39
floridagram13<govatent> My phone was roaming recently too during the storm14:40
floridagram13<AdamOutler> @KMyers, Hahhahahah14:40
floridagram13<KMyers> Hm, wondering if it rolled over due to AT&T if a tower went down14:40
floridagram13<ahoneybun> So it'd not my ron14:41
floridagram13<ahoneybun> ROM14:41
floridagram13<KMyers> In your case @ahoneybun - \_(ツ)_/¯14:42
floridagram13<ahoneybun> Well Alan was on it too18:21
floridagram13<ahoneybun> I'm back in it again18:21
floridagram13<ahoneybun> Finally back on LTE18:21
floridagram13<ahoneybun> Yay19:33
floridagram13<KMyers> Nice19:34
floridagram13<ahoneybun> And I'm going to SeaGL19:36
floridagram13<KMyers> I am sorry to hear that19:36
floridagram13<KMyers> When is it?19:36
floridagram13<ahoneybun> Nov 11 and 1219:37
floridagram13<ahoneybun> on wait19:37
floridagram13<ahoneybun> @KMyers could you do the Coffeehaus meetup for me19:37
floridagram13<ahoneybun> I'd hate to move it back again19:37
floridagram13<KMyers> @ahoneybun, Sure19:39
floridagram13<ahoneybun> I have no problem getting you to a place with coffee XD19:40
DammitJimdo I need to worry about this? WARNING: Security updates for your current Hardware Enablement Stack19:50
DammitJimended on 2016-08-04:19:50
DammitJimall my servers are VMs 19:50
floridagram13<KMyers> Are you running 12.04?19:51
DammitJim14.0419:51
DammitJimLTS19:51
floridagram13<KMyers> Sorry, meant to say 14.0419:51
floridagram13<KMyers> https://ubuntuforums.org/showthread.php?t=233437119:51
floridagram13<KMyers> AKA - You will still receive software updates/security updates but kernel updates and driver updates will no longer come in. It should not be a huge deal if your system us running fine. You can still install packages manually via dpkg if needed19:53
floridagram13<KMyers> But it is best to move onto 16.04 if possible19:54
floridagram13<KMyers> I understand how it can be probelmatic on servers19:54
floridagram13<ahoneybun> I think 5 years is a bit long19:54
floridagram13<ahoneybun> maybe 2 normal releases till the next LTS comes19:54
floridagram13<ahoneybun> or something19:54
DammitJimyeah, mine are all servers19:55
DammitJimand it takes FOREVER to upgrade them... noone knows what is running on them to be able to test them properly19:55
DammitJimhow do I disable that message?19:55
floridagram13<KMyers> 5 years is long for a desktop but not for servers as updates can break things - which can cost money if it is a critical system19:55
floridagram13<KMyers> sudo apt-get remove $(hwe-support-status --show-all-unsupported)19:56
floridagram13<KMyers> should disable it, just test it on a test server before running it on production19:56
DammitJimI wonder what installed it to begin with19:58
floridagram13<KMyers> I believe it is in the Ubuntu core image19:58
DammitJimso, what did I just remove?19:59
DammitJimwith that command?19:59
floridagram13<KMyers> The HWE Stack19:59
floridagram13<KMyers> https://wiki.ubuntu.com/1404_HWE_EOL20:00
DammitJimnow I no longer have an initrd.img-3.16.0-77-generic in /boot20:00
floridagram13<KMyers> What do you have in /boot20:00
DammitJimgrub  lost+found  memtest86+.bin  memtest86+.elf  memtest86+_multiboot.bin20:01
floridagram13<KMyers> Do an apt-get install linux-generic20:02
DammitJimok... it's bringing back some stuff, I think?20:02
floridagram13<KMyers> Let me know what is in /boot after20:03
DammitJimweird... it pulled down 3.13.0-9820:03
DammitJimthis server had 3.16.0-7720:03
floridagram13<KMyers> Try running sudo apt-get install linux-image-3.16.0-77-generic20:04
DammitJimok, now I have both20:05
floridagram13<KMyers> run a sudo update-initramfs -u20:06
floridagram13<KMyers> And finally a dpkg --list | grep linux-image20:06
DammitJimyup20:06
DammitJima bunch of generic,  linux-images20:06
floridagram13<KMyers> Ok, cross your fingers and do a reboot20:07
DammitJimlol20:07
DammitJimI have a snapshot20:07
floridagram13<KMyers> Smart man20:07
DammitJimwhat suppresses that message?20:08
DammitJimI didn't get it this time about upgrading and hwe20:08
floridagram13<KMyers> This is removing the package that is creating the message20:08
DammitJimbut I'll need to come back and re-install the other generic image?20:09
floridagram13<KMyers> If this works, yes20:09
floridagram13<KMyers> Unless you find it easier to simply ignore the message20:09
DammitJimI just don't want anyone else to see it20:10
DammitJimI'm recording it on a ticket20:10
DammitJimbut I don't want too many people asking questions20:10
floridagram13<KMyers> Not sure if there is an easier way20:14
DammitJimthanks20:19
floridagram13<ahoneybun> Got our tickets for Horror night20:24
floridagram13<KMyers> All websites I am on already have a unique (random) password, I am going overkill by also giving each website I am on a unique e-mail address as well20:27
floridagram13<KMyers> Over 55 websites done20:27
maxolase1squadKMyers, that's something I've been wanting to do for a while now.21:22
maxolase1squadI've got most of my stuff with long random password using KeePass, but too much is still heterogeneous.21:23
floridagram13<AdamOutler> I keep meaning to do that.  I have a wildcard redirect from *@adamoutler.com to adamoutler@gmail.com.   I like to tell people my E-mail is gmail@adamoutler.com21:27
floridagram13<KMyers> I am designing a service to manage unique email forwarders21:27
floridagram13<AdamOutler> How does it work?21:28
floridagram13<KMyers> @AdamOutler, It is a simple web service that randomly spots out semi-random email addresses and forwards it to the main email address on file21:31
floridagram13<AdamOutler> Amazon.com: Samsung Electronics DP700C6A-X01US ArtPC Pulse Premium Desktop, Intel i5, 256GB SSD, Harmon Kardon 360 Speaker: Computers & Accessories … https://www.amazon.com/gp/product/B01LZSFEJ3/21:31
floridagram13<AdamOutler> Samsung isn't even trying to disguise their bombs now. https://www.amazon.com/gp/product/B01LZSFEJ3/21:32
floridagram13<ahoneybun> XD21:39
floridagram13<Ivoriesablaze> And my freaking car overheated again21:43
floridagram13<Ivoriesablaze> Fml21:43
floridagram13<KMyers> @Ivoriesablaze, Ouch, do you know what is causing it?22:30
floridagram13<Ivoriesablaze> Leaky hose22:58

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