[00:13] Havenstance_: yes, looks like it. [00:13] jrwren, that was a virtual machine running it. I just shut it off. [00:14] Havenstance_: bummer that you had to reboot. I went from 4TB to 12TB (adding 2 - 4TB drives) without a reboot [00:15] jrwren, I rebooted cuz the mobo was too old to support hot swap :) [00:15] at home I use a bunch of old stuff that i've thrown together [00:25] Havenstance_: if you want to check if you are vuln to the heartbleed to `openssl version -a` and check your build date [00:25] should be built in the last 2 days [00:34] okay [00:34] yeah those in #xubuntu were rather rude and unhelpful about it [00:35] mon apr 7 :) should be good, ty man [00:43] http://magnatune.com/artists/albums/superdirt-algoriddims [00:43] mrgoodcat: [00:44] Havenstance_: dpkg -p libssl1.0.0 [00:45] the Version field there should be newer than what is listed on this page: http://www.ubuntu.com/usn/usn-2165-1/ [00:45] jrwren, thanks for the info man :) [00:46] I just built this install from USB like 2 days ago [00:46] idk if that matters but not really worried about it, i'll be upgrading to 14.04 lts soon as it goes live [00:47] upgrade tomorrow [00:47] final beta [00:47] and the tubes will be faster [00:54] it matters :) [00:54] upgrade now. help test the betas. [00:57] sadly enough, this hardware won't run 14.04 yet I tried a daily build the other day [00:57] it died [01:05] http://www.lordi.fi/ [01:13] am tip: echo BYOBU_PYTHON=python >> .byoburc to prevent byobu from running python -c 'import snack' EVERY time it refreshes status line === mrgoodcat_ is now known as mrgoodcat [01:22] jrwren: I stopped using byobu in favor of tmux [01:38] https://github.com/paultag/hy [01:39] https://github.com/hylang/hy/blob/master/hy/importer.py [01:47] i use byobu-tmux [01:48] i am a sucker for status line [02:13] mrgoodcat: http://openmetalcast.com [02:13] ;) [06:44] holy shit, this wikipedian died this weekend in a climbing accident, this is her last edit: https://en.wikipedia.org/w/index.php?title=Wikipedia:Peer_review/Bringing_Up_Baby/archive2&diff=prev&oldid=601663764 [06:44] so sad. [10:46] :( [10:46] Always sad to hear someone pass away [13:13] is there a list of sites somewhere that were hit by heartbleed? [13:13] I keep getting questions on this because our local news channel just picked this up this morning [13:14] All of them [13:14] brousch, that's kind of what I was leaning towards. [13:15] because even if the site in question doesn't use openSSL that doesn't mean that the DNS Server or something else wouldn't be using it potentially exposing passwords [13:17] DNS Server or something else? [13:17] I know our network server has openssl 1.0.1d or something crazy like that on it. [13:17] jrwren, gateways, hosts, datacenters. all the information goes thru them first does it not? [13:18] umm... yes? [13:18] well, not "hosts" [13:18] everything is a "host" [13:18] or am i understanding this wrong [13:18] it sounds like you are understanding this wrong. [13:18] all information definitely does not go to a dns server. [13:19] this isn't a packet sniffing vulnerability either, so just becuase https traffic traverses a gateway, does not make it inspectable [13:19] okay so the purpose of open ssl is you call out thru the DNS Server gateway all that jazz, then establish a secure connection with that site alone [13:20] "call out thru teh dns server" does nto makes sense. [13:21] but if the site you are calling out to is vulnerable then your secure connection is compromised. DNS, Gateway, and anything in between no longer matter after the secure connection is made with the website no? [13:21] I can't understand what you are saying. You aren't using the common words used to describe network connections and sessions. [13:22] I havent even finished my first cup of coffee cut me some slack :D not fully awake yet :) [13:22] hahah! me too. [13:23] what im asking is when you establish a secure connection, does it still call for DNS Translation after the connection is established? My understanding of OpenSSL is about zero to be honest [13:24] after? no. [13:24] Case in point, My network configuration here, I have the client machines, who route through the server, the server hosts DHCP, DNS, and a VPN Tunnel, Then I route to a router which does essentially the same thing as the server except its DNS calls to my ISP's DNS Server, from there its handed to my ISP and they route the traffic through the closest datacenters and on to the destination [13:25] if there's a breach at any point in between isn't there a problem? [13:25] define "breach" [13:25] breach being a heartbleed vulnerability [13:25] right. [13:25] then no, no problem. [13:26] okay, because my system actually establishes a SSL connection with the destination not the points in between [13:26] right [13:26] perfect, I understood it right, I just couldn't explain it to save my ass this morning lol [13:26] btw, list of sites here https://github.com/musalbas/heartbleed-masstest/blob/master/top1000.txt [13:27] shows some vulnerable, some not vulnerable and some not using SSL [13:27] incase you get bombarded with questions about this over your office coffee pot this morning too === Klaudioh_ is now known as Klaudioh [16:19] party party here come pycon! [16:19] yay! [16:35] Woo woo [17:05] https://blog.wikimedia.org/2014/04/10/wikimedias-response-to-the-heartbleed-security-vulnerability/ [17:15] http://pyjvm.org/ [17:15] different from jython? [17:15] OH GOD! [17:16] brousch: why?!?! why!!?!? [17:17] I don't know, but I wanted to share the wonder with you all [17:18] jython on pyjvm would be awesome [17:22] pyjvm on jython on pyjvm [17:23] Can we run pyjvm on pypy? [17:30] probably [20:36] hahahahahhaa [20:36] i wonder what posessed them to make that [21:10] python + json + performance => terrible terrible terrible [21:26] jrwren: there's json libs that use c-helpers to go faster [21:26] actually thought the built in json did now :/ [21:28] lo [21:28] rick_h_: they suck. [21:28] its like whoever wrote json and simplejson weren't python programmers and weren't C or Java programmers either. [21:29] I'm pretty sure with a minor incision, I can make it much faster for my meniacle use case. [22:42] ... [22:43] so I get home, old lady packed up the house, she gone... [23:01] whoa really? :( [23:44] i got simplejson to do what I want. it ain't pretty.