TheKosmonaut changed the topic of #kspmodders to: Welcome to #kspparadoxes | corrupt ops only
<Greys> Majiir, I'm not getting filezilla to connect to sftp, they talk, filezilla gets the key, and then nothing happens for a bit and it times out; any idea?
<Majiir> Dunno
<Majiir> Normally SFTP either 'works' and the listing is empty which means permissions, or it doesn't work because firewall but that would cause the whole connection to fail
<Greys> do I need to enable sftp or is it just an ssh thing nowdays?
<SilverFox> apparently I dont have at least an 8gb flash drive
<SilverFox> I need to go out and buy one
<Greys> surely there's a better way
<Majiir> Get that drone delivery
<Majiir> or same-day Amazon delivery
<SilverFox> the store is across the street from me
<Greys> find a tech company and pretend to be a customer
<SilverFox> like almost literally
<Majiir> Steal from a tech-savvy but vulnerable grandma
<SilverFox> that's illegal
<SilverFox> to both of those probably
<Greys> nah nah, tech companies use flash drives as business cards
<Greys> all of them
<SilverFox> ohh
<SilverFox> yeah but they probs are those cheapo 2 or 4gb
<Majiir> Can confirm
<SilverFox> I need at least 8gb so I can fresh install win8.1
<Greys> it's actually more expensive to make 4gb flash drives now
<Majiir> I got all-new corporate swag since the acquisition
<Majiir> and the flash drives were 1.3GB
<SilverFox> EW
<SilverFox> that should be illegal
<Greys> it's like skateboard wheel bearings, because of bulk economy, you can obtain the most common cheaper than smaller formats
<xShadowx|2> flash drives? 1.3gb? they exist that small?
<Majiir> Apparently. It took several to transfer the Star Wars prequels to our junior engineer
<SilverFox> fucking best use of company equipment
<Greys> ok, did dunit
<Greys> the trick: #1, don't use a portable copy of filezilla from 2009
<Greys> #2, for some reason it takes more than 20 seconds for my server to connect, so I had to increase the timeout from default
<SilverFox> wut the fuck you were using an 8 year old program wtf
<Greys> cuz I had it
<SilverFox> holy shit
<Greys> I don't need to FTP every single decade
<Greys> and I used to run a physically local server, so I could secure via the router
<SilverFox> I ftp everytime I update foxbot
<Greys> oh right, I need a domain
<Greys> fuckin domains
<SilverFox> lemme know who you go with and why and stuff, I've also been looking for domain stuffs
<Greys> hover.
<SilverFox> hover?
<Greys> hover.
<SilverFox> why
<Greys> podcasts
<SilverFox> oh right
<Greys> my linode is having crazy pings, and I think that's probably my iptable thing
<Greys> yaaaaay
<SilverFox> is it working now?
<Greys> do you consider timeout after 30545ms to be working?
<SilverFox> holy fuck
<Greys> yea that's iptables
<SilverFox> so fix it
<Greys> yep
<Greys> but for now I turned it off so I can install shit
<Greys> so's, I can't ask you, cuz you're dumb, and I can't ask dark because he's terrible
<SilverFox> fuck you too
<Greys> somebody who isn't darkfox tell me a good base iptables setup where I can just add allows for what I use and it won't get internet raped
<SilverFox> you can ask majiir, but I have a feeling he's gon go snoozeers any moment
<Greys> majiir, activate contingency gamma
<Majiir> watwatwat
<SilverFox> oh shit he's active
<Greys> not really
<Greys> clearly he just grampa napped
<SilverFox> clearly we just interrupted him mid-fap
<Greys> nah, grampa nap
<SilverFox> all that bae suzi
<Greys> real koreaboos don't treat kpopstresses as sex objects, they just watch respectfully
<SilverFox> that's a bit ummm
<SilverFox> hopeful
<Greys> hope and descrimination are the core of true scottsmen arguments
<Majiir> Greys, you want a reject/deny all for anything that doesn't match
<Majiir> and you want an allow for established/related traffic
<Majiir> this way when you make an outgoing connection, any replies to it will be allowed back
<Majiir> and re the No True Koreaboo
<Majiir> I generally agree with Greys
<Majiir> having met a lot of kpop fans
<Greys> noooo! don't agree with my strawman!
<SilverFox> kek
<SilverFox> I've also met a lot of kpop fans
<SilverFox> but then again, kpopfap also exists
<Greys> in iptables, what's --sport, source port?
<SilverFox> the sports channels you subscribe to
<Greys> linux doesn't believe in sports
<Majiir> source port yeah
<Greys> should I be concerned with source port in general cases?
<Majiir> Depends on the protocol
<Majiir> For most TCP-based protocols, the source port of an incoming connection is going to be random
<Greys> this server will have ssh, vpn, and irc
<Majiir> For some protocols it's determined
<Majiir> e.g. for DNS it should always be port 53 on both source and destination
fcbayerndm has joined #kspmodders
<Greys> if I have it set up to deny by default, do I need to specifically allow source ports, or will all be allowed for ports I open unless specified otherwise
<SilverFox> isnt ssh like uhhhh port 22?
<Greys> that's dport
<SilverFox> and http is like uhhh 80?
<SilverFox> https is 447?
<Greys> I'm not running a web server
<SilverFox> im not trying to help you, since im not trying to help you
<SilverFox> im just seeing what I can recall
<SilverFox> hey guys, what about this, instead of .jpg we use .gpj and it's actually a anti-compression algorithm that makes the files larger
<Greys> sure, but you can't use junk data to do it
<SilverFox> that makes it a nice challenge
<SilverFox> but anything more than the original image data is going to be junk data by essence
<SilverFox> so i'ma assume "junk data" here to mean "inserting random shit"
<Greys> no, just decompress
<Greys> take the data, and represent it in the most uncompact way possible
<SilverFox> isnt that bitmap?
<Greys> I bet you could decompress bitmap
<SilverFox> anyways, lets saw a raw image is given
<Greys> let's say, stor each subpixel as an xml node
<SilverFox> sweet jesus
<SilverFox> we'll call these "uncompression algorithms"
<SilverFox> they dont decompress
<SilverFox> they uncompress
<Majiir> You can store metadata
<Majiir> It's not "junk data" because it's meaningful, and it's not duplicated data because it's an efficient index or somesuch
<Majiir> There are practically infinite ways to analyze a piece of data and index it
<Greys> I'm gonna call shinanigans on that
<SilverFox> you doubt the jiir?
<SilverFox> HERESY
<Greys> no, I just don't like that method
<Majiir> Why?
<Greys> I could go to sleep right now
<Greys> but I'm too tired to remember why not
<SilverFox> sounds like you should sleep then
<Greys> that's a compelling argument
<SilverFox> also, is there some unicode char to say that up until that char again is bolded/underlined?
<SilverFox> when I ctrl U I can start underlining
<SilverFox> like this
<SilverFox> but when I backspace it, it takes two backspaces
<Greys> in what
<SilverFox> hexchat
<Greys> probably hexchat's implementation of mirc control characters
Technicalfool is now known as TechnicallySleeping
<kmath> YouTube - Let's Play S.T.A.L.K.E.R. Call of Pripyat - S22 P2 - Lab X8
<FoxBot9000> yt: Let's Play S.T.A.L.K.E.R. Call of Pripyat - S22 P2 - Lab X8 | Helloween4545
<Greys> glitchy games are the best
<SilverFox> interesting
<Greys> so's are the tiki lamps still tiki lamping
<Greys> I love how when helloween goes back to base to sell of his crap, he has fifteen pistols
<SilverFox> like, tiki lamps have a fuel source which isnt unlimited, so I assume they'd die out and then get replaced
<G-Magic> Surely neonazis have access to tiki fuel
RandomJeb has quit [Ping timeout: 204 seconds]
m4v has joined #kspmodders
TechnicallySleeping is now known as Technicalfool
Technicalfool is now known as TechnicallySleeping
<SilverFox> why are you associating nazis with tiki lamps?
stratochief is now known as stratosleep
icefire has quit [Read error: Connection reset by peer]
<SilverFox> so, is 720p60fps twice the datarate streaming wise as 720p30fps or does it not scale linearly?
fcbayerndm has quit [Quit: fcbayerndm]
m4v has quit [Ping timeout: 186 seconds]
m4v has joined #kspmodders
angavrilov|phone has quit [Ping timeout: 195 seconds]
fcbayerndm has joined #kspmodders
angavrilov|phone has joined #kspmodders
fcbayerndm has quit [Quit: fcbayerndm]
<G-Magic> Twice the pixels, bitrate is kinda arbitrary and compression does fancy things
<SilverFox> G-Magic, https://youtu.be/5korWqCcsHE
<kmath> YouTube - What's inside a Tesco Power Hit disposable phone charger.
<FoxBot9000> yt: What's inside a Tesco Power Hit disposable phone charger. | bigclivedotcom
<G-Magic> Watched it
<G-Magic> SilverFox: the chartlesvolt torch march thing from yesterday
<G-Magic> It was a neonazi replica of a nazi march
<G-Magic> But they used tiki lamps
<G-Magic> Naztikis
<G-Magic> Also SilverFox read chapter one of Lesbian Solo
<G-Magic> ~mh lesbian solo
<G-Magic> I tried
<SilverFox> hmmm
<SilverFox> again
<SilverFox> ~mh lesbian solo
<SilverFox> ~c 1
<FoxBot9000> SilverFox, 1.0
<G-Magic> You broke it
<SilverFox> my bot has grown sentience and has disabled its shit functions
<SilverFox> ~wa stuff
<FoxBot9000> SilverFox: : title->The Stuff, director->Larry Cohen, release date->June 14, 1985 (30 years 8 months ago), runtime->93 minutes (1 hour 33 minutes), writer->Larry Cohen, genres->horror -> comedy -> sci-fi -> mystery, MPAA rating->R
<SilverFox> ~g stuff
<FoxBot9000> SilverFox: http://www.stuff.co.nz/
<SilverFox> ~g stuff (nocache)
<FoxBot9000> SilverFox: https://www.stuff.co.nz/
<G-Magic> ~g manga "lesbian solo"
<SilverFox> it got yuri
<G-Magic> Thats probably accurate
<G-Magic> Yurihime is a publication
angavrilov has joined #kspmodders
<SilverFox> it has gore?
<G-Magic> What?
<SilverFox> yuri hime has gore
<SilverFox> ~g mangago lesbian solo
<G-Magic> I doubt it
<SilverFox> google is sexist against manga
<G-Magic> But since its a publication, theres dozens and dozens of authors writing short run stories
<SilverFox> i have no idea why my bot cant google shit properly
<SilverFox> it uses google search api
<SilverFox> this is like, beyond my control
<SilverFox> I just return the first result
<G-Magic> Ah, it may contain sexual content and/or gore, basically a catchall not-for-children
<SilverFox> yeah that's what it returned
<SilverFox> it returned hte sex and gore
<SilverFox> so its not like it's filtering it
<G-Magic> Sex and/or gore
<G-Magic> It probably doesnt actually have any gore but they dont have fine categorization
<SilverFox> !g manga lesbian solo
<Qboid> SilverFox: https://coherentcats.wordpress.com/2017/06/07/lgbtq-manga-book-club-my-lesbian-experience-with-loneliness/ [LGBTQ Manga Book Club: My Lesbian Experience with Loneliness ...] (1510000 results found, took 0.74s)
<SilverFox> see even qboid doesnt get a sensible result
<G-Magic> Sure, just go read it http://www.mangago.me/read-manga/lesbian_solo/
<SilverFox> oh right, but why
<G-Magic> Its short and meme
<G-Magic> Thats me-me
<SilverFox> fuck you it's not meme
<G-Magic> Memey
<SilverFox> me-me
<SilverFox> me-mey?
<SilverFox> no
<SilverFox> 밈
<G-Magic> Having a meme aesthetic
<G-Magic> Normally its meem, like beam
<lpg> may-may
<G-Magic> Mem etic
<G-Magic> Meam ettins
<G-Magic> Rise of the meme lords
<G-Magic> ~g rise of the rune lords
<lpg> in it for the long haul https://i.imgur.com/57hnOET.png
<G-Magic> ~yt game grumps remix I'm going down
<kmath> YouTube - Game Grumps Remix - Going Down
<SilverFox> however, foxbot has been good at returnng the right game grumps remixes
<Greys> that's because I'm good at searching for them
<Greys> ~yt gamegrumps remix sophia loren
<kmath> YouTube - Game Grumps Remix - Sophia Lo-ren [Atpunk]
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Ping timeout: 183 seconds]
<inktab> heres a drawing i did https://imgur.com/gallery/Ayw5Y
<Greys> not enough moe, far too much hank
<SilverFox> you need some work on bootyshape
<SilverFox> looks like man-ass
<Greys> for training purposes https://e-hentai.org/g/1100912/0ea10ffce3/
<SilverFox> these are all tits tho
<SilverFox> I specifically mentioned ass
<SilverFox> but hey, wanna get good at anime tiddy? go there
<Greys> ass is just butt tits
<SilverFox> nono
<inktab> oh hi silverfox. go fuck yourself
<SilverFox> no u
<Greys> we will fuck yourself harder than you could ever imagine.
<inktab> like seriously dont tell me what a butt looks like if thats your criticism. they thicc
<Greys> do not post your art if you're going to retaliate against criticism
<Greys> also just generally leave
<inktab> lol
<SilverFox> they aren't thicc
<SilverFox> you can suck a dick if you honestly believe that
<SilverFox> they're skinny
<SilverFox> specifically the left one
<SilverFox> right one less so
<SilverFox> by probably 15lbs
<inktab> silverfox and i have a history
<inktab> and hes an asshole
<inktab> so fuck him
<SilverFox> yeah he comes in drunk all the time and I call him out on it
<SilverFox> idk a time when he's come in here nondrunk
<SilverFox> "you must be drunk to want to come in here" is my thought on this
<SilverFox> so I asked
<SilverFox> if you wanted praise for the shit you did well, you came to the wrong place
<kmath> YouTube - $8000 PC Upgrade
<FoxBot9000> yt: $8000 PC Upgrade | The Slow Mo Guys 2
<Greys> it always amazes me when these massive cases have fuckall space in them
<SilverFox> you should be focusing on improving, not on what you did well
angavrilov||phone has quit [Ping timeout: 186 seconds]
<SilverFox> and the chick on the right's face looks like a dude I know in norway
<Greys> the chick on the left is king of the hill.
<SilverFox> chick on the right looks like vayne from league
angavrilov|phone has joined #kspmodders
<SilverFox> naw that's vayne with really big lips
<Greys> nope, it's dale
<SilverFox> hmmm
<Greys> I don't know any of their names, what's the guy who doesn't speak words?
<SilverFox> boomhauer
<Greys> yea that fuck
<SilverFox> what about him?
<Greys> you put tits on that fuck
<SilverFox> no
<SilverFox> see the face is different
<Greys> nope
<SilverFox> the face on the drawing doesnt fucking bend inwards
<SilverFox> and her chin is rounded, not squared
<Greys> it might, you're looking in from above
<SilverFox> and dale's forhead bulges
<SilverFox> which is obvious on the side
<SilverFox> this chick's forehead leans inwards
<SilverFox> towards the roundness of the skull
<SilverFox> also her nose is pushed upwards, dale's is pushed downwards
<SilverFox> I honestly dont see how you see dale in that chick
<inktab> im open to criticism as long as it isnt mean spirited which is clearly not the case here. so yeah. go fuck yourself
<SilverFox> no u
<Greys> you suck
<Greys> get a job
<Greys> get a hair cut
<SilverFox> kek
<inktab> my bad for assuming it wouldnt be
<Greys> stop touching people
<SilverFox> specifically children
<Greys> no no no
<Greys> all people
<SilverFox> yeah but you shouldn't touch children especially
<Greys> you are not allowed to touch people, not children, not your mom, not consenting sexual partners, and definitely not furries
<SilverFox> kek why not furries?
<SilverFox> you mean: Autists ?
<Greys> I said what I maid
<SilverFox> inktab, you'd be better off drawing male figures, as I think you'd do well with their shapes
<Greys> I think drawing tools are people too
<Greys> just go live in a hole, punching rocks for spare change; you'll be a warlock eventually
<Greys> ;wa £120.91 to USD
<kmath> Greys: convert £120.91 (British pounds) to US dollars: $157.25 (US dollars)
<Greys> hmmmm
<Greys> but it's got so much lift...
<SilverFox> lift?
<Greys> it'll lift from 265mm to 610mm
<SilverFox> ew car jacks
<Greys> technically this is a tractor jack
<Greys> car jacks are easy, you can get 2 ton floor jacks for 50$ and they're great
<Greys> trucks don't weight 2 tons, they weight 3+ tons, and that starts at a hundred
<Greys> but also floor jacks are harder to carry around if you don't have a trunk and don't want it exposed in your bed
<Greys> bottle jacks are great for portability and lifting force, you can get a 22 ton bottle jack pretty cheap, but normal bottle jacks lift less than half their minimum height
<Greys> so I'd need a bottle jack that's more than half as tall as my truck's lifting points
<Greys> telescopic bottle jacks can approach 3x min height
<Greys> plus, bottle jacks with their massive overhead, are great for making hydraulic presses
<SilverFox> my nose just randomly started bleeding
<Greys> paycheck hasn't landed yet
<Greys> 50 ton
<SilverFox> Greys, Swastiki
<Greys> that's a word yea
<SilverFox> is there any country in the world that has no debt, and isn't antarctica?
<Greys> antarctica isn't a country
<Greys> it's a continartry
<Greys> sportny the dragor?
<SilverFox> yes, spyro the dragon
<Greys> dislike
<SilverFox> america right now
<Greys> yes and
<SilverFox> ~wa stefan karl steffanson
<FoxBot9000> SilverFox: Stefán Karl Stefánsson (actor): date of birth | Thursday, July 10, 1975 (42 years ago)
<SilverFox> apparently he's now cancer free
<SilverFox> but I thought he died
<Greys> stefan stefansson jr
<SilverFox> china apparently has an eyewear brand called Helen Keller
<Greys> sure
<SilverFox> that's savage as fuck
<SilverFox> its 3am, i need me some supper
<Greys> I'm boiling eggs
<Greys> fuck you paycheck
<SilverFox> whens it supposed to come in?
<Greys> it normally lands an hour ago
<Greys> sometimes it's up to five days early
<Greys> once it has been tomorrow; looks like twice now
<SilverFox> what's the big difference between getting paid today and tomorrow?
<SilverFox> did you get buttfucked by bills?
<Greys> all I have is eggs, tilapia, and broccoli
<SilverFox> sounds great
<SilverFox> do you have enough of it?
<Greys> also, I can't set up a VPN until I buy a domain (or something, I don't wanna work on it so that's my excuse)
<SilverFox> but you did it before without a vpn
<SilverFox> shitty excuse
<SilverFox> without a domain
<Greys> the VPN is for hardening not for BNC
<SilverFox> ****
<SilverFox> hardening?
<Greys> I'm gonna make it so SSH is only accessible via the VPN
<Greys> and the VPN uses key pairs
<SilverFox> time to make me some food, is hunger
<Greys> also once I get the VPN set up I can set up a tunnel node on my network so I can access my NAS via the VPN or something
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Ping timeout: 186 seconds]
<Greys> is there any fast food place you can buy something for etherium?
<Greys> specifically 2$
<SilverFox> hey Greys guess what just happened
<Greys> you accidentally a blowjob
<SilverFox> darn
<SilverFox> anwyays
<SilverFox> my microwave failed
<SilverFox> guess what it's failure mode is
<Greys> protip: put an unbroken uncooked egg in a tupperware thing, and microwave it on high for three minutes
<Greys> fastest way to make a microwave kill itself
<SilverFox> did you just kill your microwave also by doing this?
<Greys> no, that was like fifteen years ago
<SilverFox> oh
<SilverFox> well have some guesses at what the microwave does now
<Greys> the egg cooks in the shell and creates a lot of steam, which eventually ruptures the presure vessel, then the tuperware focuses the force upwards, deforming the frame of the micrwave and making it jup
<Greys> jump*
<Greys> the microwave probably won't actually be broken, but you will probably cause the fuse to shatter
<SilverFox> have some guesses at what my microwave does now
<Greys> brrrrrrrrrrrrrrrrrrrrrrmmmm
<SilverFox> yes
<SilverFox> always
<Greys> even when it's off?
<SilverFox> unless the door is open
<SilverFox> and it doesnt cook
<SilverFox> and you cant start the cooking
<SilverFox> its in permanent "cook but I cant" mode
<Greys> remember when adam savage was on myth busters and he build a supermagnetron that somehow refrigerated
<SilverFox> no
<SilverFox> but that thing mustve put out hella heat
<Greys> it was just three magnetrons ripped out and pointed into a cup of water
<Greys> the water got colder after five minutes
<SilverFox> and the cup froze?
<Greys> nah like a degree
<Greys> probably their ground water was warmer than the ambient air
<SilverFox> yeah probably
<Greys> but you'd expect if you point three megatrons at a cup of water for five minutes, a minute in it should be super boiling
<SilverFox> it should be like, 2.9x more boiling
<Greys> how long has it been since my last rant about the value of disposable media?
<Greys> too long, that's dead now
<Greys> I don't even carry a flash drive, and I work in a datacenter
<SilverFox> is that a 3MB disk?
<Greys> it's 120MB
<Greys> just short of 100x larger than a floppy disk
<SilverFox> I put a sign inside the microwave saying "don't close me, I'm fucking retarded"
<Greys> superdisks were out before the end of the ninties, and they got bigger than this, I think they topped out around a few gigabytes or something, and until maybe 2014 I think they would have been valuable to society
<Greys> certainly when I was in school six years earlier they would have been great
<Greys> at my tech school, you could get suspended for plugging a flash drive into a computer, but if you needed to save a file and for some reason couldn't use the network, like you wanted to share the file with somebody or /turn it in for an assignment/ you had to use a floppy disk
egg|zzz|egg is now known as egg|afk|egg
<SilverFox> why
<Greys> because schools were shit
<SilverFox> why
<Greys> anyway if superdisk had taken off like it should'a we'd have those instead of flashdrives, and about the same storage that you could get in flash drives at the time
<Greys> I think 2007ish, you could get in the range of like 2gb reasonably
<SilverFox> reasonably as in cheaply, or as in commonly?
<Greys> both
<SilverFox> so cheaply
<Greys> you know how the whole drive industry is a bunch of sliding scales, they bulk economy one specific size and the rest are less common, less economical
<Greys> so, four years ago 8gb was the go to size for flash drives, now they're switching from 16gb to 32
<Greys> same kind of thing with SD cards and etc
<Greys> and SSDs; HDDs have kind of topped out because the value difference between 2TB and 4TB is tough to sell on the consumer market
<SilverFox> probably because the process is expensive
<Greys> 2gb were 90% of what existed, and then 4gb was 90% of what was left of the market
<Greys> 4GB was probably 2009~2010, 8GB became the norm around 2013, but 16 has been hard to sell so we've actually seen backpedaling with the rise of 4GB multipacks at parity cost with larger individual volumes
<Greys> of course a lot of this has been Apple's fault, so with their continuing success in mobile devices the manufacture economy scales have started to beat out consumer valuation, leading to the 32GB transition faster than the 16GB transition
<Greys> Apple used ipods to massively subsidize growth of flash manufacturing and drive down prices so that iphones would be practical; and that hasn't stopped
<Greys> if flash pricing had been there when the first ipod came out; it would have been the original iphone, all the other hardware is relatively insignificant by comparison
<Greys> oh, except for the on screen keyboards
<Greys> apple was considering aborting the original iphone because they couldn't figure out an on screen keyboard that wasn't miserable to use; so's, they told the entire company "for the next month: everybody works on keyboard prototypes, nothing else", and one guy invented the predictive variable hit target keyboard
<Greys> in case you aint knew, on iphone when you type, the actual hit target of every key varies based on what the phone thinks you're likely to touch next, so say you type a t, the touch area of the x gets smaller, and a & s get bigger; so the likely keys are easier to touch correctly
<SilverFox> oh fuck you're still on this
<Greys> am I?
angavrilov|phone has joined #kspmodders
angavrilov||phone has quit [Read error: Connection reset by peer]
<SilverFox> a chinese knock off of a ac-10 warthog would use a microwave instead of a main gun
<SilverFox> i wonder when the store across the street opens
<SilverFox> 8am mmboy
<SilverFox> I'll have to go in about 9 because it's rude to go in at opening
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Read error: Connection reset by peer]
<SilverFox> sick, if I sold my old textbooks, a reasonable price would be 350$
<SilverFox> that's 6 textbooks
<SilverFox> maybe I could sell them for 400 if I'm lucky
<Greys> I hearby declare July to be Artificial History Month.
<Greys> you have most of a year to prepare your best fake news about past events, misrepresented or fabricated
<SilverFox> that time you sucked off a homeless person's dick and got herpesaids
<Greys> that's not how history works
<SilverFox> for tree fiddy and a tuna
<Greys> you have to use documentary format
<SilverFox> and half his subway sub
<Greys> there's no such thing as half a subway sub
<Greys> they're so vaporous as a food product as to be atomic
<SilverFox> yeah
<Greys> I don't know about canada, but detroit has Jimmy Johns
<Greys> which is like a food brick
<Greys> real excellent value but they start at 6$
<Greys> they're the place with the pepe sandwich
<SilverFox> i have never heard of jimmy johns
<Greys> I like to get a #10 with most of the extras
<SilverFox> oh this
<SilverFox> you sent me this before
<SilverFox> !tell Majiir two new sonamoo MVs up 30 minutes ago
<Qboid> SilverFox: I'll redirect this as soon as they are around.
<SilverFox> Greys, pick a colour
<Greys> opal
<SilverFox> for harmony
<Greys> huh?
<SilverFox> congrats, you successfully united the people of the world
<SilverFox> we all live in peace
<Greys> what happened
<kmath> YouTube - Weeaboos in School Cringe Compilation
<FoxBot9000> yt: Weeaboos in School Cringe Compilation | diesel patches
<Greys> pass
<kmath> YouTube - A trick to visualizing higher dimensions
<FoxBot9000> yt: A trick to visualizing higher dimensions | 3Blue1Brown
<SilverFox> yanno, they say you cant tickle yourself, but I can tickle my feet and it feels weird
<SilverFox> its like I can mildly tickle myself
<Greys> guess what they also say
<SilverFox> trump isnt the president
<SilverFox> the earth is flat
<SilverFox> "your dick is small"
<Greys> schizophrenics can tickle themselves
<SilverFox> is there a study to back this or is it anecdotal?
<SilverFox> because that's pretty weird
<SilverFox> but I wouldn't doubt it
Severianvoid has quit [Ping timeout: 183 seconds]
Severianvoid has joined #kspmodders
<SilverFox> neat
<SilverFox> this is actually a study
<SilverFox> >2016
<SilverFox> >cancer needs curing
<SilverFox> >studies tickles instead
<SilverFox> MEDICINE
<SilverFox> "I wrote 1984 as a warning, not a fucking instructions manual" -George Orwell
<Greys> cancer isn't going to get cured faster with more people, it's not a man power or financial issue
<SilverFox> Greys, itsajoke.jpg
<SilverFox> welp, its that time again, my toadd list for my kpop has grown by like, 20 songs, so now I get to spend the next hour updating it
<Greys> to add?
<SilverFox> yeah
<SilverFox> worst part is a group at the top of the list put out about 4 new songs I like, so i have to rewrite my list in the app from the start because the group was at the top of the list
<Greys> oh hey, weird all is on last week tonight
<Greys> I think they really wiffed that musical feature
<Greys> you could barely head the accordian, which was the whole point, and the lyrics were basically a joke for americans when it was supposed to be pointed at nkians
<SilverFox> weird al?
<Greys> yea that guy
<SilverFox> you're terrible at names
<SilverFox> greys, whatchu think?: https://youtu.be/fqR2HGkjFCA
<kmath> YouTube - [Dance.ver] Girl's Day(걸스데이)_Expectation(기대해)
<FoxBot9000> yt: [Dance.ver] Girl's Day(걸스데이)_Expectation(기대해) | GIRL'S DAY
<SilverFox> that was significantly slower, wonder why
<SilverFox> usually it's within a few seconds
<Greys> probably google suspects your connections of not being real users, and they're being deprioritized
<SilverFox> hm
<SilverFox> halfway done
<SilverFox> fun fact, average kpop video is about 3:45ish long
<Greys> fun fact: 12% of newyorkers can't tell what direction north is in cities that aren't on a grid
<SilverFox> finally done
<SilverFox> ~wa 272 * 3 minutes 45 seconds
<FoxBot9000> SilverFox: 45 seconds: 0.75 minutes
<SilverFox> fucker
<SilverFox> ~wa 272 * 225 seconds
<FoxBot9000> SilverFox: 272×225 seconds: 1020 minutes
<FoxBot9000> SilverFox: 272×225 seconds: 17 hours
<FoxBot9000> SilverFox: 272×225 seconds: 0.7083 days
<SilverFox> 17 hour playlist feels great
<kmath> YouTube - Schmeisser's MP-18,I - The First True Submachine Gun
<FoxBot9000> yt: Schmeisser's MP-18,I - The First True Submachine Gun | Forgotten Weapons
<Greys> interesting device
<SilverFox> alright, time to go to the store, 8gb drive here I come
<Greys> you may be able to buy a 16gb drive for literally the same price
<SilverFox> i guarantee you the price difference i will not
<Greys> you'll pay me the price difference?
<SilverFox> no
<SilverFox> you can pay me the price difference
<SilverFox> which is 6$
<SilverFox> 17.99 vs 23.99
<SilverFox> i ended up getting the 16GB drive because they had no 8 left
<SilverFox> which is a really minimalistic shitty design
<SilverFox> it uses the exterior of the case for grounding
<SilverFox> I always have the belief that if you can touch it during regular use, it should not be used for grounding
MobileFox has joined #kspmodders
<MobileFox> So im taking apart my computer to see if the windows key is on the bottom of the motherboard
Rokker has quit [Quit: Connection closed for inactivity]
<Greys> .... why would it be
<MobileFox> It's literally nowhere else and the site said it might be on there
<MobileFox> Man i fucking hate cpu fan headers
<Greys> I hope whatever site that is is just delusional
<MobileFox> You need fucking pliers for these things
<Greys> I don't
<Greys> but I dismantle my cooling setup while the computer is running
<MobileFox> I've just acquired sudden onset tinnitus, but instead of a ringing sound, it's the sound of a 90's computer booting up
<MobileFox> Like, fans, harddrive spinning, all that noise
Rokker has joined #kspmodders
<SilverFox> what other ways are there of getting the windows product key?
<Greys> ~g windows keygen
<SilverFox> that isnt illegal
<SilverFox> surely there's a command prompt thing
purpletarget|ktns has quit [Read error: Connection reset by peer]
<Greys> ~g how to get your windows product key
<SilverFox> I found one
<SilverFox> also, it says that the retail version is tied to the person, whereas oem is tied to the machine
<SilverFox> what counts as the machine
<SilverFox> I put a 1060 in it, is it no longer the machine?
<Greys> I think windows 7 tracks the motherboard
MobileFox has quit [Quit: Bye]
<SilverFox> here's to hoping windows 8 installer recognizes my ssd
<SilverFox> if it doesnt then holy fuck i wasted 28$
<SilverFox> i will cry
<SilverFox> every time
<SilverFox> 27$ sorry
<SilverFox> alright got the key
<SilverFox> i hope it doesnt track by motherboard because it'll fuck up when I buy a new mobo
<SilverFox> getting rid of this 3.5" drive will make my computer faster, quieter, and lighter
<Greys> let me be clear
<Greys> it always tracks the motherboard
<Greys> but I think 7 only tracks the motherboard
<SilverFox> as if I'm buying a new fucking copy of windows
<SilverFox> how the fuck do people benchmark things on new mobos without having to reinstall windows everytime?
<Greys> you don't need to activate windows to benchmark
<SilverFox> oh yeah, on my old laptop I accidentally retarded a bit and installed pre-windows 8
<SilverFox> that got fucked because nothing worked cause im retarded
<SilverFox> so then I reinstalled 7
<SilverFox> key wouldnt work
<SilverFox> so I deleted the shit that they use to spam you with activation popups
<SilverFox> and disabled the services
<SilverFox> as if a copy of windows costs fucking 130$
<SilverFox> it can suck a dick if it thinks I'm paying 150$ for a copy of windows
<Greys> linus has a breakdown of the package value for windows 10, and I'm pretty sure most of the packages are not usefully better than the basic "home" package
RandomJeb has joined #kspmodders
Supernovy has quit [Quit: Goodnight]
<SilverFox> I wonder if I can trick windows by like, installing win8, then upgrading to win10 for free
<Greys> the free period is over
<SilverFox> oh fuck lol
<SilverFox> also there's this piece of fucking weird ass metal on the pcie slot plates that was super flimsy and shit
<SilverFox> had to rip that out to take out the graphics card cause it was caught on it
<RandomJeb> oh that reminds me I need to uninstall this windows 10 blocker
<SilverFox> depending on how annoying windows 8 is about being activated, I can do a variety of things
<RandomJeb> was it gold film to make the connections cleaner?
<RandomJeb> for the ultimate in signal experience
<SilverFox> are you talking about the metal i removed?
<SilverFox> because it was just some shitty aluminium
<RandomJeb> weird
<Rokker> SilverFox: aluminum
<SilverFox> ~yt go the fuck to sleep
<kmath> YouTube - Go the f**k to sleep, read by Samuel L Jackson
<SilverFox> does aluminium ping you?
<Rokker> uhhhh no
<RandomJeb> it's lik the one word americans can be smug about the spelling of
<RandomJeb> like*
<SilverFox> then go the fuck to sleep
<Rokker> RandomJeb: tyre
<SilverFox> darklight says tyre and it's fucking gross
<SilverFox> because it's not a fucking tyre
<SilverFox> it's a tire
<Rokker> darklight: why cant u people language right
<RandomJeb> I don't even know any brittons that use 'tyre' though I'm sure they exist
<Rokker> RandomJeb: most of them do
<Rokker> it's just not that commonly used of a word
<Greys> amazing surprize, the crew what stole all the patios is not actually going to reinstall the taken slabs
<Greys> they're setting up the frame to cast new slabs currently
<Greys> I don't see what's wrong with the old slab, or in fact why they've done this at all
<SilverFox> shit
<SilverFox> infrastructure
<Greys> the patio is not infrastructure
<Greys> and it was perfectly fine
<SilverFox> MERICA
<Greys> that would be a fine excuse if it made any sense, even bad sense
<Greys> but this is like, they did an expensive unnecessary repair, and it's being handled in house by the apartment management, so it's not like somebody is profiting from management's poor decision
<SilverFox> there must be more to this
<SilverFox> like insurance fraud
<RandomJeb> never underestimate stupid
<RandomJeb> especially when it comes to unnecessary refurbishing of structures
<Greys> they didn't refurbish it
<Greys> they took it, and built a new one
<RandomJeb> as long as they didn't level the building and build a new one there I'd classify that as refurbishment
<SilverFox> okay, time to see how long a fresh install of windows 8 takes to boot on ssd
<SilverFox> "Boot device not found" wut
<SilverFox> welp, time to reinstall
<SilverFox> this time it isnt bitching about partition order so thats good
<Greys> great news, my engine still has far too much oil in it
<Greys> so it's not draining at a particularly high speed
fcbayerndm has joined #kspmodders
<SilverFox> round two, lets go
<SilverFox> still no boot device found
<SilverFox> "the drive is locked"
<Greys> excellent performance
<SilverFox> lets see if I can install the metaphorical adobe reader to get this going
<SilverFox> adobe reader installed
<SilverFox> ~17s to get to desktop, including time to login
<SilverFox> super speedy
<SilverFox> now comes the file transfer part
<RandomJeb> why does your engine have far too much oil in it?
<G-Magic> Jeb
<SilverFox> lets see if sata position matters for which drive gets selected to boot
<SilverFox> apparently does
<SilverFox> and fun fact, windows hates it when there's another c drive connected
<SilverFox> so it just straight up ignores it
<SilverFox> so I cant file transfer between them
<SilverFox> this would've made my life so much more easy
<SilverFox> but now, I need to backup my entire drive my spare 1tb hdd, through usb
<SilverFox> actually, it doesnt have to be usb
<SilverFox> but more boot bullshit
<SilverFox> if it accepts my windows profiles after switch this is going to be amazing
<SilverFox> this harddrive is the slowest external drive I own
<SilverFox> bedtime now that the first transfer is going
angavrilov||phone has quit [Quit: Bye]
angavrilov|phone has joined #kspmodders
TechnicallySleeping has quit [Quit: Leaving]
angavrilov|phone has quit [Read error: Connection reset by peer]
purpletarget|ktns has joined #kspmodders
Technicalfool has joined #kspmodders
fcbayerndm has quit [Quit: fcbayerndm]
fcbayerndm has joined #kspmodders
egg|afk|egg is now known as egg
Shuudoushi has quit [Ping timeout: 183 seconds]
Shuudoushi has joined #kspmodders
inkwell has joined #kspmodders
stratosleep is now known as stratochief
Technicalfool_ has joined #kspmodders
Technicalfool has quit [Ping timeout: 383 seconds]
angavrilov has quit [Remote host closed the connection]
stratochief has quit [Read error: Connection reset by peer]
stratochief has joined #kspmodders
Snoozee has joined #kspmodders
Snoozee is now known as Majiir
angavrilov|phone has joined #kspmodders
Wetmelon has joined #kspmodders
Supernovy has joined #kspmodders