[00:31] *** rnemo has quit IRC (Quit: Lost terminal) [00:59] *** Gallomimia has quit IRC (Quit: I am likely going to change locations) [01:19] *** cachopo has quit IRC (Read error: Connection reset by peer) [01:52] brycec: weekend channel silent time [02:13] *** deuxenun_ is now known as deuxenun [03:17] *** AmberJ_ has joined #devious [03:17] *** ChanServ sets mode: +v AmberJ_ [03:22] *** AmberJ_ has quit IRC (Ping timeout: 245 seconds) [03:31] *** AmberJ_ has joined #devious [03:31] *** ChanServ sets mode: +v AmberJ_ [03:44] *** JainAmber has joined #devious [03:46] *** AmberJ_ has quit IRC (Ping timeout: 245 seconds) [03:49] *** AmberJ_ has joined #devious [03:49] *** ChanServ sets mode: +v AmberJ_ [03:49] *** JainAmber has quit IRC (Ping timeout: 245 seconds) [03:51] Good morning [03:57] *** AmberJ_ has quit IRC (Ping timeout: 264 seconds) [04:00] *** AmberJ_ has joined #devious [04:00] *** ChanServ sets mode: +v AmberJ_ [04:02] Hay AmberJ [04:02] Ever get that 3g card working for more than an hour? [04:03] *** cube_ has joined #devious [04:05] what does one typically discuss here? [04:05] Programming language or operating system related religious debates [04:06] And random help for stuff [04:06] I see [04:07] We also have a few bots in here that get a fair bit of usage [04:07] Here's a random question for the python folks here. Why are old-style classes being phased out in python? What are the advantages of new style classes over old ones? [04:07] I understand this is not really a pythonic place [04:08] but still... I have been on wolfman for over a year and had never been on IRC; now that I am here, I don't really know what to discuss! [04:08] cube_, the class and type unification? [04:09] yes - inheriting from 'object' [04:09] http://www.python.org/download/releases/2.2.3/descrintro/#references [04:10] I'm checking those out now [04:10] And they all need to make a case for why they want it [04:10] For each of the changes that make up the "new classes" [04:10] Each release has a few more for specific changes if there are more [04:10] I see [04:11] thanks! [04:11] * benDos is a bit of programming language nerd [04:12] I believe that standard python has a lot of performance issues related to what actually are "objects" [04:12] Similar to Ruby, Java, Javascript before v8 [04:12] I see [04:12] So if the language can abstract away the object system from the runtime [04:13] It lets you do things like multidimensional arrays in line [04:13] Normally someTwoDimObjArr[][] is an array of references, to an array of references, when the need to be followed to get to the object [04:14] Abstracting away a bit the underlying primitive types gives you a bit more flexibility to lie about how the data is stored for the sake of performance [04:14] I see [04:15] Feel free to ping me if you have any more PL questions [04:15] sure, thanks! [04:15] Hey benDos and everyone [04:16] Whats up mang [04:16] Naah, the 3g card disconnects every one hour. I found out that this is not an OS or data card model issue. This is a stupid restriction imposed by my service provider... [04:16] Oh.. [04:16] WRAP ALL THE THINGS IN MOSH [04:17] This happens on Windows as well... On windows, the connection disconnects in every 50-90 minutes [04:17] .define MOSH [04:17] To mosh: A way of expressing yourself at an mental rock/punk concert. Almost always done in a "pit" with extremely cool people who you don't even know but they'll look out for you! You get pushed around, shoved, you fall on your ass but it's all in the spirit and you have a f*ckin great time!!!A concert isn't a concert without getting in a pit!!! [04:17] :P [04:17] its mosh(.something*).mit.edu [04:18] s/\*\))* [04:18] Doe [04:18] lold [04:18] http://mosh.mit.edu/ [04:18] Anyway piroko hearts it [04:18] So if it breaks your computer, blame him [04:19] wait... so AmberJ_, how do you do huge downloads that take over an hour if the server doesn't support resume? [04:20] or wget from a remote server, then break it into smaller parts and download them? [04:20] cube_, you could download it on a remote server with tmux or nohup [04:20] oh you're there :p [04:20] cube_, this is a backup connection. My primary connection is slow-ish wired broadband. [04:20] aha [04:21] Cables tend to break here pretty frequently (rough estimate: cables broke at least once every month). So, I keep a prepaid 3G connection to be able to submit assignments, browse email etc. [04:22] AmberJ_, so you have your co-op now? [04:22] co-op? [04:22] Like post classes before degree semester or two working for credits and maybe lunch money [04:22] s/post/after/ [04:22] Like after classes before degree semester or two working for credits and maybe lunch money [04:23] A lot of programs are adding that to their degrees [04:23] The schools get more money out of you and you get "real world experience" win win [04:23] Unless you are borrowing for uni like most 'mericans but that's another story :p [04:23] naah, I was talking about assignments for online classes... [04:24] We don't have co-op system here [04:24] Didn't you say you had something like that? [04:24] Or some internship maybe is what i was thinking? [04:24] yea [04:25] Actually we are supposed to find internships for ourselves. And, all university needs is a proof from my employer that I worked on a project. [04:25] I've never actually got internship credit [04:25] I've done 3 or so internships [04:26] Idk i think that's about what my uni needs [04:26] We don't get any internship credit in any other semester. [04:26] Only last semester allows internship credit and this is compulsory for every student [04:27] Ah yeah sounds similar to co-op here then [04:27] it's required for more and more degrees now [04:27] *** niteye has joined #devious [04:27] *** ChanServ sets mode: +v niteye [04:30] Any idea what you'll be doing for that yet? [04:32] I'm going to start applying for internship to Indian companies in a day or two [04:33] my company doesnt like indians [04:34] Noted. Won't apply to your company then :P [04:35] so I was looking at mosh [04:35] doesn't support port forwarding [04:40] I googled for it the other day [04:40] It did via some third party magicks [04:40] I think [04:40] http://serverfault.com/questions/390916/mosh-tunnel-via-proxy [04:41] I haven't tried that, but it seems like in theory it ought to work for most tcp protocols [04:43] but doesn't mosh do most stuff via udp? [04:43] That wraps your tcp connections into udp [04:43] when looks like mosh handles, and then pipes ssh through [04:44] s/when/whichk [04:44] whichk looks like mosh handles, and then pipes ssh through [04:44] blah [04:44] which* [04:56] I heard you like packets so i wraped your TCP in UDP so you can unwrap packets while you unwrap packets [04:57] but IMO wrapping TCP in UDP kinda defeats the purpose of TCP :) [05:04] wait, so you get TCP wrapped in UDP, and then your ACK is also wrapped in UDP and returned? What if the return ACK is lost but the original packet reached its destination? How does one prevent the sender from sending the same thing again and again? [05:08] cube_: you dont :P [05:08] its like if you damage your network cable [05:09] i think its difficult to damage a network cable so it still works but occasionally drops packets, i think it either not work at all or still work great [05:09] not really [05:10] give me a cable stripper and an eyedropper of water [05:10] or a CFL bulb [05:10] thats a deliberate kind of sabotage [05:10] both will scramble data efficently enough to cause syn storms [05:10] no one would accidentally damage it that way [05:10] actually thoose are ways to simulate real world things [05:11] the eyedropper of water would simulate a cable that was rubbed raw being rained on [05:11] the CFL would simulate some one being a moron when running cable [05:11] and running it through florecent light [05:12] ah [05:12] luckily my computer is inside [05:13] yeah ive had to run cable outside before though [05:13] i generally get cable runs for it now a days [05:14] but Florecent lights like CFL bulbs cause lots of random line issues [05:14] must be an issue for skrillex [05:15] yep [05:15] "skrillex my network is super slow can you help me?" [05:15] "really? your music improved though" [05:16] but i used to have a line tester that could detect EM "humm" [05:16] that would be a new way to make duvstep, transfer a sound pitch through a rigged cable with UDP, see what comes out [05:16] :D [05:17] oh i'm back [05:17] kusuriya, you can totally implement tcp in udp [05:17] I've actually done a fair bit of tcp in udp [05:17] benDos: didnt say you couldnt just said its not really a great idea [05:18] Idk [05:18] defeats the purpose behind TCP IMO [05:18] Well [05:18] Kinda [05:19] you can give yourself a subset of the guarantees that tcp gives you in exchange for X [05:19] however, UDP inside TCP makes UDP extra reliable, and a bit slower [05:19] Right [05:19] Also udp is way easier to anycast then handle in software [05:20] true [05:20] doing anycast tcp requires you do muck around with your os's tcp stack [05:20] just multicast and forget :P (jk) [05:20] :p [05:20] I actually think i have that code up my on portfolio.. [05:21] i wish i traveled a lot so i could warrant the purchase of a netbook [05:22] I'm traveling across the country in a month and a half [05:22] Buy me a netbook? [05:24] maybe i could warrant that if you were a hot girl [05:25] niteye: do you work in a datacenter? [05:25] but ive seen on 'to catch a predator' that apparently buying them a happy meal is enough [05:25] nope [05:25] damn [05:25] becaust that right there is warrent enough to buy a system 11 - 13" [05:26] because anything bigger just doesnt fit in between the racks as well [05:26] you wanted me to sniff the cable and find hot women didnt you, naughty naughty [05:26] niteye, what if I gave you a license the benDossBot's sauce? [05:26] nah i already do that :D [05:26] to* [05:26] id like some sauce but i need a woman to put it on [05:27] https://www.youtube.com/watch?v=AxHt4-GDvck [05:27] YouTube Comedy: "Worlds Fastest Piano Juggler Part - 2 The Son." by Bouncecellist (1m 27s), 1,261,087 views, 12,341 likes and 254 dislikes. Uploaded 2011-03-24T01:36:38.000Z. [05:41] http://www.youtube.com/watch?v=JorEw_75Yg0&feature=g-logo [05:41] YouTube News: "NYPD Officer Gives Boots to Homeless Man" by AssociatedPress (2m 20s), 361,823 views, 5,645 likes and 173 dislikes. Uploaded 2012-11-30T03:53:56.000Z. [05:41] i guess not every cop is a shit bag [05:41] he interviewed pretty nicely [05:41] or is he, ive seen one on 'to catch a predator' who wanted to go bootshopping, and brought boots to the house of the girl [05:47] :o [05:48] * kusuriya watches for the next story to see if the cop eats the homless guy [05:50] kusuriya, if win7 doesn't work on my workstation what are the chances win8 will? [05:51] 89% [05:51] benDos: depends on why it didnt work [05:51] performance id say niteye is right [05:52] if it was drivers because your shit is too old id say 0% just like windows 7 ;) [05:52] It's a 2010 intel server mobo for xeon i7s [05:53] then why didnt it work :P [05:53] I got little freezes i couldn't pin down to any driver or firmware [05:53] my boss has one of thoose that works like a boss :D [05:53] But the box is perfect on linux, and win7 runs just fine in kvm [05:56] but 8 may run better on that [05:56] one way to know is pick up a spare drive and do it [05:57] After this semester i'm gonna try win7 on there maybe there's finally an update that fixes it [05:57] But i tried over the summer i think and got the latest stable and latest drivers/firmware for everything no combination worked [05:58] you may need to z out the drives also [05:58] most win7 install issues ive met are because of the drives [05:59] Seriously... [05:59] yep [05:59] I usually just zero out the first few MB [05:59] For a fresh install on top of a drive i don't care about [05:59] do the full drive this go around [05:59] Are you for serious? [05:59] dead serious [05:59] Windows might be fucking up cause there are some old bits on my dirve... [06:00] yep [06:00] ive had it happen [06:00] You can't tell cause this is irc [06:00] especially if the drive had a GPT table [06:00] But i have a super sad face on right now [06:00] so if you have ever GPT formatted your disks GPT stores 2 backups further back on the drive [06:01] if windows (or linux for that matter) sees them it declares your disk as damaged [06:01] some linux distros will try to fix the partition table [06:01] Man i've never had any issues like that in linux [06:01] windows may halt to save data [06:01] I've even fdisked completely full drives [06:01] ive had issues like that in linux adn BSD [06:01] without clearing anything and not had issues [06:01] ive actually wrote an MBR over the top of a GPT once and had an unbootable system [06:01] Write new partition table proceed with my day [06:02] its one of thoose worth a try things [06:02] I guess i don't really mix windows and linux that much any more [06:02] windows can become super picky [06:02] But yeah i def did not try that [06:02] s/picky/poorly qa'd/ [06:02] But yeah i def did not try that [06:02] Wut. [06:02] actually its not poor QA [06:03] its a design choice for the drive error [06:03] s [06:03] If any software breaks cause of the content of initialized blocks [06:03] that sounds like poor qa [06:03] the design is to preserve the possible existing data of a damaged disk [06:03] Ugh [06:03] They prompt you [06:03] A bazillion times [06:03] Yes i'm sure [06:03] yeah but remember what the installer is meant for :P [06:04] stupid people [06:04] Then it over writes just fine, but then causes mini freezes [06:04] Idk i'll try it [06:04] win7 just annoyed me with that box [06:04] busineses use images that can force partition the disk [06:04] yeah id Z the full disk [06:04] if it doesnt work after that it doesnt like somthing about the disk and is probly a bug [06:04] thanks though [06:04] the only issue i ever got is, if you have two drives, one windows and one linux, and you try to install windows again, it will not let you go through unless you format both drives, to install some temp install files on, disconnecting the linux and reconnecting and that it worked, but i dont do much hardcore stuff [06:05] niteye: that was actually a bug XD [06:05] (in windows) [06:05] yeah i figured heh [06:06] its a funny as hell bug [06:06] well at the time i thought a 'bug' to make sure you stick with MS [06:06] Technet says the solution is "disconnect the drive you do not want the installer to write to" [06:07] i think its fixed by now in windows 7 [06:08] still something strange in windows 7, sometimes it wants to make a really really tiny partition next to the main one, and i have to do some strange sequence in the partitioner to be able to get rid of it [06:09] like deleting all partitions and choosing a big one, you'd get the two partitions again, you had to delete one, and then resize the other to the full space [06:09] niteye: you cant get rid of the tiny system partition [06:09] not any more [06:10] its needed for boot and recovery [06:10] pity, it worked when i installed win 7 last year i think [06:10] yeah if you dont have it also there are some updates that will brick your system [06:10] like Service Packs [06:11] service pack 1 worked, so far theres nothing iknow about that failed, but if something fails i dont care, windows is just for games anyway [06:11] yeah [06:12] its just somthing to keep in mind [06:12] that partition has some automated recovery stuff and part of the bootloader and while the bootloader can be relocated [06:12] the revcovery tools can not, so if SP1 would have failed the system wouldnt have beenable to auto backout [06:13] pita,ill have not enough partitions anymore if i want to to a "correct" install, i'd need 2 for windows and 3 for linux (buut, root and swap), id have to get on with extended partitions instead of just the 4 main ones (i know, im a purist) [06:13] if you partition linux correctly you do [06:14] 2 for windows then 1 primary and 1 logical for linux [06:14] and the logical has 3 partitions in it [06:14] yeah but i dont like logical partitions, it overcomplications the partitions view [06:14] most distros tell you to drop everything except boot into a logical partition [06:15] most distros tell me that puttin everything in one partition is for the simpletons [06:16] logical partitions are not one partition ;) [06:16] yeah i mean /boot and /home etc [06:16] but also if you use GPT you are not limited to 4 parts [06:16] GPT can have up to 128 primary partitions [06:17] whats GPT [06:17] its the update for MBR style partitions [06:17] its AKA GUID Partition Table [06:17] halla [06:17] its required for disks greater than 2TB and/or EFI [06:19] cool bananas, about time there was an upgrade [06:20] windows 7 and linux distro installs still seem to do the old style partitions still, when will those support GPT? [06:20] they all support it [06:20] and ubuntu uses GPT by default [06:20] hmm, why didnt i ever find this out [06:21] FreeBSD may switch to it for its default soon [06:21] its already required for ZFS on root [06:23] speaking of which, i want a japanese or south korean girlfriend [06:23] not hard to do if your 'Merican [06:23] european unfortunately [06:24] hmm well then get an american accent :D [06:24] its not like our accent is hard [06:24] i dont have a mexican or indian accent while speaking english, i think that'll do [06:25] but make sure its the northern american accent [06:25] not the redneck one [06:25] redneck american sounds a bit like a lower pitched australian accent to me [06:26] lower pitched and a bit more stupid to me [06:26] but no one thinks american redneck is sexy, unless its that southern bell lady [06:27] when i see something japanese, like a japanese news report, i automatically think the female news anchor gets gangbanged backstage, and its perfectly normal at every workplace there [06:29] well thats japan man [06:31] their subway platform has a retractable wall so you cant fall on the platform when theres no train [06:31] its more advanced than here [06:32] it is [06:33] japan is considered the #1 best engineered infrastructure [06:33] thats why they are all flabberghasted by that tunnel callapse [06:33] hehe [06:33] also according to this anime, they all have a TV on the console of their car [06:33] **collapse [06:34] :D [06:35] but yeah japan is awesome [06:35] especially if you're a male office employee [06:35] yes [06:36] id hate to have a daughter there though [06:36] yeah [06:36] "how was school today hun? did you get gangbanged by the whole class, or just the teachers today?" [06:37] "ohh you just got raped on the train, youre lazy get the fuck back out there!" [06:37] and when she thinks shes at home, her brother gets in on the action too [06:40] exactly [06:40] and then she goes for a nap in the garden, the plants even want some too [06:41] I hoped you hired a camera guy to follow her [06:43] i wonder what exactly makes japanese adult videos the way they are, is it in their genetics ? [06:43] i think so [06:43] we will have to comission a study [06:45] that being said, i dislike american adult videos, too many closeups, cheesy storylines, and too many artificially enhanced sausages and balloons [06:53] i need to add pushover sounds to sickbeard :O [06:54] anyone knows what chat rooms japanese women in their twienties frequent ? [06:55] preferably with an acceptable command of english too [06:55] niteye: what you are looking for is a brides for sale magazine [06:55] totally not creepy [06:59] do they really scream like that or only for in the movies when theyre making babies? [07:03] totally not creepy at all [07:06] hmm im thinking of starting a mesh network node when i move to my new place [07:06] since ill have a place to set radio gear [07:07] using what hardware / sw? [07:07] :O [07:07] cuz i wanna do that as well [07:07] i need to check out hardware more [07:08] but /r/darknet and /r/hyperboria both use cjdns [07:08] https://github.com/cjdelisle/cjdns/ [07:08] and https://projectmeshnet.org/ [07:10] huh [07:10] seems too "look at me!" [07:10] i want underground [07:10] so i cna go rogue [07:10] CJDNS or BATMAN both look like great software for it [07:10] I may link up with seattle wireless and see if they are actually still trying to put out their mesh network [07:11] wonder what one could do with openbsd [07:11] Batman has a port for OpenBSD IIRC [07:12] don't see it [07:12] i thought batman had a secretary to handle the computer stuff while hes out showing his guns [07:12] wait no it was OLSR [07:12] oh it's a kernel thinger [07:13] mmm olsrd [07:13] kew [07:14] mmm old version [07:15] yeah [07:16] i need to see if there are existing mesh networks in my area first really [07:17] yeah [07:17] kinda hurts without others :P [07:17] maybe they are just waiting for you to make yours! :O [07:18] well Im probly going to take some time to go and meet up with seattle wireless to see if they are still trying to build out their mesh [07:18] because they actually own repeaters in the area [07:22] good afternoon [07:23] herro [07:25] qbit, do you know Nicolay (music)? [07:25] hailo [07:25] i don't [07:29] ooh darknets [07:34] ooh japanese girls [07:34] http://www.deftly.net/olsdr.diff <---- makes openbsd have the latest version [07:35] of olsdr [07:35] if that wasn't clear [07:36] yep [07:36] im actually going to do a site survey and probly meet up with the seattle wireless hackspace some time in january after i get into the place [07:37] i wanted to set up a darknet for friends but i dont have any friends [07:38] at least none that would benefit from a darknet [07:38] well i just want to see more mesh networking [07:38] id really love to eventually beable to pop it into my carputer and not have to tether [07:42] whats mesh networking, some kind of tcp/ip over amateur radio broadcast? [07:43] mesh networking is a bunch of wireless accesspoints and devices acting as base stations together [07:43] to form a much larger and resilient wireless network using commodity gear [07:48] it woudl be fun if every home router also allowed internet access to people on the sreets, ofcourse being routed differently than just roaming on the person's home network [07:49] wonder of otterbox is gonna make a case for the n4 [07:49] FON was doing that for a while so [07:49] qbit: heres a bit of interestingness by default OpenBSD only lets you have for GIF tunnels [07:50] you have to flip a bit in the kernel for more [07:50] **for, four [07:50] yeah ive seen some of those FON access points, but it's like in hotels, you get redirected to some payment page, not true internet like i imagined [07:50] depends on how the owner sets it up [07:51] mm [07:51] http://www.seattlewireless.net/index.cgi/IpTunnel [07:51] first example goes over how to do the internet tunnels for seattle wireless [07:53] *** cachopo has joined #devious [07:54] ill probly actually do this when i get my phsyical net built out [07:55] nice [07:55] setup a small Bx node and wait for peers [07:55] since it looks like id be the only one in my zone [07:56] and weight the ethernet interface way the fuck down so when other wireless peers are in sight i can connect them and save bandwidth [07:59] *** dxtr has quit IRC (Read error: Connection reset by peer) [08:39] Oh qbit my bad [08:39] Been cleaning my apt for the last hour [08:39] I'll send you some good track laters [09:00] *** plinth has quit IRC (Quit: Lost terminal) [09:11] i cant open my coke [09:11] im twisting im twisting, but it just wont come of [09:14] hmm sweet i just met a bunch of the local seattle meshnet people [09:15] they told me bring my gear out with me in late jan when they reopen their meetings and they will help me haxx it together [09:17] Does someone remembers a term used to define those articles/writers who pick a writeup and carefully comment on each point in it? [09:17] I remember reading a wikipedia article about this but can't locate the link now :( [09:18] It's a criticism/comment on a point-by-point basis as a reply to another writeup.. [09:22] An onion just rolled off the top of my fridge into my face when i opened my freezer :/ [09:24] Err... you keep onions in freezer? [09:25] My mum keeps them outside... not even in a fridge [09:25] No i had some onions on top of my fridge [09:26] They rolled into the crack between the top of the fridge and the freezer open [09:26] I open the freezer door onion takes a funny bounce into my face [09:26] and the freezer door* [09:26] heh [09:31] Oh AmberJ_ [09:31] the document you mentioned earlier, http://en.wikipedia.org/wiki/Amicus_curiae sometimes take that form [09:32] Amicus curiae :: An amicus curiae (also spelled amicus curiƦ; plural amici curiae) is someone, not a party to a case, who volunteers to offer information to assist a court in deciding a matter before it. The information provided may be a legal opinion in the form of a brief (which is called an amicus brief when offered by an amicus curiae), a testimony that has not been solicited by any of the parties, or a learned treatise on a matter... [09:32] kinda [09:32] Aha, found it. The word is "fisking": http://en.wikipedia.org/wiki/Fisking [09:32] Fisking :: The term fisking is blogosphere slang describing a point-by-point criticism that highlights perceived errors, or disputes the analysis in a statement, article, or essay. Eric S. Raymond, in the Jargon File, defined the term as: A point-by-point refutation of a blog entry or (especially) news story. A really stylish fisking is witty, logical, sarcastic and ruthlessly factual; flaming or handwaving is considered poor form... [09:32] "The term fisking is blogosphere slang describing a point-by-point criticism that highlights perceived errors, or disputes the analysis in a statement, article, or essay." [09:32] It even has a Jargon file entry: http://catb.org/~esr/jargon/html/F/fisking.html [09:33] Oh [09:33] In the blogosphere. [09:33] :p [09:33] I imagine that form of writing predates blogger [09:53] I totally just failed at making pasta [09:53] Was trying a new brand, they said 15 minutes, totally was done in like 8 [09:56] *** zenmower has joined #devious [09:56] *** ChanServ sets mode: +v zenmower [10:02] *** cube_ has quit IRC (Ping timeout: 245 seconds) [10:25] I still can't believe i'm the only one in here who plays cod :/ [10:26] others are just personable enough to not admit it in public [10:29] That's probably true [10:29] *** hjst_ has quit IRC (Quit: "") [10:29] But the people i play cod with are from my old clan in a half life 2 mod [10:29] And they're all 5 hours ahead of me [10:30] *** hjst has joined #devious [10:42] *** cmeiklejohn has quit IRC (Quit: Computer has gone to sleep.) [10:51] *** zenmower has left "Leaving" [10:59] *** Gallomimia has joined #devious [10:59] *** ChanServ sets mode: +v Gallomimia [11:06] *** cmeiklejohn has joined #devious [11:06] *** ChanServ sets mode: +o cmeiklejohn [11:31] http://youtu.be/SpSdulyMMkg SCIENCE [11:31] YouTube Tech: "Moving a Magnet" by nottinghamscience (4m 11s), 15,342 views, 428 likes and 3 dislikes. Uploaded 2012-07-27T10:33:20.000Z. [11:44] *** Gallomimia has quit IRC (Read error: No route to host) [11:45] *** Gallomimia has joined #devious [11:45] *** ChanServ sets mode: +v Gallomimia [11:51] <_jb> ooh, i love nottingham science. [11:54] Me too :) [12:11] *** Gallomimia has quit IRC (Read error: Connection reset by peer) [12:11] *** Gallomimia has joined #devious [12:11] *** ChanServ sets mode: +v Gallomimia [12:12] *** cmeiklejohn has quit IRC (Quit: Computer has gone to sleep.) [12:17] *** Gallomimia has quit IRC (Ping timeout: 260 seconds) [12:32] wew! [12:33] huge damage to resistance today! [12:34] *** Gallomimia has joined #devious [12:34] *** ChanServ sets mode: +v Gallomimia [12:36] * kusuriya hax qbit [12:38] also scored a free ipod nano touch [12:38] er what ever they are called [12:38] o/ [12:38] \o [12:38] aw - no rockbox for it [12:38] :( [12:39] oh well it will be for snowboarding [12:39] smashable [12:40] qbit snowboarding eh [12:46] qbit, ingress has ipods? [12:46] wut [12:46] * kusuriya now for shizzle doesnt want ingress [12:46] eew iPods [12:51] However ipod+rockbox is super nice [13:03] *** cmeiklejohn has joined #devious [13:03] *** ChanServ sets mode: +o cmeiklejohn [13:03] *** hjst has quit IRC (Quit: "") [13:17] Just rode shotgun in my buddy's 500HP is300 as we did donuts in the middle of nowhere. Out of nowhere this 30-something year old couple drive up to us, block us in, and start recording the conversation we had with them [13:18] It went something like this. Woman: "This is not a playground!" Guy gets out of car to take a pic of my friend's, plate, friend drives around douche's car and does a sick burnout driving away [13:19] Good thing they don't have a clue about the law. wew [13:28] piroko: did you take your pistol out and demand the device they were using to take pictures and record [13:29] teach some busy bodies a lesson [13:29] haha no but I should have [13:29] its like damn straight i robbed you now STFU and get out of my face [13:29] Yeah pretty sure that's a felony [13:29] lol [13:29] so is blocking you in [13:29] unlawful detainment [13:30] :D [13:30] sure its vs armed robery but hey [13:33] New sets for amd64! [13:33] man i cant wait to move [13:33] i found where im storing my carboys of mead :D [13:39] *** cmeiklejohn has quit IRC (Quit: ["Textual IRC Client: www.textualapp.com"]) [13:56] *** perlite_ has joined #devious [13:56] *** ChanServ sets mode: +v perlite_ [13:57] *** perlite has quit IRC (Ping timeout: 260 seconds) [13:57] *** perlite_ is now known as perlite [14:01] *** Gallomimia has quit IRC (Read error: Connection reset by peer) [14:03] *** hjst has joined #devious [14:07] *** hjst has quit IRC (Client Quit) [14:09] kyl, you around? [14:09] ohlol, that's what she said! [14:12] *** Gallomimia has joined #devious [14:12] *** ChanServ sets mode: +v Gallomimia [14:21] benDos: ish [14:33] New sets for i386! [14:38] s/ish/around-ish [14:38] benDos: around-ish [15:09] *** cmeiklejohn has joined #devious [15:09] *** ChanServ sets mode: +o cmeiklejohn [15:28] <_jb> http://imgur.com/a/76Iae [15:28] <_jb> for y'all. [15:28] <_jb> nerds. [15:28] <_jb> :) [15:41] I totally thought that was something from warehouse 13 from the first few pictures [15:56] I knew exactly what that was as soon as I saw it [15:56] but that's because I subscribe to /r/cableporn :P [15:56] (and happened to be reading it at lunch [15:59] <_jb> i kind of dig it [15:59] <_jb> the nice IBM label got me to smile [16:03] *** niteye has quit IRC (Ping timeout: 244 seconds) [16:14] *** cube_ has joined #devious [16:18] *** zenmower has joined #devious [16:18] *** ChanServ sets mode: +v zenmower [16:19] *** cube_ has quit IRC (Read error: Operation timed out) [16:26] *** cmeiklejohn has quit IRC (Quit: Computer has gone to sleep.) [16:33] *** cube_ has joined #devious [16:40] Dear what.cd: fuck you for being down [17:04] *** cube_ has quit IRC (Ping timeout: 245 seconds) [17:12] *** cube_ has joined #devious [17:25] *** cmeiklejohn has joined #devious [17:25] *** ChanServ sets mode: +o cmeiklejohn [17:28] *** zentrification has quit IRC (Ping timeout: 265 seconds) [17:30] *** AmberJ_ has quit IRC (Ping timeout: 245 seconds) [17:31] *** tanec has joined #devious [17:32] *** tanec has quit IRC (Client Quit) [17:38] *** cube_ has quit IRC (Ping timeout: 245 seconds) [17:59] *** deuxenun_ has joined #devious [18:03] *** deuxenun has quit IRC (Ping timeout: 265 seconds) [19:00] *** lteo has left [19:01] *** lteo has joined #devious [19:01] *** ChanServ sets mode: +v lteo [19:42] pewpew [19:42] wb lteo o/ [19:55] mmmm sausage and cheese baked inside bread [20:26] i wonder why i find claire danes so attractive [20:29] ah fuck [20:30] so my e-mail client decided to set my newsgroup account as default, which coincidentally has the same sender e-mail as my main e-mail account [20:30] apparently I've been replying to e-mails and having it sent to newsgroups, to a black hole [20:30] that's what she said! [20:30] yes, that's exactly what she said [20:31] on public display, or so no one can read them? [20:32] I hope so no one can read them [20:33] New sets for macppc! [20:39] you might want to look into that [20:43] zenmower: Because... she is? [20:58] *** cube_ has joined #devious [21:19] *** ambigu0us has quit IRC (Ping timeout: 256 seconds) [21:26] *** cmeiklejohn has quit IRC (Ping timeout: 252 seconds) [21:33] *** rnemo has joined #devious [21:33] *** ChanServ sets mode: +v rnemo [21:33] New sets for amd64! [21:33] New sets for i386! [21:34] two nights in a row [21:49] woohoo [21:49] wb rnemo [21:51] *** zenmower has left "Leaving" [21:57] *** cmeiklejohn has joined #devious [21:57] *** ChanServ sets mode: +o cmeiklejohn [22:01] ty brycec [22:01] *** cmeiklejohn has quit IRC (Ping timeout: 255 seconds) [22:01] man I am both looking forward to and dreading wednesday [22:02] what's on weds? [22:02] another hospital visit? [22:02] god no [22:02] I hope not [22:02] it's when I get to see James again...but I'm going to teach him how to drive [22:03] robbing the cradle, rnemo ? Or a grown man that doesn't know how to drive? [22:04] robbing the cradle? [22:04] e.g. a 16 yr old [22:04] oh [22:04] he's 21 [22:04] sometimes it feels like robbing the cradle but alas [22:05] no he just doesn't know how to drive [22:07] and yes that freaks me out too [22:19] heh [22:33] *whoosh* [22:33] Bye brycec! [22:52] *whoosh* [22:52] Bye trafficone! [22:53] *** rnemo has quit IRC (Quit: Lost terminal) [22:59] *** Gallomimia has quit IRC (Read error: Connection reset by peer) [23:02] *** Gallomimia_ has joined #devious [23:02] *** ChanServ sets mode: +v Gallomimia_ [23:08] *** Gallomimia_ has quit IRC (Read error: Connection reset by peer) [23:09] *** Gallomimia has joined #devious [23:09] *** ChanServ sets mode: +v Gallomimia [23:16] *** scenefinale has quit IRC (Read error: Operation timed out) [23:18] *** blue-dev has quit IRC (Quit: ZNC - http://znc.sourceforge.net) [23:19] *** blue-dev has joined #devious [23:19] *** scenefinale has joined #devious [23:20] *** conormc has quit IRC (Ping timeout: 240 seconds) [23:21] *** conormc has joined #devious [23:39] *** musnik has quit IRC (Remote host closed the connection) [23:40] *** musnik has joined #devious [23:40] *** musnik has quit IRC (Client Quit) [23:41] *** musnik has joined #devious