AustNet AustNet Archive Project — IRC Logs
« All channels | Contribute a log »

// #politicaldebate — 2016-01-24

1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:00:09 <Tigger_> too long to wait
00:00:14 <erlich> yep
00:01:00 <erlich> At age 10, he discovered computing with the Commodore VIC-20.[29] He taught himself computer programming and at age 12 sold the code for a BASIC-based video game he created called Blastar to a magazine called PC and Office Technology for approximately US$500.[30][31] A web version of the game is available online.[30][32]
00:01:00 <erlich> pffft i started earlier than Musk
00:01:00 <erlich> poser
00:01:38 <erlich> At age 10, he discovered computing with the Commodore VIC-20.[29] He taught himself computer programming and at age 12 sold the code for a BASIC-based video game he created called Blastar to a magazine called PC and Office Technology for approximately US$500.[30][31] A web version of the game is available online.[30][32]
00:01:43 <erlich> pffft i started earlier than Musk
00:01:46 <erlich> poser
00:02:00 <AndroUser2> I was hired at iinet call center by age 12
00:02:58 <AndroUser2> I was hired at iinet call center by age 12
00:05:00 <Tigger_> the problem with BASIC is that it was absurdly difficult to do a program of any real size, unless you designated blocks of line numbers in advance to every function you planned
00:05:53 <Tigger_> the problem with BASIC is that it was absurdly difficult to do a program of any real size, unless you designated blocks of line numbers in advance to every function you planned
00:07:00 <erlich> yes, so you had to have some sort of foresight before hand
00:07:00 <erlich> BASIC was my first language, and i cant believe the effort i wentto with line numbers
00:07:30 <erlich> yes, so you had to have some sort of foresight before hand
00:07:55 <erlich> BASIC was my first language, and i cant believe the effort i wentto with line numbers
00:08:00 <erlich> i wanted to get into ASM but wasnt sure how, other than to muck around with "debug"
00:08:36 <erlich> i wanted to get into ASM but wasnt sure how, other than to muck around with "debug"
00:09:00 <Tigger_> 6502 ASM had a lot of limitations too, that you had to devise workarounds
00:09:00 <erlich> limitations can make things more fun tho
00:09:00 <erlich> part of the appeal for ASM for me was its limited instruction set and other restrictions
00:09:00 <Tigger_> such as JSR, jump subroutine, would only branch 128 bytes forwards or backwards, whereas JMP could jump anywhere within the 64k memory space
00:09:00 <erlich> i just felt i had a "closed" system
00:09:21 <Tigger_> 6502 ASM had a lot of limitations too, that you had to devise workarounds
00:09:41 <erlich> limitations can make things more fun tho
00:10:00 <erlich> not like today where you have the language, the framework, or the language interoperating with heaps of other technologies
00:10:00 <erlich> which is why i dont want to touch web dev anymore
00:10:00 <Tigger_> so on a conditional branch you had to JSR forwards 4 bytes to skip the three bytes of JMP whatever two bytes address you wanted
00:10:04 <erlich> part of the appeal for ASM for me was its limited instruction set and other restrictions
00:10:13 <Tigger_> such as JSR, jump subroutine, would only branch 128 bytes forwards or backwards, whereas JMP could jump anywhere within the 64k memory space
00:10:17 <erlich> i just felt i had a "closed" system
00:10:30 Nick: CodeeKnight is now known as DianeDaniel
00:10:32 Nick: DianeDaniel is now known as DianeDaniels
00:10:34 <erlich> not like today where you have the language, the framework, or the language interoperating with heaps of other technologies
00:10:58 <erlich> which is why i dont want to touch web dev anymore
00:11:00 <erlich> i like to focus on only a few things, and really hone in on those skills
00:11:00 <Tigger_> it is nice having a closed system
00:11:00 <erlich> it really is an autistic way of seeing things
00:11:00 <Tigger_> GM:S is fairly closed, unless you use shaders
00:11:10 <Tigger_> so on a conditional branch you had to JSR forwards 4 bytes to skip the three bytes of JMP whatever two bytes address you wanted
00:11:22 <erlich> i like to focus on only a few things, and really hone in on those skills
00:11:23 <Tigger_> it is nice having a closed system
00:11:34 <erlich> it really is an autistic way of seeing things
00:11:52 <Tigger_> GM:S is fairly closed, unless you use shaders
00:12:00 <erlich> i remember manuals for my programs for make-believe users
00:12:00 <Tigger_> make-believe users?
00:12:00 <erlich> i am supposed to be working on software stuff tonight, a lil joke project, but got distracted by a dumb film
00:12:00 <erlich> the only user being me
00:12:28 <erlich> i remember manuals for my programs for make-believe users
00:12:59 <Tigger_> make-believe users?
00:13:00 <erlich> but i pretended my software was being used for many
00:13:00 <erlich> there was even one time i had tears of joy that my program was running out of resources (i forget whether it was RAM or just chugging too slow)
00:13:00 <erlich> i thought to myself, "man this program must be so intense, it must really be doing something"
00:13:00 <erlich> reality: not efficieny enough
00:13:05 <erlich> i am supposed to be working on software stuff tonight, a lil joke project, but got distracted by a dumb film
00:13:06 Quit: tisk ([email protected]) Quit: Leaving
00:13:14 <erlich> the only user being me
00:13:32 <erlich> but i pretended my software was being used for many
00:13:56 <erlich> there was even one time i had tears of joy that my program was running out of resources (i forget whether it was RAM or just chugging too slow)
00:14:00 <erlich> i was originally motivated to program to write games but over times i was more interested in the technical challenges
00:14:00 <Tigger_> I get that now in 2D 1080p
00:14:11 <erlich> i thought to myself, "man this program must be so intense, it must really be doing something"
00:14:17 <erlich> reality: not efficieny enough
00:15:00 <erlich> over time*
00:15:00 <erlich> Chris Lilley made fun of the Asian desire to improve the efficiency of things for the sake of it in his older series We Can Be Heroes
00:15:11 <erlich> i was originally motivated to program to write games but over times i was more interested in the technical challenges
00:15:12 <Tigger_> I get that now in 2D 1080p
00:15:24 <erlich> over time*
00:16:00 <erlich> where some engineer/physicist student tries to improve teh efficiency of solar panels
00:16:00 <erlich> i suppose you can either approach problems by either improving what is already there quantitively or providing a solution that doesnt exist yet for a problem that is there
00:16:00 <erlich> i see Asians more of the former
00:16:07 <erlich> Chris Lilley made fun of the Asian desire to improve the efficiency of things for the sake of it in his older series We Can Be Heroes
00:16:22 <erlich> where some engineer/physicist student tries to improve teh efficiency of solar panels
00:16:42 Nick: DianeDaniels is now known as JudgeJudy
00:17:00 <erlich> quantitatively*
00:17:00 <Tigger_> the Japanese tried to kick off HD-TV with CRT screens
00:17:10 <erlich> i suppose you can either approach problems by either improving what is already there quantitively or providing a solution that doesnt exist yet for a problem that is there
00:17:13 <erlich> i see Asians more of the former
00:17:22 <erlich> quantitatively*
00:18:00 <erlich> the Japs are a different breed all together
00:18:00 <erlich> lol
00:18:00 <erlich> tha tis so insane
00:18:11 <Tigger_> the Japanese tried to kick off HD-TV with CRT screens
00:18:27 <erlich> the Japs are a different breed all together
00:18:33 <erlich> lol
00:18:39 <erlich> tha tis so insane
00:19:00 <Tigger_> it's largely disappeared down the memory hole now, I googled around for info about it, and found some, but not a huge amount of detail, even though there was a lot of hoopla about it
00:19:00 <erlich> in Japan they replace their cars quite regularly, they dont keep them for ages like people in teh west try to do.i had never thought of it before, but as Friedman said = older cars are more dangerous
00:19:00 <erlich> my Free To Choose download has finished
00:19:00 <Tigger_> Japan has higher build quality for their export cars
00:19:00 <erlich> so i wonder if they have lower car fatalities
00:19:00 <erlich> as a response to western regulations?
00:19:27 <Tigger_> it's largely disappeared down the memory hole now, I googled around for info about it, and found some, but not a huge amount of detail, even though there was a lot of hoopla about it
00:19:29 Nick: JudgeJudy is now known as CodeeKnight
00:19:30 <erlich> in Japan they replace their cars quite regularly, they dont keep them for ages like people in teh west try to do.i had never thought of it before, but as Friedman said = older cars are more dangerous
00:19:38 <erlich> my Free To Choose download has finished
00:19:55 <Tigger_> Japan has higher build quality for their export cars
00:20:00 <erlich> i think in Japan there are parts where there are no speed limits at all, i could be wrong
00:20:00 <Tigger_> whereas the cars they make for the local market have built in obsolescence
00:20:00 <Tigger_> no, not western regulations
00:20:00 <erlich> pure pricing?
00:20:00 <erlich> i mean, marketing
00:20:00 <erlich> or you mean just relative to their crappy domestics
00:20:01 <erlich> so i wonder if they have lower car fatalities
00:20:10 <erlich> as a response to western regulations?
00:20:26 <erlich> i think in Japan there are parts where there are no speed limits at all, i could be wrong
00:20:28 <Tigger_> whereas the cars they make for the local market have built in obsolescence
00:20:38 <Tigger_> no, not western regulations
00:20:47 <erlich> pure pricing?
00:20:57 <erlich> i mean, marketing
00:21:00 <Tigger_> but the Japanese population are subsidising their companies by having a higher turnover rate of car ownership, which gives the manufacturer the funds to expand the business internationally
00:21:15 <erlich> or you mean just relative to their crappy domestics
00:22:02 <Tigger_> but the Japanese population are subsidising their companies by having a higher turnover rate of car ownership, which gives the manufacturer the funds to expand the business internationally
00:23:00 <Tigger_> this is why it's incredibly expensive to live in Japan
00:23:34 <Tigger_> this is why it's incredibly expensive to live in Japan
00:23:52 Join: cherri_pie ([email protected]) to #politicaldebate
00:25:00 <erlich> i wonder if the Japanese farmers are just as polite as the city dwellers
00:26:00 <erlich> my sister is going to japan again this year
00:26:00 <erlich> perhaps ill go eventually too
00:26:00 <Tigger_> probably even more polite
00:26:12 <erlich> i wonder if the Japanese farmers are just as polite as the city dwellers
00:26:33 <erlich> my sister is going to japan again this year
00:26:48 <erlich> perhaps ill go eventually too
00:27:00 <Tigger_> there was even HD VHS: https://en.wikipedia.org/wiki/W-VHS
00:27:00 <erlich> i wouldnt midn checking out Shanghai too, might get vouched for those underground churches too
00:27:15 Quit: cherri_pie ([email protected]) Connection closed
00:27:15 <Tigger_> probably even more polite
00:27:22 <Tigger_> there was even HD VHS: https://en.wikipedia.org/wiki/W-VHS
00:27:23 <erlich> i wouldnt midn checking out Shanghai too, might get vouched for those underground churches too
00:27:58 Join: cherri_pie ([email protected]) to #politicaldebate
00:28:13 Quit: CodeeKnight ([email protected]) Ping timeout: 121 seconds
00:32:00 <Tigger_> https://www.youtube.com/watch?v=_tj-Hp7AYlk
00:32:00 <BlackDevil> Youtube: Rick Wilson MSNBC Trump's Fans Are Childless Single Men Who Masturbate to Anime (Jan 19, 2016) Length: 0:31 - Category: Film & Animation - 7,964 views - 105 likes (78.4%), 29 dislikes (21.6%)
00:32:33 <Tigger_> https://www.youtube.com/watch?v=_tj-Hp7AYlk
00:32:37 <BlackDevil> Youtube: Rick Wilson MSNBC Trump's Fans Are Childless Single Men Who Masturbate to Anime (Jan 19, 2016) Length: 0:31 - Category: Film & Animation - 7,964 views - 105 likes (78.4%), 29 dislikes (21.6%)
00:32:44 Quit: cherri_pie ([email protected]) Ping timeout: 121 seconds
00:33:00 <erlich> wonder if the Taiwanese Animation guys have made their videos yet
00:33:00 <Tigger_> it turns out that Rick Wilson's adult son lives in the basement, and watches a lot of anime
00:33:00 <President_Trump> lol msnbc
00:33:25 Join: cherri_pie ([email protected]) to #politicaldebate
00:33:39 <erlich> wonder if the Taiwanese Animation guys have made their videos yet
00:33:57 <Tigger_> it turns out that Rick Wilson's adult son lives in the basement, and watches a lot of anime
00:34:00 <erlich> https://www.youtube.com/watch?v=kcwlmL1JJBM
00:34:00 <BlackDevil> Youtube: Fox GOP debate candidates announced: Trump leads jam-packed Republican race (Aug 5, 2015) Length: 2:20 - Category: Comedy - 7,689 views - 62 likes (96.9%), 2 dislikes (3.1%)
00:34:04 <President_Trump> lol msnbc
00:34:57 <erlich> https://www.youtube.com/watch?v=kcwlmL1JJBM
00:35:01 <BlackDevil> Youtube: Fox GOP debate candidates announced: Trump leads jam-packed Republican race (Aug 5, 2015) Length: 2:20 - Category: Comedy - 7,689 views - 62 likes (96.9%), 2 dislikes (3.1%)
00:36:06 Join: JetstreamSam ([email protected]) to #politicaldebate
00:38:16 Quit: Ozone ([email protected]) Ping timeout: 138 seconds
00:39:00 <erlich> https://www.youtube.com/watch?v=Nab5UQmm3Ao
00:39:00 <BlackDevil> Youtube: OscarsSoWhite: Oscars 2016 slammed for all white nominees, black stars boycott awards - TomoNews (Jan 19, 2016) Length: 1:17 - Category: Comedy - 1,854 views - 54 likes (56.8%), 41 dislikes (43.2%)
00:40:10 <erlich> https://www.youtube.com/watch?v=Nab5UQmm3Ao
00:40:14 <BlackDevil> Youtube: OscarsSoWhite: Oscars 2016 slammed for all white nominees, black stars boycott awards - TomoNews (Jan 19, 2016) Length: 1:17 - Category: Comedy - 1,854 views - 54 likes (56.8%), 41 dislikes (43.2%)
00:41:00 <Warren1984> erlich are you rarely bored?
00:41:00 <erlich> never bored, just get tired
00:41:00 <erlich> why u ask?
00:41:00 <Warren1984> I get bored quiet often
00:41:43 <Warren1984> erlich are you rarely bored?
00:41:50 <erlich> never bored, just get tired
00:41:55 <erlich> why u ask?
00:42:00 <Warren1984> unless I am reading some Psychology
00:42:00 <erlich> you could spend a lifetime on YT
00:42:00 <erlich> there's so much on there
00:42:00 <Tigger_> Warren1984, if you are easily bored that means you are an extrovert
00:42:08 <Warren1984> I get bored quiet often
00:42:24 <Warren1984> unless I am reading some Psychology
00:42:29 <erlich> you could spend a lifetime on YT
00:42:36 <erlich> there's so much on there
00:43:15 <Tigger_> Warren1984, if you are easily bored that means you are an extrovert
00:44:00 <Tigger_> I like the idea of giving an acting award to a bear
00:44:56 <Tigger_> I like the idea of giving an acting award to a bear
00:45:00 <erlich> i have thought that before, an introvert's world is mostly internal. you can easily escape if your mind is stimulated
00:45:00 <erlich> i do spend so much time doing things most people would fall asleep after 15 mins
00:45:46 <erlich> i have thought that before, an introvert's world is mostly internal. you can easily escape if your mind is stimulated
00:46:16 <erlich> i do spend so much time doing things most people would fall asleep after 15 mins
00:46:18 Quit: cherri_pie ([email protected]) Connection closed
00:47:12 Join: cherri_pie ([email protected]) to #politicaldebate
00:48:00 <Warren1984> Tigger_ watches documentaries to prevent boredom
00:49:12 <Warren1984> Tigger_ watches documentaries to prevent boredom
00:51:00 <erlich> coding class on simpsons
00:51:00 <erlich> lol female
00:51:00 <tisk> hi erlich
00:51:00 <tisk> coffee lols
00:51:27 Join: tisk ([email protected]) to #politicaldebate
00:51:32 <erlich> coding class on simpsons
00:51:43 <erlich> lol female
00:51:49 <tisk> hi erlich
00:52:00 <tisk> downloading d3
00:52:00 <tisk> or nah gonna finish getting black ops2
00:52:00 <erlich> "waht are you laughing at? you playing that grindr game again?"
00:52:08 <tisk> coffee lols
00:52:27 <tisk> downloading d3
00:52:46 <tisk> or nah gonna finish getting black ops2
00:52:59 <erlich> "waht are you laughing at? you playing that grindr game again?"
00:53:00 <erlich> ey tisk
00:53:00 <tisk> cool
00:53:00 <tisk> going stay up all night
00:53:00 <tisk> so sleep when ppl come over
00:53:25 <erlich> ey tisk
00:53:36 <tisk> cool
00:53:55 <tisk> going stay up all night
00:54:00 <tisk> going work nightshift
00:54:00 <tisk> lols
00:54:07 <tisk> so sleep when ppl come over
00:54:21 <tisk> going work nightshift
00:54:23 <tisk> lols
00:55:00 <Tigger_> are you getting a job, tisk?
00:55:00 <tisk> nup
00:55:00 <President_Trump> tisk come back to nerdhacks
00:55:00 <tisk> no
00:55:00 <President_Trump> breaker wants to speak with u
00:55:00 <tisk> i dont wish to be in a channel of insults
00:55:00 <tisk> i have a life
00:55:00 <tisk> a boring one
00:55:00 <tisk> but a life
00:55:00 <Warren1984> erlich -> https://www.youtube.com/watch?v=XRWwr7tTzWU
00:55:00 <BlackDevil> Youtube: True Story About Planet Pluto | Full Documentary HD (Apr 8, 2015) Length: 45:32 - Category: People & Blogs - 4,560 views - 15 likes (88.2%), 2 dislikes (11.8%)
00:55:28 <Tigger_> are you getting a job, tisk?
00:55:33 <tisk> nup
00:55:33 <President_Trump> tisk come back to nerdhacks
00:55:38 <tisk> no
00:55:44 <President_Trump> breaker wants to speak with u
00:55:45 <tisk> i dont wish to be in a channel of insults
00:55:54 <tisk> i have a life
00:55:58 <tisk> a boring one
00:56:00 <tisk> but a life
00:56:06 <Warren1984> erlich -> https://www.youtube.com/watch?v=XRWwr7tTzWU
00:56:11 <BlackDevil> Youtube: True Story About Planet Pluto | Full Documentary HD (Apr 8, 2015) Length: 45:32 - Category: People & Blogs - 4,560 views - 15 likes (88.2%), 2 dislikes (11.8%)
01:00:00 <Tigger_> the Russians will put a man on Pluto
01:00:00 <erlich> this episode of Simpsons is an improveement over the last ones
01:00:58 <Tigger_> the Russians will put a man on Pluto
01:01:00 <erlich> sometimes they fall flat
01:01:18 <erlich> this episode of Simpsons is an improveement over the last ones
01:01:28 Quit: cherri_pie ([email protected]) Connection closed
01:01:31 <erlich> sometimes they fall flat
01:02:12 Join: cherri_pie ([email protected]) to #politicaldebate
01:04:00 <Tigger_> I liked the latest one where the Kwiki-Mart is upgraded to a hipster healthfood shop
01:04:26 <Tigger_> I liked the latest one where the Kwiki-Mart is upgraded to a hipster healthfood shop
01:05:20 Quit: cherri_pie ([email protected]) Quit:
01:06:00 <tisk> watching 007 spectre
01:06:48 Join: mack10nigga ([email protected]) to #politicaldebate
01:06:59 <tisk> watching 007 spectre
01:07:00 Nick: mack10nigga is now known as cherri_pie
01:08:00 <Marttin> tisk you should join nh, we are hitting pollock
01:08:00 <tisk> so what
01:08:00 <Marttin> is the new actor in spectre?
01:08:00 <President_Trump> tisk rage quit before
01:08:23 Join: C2H50H ([email protected]) to #politicaldebate
01:08:30 <Marttin> tisk you should join nh, we are hitting pollock
01:08:47 <tisk> so what
01:09:00 <Marttin> i havent seen any of the new, but i know he supports bernie, he gave 50k for his capaign
01:09:00 <Marttin> lol
01:09:00 <Marttin> what a shame I missed it
01:09:14 <Marttin> is the new actor in spectre?
01:09:17 <President_Trump> tisk rage quit before
01:09:36 <Marttin> i havent seen any of the new, but i know he supports bernie, he gave 50k for his capaign
01:09:41 <Marttin> lol
01:09:52 <Marttin> what a shame I missed it
01:09:59 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
01:10:00 <Tigger_> Marttin, have you seen Bernie's racist ad yet? https://www.youtube.com/watch?v=2nwRiuh1Cug
01:11:00 <BlackDevil> Youtube: America | Bernie Sanders (Jan 21, 2016) Length: 1:00 - Category: News & Politics - 1,766,854 views - 34,141 likes (86.6%), 5,293 dislikes (13.4%)
01:11:00 <Marttin> nop
01:11:00 <erlich> stupid Lisa, 'compassionate' for something that isnt even real
01:11:14 <Tigger_> Marttin, have you seen Bernie's racist ad yet? https://www.youtube.com/watch?v=2nwRiuh1Cug
01:11:18 <BlackDevil> Youtube: America | Bernie Sanders (Jan 21, 2016) Length: 1:00 - Category: News & Politics - 1,766,854 views - 34,141 likes (86.6%), 5,293 dislikes (13.4%)
01:11:23 <Marttin> nop
01:12:00 <Marttin> he touches two nigger women
01:12:00 <Marttin> i dont see how is it racist
01:12:00 <Marttin> its also meant to be some country northern state, were there arent too many blacks
01:12:17 <erlich> stupid Lisa, 'compassionate' for something that isnt even real
01:12:42 <Marttin> he touches two nigger women
01:12:48 <Marttin> i dont see how is it racist
01:12:58 Quit: cherri_pie ([email protected]) Quit:
01:13:00 <Marttin> but I kist realize how wise he is
01:13:00 <Marttin> the other day listening for 'self control' after a hundred times I understood she was talking about being raped
01:13:08 <Marttin> its also meant to be some country northern state, were there arent too many blacks
01:13:43 <Marttin> but I kist realize how wise he is
01:14:00 <President_Trump> lol watching that bernie ad first thing i wondered was where are all the niggers
01:14:04 Join: cherri_pie ([email protected]) to #politicaldebate
01:14:18 <Marttin> the other day listening for 'self control' after a hundred times I understood she was talking about being raped
01:14:47 <President_Trump> lol watching that bernie ad first thing i wondered was where are all the niggers
01:15:00 <Tigger_> it has provoked a lot of anger
01:15:00 <Tigger_> https://www.youtube.com/watch?v=PyFt-hgFDZc
01:15:00 <doctor> i only counted 4 persons of colour
01:15:00 <BlackDevil> Youtube: Is This Bernie Sanders Ad Controversial? (Jan 22, 2016) Length: 13:04 - Category: News & Politics - 45,767 views - 2,100 likes (93.3%), 150 dislikes (6.7%)
01:15:00 <doctor> clearly racist
01:15:35 <Tigger_> it has provoked a lot of anger
01:15:47 <Tigger_> https://www.youtube.com/watch?v=PyFt-hgFDZc
01:15:48 <doctor> i only counted 4 persons of colour
01:15:51 <BlackDevil> Youtube: Is This Bernie Sanders Ad Controversial? (Jan 22, 2016) Length: 13:04 - Category: News & Politics - 45,767 views - 2,100 likes (93.3%), 150 dislikes (6.7%)
01:15:55 <doctor> clearly racist
01:16:00 <tisk> i got a 27 inch monitor and 32 lcd tv to play movies got dual screen windows lols
01:17:00 <Tigger_> the black guy said "if there was ever a white supremacist ad"
01:17:04 <tisk> i got a 27 inch monitor and 32 lcd tv to play movies got dual screen windows lols
01:17:47 <Tigger_> the black guy said "if there was ever a white supremacist ad"
01:18:00 <doctor> I think Hillary supporters are just nitpicking
01:19:16 <doctor> I think Hillary supporters are just nitpicking
01:20:19 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
01:22:26 Join: C2H50H ([email protected]) to #politicaldebate
01:26:00 <President_Trump> its funny all the actors speaking out about lack of diversity in the oskars are still all attending the event
01:26:46 <President_Trump> its funny all the actors speaking out about lack of diversity in the oskars are still all attending the event
01:27:00 <doctor> They'll just create a novelty award to give to some random black actor
01:27:58 <doctor> They'll just create a novelty award to give to some random black actor
01:28:00 <doctor> then the blacks will dread winning it in fear of becomming a laughing stock
01:28:00 <Tigger_> they should just create a best minority award, which then gets edited out of the telecast along with the best puppeteer award
01:28:00 <President_Trump> they should come out and announce that each year to make up for the lack of diversity they will have a 'nigger award'
01:28:18 Join: DisgruntledGoat ([email protected]) to #politicaldebate
01:28:40 <doctor> then the blacks will dread winning it in fear of becomming a laughing stock
01:28:45 <Tigger_> they should just create a best minority award, which then gets edited out of the telecast along with the best puppeteer award
01:28:46 <President_Trump> they should come out and announce that each year to make up for the lack of diversity they will have a 'nigger award'
01:28:47 Quit: JetstreamSam ([email protected]) EOF from client
01:29:00 <President_Trump> cherri_pie are u going to bash jerome?
01:30:00 <Tigger_> or have a minority award, then give it to asians, indians, arabs, etc. year after year
01:30:00 <doctor> i think the world is starting to just roll their eyes when it comes to PC zealots
01:30:00 <President_Trump> i would probably prefer a nigger to win an award than leonardo dicaprio
01:30:01 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
01:30:15 <President_Trump> cherri_pie are u going to bash jerome?
01:30:20 Join: JetstreamSam ([email protected]) to #politicaldebate
01:30:24 <Tigger_> or have a minority award, then give it to asians, indians, arabs, etc. year after year
01:30:30 <doctor> i think the world is starting to just roll their eyes when it comes to PC zealots
01:30:58 <President_Trump> i would probably prefer a nigger to win an award than leonardo dicaprio
01:31:00 <cherri_pie> haha no trump im not gonna bash him
01:31:00 <doctor> yeah he's a bit smug
01:31:00 <cherri_pie> i cant really fight
01:31:00 <President_Trump> lolllllllllllllllllllllllllll
01:31:00 <doctor> but so would I if I had that money
01:31:00 <cherri_pie> :)
01:31:00 <cherri_pie> this is still my fav channel
01:31:00 <doctor> Id be more reclusive though
01:31:00 <doctor> and only associate with fellow rich people
01:31:00 <Tigger_> I find their moaning to be quite vulgar, 12 Years a Slave got plenty of awards, even though nobody watched it
01:31:21 <cherri_pie> haha no trump im not gonna bash him
01:31:23 <doctor> yeah he's a bit smug
01:31:25 <cherri_pie> i cant really fight
01:31:31 <President_Trump> lolllllllllllllllllllllllllll
01:31:32 <doctor> but so would I if I had that money
01:31:36 <cherri_pie> :)
01:31:59 <cherri_pie> this is still my fav channel
01:32:00 <doctor> Id be more reclusive though
01:32:00 <Tigger_> what more do they want?
01:32:00 <doctor> they've become professional victims due to the pandering they've got over the years
01:32:00 <doctor> if they're not being offended, they'll fall into irrelevance
01:32:13 <doctor> and only associate with fellow rich people
01:32:15 <Tigger_> I find their moaning to be quite vulgar, 12 Years a Slave got plenty of awards, even though nobody watched it
01:32:23 <Tigger_> what more do they want?
01:32:56 <doctor> they've become professional victims due to the pandering they've got over the years
01:33:00 <Tigger_> look at all these: https://en.wikipedia.org/wiki/List_of_accolades_received_by_12_Years_a_Slave_(film)
01:33:00 <doctor> most black couldn't give a shit
01:33:07 <doctor> if they're not being offended, they'll fall into irrelevance
01:33:43 <Tigger_> look at all these: https://en.wikipedia.org/wiki/List_of_accolades_received_by_12_Years_a_Slave_(film)
01:33:52 <doctor> most black couldn't give a shit
01:34:00 <Warren1984> nite all
01:34:00 <doctor> nite
01:34:00 <Tigger_> and this is for a film that likely lost money
01:35:00 <Tigger_> $56 million gross on a $20 million budget
01:35:05 <Warren1984> nite all
01:35:11 <doctor> nite
01:35:18 <Tigger_> and this is for a film that likely lost money
01:35:18 Quit: Warren1984 ([email protected]) Quit:
01:35:40 <Tigger_> $56 million gross on a $20 million budget
01:36:47 Quit: cherri_pie ([email protected]) Connection closed
01:36:58 Join: cherri_pie ([email protected]) to #politicaldebate
01:37:00 <Tigger_> blacks themselves largely didn't bother to see it
01:37:19 <Tigger_> blacks themselves largely didn't bother to see it
01:38:00 <erlich> that was also a good ep
01:38:00 <erlich> also had a bowie reference, i know they have done that sort of stuff before in memorium. but was this a coincidence?>
01:38:19 <erlich> that was also a good ep
01:38:40 <erlich> also had a bowie reference, i know they have done that sort of stuff before in memorium. but was this a coincidence?>
01:39:42 Join: Ethanol ([email protected]) to #politicaldebate
01:39:42 Mode: (by ChanOP) +h Ethanol
01:40:00 <anotherirc3r> heya Ethanol
01:40:18 <anotherirc3r> heya Ethanol
01:40:32 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
01:41:00 <erlich> http://www.breitbart.com/tech/2016/01/21/sjws-politically-incorrect-purge-sci-fi/?utm_source=facebook&utm_medium=social
01:42:00 <erlich> it wont stop anything, only hipsters like baz prefer stores
01:42:00 <erlich> everyone else buys it online or pirates
01:42:03 <erlich> http://www.breitbart.com/tech/2016/01/21/sjws-politically-incorrect-purge-sci-fi/?utm_source=facebook&utm_medium=social
01:42:14 Quit: cherri_pie ([email protected]) Connection closed
01:42:37 <erlich> it wont stop anything, only hipsters like baz prefer stores
01:42:48 <erlich> everyone else buys it online or pirates
01:44:55 Join: cherri_pie ([email protected]) to #politicaldebate
01:45:00 <Tigger_> the SJW march on SF has been going on for a long time, the 1986 Nebula award for best SF novel: https://en.wikipedia.org/wiki/The_Falling_Woman
01:45:00 <President_Trump> there should be a greater representation of whites in the NIggerBA
01:45:00 <Tigger_> 1987, rather
01:45:04 Join: C2H50H ([email protected]) to #politicaldebate
01:46:00 <Tigger_> the SJW march on SF has been going on for a long time, the 1986 Nebula award for best SF novel: https://en.wikipedia.org/wiki/The_Falling_Woman
01:46:11 <President_Trump> there should be a greater representation of whites in the NIggerBA
01:46:13 <Tigger_> 1987, rather
01:47:00 <Tigger_> it wasn't even SF, but after that the awards were given to women almost every year
01:47:00 <erlich> i saw a trailer for "Unfriended" before, it looks great. great in the ironic funny sense. it's so typically teen american horror trash
01:47:00 <erlich> it will produce many laughs
01:47:24 <Tigger_> it wasn't even SF, but after that the awards were given to women almost every year
01:47:31 Quit: Ethanol ([email protected]) Ping timeout: 121 seconds
01:48:00 <cherri_pie> hey ive seen unfriended
01:48:00 <cherri_pie> haha
01:48:00 <cherri_pie> its actuallly not bad
01:48:00 <President_Trump> after they start getting more nominations, they will start whinging about not winning more
01:48:00 <cherri_pie> one of the girls is really hot in it
01:48:00 <erlich> teh trailer suggests it's a joke
01:48:00 <cherri_pie> its not a very in depth movie
01:48:00 <cherri_pie> its like those ones where they stay in the same room the whole time
01:48:00 <cherri_pie> like a saw kinda thing
01:48:00 <cherri_pie> but its not bad
01:48:05 <erlich> i saw a trailer for "Unfriended" before, it looks great. great in the ironic funny sense. it's so typically teen american horror trash
01:48:13 <erlich> it will produce many laughs
01:48:26 <cherri_pie> hey ive seen unfriended
01:48:28 <cherri_pie> haha
01:48:31 <cherri_pie> its actuallly not bad
01:48:37 <President_Trump> after they start getting more nominations, they will start whinging about not winning more
01:48:37 <cherri_pie> one of the girls is really hot in it
01:48:42 <erlich> teh trailer suggests it's a joke
01:48:51 <cherri_pie> its not a very in depth movie
01:49:00 <cherri_pie> its easy to watch and kinda entertaining
01:49:00 <Tigger_> I only like teen films with very colourful cinematography, like Bring it On. they're a bit of an antidote to the gloom cinematography that pervades so many films these days
01:49:03 <cherri_pie> its like those ones where they stay in the same room the whole time
01:49:08 <cherri_pie> like a saw kinda thing
01:49:11 <cherri_pie> but its not bad
01:49:19 <cherri_pie> its easy to watch and kinda entertaining
01:49:57 <Tigger_> I only like teen films with very colourful cinematography, like Bring it On. they're a bit of an antidote to the gloom cinematography that pervades so many films these days
01:51:00 <erlich> spirit fingers is the sort of scene you can watch again and again and not get sick of it
01:52:00 <erlich> spirit fingers is the sort of scene you can watch again and again and not get sick of it
01:53:00 <Tigger_> the 2014 Nebula award winner: https://en.wikipedia.org/wiki/Ancillary_Justice
01:53:00 <Tigger_> The Radchaai do not distinguish people by gender, and Leckie conveys this by using female personal pronouns for everybody, and by having the Radchaai main character guess wrongly when she has to use languages with gender-specific pronouns.
01:54:01 <Tigger_> the 2014 Nebula award winner: https://en.wikipedia.org/wiki/Ancillary_Justice
01:54:03 <Tigger_> The Radchaai do not distinguish people by gender, and Leckie conveys this by using female personal pronouns for everybody, and by having the Radchaai main character guess wrongly when she has to use languages with gender-specific pronouns.
01:55:12 Join: DisgruntledGoat ([email protected]) to #politicaldebate
01:57:00 <erlich> i am watching Stepford Wives right now, i have no idea what it is about, other than references from people
01:57:00 <erlich> the filmy quality is not that great, kinda like VHS
01:57:00 <Tigger_> then delete it
01:57:32 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
01:57:38 <erlich> i am watching Stepford Wives right now, i have no idea what it is about, other than references from people
01:57:55 <erlich> the filmy quality is not that great, kinda like VHS
01:58:00 <Tigger_> Nicole Kidman did a remake a few years ago
01:58:00 <erlich> yeah ive got that too, downloaded that one by accident
01:58:12 <Tigger_> then delete it
01:58:31 <Tigger_> Nicole Kidman did a remake a few years ago
01:59:00 <erlich> apparently it is from DVD
01:59:00 <erlich> it's not that bad, perhaps i am spoiled by proper rips now
01:59:18 <erlich> yeah ive got that too, downloaded that one by accident
02:00:00 <Tigger_> the original will eventually come to bluray
02:00:02 <erlich> apparently it is from DVD
02:00:14 <erlich> it's not that bad, perhaps i am spoiled by proper rips now
02:01:00 <erlich> do you sometimes prefer watching a film knowing very little abou tit?
02:01:00 <erlich> https://www.dropbox.com/s/umnejid3e7rkne7/Screenshot%202016-01-23%2023.00.41.png?dl=0
02:01:00 <erlich> screep capp
02:01:07 <Tigger_> the original will eventually come to bluray
02:01:27 <erlich> do you sometimes prefer watching a film knowing very little abou tit?
02:01:34 <erlich> https://www.dropbox.com/s/umnejid3e7rkne7/Screenshot%202016-01-23%2023.00.41.png?dl=0
02:01:38 <erlich> screep capp
02:01:43 Quit: AndroUser2 ([email protected]) Ping timeout: 121 seconds
02:01:46 Quit: cherri_pie ([email protected]) Connection closed
02:01:55 Join: cherri_pie ([email protected]) to #politicaldebate
02:02:00 <erlich> https://www.dropbox.com/s/7ph288fcu1gig9w/Screenshot%202016-01-23%2023.01.58.png?dl=0
02:02:43 <erlich> https://www.dropbox.com/s/7ph288fcu1gig9w/Screenshot%202016-01-23%2023.01.58.png?dl=0
02:03:00 <Tigger_> I've watched lots of films knowing nothing about them
02:03:40 <Tigger_> I've watched lots of films knowing nothing about them
02:12:01 Join: C2H50H ([email protected]) to #politicaldebate
02:14:32 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
02:14:45 Join: mack10nigga ([email protected]) to #politicaldebate
02:15:12 Quit: cherri_pie ([email protected]) Ping timeout: 121 seconds
02:25:36 Quit: anotherirc3r ([email protected]) Quit:
02:41:05 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
02:41:43 Join: C2H50H ([email protected]) to #politicaldebate
02:49:20 Nick: mack10nigga is now known as cherri_pie
02:50:40 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
02:51:30 Join: C2H50H ([email protected]) to #politicaldebate
03:00:07 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
03:00:20 Join: C2H50H ([email protected]) to #politicaldebate
03:04:35 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
03:31:34 Quit: doctor ([email protected]) Ping timeout: 121 seconds
03:38:06 Quit: President_Trump ([email protected]) Ping timeout: 121 seconds
03:38:08 Quit: JetstreamSam ([email protected]) Ping timeout: 121 seconds
03:41:00 <pebbles> underpants
03:41:57 Join: pebbles ([email protected]) to #politicaldebate
03:42:02 <pebbles> underpants
03:42:28 Join: JetstreamSam ([email protected]) to #politicaldebate
04:00:28 Quit: taillie ([email protected]) Ping timeout: 121 seconds
04:27:36 Quit: JetstreamSam ([email protected]) Ping timeout: 121 seconds
04:33:00 <andy> hope to grab one
04:33:00 <andy> prob grab jens or vaness's
04:33:33 Join: andy ([email protected]) to #politicaldebate
04:33:36 <andy> hope to grab one
04:33:42 <andy> prob grab jens or vaness's
04:51:00 <andy> go to become pedo faggot Marttin
04:51:47 <andy> go to become pedo faggot Marttin
05:18:23 Quit: KFC_BBL ([email protected]) Ping timeout: 121 seconds
05:26:00 <Tigger_> Marttin may be a pedo, but definitely not a faggot
05:27:00 <cherri_pie> lolll tigger
05:27:00 <Tigger_> morning cherri_pie
05:27:00 <cherri_pie> how are you tigger
05:27:00 <cherri_pie> i dont usually see you up this late
05:27:02 <Tigger_> Marttin may be a pedo, but definitely not a faggot
05:27:18 <cherri_pie> lolll tigger
05:27:55 <Tigger_> morning cherri_pie
05:28:00 <cherri_pie> how are you tigger
05:28:00 <cherri_pie> a special occasion the last few nights is it?
05:28:00 <Tigger_> I had a snooze, then woke up and went for a short walk
05:28:00 <cherri_pie> that sounds ok
05:28:00 <cherri_pie> sounds relaxing actually haha
05:28:00 <cherri_pie> are you in melb or nsw tigger
05:28:00 <Tigger_> QLD
05:28:00 <cherri_pie> ohh right
05:28:08 <cherri_pie> i dont usually see you up this late
05:28:23 <cherri_pie> a special occasion the last few nights is it?
05:28:24 <Tigger_> I had a snooze, then woke up and went for a short walk
05:28:32 <cherri_pie> that sounds ok
05:28:42 <cherri_pie> sounds relaxing actually haha
05:28:49 <cherri_pie> are you in melb or nsw tigger
05:28:57 <Tigger_> QLD
05:29:00 <cherri_pie> not many ppl from qld in here i think
05:29:00 <cherri_pie> mostly its melb nsw or perth
05:29:00 <cherri_pie> are there many qld ppl on austnet
05:29:00 <Tigger_> VIC and WA
05:29:00 <Tigger_> there's a few
05:29:04 <cherri_pie> ohh right
05:29:21 <cherri_pie> not many ppl from qld in here i think
05:29:29 <cherri_pie> mostly its melb nsw or perth
05:29:53 <cherri_pie> are there many qld ppl on austnet
05:29:55 <Tigger_> VIC and WA
05:30:00 <cherri_pie> hows the ice cream machine going
05:30:00 <cherri_pie> have you added any new appliances to your collection tigger?
05:30:00 <cherri_pie> haha
05:30:00 <cherri_pie> :)
05:30:00 <Tigger_> yes, on Friday I ordered a new Breville blender, to replace my old Sunbeam one
05:30:10 <Tigger_> there's a few
05:30:29 <cherri_pie> hows the ice cream machine going
05:30:44 <cherri_pie> have you added any new appliances to your collection tigger?
05:30:46 <cherri_pie> haha
05:30:50 <cherri_pie> :)
05:31:00 <Tigger_> let me find it
05:31:00 <cherri_pie> nice
05:31:00 <cherri_pie> yeh show me
05:31:00 <Tigger_> http://www.breville.com.au/professional-800-collectionr-die-cast-blender.html
05:31:00 <cherri_pie> im not surprised your replacing a sunbean product
05:31:00 <cherri_pie> i bought a sunbeam digital toaster and right out of the box it was trouble
05:31:00 <cherri_pie> ive got a breville digital kettle which isnt too
05:31:00 <cherri_pie> bad
05:31:14 <Tigger_> yes, on Friday I ordered a new Breville blender, to replace my old Sunbeam one
05:31:23 <Tigger_> let me find it
05:31:24 <cherri_pie> nice
05:31:27 <cherri_pie> yeh show me
05:31:37 <Tigger_> http://www.breville.com.au/professional-800-collectionr-die-cast-blender.html
05:31:44 <cherri_pie> im not surprised your replacing a sunbean product
05:31:57 <cherri_pie> i bought a sunbeam digital toaster and right out of the box it was trouble
05:32:00 <Tigger_> the Sunbeam blender wasn't too bad for what it was, but it couldn't do ice
05:32:00 <Tigger_> it would just create half ice shavings, half huge chunks that wouldn't get any smaller
05:32:07 <cherri_pie> ive got a breville digital kettle which isnt too
05:32:08 <cherri_pie> bad
05:32:27 <Tigger_> the Sunbeam blender wasn't too bad for what it was, but it couldn't do ice
05:33:00 <Tigger_> it was only $50 too
05:33:00 <Tigger_> so can't expect too much
05:33:12 <Tigger_> it would just create half ice shavings, half huge chunks that wouldn't get any smaller
05:33:28 <Tigger_> it was only $50 too
05:33:35 <Tigger_> so can't expect too much
05:35:02 Quit: andy ([email protected]) Quit:
05:36:00 <cherri_pie> thats not too bad
05:37:00 <cherri_pie> sunbeam has gone downhill a bit i think
05:37:00 <cherri_pie> i prefer breville if i can
05:37:06 <cherri_pie> thats not too bad
05:37:19 <cherri_pie> sunbeam has gone downhill a bit i think
05:37:25 <cherri_pie> i prefer breville if i can
05:39:00 <Tigger_> I like making cola icies for the summer, so need a way to make snow
05:39:00 <Tigger_> it's actually a Sunbeam machine I use now to make it, but they discontinued them
05:39:41 <Tigger_> I like making cola icies for the summer, so need a way to make snow
05:40:00 <Tigger_> all it does is shave ice
05:40:00 <cherri_pie> thats pretty cool
05:40:00 <cherri_pie> you always have interesting appliances tigger
05:40:00 <cherri_pie> i never knew there was such applicances for these things haha
05:40:16 <Tigger_> it's actually a Sunbeam machine I use now to make it, but they discontinued them
05:40:29 <Tigger_> all it does is shave ice
05:40:43 <cherri_pie> thats pretty cool
05:40:51 <cherri_pie> you always have interesting appliances tigger
05:41:00 <cherri_pie> i never knew there was such applicances for these things haha
05:41:00 <Tigger_> here it is: http://www.productreview.com.au/p/sunbeam-avalanche.html
05:42:14 <Tigger_> here it is: http://www.productreview.com.au/p/sunbeam-avalanche.html
05:43:00 <Tigger_> I don't know why they discontinued them, they seemed to be well liked enough
05:44:00 <cherri_pie> nice work tigger
05:44:00 <cherri_pie> its got some good reviews
05:44:17 <Tigger_> I don't know why they discontinued them, they seemed to be well liked enough
05:44:21 <cherri_pie> nice work tigger
05:44:24 <cherri_pie> its got some good reviews
05:45:00 <cherri_pie> im gonna head off tigger
05:45:00 <cherri_pie> it was nice chatting to you, have a good night :)
05:45:33 <cherri_pie> im gonna head off tigger
05:45:53 <cherri_pie> it was nice chatting to you, have a good night :)
05:45:58 Quit: cherri_pie ([email protected]) Quit:
05:52:07 Join: hepatoptosia ([email protected]) to #politicaldebate
06:01:23 Join: C2H50H ([email protected]) to #politicaldebate
06:11:36 Join: DisgruntledGoat ([email protected]) to #politicaldebate
06:13:55 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
06:17:27 Join: C2H50H ([email protected]) to #politicaldebate
06:19:26 Quit: DisgruntledGoat ([email protected]) Ping timeout: 122 seconds
06:26:33 Join: DisgruntledGoat ([email protected]) to #politicaldebate
06:28:55 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
06:42:58 Join: C2H50H ([email protected]) to #politicaldebate
06:45:26 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
06:49:48 Join: DisgruntledGoat ([email protected]) to #politicaldebate
06:49:53 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
06:58:37 Join: C2H50H ([email protected]) to #politicaldebate
06:59:49 Quit: Tigger_ ([email protected]) Quit: Leaving
07:00:55 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
07:01:58 Join: DisgruntledGoat ([email protected]) to #politicaldebate
07:02:03 Quit: Marttin ([email protected]) Ping timeout: 121 seconds
07:04:26 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
07:12:41 Join: Tigger_ ([email protected]) to #politicaldebate
07:12:47 Mode: (by ChanOP) +o Tigger_
07:14:57 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
07:15:06 Join: C2H50H ([email protected]) to #politicaldebate
07:18:44 Join: DisgruntledGoat ([email protected]) to #politicaldebate
07:19:26 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
07:19:48 Join: A2M3642A ([email protected]) to #politicaldebate
07:31:07 Join: C2H50H ([email protected]) to #politicaldebate
07:31:57 Quit: DisgruntledGoat ([email protected]) Ping timeout: 121 seconds
07:38:43 Quit: C2H50H ([email protected]) EOF from client
07:39:14 Join: C2H50H ([email protected]) to #politicaldebate
07:40:17 Quit: A2M3642A ([email protected]) Quit: Leaving
07:46:42 Quit: C2H50H ([email protected]) EOF from client
09:25:00 <ajnin> hi
09:25:54 <ajnin> hi
09:37:05 Quit: hepatoptosia ([email protected]) Ping timeout: 121 seconds
10:03:03 Join: Ozone ([email protected]) to #politicaldebate
10:03:06 Join: thestig1 ([email protected]) to #politicaldebate
10:04:24 Quit: thestig ([email protected]) Ping timeout: 121 seconds
10:04:49 Quit: thestig1 ([email protected]) Quit:
10:04:56 Join: thestig ([email protected]) to #politicaldebate
10:53:01 Join: KFC_BBL ([email protected]) to #politicaldebate
10:57:00 <Warren1984> hi all
10:57:00 <Warren1984> Tigger_ I will take back your house as it belongs to Muslims
10:57:35 Join: Warren1984 ([email protected]) to #politicaldebate
10:57:39 <Warren1984> hi all
10:57:55 <Warren1984> Tigger_ I will take back your house as it belongs to Muslims
10:58:00 <Tigger_> how does it belong to muslims?
10:58:21 <Tigger_> how does it belong to muslims?
11:00:00 <Warren1984> everything belongs to the Muslims
11:01:00 <Tigger_> not the oil
11:01:17 <Warren1984> everything belongs to the Muslims
11:01:37 <Tigger_> not the oil
11:02:00 <Warren1984> they found some more of MH370
11:02:00 <Warren1984> http://www.news.com.au/world/wreckage-found-in-thailand-raises-speculation-about-mh370s-fate/news-story/db659f1225f44347b7c7dc3763706b41
11:03:16 <Warren1984> they found some more of MH370
11:03:18 <Warren1984> http://www.news.com.au/world/wreckage-found-in-thailand-raises-speculation-about-mh370s-fate/news-story/db659f1225f44347b7c7dc3763706b41
11:04:00 <Tigger_> it would need to be studied by experts
11:04:36 <Tigger_> it would need to be studied by experts
11:09:00 <Tigger_> it makes you wonder how many planes have crashed in the Indian Ocean
11:09:36 <Tigger_> it makes you wonder how many planes have crashed in the Indian Ocean
11:13:00 <Warren1984> someone said it might be part of a Japanese rocket
11:13:45 <Warren1984> someone said it might be part of a Japanese rocket
11:28:00 <Tigger_> Windows 10 is the biggest load of garbage I've ever used in my life
11:28:41 <Tigger_> Windows 10 is the biggest load of garbage I've ever used in my life
11:45:12 Join: Rigel ([email protected]) to #politicaldebate
11:52:00 <tisk> Tigger_,
11:53:00 <tisk> this got few views
11:53:00 <tisk> https://www.youtube.com/watch?v=Mj9TIZ0cslE
11:53:00 <BlackDevil> Youtube: 5 minutes slut slap techno 2016 (Jan 13, 2016) Length: - Category: Music - 185 views views - 1 likes (50%), 1 dislikes (50%)
11:53:00 <Tigger_> probably people searching youtube for 'slut'
11:53:17 <tisk> Tigger_,
11:53:22 <tisk> this got few views
11:53:23 <tisk> https://www.youtube.com/watch?v=Mj9TIZ0cslE
11:53:28 <BlackDevil> Youtube: 5 minutes slut slap techno 2016 (Jan 13, 2016) Length: - Category: Music - 185 views views - 1 likes (50%), 1 dislikes (50%)
11:53:51 <Tigger_> probably people searching youtube for 'slut'
11:57:00 <tisk> Tigger_,
11:57:00 <tisk> if u turn this down
11:57:00 <tisk> https://www.youtube.com/watch?v=-ZJcxwtBpIg
11:57:00 <BlackDevil> Youtube: tech tonic 2016 new music video (Jan 21, 2016) Length: 2:36 - Category: Music - 3 views views - 1 likes (100%), 0 dislikes (0%)
11:57:00 <tisk> sounds real good
11:57:00 <tisk> the volume of youtube
11:57:10 Join: WOLF^BLITZER ([email protected]) to #politicaldebate
11:57:33 <tisk> Tigger_,
11:57:37 <tisk> if u turn this down
11:57:38 <tisk> https://www.youtube.com/watch?v=-ZJcxwtBpIg
11:57:42 <BlackDevil> Youtube: tech tonic 2016 new music video (Jan 21, 2016) Length: 2:36 - Category: Music - 3 views views - 1 likes (100%), 0 dislikes (0%)
11:57:43 <tisk> sounds real good
11:57:56 <tisk> the volume of youtube
11:59:00 <Tigger_> pretty good
12:00:06 <Tigger_> pretty good
12:02:32 Quit: WOLF^BLITZER ([email protected]) EOF from client
12:05:06 Quit: Glenn ([email protected]) Ping timeout: 121 seconds
12:05:42 Join: WOLF^BLITZER ([email protected]) to #politicaldebate
12:06:43 <Warren1984> Tigger_ don't call me a slut
12:07:02 <WOLF^BLITZER> Anyone see my interview with Abdullah II?
12:07:14 <WOLF^BLITZER> Fuck i owned that cunt
12:08:42 <pebbles> tisk is a faggot bitch
12:08:43 <Warren1984> Tigger_ is doctor having a bath with a cap full of dettol?
12:08:55 <Warren1984> Tigger_ is a Putta
12:09:04 <tisk> pebbles,
12:09:06 <tisk> https://soundcloud.com/alisid/eye-of-tiger
12:09:11 <pebbles> nup
12:09:13 <pebbles> gay
12:09:20 <Warren1984> puta
12:09:44 <Tigger_> Warren1984, will you get a hammer and smash Windows 10?
12:23:33 <tisk> https://youtu.be/lRGbHfxmqOM
12:23:37 <BlackDevil> Youtube: eye of tiger 2016 mess around mix (Jan 23, 2016) Length: 3:45 - Category: Music - 1 view views - 1 likes (100%), 0 dislikes (0%)
12:33:52 Join: Ethanol ([email protected]) to #politicaldebate
12:33:59 <pebbles> tisk is a faggot bitch
12:34:00 Mode: (by ChanOP) +h Ethanol
12:37:12 Join: C2H50H ([email protected]) to #politicaldebate
12:37:13 <WOLF^BLITZER> Ethanol can i interview your wife
12:37:31 <WOLF^BLITZER> Its a series on gook celebrities
12:39:22 <WOLF^BLITZER> ?
12:39:44 Quit: Ethanol ([email protected]) Ping timeout: 121 seconds
12:49:02 Quit: tisk ([email protected]) Quit: Leaving
12:50:38 Join: President_Trump ([email protected]) to #politicaldebate
12:53:11 <President_Trump> wheres prom
12:53:13 <President_Trump> hes coming back
12:53:15 <President_Trump> i had a vision
12:58:14 <Tigger_> what happened in this vision?
12:58:49 <President_Trump> i started watching LOST
12:58:51 <President_Trump> and he returned
12:59:08 <President_Trump> it was when i was getting some bread out of the toaster
13:00:07 <Tigger_> did you give him some?
13:00:40 <President_Trump> no
13:00:45 <President_Trump> i needed john edward there to talk to him
13:00:49 <Tigger_> heh
13:00:59 <President_Trump> but he was there
13:02:10 <Tigger_> https://www.yahoo.com/news/michael-bloomberg-may-launch-independent-u-presidential-bid-152658508.html
13:03:32 Join: tisk ([email protected]) to #politicaldebate
13:03:33 <President_Trump> who will that take votes from?
13:03:51 <tisk> rather bored
13:03:56 <tisk> had 4 coffees
13:04:01 <President_Trump> i dont think anyone outside of new york woudl think much of him
13:04:17 <tisk> got no where to go
13:04:25 <tisk> boring
13:05:33 <Tigger_> my guess is that Jeb's supporters are transferring their funds to him, just as a spoiler to try and split Trump's vote
13:05:50 <tisk> gonna eat heaps today
13:05:54 <tisk> when i get around to cooking
13:06:11 <tisk> yep
13:06:17 <President_Trump> i thought hillarys might have been
13:06:23 <tisk> usa sucks
13:06:27 <tisk> lols
13:06:37 <Tigger_> what are you going to eat today, tisk?
13:06:56 <President_Trump> tisk is going to have some homebrand bread and homebrand canola spread
13:07:00 <tisk> fried rice
13:07:09 <tisk> that i will make
13:07:13 <tisk> works
13:08:05 <tisk> over music now
13:08:06 <Tigger_> I watched a video of peanut butter being made in a blender, literally only one ingredient
13:08:08 <tisk> for ages
13:08:30 <tisk> did u hear my eye of tiger
13:08:32 <tisk> lols
13:08:36 <tisk> took 5 minutes
13:08:39 <President_Trump> thats all peanut butter should be
13:08:42 <Tigger_> I did
13:08:49 <President_Trump> maybe a little bit of oil to make it more spreadable
13:08:58 <tisk> peanuts are nice
13:09:02 <Tigger_> it was a famous black inventor who invented peanut butter
13:10:14 <tisk> u know a normal chinese container Tigger_
13:10:22 <President_Trump> fuck bloomberg is worth 37 billion, i thought he was only worth about 5
13:10:24 <tisk> when i make fried rice
13:10:32 <tisk> i make like 5 of them
13:10:40 <tisk> or at least 3
13:10:41 <Tigger_> why do you make 5?
13:10:45 <tisk> and eat the lot
13:10:51 Quit: C2H50H ([email protected]) Ping timeout: 121 seconds
13:11:15 <President_Trump> bloomberg obviously has so many business interests that hillary will easily make up the cost of running to him when hes elected
13:11:18 <tisk> if other ppl did that
13:11:22 <tisk> theyed get fat
13:11:24 <Tigger_> do you have anything with your flied lice?
13:11:30 <tisk> nah
13:11:36 <tisk> bacon is int it
13:11:38 <tisk> lots
13:12:29 <Tigger_> my expectation is that he'll drop out a month or two before the election, so as not to suffer the shame of a 0.2% vote
13:15:12 <President_Trump> he probably hates trump
13:15:39 <President_Trump> wonder if he will run with the same policies as trump
13:15:54 <Tigger_> heh
13:16:31 <President_Trump> i had always thought of him as a democrat but he switched to republican
13:16:33 Join: WOLF^BLITZER` ([email protected]) to #politicaldebate
13:16:35 <President_Trump> makes sense now
13:16:43 <WOLF^BLITZER`> President_trump is a loser
13:16:50 <President_Trump> hello wolfy
13:17:01 <President_Trump> <KFC_BBL> AndroUser2 bet kontinen-peers because Hewitt was "Past it"
13:17:06 <WOLF^BLITZER`> when does school go back, lozer?
13:17:20 <Tigger_> he'll campaign on the huge drop in NY crime, though that started before he became mayor
13:17:31 <President_Trump> WOLF^BLITZER bet big on Man United last night, he thought they were due for a win at home
13:18:16 <President_Trump> how outside of new york is anyone going to be interested in voting for him?
13:19:21 <WOLF^BLITZER`> vote for who
13:19:41 <WOLF^BLITZER`> new york is democrat lozer
13:19:48 <WOLF^BLITZER`> u wont get a vote there
13:20:17 <President_Trump> you dont even know what we are talking about WOLF^BLITZER
13:20:29 <President_Trump> u are a loser
13:20:32 <President_Trump> and failed gambling addict
13:20:33 <WOLF^BLITZER`> are u still on school holidays ?
13:20:47 <WOLF^BLITZER`> because youre a school teacher who is on 'school holidays'
13:21:28 <WOLF^BLITZER`> President_trump let me teach you a little bit about the voting process- cause your obviously very dumb
13:21:49 <President_Trump> ok
13:21:55 <WOLF^BLITZER`> president_trump wont win new york lozer
13:22:01 <President_Trump> i can pass on your gems to my students
13:22:08 <President_Trump> claim them as my own
13:22:11 <WOLF^BLITZER`> your students are losers
13:22:16 <President_Trump> say i got the info from a wise jewish man
13:22:54 <WOLF^BLITZER`> shouldnt u be checking to see if u can get staff room meeting cred?
13:23:21 <President_Trump> i already have that, i am highly respected WOLF^BLITZER, the only respect you can dream about
13:23:27 <WOLF^BLITZER`> staff room meeting credibility check up lozer
13:23:34 <WOLF^BLITZER`> u are not respected
13:23:37 <WOLF^BLITZER`> they all hate you
13:23:42 <WOLF^BLITZER`> dickhead loser
13:23:47 <President_Trump> we all sit around and laugh at the IT lackies, that happens in every company
13:23:51 <President_Trump> even school teachers laugh at you
13:23:55 <President_Trump> lollllllllllllllllllllllllllllllllllllllllllllllllll IT
13:23:55 <Tigger_> good news, Invasion USA is coming to bluray in March
13:25:16 Join: okikAndChat271284 ([email protected]) to #politicaldebate
13:25:41 <okikAndChat271284> morning and night
13:25:48 Nick: okikAndChat271284 is now known as Marttin
13:26:02 <Tigger_> Marttin, ask about President_Trump's vision
13:26:41 <Marttin> his vision? as in eyes or opinion on something?
13:26:51 <President_Trump> Marttin
13:26:54 <President_Trump> proms coming back
13:27:00 <Marttin> OH!
13:27:10 <Marttin> OH, WHEN?
13:27:31 <President_Trump> not sure
13:28:00 <President_Trump> Marttin i have a pic for you in the meantime
13:28:01 <President_Trump> http://tinypic.com/view.php?pic=svh1fp&s=7
13:28:47 <Tigger_> so that is picard?
13:28:54 <Marttin> LOOOOL @ picard cliclop arms
13:29:00 <Marttin> ciclop*
13:29:07 <WOLF^BLITZER`> Marttin hey loser
13:29:18 <WOLF^BLITZER`> i hear that u r a lozer
13:30:38 <WOLF^BLITZER`> a low-energy lozer
13:31:14 <Marttin> its an old pic though
13:31:25 <Marttin> if thats chelsea....
13:32:06 <WOLF^BLITZER`> Marttin do you have approximately 10 minutes free later
13:32:08 <Marttin> she must have a bushy pussy now
13:32:16 <Marttin> LOOOL
13:32:19 <WOLF^BLITZER`> i am currently conducting interviews with high level celebrities
13:33:27 <Marttin> circle I was wondering, what do you think about dwarfism people?
13:33:27 <Tigger_> I always imagine these angry irc types to be teenagers
13:33:42 <President_Trump> never seen picard before?
13:33:49 <Tigger_> no
13:33:57 <President_Trump> theres no teenagers on irc
13:34:20 <Marttin> until lampy comes back at the smell of PROM
13:35:51 <Marttin> its 3:35 and the lights on the castle wont go off
13:35:58 <WOLF^BLITZER`> PROM is a winner
13:36:19 <Marttin> the new council loves to spend in lights
13:36:34 <Marttin> its a nice view with the fog right now
13:36:36 <WOLF^BLITZER`> no 1 cares
13:37:43 <Tigger_> Marttin, commandeer the castle and declare it an independent socialist republic
13:37:58 <Marttin> lol, just today I saw a video with a drone
13:38:16 <President_Trump> bloomberg is probably just jealous of all the attention trump is getting
13:38:17 <Marttin> amazing how well it was made
13:42:47 <WOLF^BLITZER`> Marttin lozer, u should drink alcohol more
13:43:33 <Tigger_> why?
13:43:50 <WOLF^BLITZER`> because its good food
13:44:09 <pebbles> smelly underpants
13:48:09 <Tigger_> `topic Enriching the pool: http://www.dailymail.co.uk/news/article-3413728/Gang-migrants-arrested-sexually-assaulting-women-masturbating-historic-German-swimming-baths.html
13:50:38 <President_Trump> Several men were seen 'emptying their bowels' in the swimming pool
13:50:41 <President_Trump> lolllllllllllllllllllllllllll
13:51:02 <President_Trump> daily mail always moderate the comments
13:53:39 <President_Trump> The murder capital of Britain is actually a sleepy Lincolnshire town - which has also seen the highest increase in migrants in the country.
13:54:50 <WOLF^BLITZER`> president_trump:
13:54:53 <WOLF^BLITZER`> would you bang Ivanka Trump?
13:55:20 <Tigger_> it angers me the most when some innocent rural town is flooded by muds, what did they do to do deserve that?
13:55:43 <Tigger_> Chelsea Clinton: http://i.dailymail.co.uk/i/pix/2016/01/22/21/303E22BD00000578-0-image-a-1_1453499504456.jpg
13:55:47 <President_Trump> no WOLF^BLITZER, but i would bang eric trump or donald trump jnr
13:56:11 <President_Trump> she does the same stupid mouth as her mother
13:58:18 <President_Trump> skip ivanka trump wouldnt even look once at a low level IT employee on 35k a year like yourself
13:59:12 Join: doctor ([email protected]) to #politicaldebate
13:59:12 Mode: (by ChanOP) +o doctor
13:59:38 <tisk> doctor,
13:59:41 <WOLF^BLITZER`> Ivanka Trump would spread her legs for me
13:59:44 <tisk> <tisk> the world it just makes me meet fucken tossers
13:59:44 <tisk> <tisk> that then warp good ppls views of me
13:59:44 <tisk> <tisk> just to use the good ppl
13:59:54 <doctor> hello chris
14:00:05 <tisk> i love someone
14:00:18 <tisk> but they were warped
14:00:39 <tisk> by views of others that dont even know me
14:00:44 <tisk> or have never met me
14:01:17 <thestig> who did u love
14:01:23 <thestig> if they listen to other people
14:01:29 <thestig> they are not worth your time
14:01:29 <President_Trump> tisk pollock doesnt love you back
14:01:56 <tisk> i love person called me katut
14:02:40 <thestig> trump did you see the big meltdown last night?
14:03:14 <circle> whore for hitler's troops!
14:03:28 <circle> Marttin: i don't think about them much
14:03:32 <President_Trump> from who?
14:03:54 <tisk> i love only woman let me sleep with her in my bed
14:04:24 <tisk> nearlly naked
14:04:29 <tisk> it was fucken awesome
14:04:31 <tisk> fuck
14:04:36 <tisk> that shit never happens
14:12:22 <Tigger_> which nearly naked woman?
14:15:06 <President_Trump> thestig what meltdown?
14:17:50 <tisk> Tigger_, ?
14:18:02 <tisk> i dont want say her name
14:19:46 <tisk> there was a fully naked woman once in my bed
14:20:03 <tisk> but that was shit
14:20:10 <tisk> or it wasnt
14:20:17 <tisk> its just shit cause i cant see her
14:20:40 <President_Trump> we all know his name
14:20:41 <President_Trump> Simon
14:21:02 <President_Trump> Simon the transexual you used to sometimes call Sarah
14:21:51 <tisk> i only love lesbians not tranies
14:23:13 <Tigger_> there is no such thing as a lesbian, only angry fat women
14:23:22 Join: CodeeKnight ([email protected]) to #politicaldebate
14:24:25 <tisk> well i love little button nose
14:25:01 <tisk> i slept with her once
14:25:04 Join: dasphyxie ([email protected]) to #politicaldebate
14:25:07 <tisk> thats enough sex for ever
14:25:20 <tisk> cause only woman i ever wanted to sleep with
14:26:29 <CodeeKnight> THE REJECT SHOP
14:30:10 <tisk> dont do shrooms
14:30:20 <tisk> u do stuff thats retarded
14:30:27 <tisk> lsd at least u sleep with women
14:31:41 <tisk> coffee is making me sleepy
14:32:29 <tisk> man
14:32:41 <tisk> my first kiss
14:32:47 <tisk> i love that person too
14:34:06 Quit: tisk ([email protected]) Quit: Leaving
14:45:01 Quit: CodeeKnight ([email protected]) Quit:
14:52:05 <Warren1984> [09:09] <@Tigger_> Warren1984, will you get a hammer and smash Windows 10? <- yes
14:52:30 Join: tisk ([email protected]) to #politicaldebate
14:52:42 <WOLF^BLITZER`> tisk lozer
14:53:01 <WOLF^BLITZER`> tisk lozer
14:53:08 <Tigger_> once Windows 10 is smashed good and hard as it deserves, Microsoft's Indian CEO should be smashed good and hard too
14:53:19 <WOLF^BLITZER`> listen alright
14:53:39 <WOLF^BLITZER`> how do u feela bout Imminent Domain
14:53:57 <tisk> ??
14:54:01 <WOLF^BLITZER`> the rapper
14:54:13 <tisk> dont like rap
14:58:45 Join: Tenpenny ([email protected]) to #politicaldebate
15:18:39 Nick: Tenpenny is now known as StevenBackshall
15:21:32 <erlich> stepford wives was pretty good. no guns, no gore, nothing supernatural --- yet it was creepy as anything
15:22:11 <erlich> perhaps it worked more for me as i get more sensitive to 'fake robotic' acting when psychotic
15:22:33 <erlich> the feeling of a conspiracy around you, tha tis hard to explain, and no one else believes you but are really involved
15:22:57 <erlich> the ending didnt even bother to go Hollywood which was nice
15:23:12 <erlich> i wonder what the 2004 did, it's a pretty dark ending
15:27:51 Join: Lish ([email protected]) to #politicaldebate
15:28:25 <WOLF^BLITZER`> stepford wives was dogshit
15:28:25 <Lish> Hi
15:28:31 <WOLF^BLITZER`> fuck off
15:28:37 <WOLF^BLITZER`> u stood me up, lozer
15:28:47 <Lish> Huh
15:28:49 <Tigger_> how were the churros?
15:28:55 <Lish> They were good :)
15:29:16 <Lish> Finding it hard to get used to these glasses
15:29:19 <Tigger_> better than the film I bet
15:29:32 <Lish> Film was ok
15:29:38 <WOLF^BLITZER`> Lish u watch stepford wives?
15:29:51 <Lish> I have a long tim ago
15:30:06 <WOLF^BLITZER`> wat episode
15:30:27 <Lish> Huh
15:30:31 Quit: dasphyxie ([email protected]) Z-Lined
15:30:35 <Lish> Oh is it a tv show?
15:30:40 <Lish> I thought you meant the movie
15:30:45 <WOLF^BLITZER`> yea i dunno
15:30:47 <WOLF^BLITZER`> some bullshit
15:30:51 <Tigger_> <erlich> perhaps it worked more for me as i get more sensitive to 'fake robotic' acting when psychotic <- Kramer on The Omen "He wasn't the anti-christ, just a playful, rambunctious kid."
15:33:24 Join: fataznbaby ([email protected]) to #politicaldebate
15:37:22 <WOLF^BLITZER`> https://www.youtube.com/watch?v=i1A4Bw8J5YA
15:37:24 <WOLF^BLITZER`> lul
15:37:26 <BlackDevil> Youtube: The Late Show with David Letterman - Saturday Night Live (Sep 25, 2013) Length: - Category: Entertainment - 26,233 views - 105 likes (92.9%), 8 dislikes (7.1%)
15:40:05 <WOLF^BLITZER`> Lish are you watching Kings@Pacers?
15:40:07 <Lish> Keep taking these glasses off
15:40:09 <Lish> Haha
15:40:16 <Lish> Watching CBB
15:40:18 <WOLF^BLITZER`> i have mad loot on this game
15:40:56 <Tigger_> why is it hard to get used to your glasses?
15:43:37 Quit: Lish ([email protected]) Connection closed
15:45:39 Join: Lish ([email protected]) to #politicaldebate
15:45:44 <Lish> Just not used to wearing them
15:46:00 <fataznbaby> Yeah i rarely bother
15:46:46 <Tigger_> get contacts
15:46:52 <fataznbaby> It just feels like a splinter in your eye
15:47:12 <fataznbaby> Something that you itch to get rid of
15:47:50 <Lish> I don't like how they feel behind my ear
15:47:54 <Lish> That's all, just feels odd
15:48:31 <Tigger_> Lish, wear a monocle
15:48:48 <fataznbaby> Cut that bit off and then attach the rest to a nba cap
15:48:55 <fataznbaby> Wear a cap instead
15:49:56 <WOLF^BLITZER`> LOLLLLLLLLLLLLL @ kings winning
15:50:02 <WOLF^BLITZER`> u watchin Lish, lozer?
15:50:23 <Lish> lol a monocle
15:50:26 <Lish> Nah I'm not
15:50:31 <WOLF^BLITZER`> i won big on nishikori Lish lzoer
15:51:00 <WOLF^BLITZER`> Lish KFCBBL final is on tonight
15:51:30 <WOLF^BLITZER`> it is vital that i get a huge win on this game
15:51:41 <Lish> Ok sure
15:51:47 <WOLF^BLITZER`> as i have had
15:51:58 <WOLF^BLITZER`> today, on tennis and NBA gabmling
15:52:12 <WOLF^BLITZER`> now its time to win huge
15:52:19 <fataznbaby> Is it to pay off gambling debts skips
15:52:25 <WOLF^BLITZER`> we dont have time for pussy wins
15:52:26 <WOLF^BLITZER`> no
15:52:41 <Lish> I might cook some microwave popcorn
15:52:50 <WOLF^BLITZER`> yah well
15:52:58 <WOLF^BLITZER`> open a gambling account
15:53:19 <WOLF^BLITZER`> sacramento kings up by 5
15:53:27 Join: Una ([email protected]) to #politicaldebate
15:54:10 <WOLF^BLITZER`> kings were quite good lately
15:55:11 <fataznbaby> So pigs are smarter than any domesticated animal apparently
15:55:22 <WOLF^BLITZER`> Lish is very intelligent
15:56:25 <WOLF^BLITZER`> lish we can do some gambling
15:56:46 <Tigger_> it must be frustrating to have intellect and hooves
15:56:49 <WOLF^BLITZER`> u will never get promoted with your loser attitude
15:57:20 <fataznbaby> http://www.dailymail.co.uk/sciencetech/article-3122303/Move-Lassie-IQ-tests-reveal-pigs-outsmart-dogs-chimpanzees.html
15:59:08 <WOLF^BLITZER`> thats right Lish
15:59:26 <WOLF^BLITZER`> u couldnt win on anything
16:00:27 <WOLF^BLITZER`> which is why you are my inferior
16:01:27 Quit: Lish ([email protected]) Ping timeout: 121 seconds
16:01:57 Join: Lish ([email protected]) to #politicaldebate
16:02:12 <Tigger_> there is a crackpot theory that humans evolved from pigs interbreeding with chimps, and that's why humans get fat. normally you'd assume this was an internet theorist at work, but it's a real scientist
16:02:33 <WOLF^BLITZER`> Tigger_ relax your vagina
16:02:38 <WOLF^BLITZER`> no 1 cares about u
16:02:52 <WOLF^BLITZER`> this is about serious gambling discussion
16:07:15 Quit: fataznbaby ([email protected]) Ping timeout: 121 seconds
16:07:30 Quit: Lish ([email protected]) Ping timeout: 121 seconds
16:12:02 Join: fataznbaby ([email protected]) to #politicaldebate
16:17:53 <doctor> I think humans didn't evolve but were placed here by aliens
16:20:12 Join: Lish ([email protected]) to #politicaldebate
16:22:50 Quit: Lish ([email protected]) Connection closed
16:24:24 Join: Lish ([email protected]) to #politicaldebate
16:24:34 <Lish> Keep forgetting I'm here
16:24:42 <Ozone> me too
16:24:45 <Tigger_> Lish, where did humans come from?
16:24:56 <Tigger_> hi ozone, doctor
16:25:03 <Lish> Big Bang
16:25:03 <Ozone> hi
16:25:11 <Lish> Why
16:25:20 <doctor> hello tigger
16:25:22 <Lish> Maybe
16:25:27 <Lish> Chimps
16:25:37 <Lish> What are you asking me
16:26:10 <Tigger_> Lish, well humans may have been put here by aliens, or evolved from pigs
16:26:32 <Lish> Maybe
16:26:37 <Ozone> such a bonkers theory, how could that be true
16:26:51 <Lish> I don't know where humans came from
16:27:05 <Lish> If I knew, I might be rich
16:27:11 <Lish> Since no one else knows
16:27:31 <Ozone> i thought the answer was pretty well known?
16:27:45 <Lish> Not everyone believes the same thing
16:27:54 <Lish> And no one actually knows for sure right?
16:28:07 <Tigger_> http://www.dailymail.co.uk/sciencetech/article-2515969/Humans-evolved-female-chimpanzee-mated-pig-Extraordinary-claim-American-geneticist.html
16:28:19 <fataznbaby> Lol cof
16:28:28 <Ozone> i was under the impression everyone did believe pretty much the same thing, with the exception of lunatics
16:28:36 <Lish> Like doesn't tigger think it's all Adam and Eve
16:28:39 <Lish> And junk like that
16:28:49 <fataznbaby> Why is it junk
16:29:01 <Ozone> i don't think anybody but loonies seriously believe in adam and eve
16:29:56 <Lish> Lots of loonies that believe it
16:30:37 <Ozone> well, science says one thing and then theres that religious stuff that not many people follow
16:30:48 <doctor> doesn't really matter what you believe until you're dead
16:30:49 <Lish> Hahaha lots of ppl follow it
16:30:59 <Lish> Doctor, I doubt it even matters then
16:31:04 <doctor> then something thats you but isnt you is judged
16:31:04 <Lish> Cause you're dead, what can you do about it
16:31:14 <Ozone> 'lots', i've met a handful in my life
16:31:41 <Lish> I know heaps of religious people
16:31:45 <fataznbaby> Yeh ozone is right there are few people that take it seriously
16:31:59 <Ozone> where do you know them from? church?
16:32:00 <doctor> i kinda follow that the illusion you've maintained while living desists
16:32:05 <Lish> Hahah Ozone
16:32:06 <Lish> Nah just life
16:32:16 <fataznbaby> A lot of catholics are theistic evolutionists
16:32:28 <doctor> my brother is pretty religious
16:32:29 <Lish> I don't really believe anything
16:32:33 <Lish> I just don't really care
16:32:44 Join: Ethanol ([email protected]) to #politicaldebate
16:32:47 <Lish> I have my moral compass and I live by that
16:32:54 Mode: (by ChanOP) +h Ethanol
16:32:56 <Lish> The rest is irrelevant to me
16:33:08 <doctor> but you'll burn in eternal hell fire!
16:33:16 <fataznbaby> Forming an opinion based on limited experience and knowlege is a bad idea
16:33:17 <Tigger_> what is a moral compass?
16:33:17 <Ozone> well do you believe A) humans came from the same source as all other life on this planet or B) mystical stuff?
16:33:47 <Lish> I lean more towards A but I don't really care
16:33:58 <Lish> So I don't really passionately believe either
16:33:58 <Ozone> too wussy to come to a conclusion
16:34:01 <Ozone> :P
16:34:09 <Lish> What's the point in caring?
16:34:16 <Lish> Won't change a thing
16:34:22 <Ozone> having some idea of what the world around you is
16:34:28 <Lish> I understand why people have religion, some people like it, it's comforting for them
16:34:38 <Lish> I'm ok with people being religious and believing in Adam and Eve
16:34:58 <Lish> I don't like religion forced on others, or sometimes the opinions/views
16:35:03 <doctor> yeah i'm not bothered by it either
16:35:04 <Lish> But I respect that people have them
16:35:04 <fataznbaby> If someone doesnt even care about political events they wont care about origins
16:35:05 <Tigger_> all people with blue eyes have a single common ancestor, God only created them, while brown eyed people descended from monkeys
16:35:12 <Lish> I'm not going to dislike someone because of what they believe
16:35:13 <Ozone> hahahaha
16:35:39 <Ozone> Lish came from heaven
16:35:40 <Lish> I care about political events fataznbaby
16:35:50 <Lish> They are more relevant to me than origin
16:35:58 <Lish> They may impact my existence
16:36:05 <Lish> Where I come from, doesn't
16:36:32 <fataznbaby> But if there is a creator you willbe held accountable
16:36:39 <Lish> I
16:36:43 <Lish> I'll be dead
16:36:58 <doctor> the holy womb of mother Mary or the tar pits of middle africa
16:37:00 <fataznbaby> Yes but you presupposing there is no God
16:37:24 <fataznbaby> You are
16:37:35 <Lish> Like I said, you can be religious. I don't have to be. That's how the world works :)
16:37:52 <Ozone> i find the idea that god exists to be a bit terrifying. if he does exist he must be a monster
16:37:54 <Lish> I won't dislike you for your beliefs , I'll respect them. You should respect others beliefs too
16:39:01 <doctor> Maybe God isn't some angry sky daddy
16:39:03 <doctor> I dunno
16:39:06 <fataznbaby> Lish lol youre talking like a HR person in givt
16:39:10 <fataznbaby> Govt
16:39:16 <Lish> That's how I feel
16:39:24 <fataznbaby> God has to be angry tho
16:39:40 <fataznbaby> Otherwise he wouldnt be holy
16:39:48 <doctor> then it's his own fault
16:39:49 <Lish> Why does 'God' do bad things to good people?
16:39:54 <fataznbaby> Given all the crap that happens
16:39:57 <Lish> Innocent children, getting abused
16:39:58 <Lish> Or whatever
16:39:59 <doctor> he should take responsibility of his own actions
16:40:02 <Tigger_> Lish, that is answered in Job
16:40:16 <fataznbaby> Is anyone innocent tho
16:40:25 <fataznbaby> Question your assumptions
16:40:34 <Lish> I'm pretty sure a 6 month old baby is innocent
16:40:40 <fataznbaby> What is the nature if man like
16:40:45 <fataznbaby> Of
16:41:01 <doctor> Why did God have to test Job's faith because Satan challenged him?
16:41:28 <fataznbaby> Yes but even if that child is innocent it doesnt mean God isnt allowed to do as He pleases
16:41:48 <fataznbaby> After all evil was done to Jesus
16:42:01 <Tigger_> because Satan was actually correct, Job's real faith only came after his misfortunes
16:42:03 <Lish> Why would God want a 6 month old baby to be raped or tortured by their parents
16:42:06 <Lish> That happens everyday
16:42:11 <Lish> In cities all over the world
16:42:16 <fataznbaby> It depends on whether you see it short term or long term
16:42:20 <Lish> That's pretty fucked up of 'God'
16:42:20 <doctor> Anything that lives is guilty of disturbing the natural peace of oblivion and therefore guilty
16:42:50 <Tigger_> Lish, so God should make it impossible to rape a person until they reach a certain age?
16:42:58 <fataznbaby> Lmao
16:43:15 <Lish> God shouldn't let bad things happen to the innocent if he supposedly controls everything
16:43:43 <doctor> If he is omnipotent and omnipresent, why couldn't he already foretell Job's faith?
16:43:49 <fataznbaby> It also violates the liberty of man to control our thoughts and actions, even tho we are boundby our sinful nature
16:44:00 <Tigger_> so innocent people should have some sort of protective aura, where nothing bad can happen to them, until it wears off with age
16:44:02 <doctor> these kind of things aren't really worth thinking about
16:44:17 <Lish> I thought God was in charge of everything happening in the world
16:44:18 <doctor> unless the misfortune of Job isn't really a misfortune at all
16:44:19 <fataznbaby> Doctor its for everyone else to learn
16:44:22 <Lish> Like a puppet master
16:44:30 <fataznbaby> Including satan
16:44:40 <fataznbaby> It isnt doctor
16:44:43 <Tigger_> like you could drop a nuclear bomb on a baby, and it would be fine, though every building for miles around would be flattened
16:45:28 <fataznbaby> Evil ultimately doesnt exist, it is the ditch on your way top to peak of a mountain
16:45:34 <Tigger_> at puberty they would start getting some radiation burns though
16:46:12 <Lish> Now you're just talking to each other because the rest of us have given up
16:46:15 <Lish> Sounds too crazy
16:46:20 <fataznbaby> Lol
16:46:42 <fataznbaby> We both know this is foolishness to atheists
16:47:00 <fataznbaby> This is just raised fordiscussion
16:47:14 <fataznbaby> You cant reason your way with this
16:47:27 <doctor> I like to think about these things, but there's no real answer. We just create a own narratives anyway
16:47:34 <fataznbaby> Because its an emotional issue
16:47:42 <fataznbaby> People hate God
16:48:00 <Lish> Exactly doctor
16:48:18 <Tigger_> for me it's that the questions and objections of atheists show little philosophical depth, that they don't really even understand their own words
16:48:24 <doctor> I don't think it's possible to hate God, I think they just question why there is good and evil
16:48:26 <fataznbaby> Yeap
16:48:53 <Lish> And I just don't care, it doesn't make a difference to how I live my life
16:48:57 <fataznbaby> It is questioning God's character
16:48:59 Quit: WOLF^BLITZER` ([email protected]) Quit: http://www.mibbit.com ajax IRC Client
16:49:20 <fataznbaby> It isimplying they are better and smarter and more moral
16:49:48 <doctor> Some might, but that's a strawman
16:50:16 <doctor> maybe it's God's intention to conceal himself from people so they may reveal him later
16:50:24 <fataznbaby> Well by criticising God they are implying their standard is higher
16:51:01 <fataznbaby> It is just mankind rebelling
16:51:07 <fataznbaby> Nothing new
16:51:32 <doctor> yet again, some might be blasphemous, but It's not criticising just to question
16:52:47 <fataznbaby> It depends if they are posing a genuinly curious question or if its loaded with condescending thoughts
16:53:17 <fataznbaby> Like how 'innocent' kids ask why tge sky is blue
16:53:36 <fataznbaby> Not making a remark that it should be green
16:53:38 <Tigger_> a better objection is "If God is good, then why did he create flies?"
16:54:25 <fataznbaby> I guess God is racist, he wanted to annoy kids in africa
16:54:39 <Warren1984> Tigger_ what is a list of foods I can eat for next week?
16:54:47 <fataznbaby> Ey wazza
16:54:51 <Warren1984> hey fataznbaby
16:54:57 <doctor> One is verified by emprical evidence while one is based on faith
16:55:06 <Warren1984> fataznbaby what is a list of foods I can eat for next week?
16:55:14 <fataznbaby> You got plans for tues yet
16:55:18 <Tigger_> Warren1984, you could make something with chickpeas, lots of recipes have chickpeas
16:55:22 <Warren1984> doctor so are you seriously doing Psychology this year?
16:55:24 <doctor> And most people, while being bothered by flies, don't question God because they are bothered by them
16:55:43 <doctor> Yeah I am
16:56:06 <fataznbaby> Doctor how can you prove the existence of God via naturalism or empiricism?
16:56:45 <tisk> lol
16:56:47 <doctor> Which God?
16:56:50 <tisk> me
16:57:21 <fataznbaby> The Triune Christian God
16:57:56 <Warren1984> that is cool how you can have checkoff lists in cherrytree
16:58:16 <fataznbaby> The creation reflects the properties of the creator but isnt sufficient to prove on paper of His existence
16:58:22 <Warren1984> Tigger_ a newer cherrytree is out
16:58:42 <fataznbaby> Ive seen tisk dance on cam
16:58:46 <Ethanol> can you import PDFs into CherryTree? (I've asked before)
16:58:48 <fataznbaby> Def Gid
16:58:56 <fataznbaby> God
16:59:05 <Tigger_> no importing of PDF into CherryTree
16:59:52 <Tigger_> the best you can do is have a link within a CherryTree node that points to the file
17:00:34 <tisk> hi fataznbaby
17:01:18 <tisk> my pills have given me a hang over and i havent drank today
17:01:30 <doctor> which pills?
17:01:33 <Tigger_> btw, it's interesting that the "Anthropic principle
17:01:34 <Tigger_> " cosmologists use to rebut objections about the improbability of the universe, that we are here to ask that question, is essentially in agreement with Genesis, that the universe was designed for humans
17:01:35 <fataznbaby> What pills
17:01:41 <tisk> olanzapine
17:01:56 <fataznbaby> Imnot onthat anymore
17:02:02 <tisk> they make me dream to
17:02:07 <fataznbaby> What mg dose
17:02:11 <tisk> just 5
17:02:27 <tisk> are u crazy fataznbaby
17:02:30 <fataznbaby> Yeh they make your dreams more vivid
17:02:32 <tisk> like me
17:02:34 <fataznbaby> Yes
17:02:37 <tisk> cool
17:02:39 <tisk> hugs
17:02:46 <fataznbaby> Danku
17:02:48 <doctor> anything with a pine at the end is going to give you hangovers
17:03:07 <fataznbaby> And pam makes you sleep
17:03:13 <tisk> k
17:03:21 <fataznbaby> Tisk what else you on
17:03:28 <tisk> just abilify
17:03:30 <doctor> yeah, I don't like pharmaceuticals, but sometimes theyre necessary
17:03:51 <fataznbaby> People swearby abilify
17:03:56 <tisk> only anti psych i dont pace on spot or have bouncing legs
17:04:10 <Tigger_> Ethanol, I just checked, import from PDF is on the CherryTree to-do list
17:04:11 <fataznbaby> I dont know if the public system prescribes it
17:04:27 <doctor> I took that years ago along with quetiapine and topirimate and it turned me into a bloated zombie
17:04:44 <fataznbaby> Yes itscalled akathasia tisk
17:04:53 <fataznbaby> That restless thing
17:04:57 <tisk> ok
17:05:06 <Warren1984> when you make a list of foods for 1. next week 2. next fortnight 3. next month it really makes you think about what you have to purchase at the shops
17:05:17 <Tigger_> doctor, how long did that take?
17:05:41 <doctor> to turn into a zombie? pretty much as soon as I started. To bloat me up took 6 months
17:05:53 <doctor> Think I gained 30kg or something in the course of a year
17:06:07 <Warren1984> pam makes you addicted as well
17:07:18 <Tigger_> I see
17:07:19 <Warren1984> I use to be on more tban one of those pam things
17:07:32 <Tigger_> these drugs are peculiar
17:07:40 <Warren1984> I still take Alodorm I think that is called Nitrazepam
17:07:47 <Ethanol> Excellent. I download a lot of datasheets in PDF format. It would be great to embedded them into a project file in CherryTree.
17:08:02 <Tigger_> I suppose they account for a good percentage of the rise in obesity
17:08:14 <Ethanol> Presently they go in a folder, generically named "Datasheets". Finding what I need is a pain.
17:08:18 <fataznbaby> Is there cherrytree for linux
17:08:32 <Warren1984> rather than going to TAFE maybe I should focus on how to make myself more tired
17:08:37 <Warren1984> by doing more exercise
17:08:44 <Tigger_> yes, it's primarily for Linux, the developer doesn't really even know if his Windows builds work or not
17:08:45 <tisk> does ur nick mean you are cuddly and have a baby fataznbaby ?
17:08:51 <Warren1984> and less dependent on pams
17:09:00 <doctor> I'm pretty much always tired
17:09:00 <Warren1984> fataznbaby do you take any pams?
17:09:03 <fataznbaby> So if ethanol switches he can keep using
17:09:04 <doctor> just gotta work while tired
17:09:11 <Warren1984> same here doctor
17:09:12 <fataznbaby> Only epilimnow
17:09:18 <tisk> i hate epiliem
17:09:27 <tisk> fucken blood tests
17:09:29 <Warren1984> so you don't take any anti-psychotics now?
17:10:07 <Tigger_> no Mac builds though, I suppose using GTK has something to do with that
17:10:29 <Ethanol> OneNote is not suitable for two reasons: 1. Font rendering is crap, like most Micro$oft crapware these days. and 2. No native support for PDF - files must be exported to XPS format.
17:11:04 <Tigger_> I was using Windows 10 this morning, it made me want to punch holes in the wall
17:11:14 <doctor> lol
17:11:18 <tisk> it says i can upgrade for free
17:11:20 <tisk> i did once
17:11:24 <tisk> i hated it
17:11:30 <doctor> I'm Cortana. Ask me anything.
17:11:40 <doctor> How do I remove Cortana?
17:11:44 <tisk> lols
17:11:54 <tisk> danni is still knocking at her bfs door
17:12:02 <tisk> for last 15 minutes
17:12:03 <Tigger_> Cortana = Clippy after transitional hormones
17:12:14 <doctor> lol
17:13:53 <tisk> hungry just woke up
17:14:13 <tisk> cooking dimsims cause of meds hangover cbf clean dishes to cook proper yet
17:14:20 <Tigger_> I actually preferred the Windows 8 interface, at least it had a design philosophy I could pick up on, Windows 10 is a random mishmash
17:14:34 <Warren1984> I feel that my routine has been going so well for a long time now I feel like I don't want to change anything
17:14:52 <tisk> fataznbaby, :)
17:16:27 <Ethanol> Harvey Norman is now offering 60 months free on purchases of $1500 or greater
17:16:28 <doctor> i just use the file explorer and i've fogotten what my desktop looks like
17:16:44 <Ethanol> 60 months *interest free
17:17:51 <doctor> HN are in the business of selling debt. The longer the interest free period, the more likely they are to forget
17:18:01 <Tigger_> that means that everyone who was ever going to bite at 24, or 36 months already has
17:18:46 <Tigger_> doctor, absolutely. their business model is really just a front for personal finance
17:20:38 <doctor> makes me wonder if anything is of any value any more
17:20:50 <doctor> they all seem to pretty much head that way the longer they are in the market
17:20:54 <Tigger_> a private space is
17:21:05 <doctor> true
17:21:32 <tisk> fataznbaby hows u today|?
17:22:04 <WOLF^BLITZER> Fataznbaby is a lozer
17:22:09 <Tigger_> I forget the name of this chain, but the sales staff try to strongly discourage customers from actually paying for anything, they try and get them to sign up to finance
17:22:14 <tisk> dont say that WOLF^BLITZER
17:22:51 <WOLF^BLITZER> Cool story
17:23:07 <doctor> I've got no credit history so thankfully I will spared by the sharks
17:23:18 <Tigger_> doctor, that doesn't matter
17:23:53 <Tigger_> while you live and breath, you are eligible for credit
17:24:46 <doctor> Could be time to add an extra layer of rendering to my bedroom walls
17:25:50 <Tigger_> have you ever heard of anyone actually being knocked back for a credit card or in store finance?
17:26:00 <WOLF^BLITZER> Sounds good, im interviewing celebrities lately
17:26:48 <Tigger_> even skip could get the 60 month interest free offer
17:26:52 <WOLF^BLITZER> A-Class shit only ,LOZER
17:26:57 <doctor> I did for a laptop once, but that was a long while back
17:27:15 <WOLF^BLITZER> I get special CNN shipment
17:27:18 <WOLF^BLITZER> Direct
17:27:30 <Tigger_> that wouldn't happen now
17:27:40 <WOLF^BLITZER> It would
17:28:06 <WOLF^BLITZER> Loser
17:28:07 <doctor> probably not, no
17:28:29 <WOLF^BLITZER> Doctor is also a huge lozer
17:28:39 <doctor> Skip, goto bed
17:28:50 <WOLF^BLITZER> I suggest BAN
17:29:09 <WOLF^BLITZER> Get rid of the faggot^^^^^^^
17:44:55 <Warren1984> 5 years Ethanol?
17:46:26 <Warren1984> 60 months = 5 years
17:46:42 <Warren1984> good for people who want to start out at a new house
17:46:47 <Warren1984> esp a couple
17:48:02 <Tigger_> so have the home loan payments and the Harvey Norman debt at once
17:48:45 <doctor> debt consolidation
17:49:27 Quit: KFC_BBL ([email protected]) Ping timeout: 121 seconds
17:49:37 <fataznbaby> Before you leave a country for good how thorough is the debt check
17:49:40 <StevenBackshall> HAYS RECRUITMENT
17:51:10 <Warren1984> that is why it's good to learn electronics
17:51:27 <Warren1984> you can fix an old fridge/washing machine yourself
17:51:36 <Warren1984> find a cheap on on gumtree
17:51:54 <Warren1984> and look for any problems that are easy to fix
17:51:57 <fataznbaby> Those problems are more mechanical or specific
17:52:01 <Warren1984> with electronic knowledge
17:52:30 <Warren1984> people with knowledge of electronics generally have mechanical knowledge
17:54:01 Quit: StevenBackshall ([email protected]) Quit: If your not living on the edge, you're taking up too much space
17:55:11 <Tigger_> there are people who fill their house up with broken appliances, saying they're going to fix them very soon
17:56:30 <doctor> each broken appliance tells a story the world must know about
17:56:45 <doctor> just havent got around to writing about it yet
17:57:34 Join: SoupNazi ([email protected]) to #politicaldebate
17:58:29 <doctor> Skip hurt my feelings so you boys are free to let loose on him
17:59:32 <fataznbaby> You can write about how strum made marijuana smoothies for jen
17:59:42 Join: StevenBackshall ([email protected]) to #politicaldebate
17:59:42 <Warren1984> lol fataznbaby
17:59:53 <fataznbaby> Using the cheapblender from the flemarkets
18:00:02 <fataznbaby> That caught on fire
18:00:09 <Warren1984> would Jen be a nice step-mother for Max
18:00:21 <fataznbaby> It melted and is now one with the kitchen bench
18:00:32 <fataznbaby> Stepmother and gf
18:01:24 <Warren1984> https://www.facebook.com/hashtag/stopanimalabuse?hc_location=ufi
18:01:34 <fataznbaby> Lol waz
18:02:03 Quit: fataznbaby ([email protected]) Connection closed
18:03:57 <Lish> Tigger_: I saw the iPad pro today in the flesh
18:04:17 Quit: Rigel ([email protected]) Ping timeout: 121 seconds
18:04:24 Join: Rigel ([email protected]) to #politicaldebate
18:07:32 <Tigger_> Lish, did you play with it?
18:08:11 <Lish> I had a bit of a flick through it
18:08:14 <Lish> It's pretty nice looking
18:08:20 <Lish> It's massive, much bigger than I was expecting
18:08:51 <Tigger_> yes, good for comics
18:09:16 <Lish> Looks pretty nice
18:09:23 <Lish> Is it glitchy? Did you say that?
18:09:34 <Tigger_> yes, there are a lot of glitches with it
18:09:42 <Tigger_> so I'll wait till a Ver 2
18:09:50 <Lish> Yeah me too then
18:09:56 <Lish> I didn't think I wanted it, till I saw it
18:10:04 <Lish> It might be a bit big, but it's pretty nice lol
18:10:56 <Tigger_> what will you use it for?
18:11:11 <Lish> I dunno
18:11:22 <Lish> Facebook
18:11:25 <Lish> Irc Anna
18:11:29 <Lish> Haaha not Anna
18:11:32 <Lish> Reading
18:12:26 <Tigger_> you hate the ipad mini don't you?
18:12:34 Quit: Una ([email protected]) Ping timeout: 121 seconds
18:13:09 <StevenBackshall> HAYS RECRUITMENT
18:14:10 <Tigger_> hmm, it doesn't seem to have been fixed since it was reported in November
18:14:23 <Lish> Yeah I hate th iPad mini
18:14:31 <Tigger_> perhaps it's not something that can be fixed through firmware updates
18:16:05 <erlich> i wouldnt made the new iPad after the glitches are sorted out, i wonder how long its battery life is currently
18:16:07 <tisk> ahhh much better had a shower b4 that some food
18:16:24 <erlich> made/mind*
18:18:01 Join: Tadeusz ([email protected]) to #politicaldebate
18:20:13 <tisk> showers fix my anxiety sometimes
18:20:41 <Ethanol> do you ever pass out in showers?
18:20:49 <tisk> no
18:21:06 <tisk> hi Ethanol
18:21:30 <Lish> This show everyone is raving about isn't good
18:23:41 <Tigger_> what show?
18:24:02 <Lish> Ummm
18:24:13 <Lish> Making a Murderer
18:24:28 <Tigger_> not heard of it
18:25:21 <Lish> It's a Netflix show
18:25:31 <Lish> People are losing their minds for it
18:27:19 <Tigger_> The series was well received by critics, who praised its comprehensive nature.[6] The series has an approval rating of 97% on Rotten Tomatoes, based on 35 reviews, with an average rating of 8.6/10. The site's critical consensus describes Making a Murderer as "a spellbinding slow burn that effectively utilizes the documentary format to tell a twisty mystery."[10] On Metacritic, the series has a weighted average score of 84 out of 100, based
18:27:19 <Tigger_> on 21 critics, indicating "universal acclaim".[11]
18:29:49 <Ethanol> If critics like it, then it must be crap
18:29:54 <Tigger_> he probably did it, I don't think the cops murdered a woman just to frame him for it
18:29:57 <erlich> it looks very silly
18:30:02 <Lish> Yah I watch a lot of documentaries and murder shows
18:30:09 <Lish> And it's not very exciting
18:30:24 <Tigger_> I really only like Australian murder shows
18:30:54 <Lish> I just read that to my husband
18:31:00 <Lish> And he said it's not spellbinding
18:33:12 <Tigger_> wiki lists his priors, he was clearly a complete psychopath even at a young age
18:34:20 <Lish> Yeah they went through his priors in this show
18:34:25 <Lish> Seems like a rubbish guy
18:34:36 <Tigger_> clinical psychopaths find lying very easy, whatever suits them at the moment becomes the truth
18:35:37 <Lish> You'd know eh
18:36:02 <Tigger_> I know because they always become project managers
18:37:39 <Lish> Haha
18:37:52 <Lish> With cool glasses
18:40:35 Quit: Tadeusz ([email protected]) Connection closed
18:41:16 <Tigger_> there are times when someone is wrongfully convicted, but in almost all cases they were such ratbags they probably are guilty of something very similar, just that they got charged for the one thing they didn't do
18:41:38 <Lish> Yeh he didn't do the first rape
18:41:44 <Lish> DNA cleared him
18:41:51 <Lish> But he's a dodgy guy
18:45:30 <erlich> it's just like when you're on IRC and some idiot gets abusive or floods, sometimes you ban the wrong guy -- but it is the sort of person that has done it before or will again. IrC Iz Lyf3
18:45:53 <pebbles> smelly underpants
18:46:17 <erlich> sometimes i like the idea of a DNA database, but then you hear of these dodgy sorts that rig the tests (like that Indian woman)
18:49:26 Join: Glenn ([email protected]) to #politicaldebate
18:49:42 Quit: Warren1984 ([email protected]) Ping timeout: 121 seconds
18:50:26 Quit: ajnin ([email protected]) Ping timeout: 121 seconds
18:53:00 <erlich> "new" simpsons
18:53:38 <erlich> "new" simpsons
18:59:00 <Ethanol> Starcraft 3 was released?
18:59:00 <Ethanol> When did that happen?
18:59:00 <erlich> warren said something about a new one, but i thought he just meant a new 'story' of 2
18:59:00 <erlich> did you play 2 though?
18:59:34 <Ethanol> Starcraft 3 was released?
18:59:42 <Ethanol> When did that happen?
18:59:59 <erlich> warren said something about a new one, but i thought he just meant a new 'story' of 2
19:00:00 <Ethanol> no, I'm really bad at RTS games
19:00:00 <erlich> http://www.breitbart.com/big-government/2016/01/22/reuters-poll-trumps-support-jumps-to-40-percent/?utm_source=facebook&utm_medium=social
19:00:00 <erlich> i tend to just stay on my base and turret farm
19:00:00 <erlich> ozone is very good though
19:00:17 <erlich> did you play 2 though?
19:00:44 <Ethanol> no, I'm really bad at RTS games
19:00:59 <erlich> http://www.breitbart.com/big-government/2016/01/22/reuters-poll-trumps-support-jumps-to-40-percent/?utm_source=facebook&utm_medium=social
19:01:00 <erlich> so was falchion if you remember him
19:01:00 <erlich> i find it mor efun to see enemy units come to me and get obliterated
19:01:00 <Ethanol> I happily played Sims, while the opposition was busy preparing to rush me
19:01:13 <erlich> i tend to just stay on my base and turret farm
19:01:16 <erlich> ozone is very good though
19:01:29 <erlich> so was falchion if you remember him
19:02:00 <erlich> i find it mor efun to see enemy units come to me and get obliterated
19:02:00 <erlich> i was big on SimCity 2000 but never played Sims
19:02:00 <Ethanol> I played Starcraft like Sims
19:02:00 <erlich> im not even sure what Simsis like
19:02:21 <Ethanol> I happily played Sims, while the opposition was busy preparing to rush me
19:02:42 <erlich> i was big on SimCity 2000 but never played Sims
19:02:55 <Ethanol> I played Starcraft like Sims
19:03:00 <Ethanol> needless to say, I never lasted long
19:03:11 <erlich> im not even sure what Simsis like
19:03:29 <Ethanol> needless to say, I never lasted long
19:04:00 <erlich> did you like SImCity 2000?
19:05:21 <erlich> did you like SImCity 2000?
19:06:40 Nick: SoupNazi is now known as KFC_BBL
19:07:00 <Ethanol> I still play Simcity 2000
19:08:00 <erlich> DOSbox?
19:08:00 <Ethanol> Yes, the Windows 3.1 version :-)
19:08:00 <tisk> erlich, https://www.youtube.com/watch?v=lRGbHfxmqOM&feature=youtu.be
19:08:00 <BlackDevil> Youtube: eye of tiger 2016 mess around mix (Jan 23, 2016) Length: 3:45 - Category: Music - 7 views views - 2 likes (100%), 0 dislikes (0%)
19:08:00 <erlich> anything else ancient that you play?
19:08:00 <erlich> i still play SC I from time to time
19:08:18 <Ethanol> I still play Simcity 2000
19:08:31 <erlich> DOSbox?
19:08:44 <Ethanol> Yes, the Windows 3.1 version :-)
19:08:50 <tisk> erlich, https://www.youtube.com/watch?v=lRGbHfxmqOM&feature=youtu.be
19:08:54 <BlackDevil> Youtube: eye of tiger 2016 mess around mix (Jan 23, 2016) Length: 3:45 - Category: Music - 7 views views - 2 likes (100%), 0 dislikes (0%)
19:09:00 <tisk> monkey islands were good
19:09:00 <tisk> maniac mansion
19:09:00 <tisk> on apple 2c
19:09:00 <tisk> lols
19:09:00 <tisk> now that was a game
19:09:00 <Ethanol> There is an updated version of Maniac Mansion
19:09:00 <tisk> and jumpman
19:09:02 <erlich> anything else ancient that you play?
19:09:11 <erlich> i still play SC I from time to time
19:09:29 Join: Iblis ([email protected]) to #politicaldebate
19:09:32 <Glenn> Larry The Lounge Lizard used to be pretty good! :)
19:09:46 Join: Warren1984 ([email protected]) to #politicaldebate
19:09:51 <tisk> monkey islands were good
19:09:58 <tisk> maniac mansion
19:10:00 <tisk> u remember jump man
19:10:00 <Ethanol> with modern graphics, music and speech
19:10:00 <tisk> kk
19:10:00 <tisk> same with monkey island
19:10:00 <Ethanol> I'm keeping myself busy with a few shareware classics such as Commander Keen and Duke Nukem
19:10:01 <tisk> on apple 2c
19:10:02 <tisk> lols
19:10:09 <tisk> now that was a game
19:10:13 <Ethanol> There is an updated version of Maniac Mansion
19:10:14 <tisk> and jumpman
19:10:27 <tisk> u remember jump man
19:10:28 <Ethanol> with modern graphics, music and speech
19:10:31 <tisk> kk
19:10:40 <tisk> same with monkey island
19:10:40 <Glenn> Where In The World Is Carmen Santiago... Apple.
19:11:00 <Ethanol> (the full versions, of course)
19:11:00 <erlich> i didnt have many games as a kid, but the keen series was one
19:11:00 <tisk> phantasamgoria
19:11:03 <Ethanol> I'm keeping myself busy with a few shareware classics such as Commander Keen and Duke Nukem
19:11:18 <Glenn> The there was MacPlaymate on the original Mac computer.
19:11:23 <Ethanol> (the full versions, of course)
19:12:00 <tisk> 8 cds
19:12:00 <erlich> strangel yi have never played Keen 1
19:12:00 <tisk> lols
19:12:13 <Glenn> ...of course! :)
19:12:16 <erlich> i didnt have many games as a kid, but the keen series was one
19:12:19 <tisk> phantasamgoria
19:12:25 <tisk> 8 cds
19:12:26 <erlich> strangel yi have never played Keen 1
19:12:26 <tisk> lols
19:16:09 Quit: Iblis ([email protected]) Quit: Leaving
19:21:00 <WOLF^BLITZER> Faggotz
19:22:16 <WOLF^BLITZER> Faggotz
19:27:00 <StevenBackshall> HAYS
19:27:59 <StevenBackshall> HAYS
19:28:00 <Ethanol> finding a small form factor PC case that doesn't look like crap is much harder than I thought
19:29:00 <Ethanol> ideally I'd like a case like this: http://www.dell.com/au/business/p/inspiron-3647-small-desktop/pd?oc=y220833au&model_id=inspiron-3647-small-desktop
19:29:00 <Ethanol> clean, simple design
19:29:00 <erlich> http://ww1.hdnux.com/photos/14/35/74/3268396/3/920x920.jpg
19:29:00 <erlich> gay/bisexual female jewish comedian
19:29:00 <Ethanol> but this is all I can find: http://www.computeralliance.com.au/parts/?id=12461
19:29:20 <Ethanol> finding a small form factor PC case that doesn't look like crap is much harder than I thought
19:29:32 <Ethanol> ideally I'd like a case like this: http://www.dell.com/au/business/p/inspiron-3647-small-desktop/pd?oc=y220833au&model_id=inspiron-3647-small-desktop
19:29:47 <Ethanol> clean, simple design
19:29:57 <erlich> http://ww1.hdnux.com/photos/14/35/74/3268396/3/920x920.jpg
19:30:00 <erlich> what is this for?
19:30:04 <erlich> gay/bisexual female jewish comedian
19:30:10 <Ethanol> but this is all I can find: http://www.computeralliance.com.au/parts/?id=12461
19:31:00 <erlich> i could ask you about your ideal NAS, but i suspect you barely have any data to store
19:31:11 <erlich> what is this for?
19:31:37 <erlich> i could ask you about your ideal NAS, but i suspect you barely have any data to store
19:39:00 <erlich> https://imgur.com/oSY9VbA
19:39:17 Join: MostWanted ([email protected]) to #politicaldebate
19:40:12 <erlich> https://imgur.com/oSY9VbA
19:42:00 <StevenBackshall> MostWanted
19:42:00 <Ethanol> heh
19:42:43 <StevenBackshall> MostWanted
19:42:54 <Ethanol> heh
19:43:00 <MostWanted> ye
19:43:27 <MostWanted> ye
19:45:00 <Ethanol> erlich: my old PC is about to kick the bucket. I plan to build its replacement, although I'm tempted to order from Dell/Lenovo and be done with it
19:46:00 <erlich> how old is that old PC?>
19:46:08 <Ethanol> erlich: my old PC is about to kick the bucket. I plan to build its replacement, although I'm tempted to order from Dell/Lenovo and be done with it
19:46:34 <erlich> how old is that old PC?>
19:47:00 <Ethanol> I built it in 2008
19:47:00 <erlich> a fairly decent run
19:47:00 <Ethanol> It outlived 3 laptops
19:47:28 <Ethanol> I built it in 2008
19:48:00 <erlich> i assume each laptop ended up with broken keys
19:48:00 <erlich> amongst other things
19:48:07 <erlich> a fairly decent run
19:48:10 <Ethanol> It outlived 3 laptops
19:48:34 <erlich> i assume each laptop ended up with broken keys
19:48:42 <erlich> amongst other things
19:50:00 <Ethanol> the first was stolen (ALP Diversity Tax), the second was "cleaned" by baby oil and was never the same again (act of girl)
19:50:41 <Ethanol> the first was stolen (ALP Diversity Tax), the second was "cleaned" by baby oil and was never the same again (act of girl)
19:51:00 <Ethanol> the third has a dead battery
19:51:00 <Ethanol> by = with
19:51:02 Quit: Lish ([email protected]) Ping timeout: 121 seconds
19:52:06 <Ethanol> the third has a dead battery
19:52:17 <Ethanol> by = with
19:53:00 <erlich> where did the theft happen, was that the coconut incident
19:53:40 <erlich> where did the theft happen, was that the coconut incident
19:54:00 <Ethanol> yes
19:55:00 <erlich> i wonder if lowlife scums would care to steal portable hard drives
19:55:00 <erlich> or are they just interested in 'obvious' things like laptops
19:55:07 <Ethanol> yes
19:55:56 Join: ajnin ([email protected]) to #politicaldebate
19:56:00 <erlich> maybe they might think my NAS is a heater
19:56:00 <erlich> or air filter
19:56:00 <erlich> i wonder if theft of large TVs is popular?
19:56:00 <erlich> not exactly easy to carry
19:56:04 <erlich> i wonder if lowlife scums would care to steal portable hard drives
19:56:15 <erlich> or are they just interested in 'obvious' things like laptops
19:56:29 <erlich> maybe they might think my NAS is a heater
19:56:33 <erlich> or air filter
19:57:00 <ajnin> hello
19:57:06 <erlich> i wonder if theft of large TVs is popular?
19:57:12 <erlich> not exactly easy to carry
19:58:00 <erlich> ey ninja
19:58:00 <ajnin> erlich lowlifes steel everything and anything
19:58:00 <ajnin> they dont give a fuck
19:58:00 <ajnin> at all
19:58:00 <ajnin> [18:46] <erlich> sometimes i like the idea of a DNA database, but then you hear of these dodgy sorts that rig the tests (like that Indian woman)
19:58:00 <erlich> thats true but stealing a TV vs stealing lots of smaller things, space is an economy too (if they even came with a car)
19:58:00 <ajnin> she fucked up big time. Did they charge her ?
19:58:00 <erlich> i would assume so
19:58:21 <ajnin> hello
19:58:28 <erlich> ey ninja
19:58:37 <ajnin> erlich lowlifes steel everything and anything
19:58:41 <ajnin> they dont give a fuck
19:58:43 <ajnin> at all
19:59:00 <erlich> i cant remember what her motivation was.. i know laziness was one part... but there were cases where it seemed she was trying to play judge and jury
19:59:00 <erlich> it is just too scary how people rely too much of 'science';
19:59:00 <erlich> on*
19:59:01 <ajnin> [18:46] <erlich> sometimes i like the idea of a DNA database, but then you hear of these dodgy sorts that rig the tests (like that Indian woman)
19:59:05 <erlich> thats true but stealing a TV vs stealing lots of smaller things, space is an economy too (if they even came with a car)
19:59:12 <ajnin> she fucked up big time. Did they charge her ?
19:59:20 <erlich> i would assume so
19:59:39 <erlich> i cant remember what her motivation was.. i know laziness was one part... but there were cases where it seemed she was trying to play judge and jury
20:00:00 <erlich> they just never question its reliability and the ethics of those that perform the experiments and tests
20:00:00 <erlich> whereas people are more than happy to question the police
20:00:00 <erlich> (and rightly so)
20:00:11 <erlich> it is just too scary how people rely too much of 'science';
20:00:13 <erlich> on*
20:00:35 <erlich> they just never question its reliability and the ethics of those that perform the experiments and tests
20:00:50 <erlich> whereas people are more than happy to question the police
20:00:54 <erlich> (and rightly so)
20:11:28 Quit: Warren1984 ([email protected]) Ping timeout: 121 seconds
20:19:05 Join: Lish ([email protected]) to #politicaldebate
20:25:23 Quit: Lish ([email protected]) Connection closed
20:26:00 <ajnin> hello
20:26:00 <ajnin> erlich i think she was gunning for a promo
20:26:56 <ajnin> hello
20:27:00 <erlich> oh right
20:27:00 <ajnin> her numbers were off the books
20:27:00 <erlich> ah yeah
20:27:00 <ajnin> dumb shit
20:27:00 <ajnin> smart enough do understand all that DNA shit
20:27:00 <ajnin> no fucking common smarts
20:27:00 <ajnin> to understand why she is doing it
20:27:14 <ajnin> erlich i think she was gunning for a promo
20:27:25 <erlich> oh right
20:27:29 <ajnin> her numbers were off the books
20:27:32 <erlich> ah yeah
20:27:42 <ajnin> dumb shit
20:27:51 <ajnin> smart enough do understand all that DNA shit
20:27:57 <ajnin> no fucking common smarts
20:28:03 <ajnin> to understand why she is doing it
20:33:00 Join: Warren1984 ([email protected]) to #politicaldebate
20:45:46 Join: sik ([email protected]) to #politicaldebate
20:46:00 <Warren1984> lets have Taco's food dinner
20:46:00 <Lish> I need a hobby for the evenings
20:46:29 Join: Lish ([email protected]) to #politicaldebate
20:46:32 <Warren1984> lets have Taco's food dinner
20:46:58 <Lish> I need a hobby for the evenings
20:47:00 <sik> lish i'll be your hobby
20:47:00 <sik> if only i was that lucky
20:47:00 <Lish> Pass
20:47:00 <sik> :P
20:48:00 <erlich> i still think you should use that Dell breadmaker of yours Warren1984
20:48:07 <sik> lish i'll be your hobby
20:48:15 <sik> if only i was that lucky
20:48:16 <Lish> Pass
20:48:21 <sik> :P
20:48:24 <erlich> i still think you should use that Dell breadmaker of yours Warren1984
20:49:00 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLL
20:49:00 <sik> lozer
20:49:00 <sik> WOLF^BLITZER,
20:49:00 <sik> lols
20:49:00 <WOLF^BLITZER`> OLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
20:49:00 <sik> lolllllllllllllllllllllllllllllllllllllllllll
20:49:33 Quit: tisk ([email protected]) Ping timeout: 121 seconds
20:49:47 Join: WOLF^BLITZER` ([email protected]) to #politicaldebate
20:49:51 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLL
20:49:53 <sik> lozer
20:49:55 <sik> WOLF^BLITZER,
20:50:00 <StevenBackshall> HAY RECRUITMENT
20:50:00 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
20:50:06 <sik> lols
20:50:09 <WOLF^BLITZER`> OLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
20:50:15 <sik> lolllllllllllllllllllllllllllllllllllllllllll
20:50:40 <StevenBackshall> HAY RECRUITMENT
20:50:41 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
20:51:00 <Warren1984> erlich do you like lamb shanks?
20:51:59 <Warren1984> erlich do you like lamb shanks?
20:52:00 <erlich> hmm not really
20:52:27 <erlich> hmm not really
20:54:00 <Marttin> 0] <tisk> showers fix my anxiety sometimes
20:54:00 <Marttin> [08:20] <%Ethanol> do you ever pass out in showers?
20:54:00 <Marttin> [08:20] <tisk> no
20:54:00 <Marttin> lolll what kind of question is this
20:55:00 <Marttin> 0] <tisk> showers fix my anxiety sometimes
20:55:00 <erlich> lol
20:55:01 <Marttin> [08:20] <%Ethanol> do you ever pass out in showers?
20:55:01 <Marttin> [08:20] <tisk> no
20:55:15 <Marttin> lolll what kind of question is this
20:55:48 <erlich> lol
20:59:00 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLLL @ pass out in showers
20:59:33 <WOLF^BLITZER`> LOLLLLLLLLLLLLLLLL @ pass out in showers
20:59:38 Join: Iblis ([email protected]) to #politicaldebate
21:02:47 Quit: StevenBackshall ([email protected]) Ping timeout: 121 seconds
21:05:00 <Lish> Hmmm
21:05:59 <Lish> Hmmm
21:08:00 <WOLF^BLITZER`> hi LIsh, lozer
21:09:00 <WOLF^BLITZER`> sup?
21:09:00 <Lish> Nutin kid
21:09:00 <WOLF^BLITZER`> kid??
21:09:09 <WOLF^BLITZER`> hi LIsh, lozer
21:09:27 <WOLF^BLITZER`> sup?
21:10:00 <WOLF^BLITZER`> Lish is tomorrow a public holiday?
21:10:12 <Lish> Nutin kid
21:10:18 <WOLF^BLITZER`> kid??
21:10:37 <WOLF^BLITZER`> Lish is tomorrow a public holiday?
21:11:00 <Lish> No
21:11:00 <Lish> Tuesday is
21:11:00 <WOLF^BLITZER`> are u going in tomorow
21:11:00 <WOLF^BLITZER`> ?
21:11:57 <Lish> No
21:12:00 <WOLF^BLITZER`> LOLlolOLLolLolL
21:12:02 <Lish> Tuesday is
21:12:18 <WOLF^BLITZER`> are u going in tomorow
21:12:19 <WOLF^BLITZER`> ?
21:12:34 <WOLF^BLITZER`> LOLlolOLLolLolL
21:13:00 <WOLF^BLITZER`> oi Lish
21:13:00 <Lish> I'm working from home
21:13:00 <Lish> I need to take my car in to get fixed
21:13:00 <WOLF^BLITZER`> lucky lozer
21:13:26 <WOLF^BLITZER`> oi Lish
21:13:48 <Lish> I'm working from home
21:13:54 <Lish> I need to take my car in to get fixed
21:14:00 <Lish> You going in?
21:14:00 <WOLF^BLITZER`> yes
21:14:04 <WOLF^BLITZER`> lucky lozer
21:14:22 <Lish> You going in?
21:14:29 <WOLF^BLITZER`> yes
21:15:00 <Lish> Fun
21:15:00 <WOLF^BLITZER`> im not a bludger lozer like u
21:15:23 <Lish> Fun
21:15:25 <WOLF^BLITZER`> im not a bludger lozer like u
21:16:00 <Lish> Unlucky for you
21:17:05 <Lish> Unlucky for you
21:18:00 <Ethanol> skip has a busy day ahead of him at the TAB
21:18:00 <Ethanol> Tomorrow must be dole money day
21:18:00 <Lish> Truth
21:18:28 <Ethanol> skip has a busy day ahead of him at the TAB
21:18:56 <Ethanol> Tomorrow must be dole money day
21:19:19 <Lish> Truth
21:29:52 Quit: WOLF^BLITZER ([email protected]) Ping timeout: 121 seconds
21:47:00 <Warren1984> Tigger_ room by room how can I save money
21:47:00 <Warren1984> starting with the bathroom
21:47:00 <Warren1984> using shavers twice
21:47:00 <Warren1984> diluting shampoo
21:47:00 <Warren1984> diluting dish washing liquid
21:47:29 <Warren1984> Tigger_ room by room how can I save money
21:47:35 <Warren1984> starting with the bathroom
21:47:40 <Warren1984> using shavers twice
21:47:46 <Warren1984> diluting shampoo
21:48:00 <Ethanol> <Warren1984> using shavers twice?
21:48:00 <Warren1984> shaving sticks
21:48:00 <Lish> You can use them more than once warren
21:48:01 <Warren1984> diluting dish washing liquid
21:48:33 <Ethanol> <Warren1984> using shavers twice?
21:48:41 <Warren1984> shaving sticks
21:49:08 <Lish> You can use them more than once warren
21:50:00 <Ethanol> alternatively, you could grow a beard
21:50:23 Quit: WOLF^BLITZER` ([email protected]) Quit: http://www.mibbit.com ajax IRC Client
21:51:16 <Ethanol> alternatively, you could grow a beard
22:04:36 Topic Is: Enriching the pool: http://www.dailymail.co.uk/news/article-3413728/Gang-migrants-arrested-sexually-assaulting-women-masturbating-historic-German-swimming-baths.html
22:04:36 Set By: (Tigger_) on: Sun Jan 24 13:48:00 2016
22:06:00 <President_Trump> <@steven_> http://prntscr.com/9u3gzk
22:06:00 <President_Trump> lolllllllllllllllllllllllllllllll cof 2.0
22:06:21 Quit: thestig ([email protected]) Ping timeout: 121 seconds
22:06:52 <President_Trump> <@steven_> http://prntscr.com/9u3gzk
22:06:55 <President_Trump> lolllllllllllllllllllllllllllllll cof 2.0
22:07:03 Join: thestig ([email protected]) to #politicaldebate
22:13:20 Join: WOLF^BLITZER ([email protected]) to #politicaldebate
22:15:00 <Marttin> tigger is the champion when it comes to show money
22:15:00 <Marttin> 7000$ isnt it?
22:15:00 <President_Trump> loollllllll @ Marttin
22:15:00 <President_Trump> tigger 2.0
22:15:00 <Marttin> lol
22:15:35 <Marttin> tigger is the champion when it comes to show money
22:15:45 <Marttin> 7000$ isnt it?
22:15:52 <President_Trump> loollllllll @ Marttin
22:15:58 <President_Trump> tigger 2.0
22:16:03 <Marttin> lol
22:22:09 Join: stuggy ([email protected]) to #politicaldebate
22:26:10 Join: comecunt ([email protected]) to #politicaldebate
22:42:10 Quit: Lish ([email protected]) Quit: Leaving
22:43:39 Join: dave ([email protected]) to #politicaldebate
22:44:00 <sik> im going to stop one my pills
22:44:00 <sik> dont have to take it
22:44:00 <comecunt> good idea
22:44:00 <comecunt> dont take that shit
22:44:00 <sik> i will take my morning one
22:44:00 <sik> just not the sedative one
22:44:29 <sik> im going to stop one my pills
22:44:39 <sik> dont have to take it
22:44:41 <comecunt> good idea
22:44:45 <comecunt> dont take that shit
22:44:56 <sik> i will take my morning one
22:45:00 <comecunt> yeh dont take it
22:45:00 <sik> when ive stop weed for month i might stop other one
22:45:00 <sik> or prob not
22:45:00 <comecunt> yeh good idea
22:45:25 <comecunt> yeh dont take it
22:45:47 <sik> when ive stop weed for month i might stop other one
22:45:59 <sik> or prob not
22:46:00 <President_Trump> what sedative do u take?
22:46:02 <comecunt> yeh good idea
22:46:39 <President_Trump> what sedative do u take?
22:49:05 Quit: damian ([email protected]) Ping timeout: 121 seconds
22:53:00 <Marttin> I think you need to tell your doctor before leaving treatment
22:53:00 <Marttin> warren does wrong when he increase the dosis too
22:53:48 <Marttin> I think you need to tell your doctor before leaving treatment
22:54:00 <Marttin> and takes 7 in one night XDDDDD
22:55:00 <comecunt> thats because Warren1984 is a downy
22:55:52 Quit: sik ([email protected]) Quit: Leaving
22:56:02 <comecunt> thats because Warren1984 is a downy
22:59:00 <Warren1984> Marttin
22:59:00 <Warren1984> I got a Breville laptop
22:59:00 <Warren1984> so did erlich
22:59:00 <Marttin> I dont know them, let me check whats it
22:59:00 <Warren1984> lol Marttin fell for it
22:59:54 <Warren1984> so did erlich
22:59:56 <Marttin> I dont know them, let me check whats it
23:00:00 <Warren1984> Marttin have you had sex with any hot Spanish girls lately
23:00:00 <Marttin> lol, they are water heaters?
23:00:00 <Marttin> nope Warren
23:00:00 <comecunt> Marttin breville dont make laptops
23:00:00 <Marttin> lately or at all: (
23:00:00 <comecunt> he's looping out
23:00:11 <Warren1984> lol Marttin fell for it
23:00:35 <Warren1984> Marttin have you had sex with any hot Spanish girls lately
23:00:46 <Marttin> lol, they are water heaters?
23:00:56 <Marttin> nope Warren
23:00:57 <comecunt> Marttin breville dont make laptops
23:01:00 <Warren1984> I am having a Psychotic break with reality
23:01:00 <Marttin> breville its a trademark Ive never heard out of here, how could I know
23:01:00 <comecunt> its australian
23:01:00 <comecunt> but its well known
23:01:00 <Warren1984> and having hullunications that breville makes laptops
23:01:00 <comecunt> just in europe dont think so
23:01:04 <Marttin> lately or at all: (
23:01:13 <comecunt> he's looping out
23:01:45 <Warren1984> I am having a Psychotic break with reality
23:01:50 <Marttin> breville its a trademark Ive never heard out of here, how could I know
23:02:05 <comecunt> its australian
23:02:09 <Warren1984> and having hullunications that breville makes laptops
23:02:09 <comecunt> but its well known
23:02:13 Quit: dmaina ([email protected]) Ping timeout: 171 seconds
23:02:15 <comecunt> just in europe dont think so
23:04:00 <Marttin> nowadays laptops suck
23:04:23 <Marttin> nowadays laptops suck
23:04:34 Part: stuggy ([email protected]) from #politicaldebate
23:05:00 <Marttin> ive been updating this amd acer and it isnt any faster than the amd acer I had to update to the same owners, and it had 10 years or slightly more
23:05:00 <comecunt> true
23:05:00 <comecunt> comps gone abit backwards really
23:05:45 <Marttin> ive been updating this amd acer and it isnt any faster than the amd acer I had to update to the same owners, and it had 10 years or slightly more
23:06:00 <Marttin> probably because back then there wasnt so much diversity of chips, and now they sell you a shit for an affordable price andbyou have to pay for every step up you go
23:06:00 <comecunt> true
23:06:04 <comecunt> true
23:06:10 <comecunt> comps gone abit backwards really
23:06:43 <Marttin> probably because back then there wasnt so much diversity of chips, and now they sell you a shit for an affordable price andbyou have to pay for every step up you go
23:07:00 <comecunt> true
23:07:00 <Marttin> they are greed as fuck, now russia is starting to make their own chips, and so wants hawuei
23:07:46 <Marttin> they are greed as fuck, now russia is starting to make their own chips, and so wants hawuei
23:08:00 <Marttin> huawei*
23:08:00 <Marttin> not sure whats their name
23:08:40 <Marttin> huawei*
23:08:49 <Marttin> not sure whats their name
23:09:00 <Warren1984> I have figured with an SOP it needs to be just a backup
23:09:00 <Warren1984> It needs to have a balance to it
23:09:00 <Warren1984> If it has too many steps then it's too left brained
23:09:00 <Warren1984> not enough steps and it's too right brained
23:09:25 <Warren1984> I have figured with an SOP it needs to be just a backup
23:09:33 <Warren1984> It needs to have a balance to it
23:09:48 <Warren1984> If it has too many steps then it's too left brained
23:09:58 <Warren1984> not enough steps and it's too right brained
23:13:12 Join: Jane ([email protected]) to #politicaldebate
23:23:00 <Warren1984> Marttin Tigger_ uses just cherrytree, while I use a voice recorder and transcribe my recordings on Sound Organizer
23:24:19 <Warren1984> Marttin Tigger_ uses just cherrytree, while I use a voice recorder and transcribe my recordings on Sound Organizer
23:25:00 <Marttin> I would go for cherrytree too
23:25:00 <Warren1984> for meetings and lectures I can transcribe them afterwards
23:25:00 <Warren1984> why?
23:25:00 <Warren1984> cherrytree is good for certain circumstances
23:25:00 <President_Trump> you dont go to meetings or lectures though
23:25:51 <Marttin> I would go for cherrytree too
23:26:00 <Warren1984> for meetings and lectures I can transcribe them afterwards
23:26:00 <Warren1984> I go to an employment consultant
23:26:00 <Warren1984> and start lectures at TAFE on 1st Feb
23:26:00 <Marttin> TAFE is that expensive course?
23:26:00 <Marttin> so you are finally joining
23:26:00 <Warren1984> $4K
23:26:04 <Warren1984> why?
23:26:13 <Warren1984> cherrytree is good for certain circumstances
23:26:19 <President_Trump> you dont go to meetings or lectures though
23:26:33 <Warren1984> I go to an employment consultant
23:26:51 <Warren1984> and start lectures at TAFE on 1st Feb
23:27:00 <Warren1984> yeah
23:27:00 <Warren1984> going to finish the cunt off and then do the rest of Cert IV
23:27:08 <Marttin> TAFE is that expensive course?
23:27:17 <Marttin> so you are finally joining
23:27:18 <Warren1984> $4K
23:27:22 <Warren1984> yeah
23:27:38 <Warren1984> going to finish the cunt off and then do the rest of Cert IV
23:28:00 <Marttin> you could have bought a retro motorbike to walk jenpussy burger on it with that money
23:29:00 <Marttin> you could have bought a retro motorbike to walk jenpussy burger on it with that money
23:29:00 <Warren1984> what else can I eat for next week?
23:29:00 <Warren1984> put on my list
23:29:00 <Warren1984> Ethanol's wife cooks him filo all the time
23:29:00 <Marttin> donuts
23:29:00 <Marttin> but the gook wife is chinese right?
23:29:29 <Warren1984> what else can I eat for next week?
23:29:33 <Warren1984> put on my list
23:29:45 <Warren1984> Ethanol's wife cooks him filo all the time
23:29:46 <Marttin> donuts
23:30:00 <Marttin> from malasya or indonesia, but ethnically chinese
23:30:13 <Marttin> but the gook wife is chinese right?
23:30:36 <Marttin> from malasya or indonesia, but ethnically chinese
23:32:00 <Marttin> I wonder if xm mom doesnt miss her home town
23:32:41 <Marttin> I wonder if xm mom doesnt miss her home town
23:33:00 <Marttin> they could go on vacations and tell her kids, from this tree we ate our favourite antz for dessert
23:33:50 <Marttin> they could go on vacations and tell her kids, from this tree we ate our favourite antz for dessert
23:34:00 <Marttin> that one over there didnt grow them so tasty
23:34:06 <Marttin> that one over there didnt grow them so tasty
23:35:31 <comecunt> LOL
23:36:00 <comecunt> LOL
23:36:17 <comecunt> a lot of filos go home
23:36:20 <comecunt> the ones who have money
23:36:22 <comecunt> xm is prob poor
23:37:00 <comecunt> a lot of filos go home
23:37:00 <comecunt> the ones who have money
23:37:00 <comecunt> xm is prob poor
23:37:18 <Marttin> when Mao returns to his hometown on the early 20's dissapointed with the failed efforts the communist party is doing, he sees something he reminds from his chilhood, the cortex of the trees isnt there because the peasants havent got any other thing to eat
23:37:39 <comecunt> lol
23:37:46 <Marttin> then in the 25 there are new revolts in a few big cities
23:38:00 <Marttin> when Mao returns to his hometown on the early 20's dissapointed with the failed efforts the communist party is doing, he sees something he reminds from his chilhood, the cortex of the trees isnt there because the peasants havent got any other thing to eat
23:38:00 <comecunt> lol
23:38:00 <Marttin> then in the 25 there are new revolts in a few big cities
23:38:39 Quit: WOLF^BLITZER ([email protected]) Quit: http://www.mibbit.com ajax IRC Client
23:45:13 <President_Trump> Kerry Washington, Rosie O'Donnell, Jane Fonda, Lily Tomlin, Michael Moore, Danny Glover and Harry Belafonte are among the dozens of celebs lending their names in support of the "Stop Hate Dump Trump" campaign.
23:45:14 <President_Trump> LOL
23:45:43 <President_Trump> "We believe Trump is a grave threat to democracy, freedom, human rights, equality, and the welfare of our country and all our people.
23:46:00 <President_Trump> Kerry Washington, Rosie O'Donnell, Jane Fonda, Lily Tomlin, Michael Moore, Danny Glover and Harry Belafonte are among the dozens of celebs lending their names in support of the "Stop Hate Dump Trump" campaign.
23:46:00 <President_Trump> LOL
23:46:44 <comecunt> good
23:46:46 <comecunt> all jews too
23:46:52 <comecunt> Danny Glover < black jew
23:46:56 <comecunt> Michael Moore < jew
23:47:00 <President_Trump> "We believe Trump is a grave threat to democracy, freedom, human rights, equality, and the welfare of our country and all our people.
23:47:02 <comecunt> Jane Fonda < jew
23:47:07 <comecunt> Rosie O'Donnell < jew
23:47:15 <comecunt> Kerry Washington < not sure who that is
23:47:19 <comecunt> Harry Belafonte < jew
23:47:27 <comecunt> Lily Tomlin < not sure who that is
23:48:00 <comecunt> good
23:48:00 <comecunt> all jews too
23:48:00 <comecunt> Danny Glover < black jew
23:48:00 <comecunt> Michael Moore < jew
23:48:00 <comecunt> Jane Fonda < jew
23:48:00 <comecunt> Rosie O'Donnell < jew
23:48:00 <comecunt> Kerry Washington < not sure who that is
23:48:00 <comecunt> Harry Belafonte < jew
23:48:00 <comecunt> Lily Tomlin < not sure who that is
23:48:02 <President_Trump> all at all those idiots
23:48:06 <President_Trump> just another reason to want trump to win
23:49:00 <President_Trump> all at all those idiots
23:49:00 <President_Trump> just another reason to want trump to win
23:50:31 <comecunt> all losers
23:50:35 <comecunt> especially michael moore
23:50:39 <comecunt> but im serious they are all jews
23:51:00 <comecunt> all losers
23:52:00 <comecunt> especially michael moore
23:52:00 <comecunt> but im serious they are all jews
23:54:29 <Marttin> the funny thing is that probably most of them dont support bernie sanders, yet they seem to defend the very low level of human rights, equality or welfare the country actually has
23:55:00 <Marttin> the funny thing is that probably most of them dont support bernie sanders, yet they seem to defend the very low level of human rights, equality or welfare the country actually has
23:55:56 <President_Trump> i bet they would all want sanders to win
23:56:03 <comecunt> they would
23:56:05 <comecunt> sander is jew
23:56:15 <comecunt> 100% arkansian jew
23:56:34 Quit: dave ([email protected]) Connection closed
23:56:41 <comecunt> http://www.jewisharkansas.org/
23:57:00 <President_Trump> i bet they would all want sanders to win
23:57:00 <comecunt> they would
23:57:00 <comecunt> sander is jew
23:57:00 <comecunt> 100% arkansian jew
23:58:00 <comecunt> http://www.jewisharkansas.org/