<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:14:32] ⇨ Joins: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net)
L2[00:42:36] <Ristellise> o/
L3[00:43:03] <Ristellise> Anyways people are entitled to their own fucking opinion
L4[00:43:24] <Ristellise> Don't come in to a channel and shit talk about it.
L5[00:43:39] <Ristellise> Don't come in to a channel and shit talk about your own opinion. [Edited]
L6[00:44:14] <Ristellise> whether its the truth or not.
L7[00:57:46] <Kleadron> What
L8[01:26:34] <chernobyl> i wish bitcoin never existed
L9[01:27:32] <chernobyl> turns out, some sneaky fucker installed a bitcoin mining virus on one of my computers via a usb stick
L10[01:28:44] <Kleadron> why did you let him do it
L11[01:30:06] <chernobyl> people have to sleep sometime lol
L12[01:30:09] <chernobyl> people have to sleep sometimes lol [Edited]
L13[01:31:27] <chernobyl> i don't know honestly, all i know is said person used a USB stick to put it on here, i don't know when or by whom
L14[01:31:43] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p57972616.dip0.t-ipconnect.de)
L15[01:31:57] <Kleadron> how did he get to your pc
L16[01:33:01] <chernobyl> No idea who, why, or when
L17[01:33:25] <chernobyl> could've been my neighbor or a squad of navy seals for all i know
L18[01:45:11] ⇦ Quits: beesnees2 (beesnees2!~ba7888b72@66.109.211.167) (Read error: Connection reset by peer)
L19[01:51:21] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.167)
L20[02:40:00] ⇦ Quits: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L21[02:42:14] ⇦ Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 194 seconds)
L22[02:46:27] ⇨ Joins: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L23[02:54:15] ⇦ Quits: Fridtjof (Fridtjof!~prassel@osiris.9net.org) (Ping timeout: 198 seconds)
L24[02:54:46] ⇦ Quits: CompanionCube (CompanionCube!~samis@osiris.9net.org) (Ping timeout: 182 seconds)
L25[03:02:54] ⇨ Joins: DarkCow (DarkCow!~MrDark@2607:fcc8:d48b:eb00:dc5c:74c9:9b3e:6e4a)
L26[03:05:15] ⇦ Quits: Dark (Dark!~MrDark@2607:fcc8:d48b:eb00:314e:ed1e:28dc:53af) (Ping timeout: 202 seconds)
L27[03:07:15] ⇨ Joins: Fridtjof (Fridtjof!~prassel@osiris.9net.org)
L28[03:08:07] ⇨ Joins: CompanionCube (CompanionCube!~samis@osiris.9net.org)
L29[03:28:40] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L30[04:14:34] <Forecaster> %loot
L31[04:14:34] <MichiBot> Forecaster: You get a loot box! It contains a particularly fat bee.
L32[04:20:53] <MalkContent> is there a synonym for drinking (alkohol) that starts with r or f? i need one for reasons
L33[04:21:23] <Saphire> %loot
L34[04:21:23] <MichiBot> Saphire: You get a loot box! It contains a butterfly.
L35[04:29:25] <gerard> %loot
L36[04:29:25] <MichiBot> gerard: You get a loot box! It contains a mask of your face.
L37[04:29:47] <gerard> That's... quite ugly :dansgame:
L38[06:24:56] ⇨ Joins: martmists (martmists!webchat@180-024-128-083.dynamic.caiway.nl)
L39[06:25:18] <martmists> What's the best way to get a unique identifier for a computer?
L40[06:25:31] <MGR> local uuid = require("uuid")
L41[06:25:36] <MGR> ~w uuid
L42[06:25:36] <ocdoc> http://ocd.cil.li/api:uuid
L43[06:25:46] <MGR> uuid.next()
L44[06:25:48] <Forecaster> you want a way to tell which computer it is?
L45[06:25:52] <MGR> Oh
L46[06:25:53] <Forecaster> use it's address
L47[06:25:56] <MGR> ^
L48[06:26:12] <martmists> how would I do that? Since I'm aware blocks dont retain their address after being broken
L49[06:26:27] <martmists> should I use the CPU, or rather the network card, since this code always requires one
L50[06:26:33] <Forecaster> network card
L51[06:26:47] <Forecaster> it'll keep its address after it's been assigned
L52[06:26:50] <martmists> local component = require("component")
L53[06:26:50] <martmists> local id = component.get(component.modem) -- Like this?
L54[06:27:06] <martmists> The documentation on component.get wasn't too clear
L55[06:27:06] <MGR> Or component.modem.address
L56[06:27:24] <Forecaster> no, get is to get by address
L57[06:27:29] <martmists> oh
L58[06:27:31] <martmists> got it
L59[06:27:36] <Forecaster> component.modem will return the first modem component it finds
L60[06:27:52] <MGR> local component = require("component")
L61[06:27:52] <MGR> local id = component.modem.address will give the address of the primary modem (only matters if you have more than one)
L62[06:28:06] <martmists> Got it.
L63[06:29:23] <martmists> And is there a way to put files on the OC filesystem by default, similar how CC has the `default` computer?
L64[06:29:48] <Forecaster> I don't think so
L65[06:29:55] <martmists> crap
L66[06:30:17] <Forecaster> because OC creates new dirs for each new harddrive
L67[06:30:27] <Forecaster> you can use disks though
L68[06:31:22] <martmists> hmm
L69[06:32:18] <martmists> This is gonna be a pain to do
L70[06:32:58] <Wuerfel_21> you can just set up so
L71[06:33:10] <Wuerfel_21> Frigg phone keyboard
L72[06:34:03] <Wuerfel_21> i meant to say that i think there is a way to modify the openOS floppy you can craft
L73[06:34:57] <MGR> I'm pretty sure that's read only
L74[06:39:02] <martmists> Okay so basically, on my server we have a kotlin background process running that works as interface for currency handling, stored in postgres. I'd like to provide a library on all PCs to allow usage of this more easily, and also add a program that works as PDA-esque application, allowing you to use a GUI for making transactions and such.
L75[06:39:55] <Forecaster> you can add custom loot disks by the way
L76[06:40:16] <Izaya> https://i.4cdn.org/g/1531112528343.jpg
L77[06:43:58] ⇨ Joins: Inari (Inari!~Pinkishu@p54AFFD37.dip0.t-ipconnect.de)
L78[06:44:49] <martmists> So if i understand correctly I have to modify OpenComputers to add a disk?
L79[06:45:03] <Forecaster> or use the addon
L80[06:45:10] <Forecaster> that lets you add custom disks
L81[06:46:05] <martmists> OpenDisks? That's sadly not allowed in Curse packs and has been dropped by the developer
L82[06:46:54] <Forecaster> you can also do it with resource packs I believe
L83[06:47:11] <martmists> Hmm, also not ideal...
L84[06:47:19] <martmists> I guess I'll just drop OC support
L85[06:47:34] <Forecaster> %actualshrug
L86[06:47:34] <MichiBot> Forecaster: ¯\_(ツ)_/¯
L87[06:48:34] <Kodos> `not allowed in Curse packs` wat
L88[06:48:44] <Martmists> not last time I checked
L89[06:48:49] <Kodos> Says who?
L90[06:49:16] <Martmists> Saw it on the OC repo a few days ago, in some issue
L91[06:50:24] <Kodos> https://minecraft.curseforge.com/projects/opendisks
L92[06:50:39] <Martmists> huh
L93[06:50:43] <Martmists> guess I'll give it a shot
L94[06:51:54] <Kodos> Bonus points for it being only necessary on the server ?
L95[06:52:38] <Izaya> Huh.
L96[06:52:48] <Izaya> I'm going to need to look into this.
L97[06:53:02] <Kodos> is best mod. 5/7
L98[06:53:27] <MGR> 5/7=best?
L99[06:53:37] <Kodos> If you're in the know, yes
L100[06:53:45] <Forecaster> yep
L101[06:53:55] <MGR> Ok
L102[06:53:58] <Forecaster> it's true
L103[07:01:28] <Martmists> man, I hate CC already
L104[07:01:40] <Martmists> isn't lua supposed to allow multiline function calls
L105[07:02:21] <MGR> CheatyComputers ?
L106[07:02:52] <Martmists> Code Block pastebined https://paste.pc-logix.com/eviyupalewthis should work fine, but computercraft is like "nope"
L107[07:03:12] <Martmists> and I thought writing the backend was bad
L108[07:03:57] <AmandaC> For other IRC users, proper link: https://paste.pc-logix.com/eviyupalew
L109[07:05:20] <Martmists> too bad it includes the language tag instead of appending it to the URL
L110[07:09:06] <asie> OpenDisks deserves more recognition
L111[07:24:20] ⇦ Quits: martmists (martmists!webchat@180-024-128-083.dynamic.caiway.nl) (Quit: webchat.esper.net)
L112[07:52:28] <Forecaster> inari your name will appear in the next detour video :P
L113[08:02:47] ⇨ Joins: Marf (Marf!~marf@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L114[08:02:51] ⇦ Quits: Marf (Marf!~marf@54686AE1.cm-12-1b.dynamic.ziggo.nl) (Client Quit)
L115[08:08:51] <Wuerfel_21> My DVB-S decoder box qualifies as a game system? http://tinyurl.com/y7gx4oq6
L116[08:12:02] <Inari> @Forecaster detour video?
L117[08:12:12] <Forecaster> detour video
L118[08:13:20] <Inari> Ah, a series of ytours
L119[08:13:28] <Inari> Now I wonder why :P Some char in a game called Inari?
L120[08:13:53] <Forecaster> no, your name, specifically :P
L121[08:18:13] <AmandaC> He must have forgotten to enable DnD mode. :P
L122[08:18:57] <Forecaster> dnd mode?
L123[08:19:33] <AmandaC> Do not Disturb
L124[08:19:45] <Forecaster> oh, nope
L125[08:19:48] <Forecaster> nothing like that
L126[08:24:46] <Inari> Hm, then a game that you found because of me, or something maybe :P Makes me think VA-11 HALL-A
L127[08:25:14] <Inari> Maybe Stationeers, but I haven't talked muhc about that here
L128[08:25:37] <Inari> Forecaster: So when's that next video going to be out? :P
L129[08:25:45] <Forecaster> on the 21st
L130[08:25:50] <Forecaster> so in 11 days
L131[08:25:53] <Inari> D:
L132[08:25:56] <Inari> Making me wait so much
L133[08:26:21] <Inari> Oh right, I think there was a new game coming out otday that I wnated to look at
L134[08:26:49] <Forecaster> a detour comes out on the 7th and 21st of every month :P
L135[08:27:14] <Inari> Need> wormholes to the 21st
L136[08:27:18] <Inari> /r/desirepaths
L137[08:28:07] <Inari> Hmm feta cheese is so good
L138[08:28:14] <Inari> %inv add cheese love
L139[08:28:14] * MichiBot summons 'cheese love' and adds to her inventory. I could get some good swings in with this.
L140[08:29:15] <AmandaC> %give MichiBot an abstract concept, completely unthinnkable by a human mind
L141[08:29:15] * MichiBot accepts the abstract concept, completely unthinnkable by a human mind and adds it to her inventory
L142[08:29:29] <Inari> Also huh, theres a SNES Super Mario RPG game, never heard of that somehow
L143[08:31:12] <Inari> Chihiro is kind of a nice name
L144[08:34:33] <Izaya> https://i.4cdn.org/g/1531149982265.png
L145[08:36:13] <MGR> It's not quite the same IPC though
L146[08:36:21] <MGR> But, overall, not a bad picture
L147[08:36:27] <Forecaster> %loot
L148[08:36:27] <Inari> Ah right, http://shiningresonance.com/ was the game thats coming out today
L149[08:36:27] <MichiBot> Forecaster: You get a loot box! It contains an empty wooden chest.
L150[08:39:37] <Inari> %loot
L151[08:39:37] <MichiBot> Inari: You get a loot box! It contains a broken .jpg.
L152[08:40:28] <Inari> Needs a %needsmorejpeg command
L153[08:43:24] <Lizzian> %loot
L154[08:43:25] <MichiBot> Lizzian: You get a loot box! It contains an ornate chandelier.
L155[08:43:37] <Forecaster> inari what would that do?
L156[08:44:05] <Inari> Puts a link (perhaps from a previosu message if ^ is used) through http://needsmorejpeg.com/ and posts the result
L157[08:45:12] <Inari> https://store.steampowered.com/app/891570/Cat_couple/ Didn't know people buy such games, I should go and amke games after all :P
L158[08:56:57] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107179455668B119BB3505961.dip0.t-ipconnect.de)
L159[08:56:57] zsh sets mode: +v on Vexatos
L160[09:17:41] <Temia> I never expected a virgin/chad comparison of CPUs
L161[09:18:16] <Vexatos> You haven't seen anything yet then
L162[09:18:20] <Izaya> ^
L163[09:18:29] <Inari> Temia: Link?
L164[09:18:33] <Izaya> There's a virgin/chad comparison of everything.
L165[09:18:37] * Temia points at what Izaya posted
L166[09:18:42] <Izaya> https://i.4cdn.org/g/1531149982265.png
L167[09:18:58] <Inari> Oh
L168[09:19:15] <Wuerfel_21> i've seen one of USB vs PS/2
L169[09:19:26] <Temia> Seriously
L170[09:19:42] <Izaya> I posted that here a while ago too :D
L171[09:21:00] <Temia> >_>
L172[09:21:20] <Inari> %pet Temia
L173[09:21:21] * MichiBot brushes Temia with smonk. 8 health gained!
L174[09:21:26] * Temia urge to shizuo rising
L175[09:21:37] <Inari> Haha
L176[09:47:57] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107179455668B119BB3505961.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L177[09:48:26] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107179455668B119BB3505961.dip0.t-ipconnect.de)
L178[09:48:26] zsh sets mode: +v on Vexatos
L179[09:50:06] ⇨ Joins: hph^ (hph^!~hph@ip72-195-187-57.mc.at.cox.net)
L180[10:44:46] ⇨ Joins: PDG360 (PDG360!~PDG360@AStrasbourg-653-1-181-199.w86-197.abo.wanadoo.fr)
L181[10:44:56] ⇦ Quits: PDG360 (PDG360!~PDG360@AStrasbourg-653-1-181-199.w86-197.abo.wanadoo.fr) (Client Quit)
L182[10:56:13] ⇨ Joins: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net)
L183[10:58:07] <DerpiusDerp> Can someone someone with fixing this https://gyazo.com/5bdd46afa03b86e8997bec44ce8748fc
L184[11:05:51] * Izaya someones intensely
L185[11:06:39] <DerpiusDerp> rip
L186[11:06:45] <DerpiusDerp> I mean can someone help me with it
L187[11:08:36] <Izaya> Looks like it's trying to use ImageMagick, dunno if that's packaged or you have to install it yourself, but it doesn't seem to know how to read PNG files
L188[11:09:20] <DerpiusDerp> oof
L189[11:09:49] <DerpiusDerp> It does the same thing with or without Imagemagick
L190[11:10:13] <DerpiusDerp> Granted I haven't set up Imagemick with a Envir Path
L191[11:10:27] <Izaya> and the imagemagick binaries are in your PATH?
L192[11:11:01] <gamax92> if you are using im4java then you also have to setup the IM4JAVA_TOOLPATH environment variable
L193[11:11:05] <gamax92> or you get that message
L194[11:11:52] <gamax92> DerpiusDerp: https://github.com/ChenThread/ctif#note-when-running-on-windows
L195[11:12:27] <DerpiusDerp> The issue I'm having is trying to figure out how to set up the environment path
L196[11:13:01] <DerpiusDerp> Do i put IM4JAVA_TOOLPATH on the top or bottom row
L197[11:13:42] <asie> that's super weird
L198[11:13:46] <asie> CTIF 0.2.2 doesn't require ImageMagick
L199[11:13:53] <asie> I /think/
L200[11:13:56] <asie> Maybe I'm checking for the lack of it wrong
L201[11:13:58] <asie> I'll look tomorrow
L202[11:14:06] <asie> The thing is: it says "ImageMagick found"
L203[11:14:13] <asie> It shouldn't if it's not there
L204[11:14:31] <DerpiusDerp> hmmm
L205[11:14:46] <DerpiusDerp> User Variables or System Variables
L206[11:15:09] ⇨ Joins: thelounge85 (thelounge85!webchat@dynamic-69-57-101-161.tvscable.com)
L207[11:15:30] <DerpiusDerp> Also do i put IM4JAVA_TOOLPATH as the value or the name ?
L208[11:15:47] <thelounge85> does any one know why yje app market is down on MineOS
L209[11:15:58] <thelounge85> the*\
L210[11:16:26] <Izaya> Yell at the guy that runs it \o/
L211[11:16:44] <thelounge85> who runs it'
L212[11:16:50] * Izaya shrugs
L213[11:16:57] <gamax92> Don't know, they aren't here though
L214[11:16:59] <Izaya> EliteClubServices or something
L215[11:17:05] <Izaya> Never seen em here
L216[11:17:22] <thelounge85> ok thank you
L217[11:17:25] <Izaya> I'd suggest poking them on the forums
L218[11:17:31] <Izaya> either in the thread or in a PM
L219[11:17:55] <DerpiusDerp> So gamax what do i put for Variable value
L220[11:18:28] <Izaya> IM4JAVA_TOOLPATH = C:\whatever
L221[11:18:33] ⇦ Quits: thelounge85 (thelounge85!webchat@dynamic-69-57-101-161.tvscable.com) (Client Quit)
L222[11:19:31] <AmandaC> Wheverer you have imagemagick installed, I assume
L223[11:19:46] <Izaya> Every time I write that I end up with low-key DOS flashbacks, probably because of the capital letters and the C:\ part
L224[11:21:27] <gamax92> DerpiusDerp: https://www.imagemagick.org/download/binaries/ImageMagick-6.9.10-6-portable-Q16-x86.zip download
L225[11:21:57] <gamax92> unpack that into it's own folder
L226[11:22:00] <gamax92> set IM4JAVA_TOOLPATH = C:\Users\apple\Download\ImageMagick-6.9.10-6-portable-Q16-x86\
L227[11:34:18] <DerpiusDerp> oof still having issues
L228[11:37:01] <Izaya> this would probably be easier under loonix or similar
L229[11:40:01] <gamax92> *cough* it would be *cough*
L230[11:42:17] <DerpiusDerp> It finally worked
L231[11:42:52] <MGR> ?
L232[11:47:26] <Izaya> [01F44F]
L233[11:48:30] <gamax92> [F09F8DB0]
L234[12:03:42] <DerpiusDerp> So after converting the image, I put it in Imgur then wget it
L235[12:04:31] <DerpiusDerp> right ?
L236[12:05:55] <AmandaC> uh. I doubt imgur supports ctif
L237[12:06:17] <DerpiusDerp> hmmm
L238[12:06:23] <DerpiusDerp> Then what do i use ?
L239[12:08:13] <gamax92> Are you in singleplayer?
L240[12:09:50] <DerpiusDerp> No
L241[12:13:50] <Izaya> consider a site like 0x0.st or mixtape.moe
L242[12:30:55] <Wuerfel_21> hegg i got paper mail from my ISP, telling me that one of my computers apparently has malware on it?
L243[12:32:08] <Izaya> I'd ask for a copy to laugh at but I suspect I couldn't reasonably read it
L244[12:32:27] <Wuerfel_21> I mean it's in german
L245[12:32:31] <Wuerfel_21> and very vague
L246[12:32:39] <Wuerfel_21> let's run malwarebytes anyways
L247[12:32:57] <Izaya> I'm guessing you've either been torrenting or running a mail server
L248[12:33:03] <Izaya> either that or your ISP's router got malware
L249[12:33:38] <Wuerfel_21> not been doing either of that lately
L250[12:34:40] <Wuerfel_21> altough i did issue thousands of requests to a webcomic page to make a pdf of the comic (plus anohter thousand while i was developing the script)
L251[12:35:23] <Izaya> that might do it
L252[12:35:25] <Wuerfel_21> but why would they call a mailserver malware, anyways?
L253[12:35:31] <Izaya> though why pdf rather than cbz
L254[12:36:12] <Wuerfel_21> because pdf is compatible with most ereaders and there is a ruby gem for making them
L255[12:36:37] <asie> regardless
L256[12:36:42] <asie> most non-botnet e-readers support CBZ
L257[12:36:47] <asie> and if you have a botnet e-reader: why? :^)
L258[12:36:49] <Izaya> ^
L259[12:37:09] <Wuerfel_21> i don't think my old kobo touch i have in a cupboard does
L260[12:37:13] <asie> all Kobos do
L261[12:37:25] <asie> .CBZ is literally numbered .PNGs or .JPGs in a .ZIP
L262[12:37:27] <asie> with a renamed extension
L263[12:37:43] <asie> make sure to scale them to the e-reader's resolution and apply grayscale to (a) save loading time (b) save filesize
L264[12:37:46] <Izaya> and ISPs assume nobody that them should run a mail server except them and gmail and any other mail servers exist to send spam
L265[12:37:59] <asie> including competing ISPs
L266[12:38:00] <asie> :P
L267[12:38:49] <Wuerfel_21> hehe, so i could make a cbz from all the downloaded files (which are just called 1.png 2.png etc) by just zipping them up?
L268[12:39:10] <Izaya> exactly
L269[12:39:28] <Izaya> you can also do cbr but rar is bad and cb7 which is 7zip and cbsomething which is a .tar.gz
L270[12:40:13] <vifino> cbz? just a guess.
L271[12:40:18] <asie> cbz. comic book zip, i guess
L272[12:40:20] <Wuerfel_21> interesting. are images in PDFs compressed solid? (like in a 7z file vs. a ZIP file)
L273[12:40:31] <asie> regardless, Adobe Reader will add unnecessary sluggishness
L274[12:40:34] <asie> and I think Kobo uses Adobe for PDFs...
L275[12:40:41] <Izaya> install debian on it
L276[12:40:44] <asie> no
L277[12:40:46] <asie> that's a silly idea
L278[12:40:52] <asie> possible, but silly
L279[12:40:52] <Izaya> it's an excellent idea
L280[12:40:59] <Wuerfel_21> mine uses the same thingy it uses for epub, from what i remember
L281[12:41:09] <asie> that'd be strange
L282[12:41:15] <asie> my aura h2o uses the same thingy, but the backend differs
L283[12:41:19] <asie> "thingy" being the frontend
L284[12:41:24] <gamax92> ah yes
L285[12:41:26] <gamax92> the thingy
L286[12:41:28] <asie> pretty sure Kobo uses Adobe for that sweet Adobe DRM compatibility
L287[12:41:45] <asie> for EPUBs and MOBIs, too; you can convert EPUBs to KEPUBs which differ slightly to use Kobo's native - and superior - EPUB renderer
L288[12:41:50] <asie> Calibre does it automatically with a bit of fiddling
L289[12:42:01] <Izaya> the thing that gets us to the thing
L290[12:42:48] <Wuerfel_21> should prob. dig that thing out again and put some books i've been wanting to read on it
L291[12:43:28] <Izaya> I kinda miss having a tablet. I want one of those fuckhuge 10" e-paper things.
L292[12:43:54] <gamax92> I have an iPad, it's kinda annoying
L293[12:44:06] <Wuerfel_21> ^^ water is wet
L294[12:44:19] <MGR> I just use my phone to read if I don't have a paper book
L295[12:44:36] <Wuerfel_21> but phones are distracting
L296[12:44:38] <gamax92> I scan electronic screens with my eyes
L297[12:44:41] <Wuerfel_21> and bright
L298[12:44:51] <asie> Izaya: they cost a fortune
L299[12:44:53] <gamax92> invert colors for maximum readability
L300[12:45:03] <Izaya> asie: yeah they're like $500 I can't afford that
L301[12:45:04] <asie> I have an e-reader, but I use it rarely.
L302[12:45:08] <asie> I keep it around for the times during which I do use it, though.
L303[12:45:16] <Wuerfel_21> ereaders aren't and have ridiculous battery life
L304[12:46:20] <MGR> I can enable Do Not Disturb, and turn down the brightness. I don't know why, but I've never encountered eyestrain, so it's not really a consideration
L305[12:48:36] <Wuerfel_21> ~~also idiotic boarding schools allow them but not even ipod touch-like devices, even though you can browse the internet over wifi on both~~
L306[12:48:45] <CompanionCube> https://arstechnica.com/tech-policy/2018/07/net-neutrality-rules-are-illegal-according-to-trumps-supreme-court-pick/ ...
L307[12:48:49] <CompanionCube> fucking seriously?
L308[12:49:04] <Wuerfel_21> %yt oof
L309[12:49:05] <MichiBot> Wuerfel_21: https://www.youtube.com/watch?v=uKWcIaJtS6Q - *25 Roblox Death Sound Variations in 60 Seconds - YouTube*: "Feb 15, 2018 ... Caption author (Norwegian). lesefant123. Caption author (Spanish (United States)). Ashley Karina. Caption author (Slovak). Jakub Híreš ..."
L310[12:49:36] <CompanionCube> also
L311[12:49:43] <CompanionCube> running a mailserver from home is rather pointless
L312[12:49:52] <Wuerfel_21> it is
L313[12:50:23] <Izaya> cock.li exists, who needs other mail servers
L314[12:50:33] <CompanionCube> lol
L315[12:50:39] <Wuerfel_21> you can get email from a custom domain by redirecting the ingoing mail to gmail or whatever and just spoofing the outgoing
L316[12:52:30] <Wuerfel_21> ok, malwarebytes so far has found three "threats2
L317[12:52:35] <Wuerfel_21> ok, malwarebytes so far has found three "threats" [Edited]
L318[12:53:03] <Wuerfel_21> two of them are PUP Internet Explorer-related registry keys
L319[12:53:27] <CompanionCube> so no actual threats then?
L320[12:53:38] <Wuerfel_21> and one is C:\index.html . I have no idea why i have such a file, let's take a lonk at it
L321[12:54:08] <Forecaster> %inv add lonk
L322[12:54:08] * MichiBot summons 'lonk' and adds to her inventory. I could get some good swings in with this.
L323[12:54:14] <Izaya> what is a lonk
L324[12:54:17] <Izaya> is it a lump of wood
L325[12:54:19] <Izaya> it sounds like it
L326[12:54:27] <MGR> %juggle 6
L327[12:54:27] * MichiBot juggles with a weird mental feel, Comic Sans VR, AmandaC's ketchup packet, uranium butter, the tale of a midsummer's catgirl dream, & an oinker
L328[12:54:28] * MichiBot drops a weird mental feel which takes 1 damage
L329[12:54:29] * MichiBot drops Comic Sans VR which takes 5 damage
L330[12:54:30] * MichiBot drops AmandaC's ketchup packet which takes 4 damage, AmandaC's ketchup packet returned a DoesNotExistException..
L331[12:54:31] * MichiBot drops uranium butter which takes 2 damage
L332[12:54:32] * MichiBot drops the tale of a midsummer's catgirl dream which takes 3 damage, the tale of a midsummer's catgirl dream ran out of memory..
L333[12:54:33] * MichiBot drops an oinker which takes 4 damage
L334[12:54:34] <MichiBot> I didn't do it!
L335[12:54:35] <Vexatos> Izaya, you are severely uncultured
L336[12:54:38] <Forecaster> https://i.kym-cdn.com/photos/images/newsfeed/000/810/451/a1a.jpg
L337[12:54:40] <MGR> %inventory count
L338[12:54:40] <MichiBot> The inventory contains 143 items.
L339[12:55:09] <Izaya> ... Well that's bizarre.
L340[12:55:52] <Forecaster> https://i.kym-cdn.com/photos/images/newsfeed/000/810/458/29b.png
L341[12:56:00] <Forecaster> https://i.kym-cdn.com/photos/images/newsfeed/000/810/445/c47.png
L342[12:56:22] <Izaya> Oh.
L343[12:56:31] <Wuerfel_21> this file, ladies and gentlemen and nyanbinaries, is apparently not just a PUP, but full on malware:
L344[12:56:31] <Wuerfel_21> Code Block pastebined https://paste.pc-logix.com/akixofacok
L345[12:56:47] <Forecaster> but it's just a redirect, it says so right there
L346[12:56:51] <Wuerfel_21> you are now all infected
L347[12:56:55] <CompanionCube> topkek
L348[12:57:01] <Izaya> Never played a Zelda game tbh
L349[12:57:04] <Izaya> Hah!
L350[12:57:12] <Izaya> My client doesn't expand links or images.
L351[12:57:45] <Izaya> And I'm not using any of the big-3 desktop OSes.
L352[12:57:51] <CompanionCube> so what's in that .php file
L353[12:57:55] <Wuerfel_21> `Never played a Zelda game` https://cdn.discordapp.com/attachments/289801086556962818/444885165026705409/220px-Heretic_game_cover.png
L354[12:58:06] <Wuerfel_21> there is no C:\html\
L355[12:58:20] <Izaya> heretic was okay
L356[12:58:24] <CompanionCube> so did you write it
L357[12:58:32] <CompanionCube> or did you get infected by shitty bugged malware
L358[12:59:06] <Wuerfel_21> I was implying you to be a heretic
L359[12:59:14] <Izaya> that said, playing Nintendo games is difficult when they only really exist on the Nintendo approved platforms and prices only go up from release
L360[12:59:37] <Wuerfel_21> `only really exist on the Nintendo approved platforms` haha no
L361[12:59:50] <Izaya> too lazy to do emulation
L362[13:00:06] <Izaya> when I cared my machine wasn't powerful enough anyway
L363[13:00:43] <Izaya> if I want an RPG I'll play Skyrim, if I want a platformer...
L364[13:00:46] <Izaya> I don't want a platformer.
L365[13:00:54] <Wuerfel_21> `my machine wasn't powerful enough anyway` for (s)nes games?
L366[13:00:58] <Izaya> yes.
L367[13:01:11] <Izaya> I'm not aware of a SNES emulator for the C64.
L368[13:01:25] <Izaya> SNES emulator for the NES, sure, but C64 no.
L369[13:01:38] <Wuerfel_21> heh
L370[13:02:06] <Wuerfel_21> but the 64 is older than both the famicom and snes
L371[13:02:18] <Wuerfel_21> that doesn't count
L372[13:02:45] <Izaya> It's what I had when I cared
L373[13:02:49] <Izaya> namely 2007 or so
L374[13:03:57] <gamax92> How would you even do SNES on NES or C64
L375[13:04:46] <Izaya> I mean, the NES has a 6502 of some description, you'd only have to really emulate the rest of the hardware.
L376[13:05:22] <Wuerfel_21> no
L377[13:05:54] <Wuerfel_21> the 6502 has no virtualization/trapping of any sort
L378[13:06:03] <Izaya> yup
L379[13:06:20] <Izaya> so you'd probably have to do some dark magic with the cartridge port
L380[13:06:42] <Wuerfel_21> also the nes's 6502 clone is whack in that it has different illegals and no decimal mode
L381[13:06:48] <gamax92> the SNES doesn't have a 6502
L382[13:07:04] <Wuerfel_21> it has a 65816
L383[13:07:14] <Wuerfel_21> which is the same but 16bit and kindof convoluted
L384[13:07:29] <gamax92> and no games use the emulation mode of it except to immediately get out of it
L385[13:07:48] <Wuerfel_21> because the instruction length changes based on register modes
L386[13:08:07] <Izaya> I'd be lying if I said I like the design of the 65816 but it is a decent upgrade
L387[13:08:22] <CompanionCube> but yeah
L388[13:08:25] <gamax92> Yeah it's a little, hacked on top of an old design
L389[13:08:31] <Wuerfel_21> but it still doesn't make it nes-compatible
L390[13:08:44] <Wuerfel_21> that was the plan behind using the '816
L391[13:08:49] <CompanionCube> the idea that someone ont the supreme court thinks that ISP's have the right to censor
L392[13:08:52] <CompanionCube> that's horrifying
L393[13:08:55] <Wuerfel_21> but pesky devs used illegals
L394[13:09:29] <Izaya> You could make a SNES cartride for the C64, probably
L395[13:09:35] <gamax92> I don't know what to make of the whole net neutrality thing
L396[13:09:45] <Wuerfel_21> SNES controllers however, are 100% compatible with NES ones, apart from having more buttons
L397[13:09:52] <Izaya> hold the reset line for the main CPU, stick a 65816 on the cart
L398[13:10:05] <Wuerfel_21> it's called a superCPU
L399[13:10:18] <gamax92> yeah was gonna say, that already existsish
L400[13:10:25] <Wuerfel_21> also reset resets everything
L401[13:10:47] <Wuerfel_21> you want to hold SYNC, i think. or was it READY ?
L402[13:11:57] <Wuerfel_21> and you need to respect the video chip's dma "requests"
L403[13:12:17] <Wuerfel_21> because it will do them, wether or not you want it to
L404[13:12:26] <Wuerfel_21> (unless you disable the screen)
L405[13:13:18] <Inari> https://www.youtube.com/watch?v=R9dRuaTOyBY
L406[13:13:18] <MichiBot> Never compromise. Never blink. | length: 32s | Likes: 5,899 Dislikes: 22 Views: 74,592 | by ArchD n' Bacon_ | Published On 28/6/2018
L407[13:14:29] <Wuerfel_21> but regarding `Nintendo approved platforms`, the wii is a really good one. cheap and can do almost anything you'd ever want it to do.
L408[13:15:10] <Wuerfel_21> i use mine a lot
L409[13:16:50] <Wuerfel_21> for emulating old shiz and watching movies/shows
L410[13:17:00] <Wuerfel_21> and mario kart.
L411[13:17:24] <Izaya> can I run loonix on it
L412[13:17:25] <Inari> https://simg3.gelbooru.com//images/cf/47/cf471da967032d0a3e8cacceaa4359c8.jpeg thats very subtly lewd
L413[13:17:28] <asie> Izaya: Actually, yes
L414[13:17:41] <Izaya> is it more powerful than an eMac G4?
L415[13:17:51] <asie> Way less.
L416[13:17:57] <Izaya> Aight never mind
L417[13:18:02] <asie> But it is like $25
L418[13:18:06] <asie> And much smaller
L419[13:18:11] <Izaya> That's a good point.
L420[13:18:16] <Izaya> the CRT is kinda a pain in the ass.
L421[13:18:50] <Izaya> It's damn nice, too, but it's huge and heavy :|
L422[13:18:58] <gamax92> Wii makes a nice small emulation machine
L423[13:19:16] <gamax92> I did do Linux on it once but it's kinda abysmal tbh
L424[13:19:35] <Izaya> is it better than a PS2 then
L425[13:19:48] <gamax92> of course
L426[13:19:56] <Izaya> that's mildly tempting
L427[13:20:00] <gamax92> though can't the PS2 do higher than 640x480
L428[13:20:19] <Izaya> but I could also blow $25 on a G4 tower if I scoured Gumtree for a while
L429[13:22:10] <Izaya> wait a minute
L430[13:22:16] <gamax92> if you had a better video output then maybe but I kinda got tired of the screen looking like low resolution NTSC trash
L431[13:22:24] <Izaya> did I just hear "who'da thunk it" in Halt and Catch Fire
L432[13:22:27] <Izaya> >NTSC
L433[13:22:30] <Izaya> there's your mistake
L434[13:22:33] <Izaya> should've used PAL
L435[13:22:40] <gamax92> I didn't exactly choose to be born here :P
L436[13:22:48] <gamax92> and my TV can't do PAL
L437[13:23:04] <Wuerfel_21> you can have 640x480 31khz ypbpr
L438[13:23:25] <Wuerfel_21> and 15khz ypbpr
L439[13:23:26] <gamax92> there's a filter or some such on the VI that I could disable for slightly blurry but better color, but I don't really know how to do that from linux land and it probably needs me to compile
L440[13:23:41] <Wuerfel_21> and 15khz rgb
L441[13:23:45] <Wuerfel_21> and svideo
L442[13:24:14] <Wuerfel_21> they inexplicably didn't bundle the scart cable in europe for some reason
L443[13:25:09] <Izaya> I have like 4 graphics cards with S-video but I've never seen a display with S-video input
L444[13:25:17] <Wuerfel_21> altough the XFB is yuv 4:4:2, inexplicably
L445[13:25:43] <Wuerfel_21> my TV has dual scart on the back and RCA+svideo on the side
L446[13:26:34] <Wuerfel_21> but yeah, loonix on 88 MB RAM is not the best idea.
L447[13:26:47] <Izaya> I've done it on less.
L448[13:26:58] <Izaya> There are worse things.
L449[13:27:21] <Izaya> Namely, 64MB, 32MB, or less.
L450[13:28:16] <asie> I've done it on 32MB, Zipit Z2
L451[13:28:40] <Izaya> That actually looks pretty cool.
L452[13:29:35] <Izaya> I wonder how much one goes for.
L453[13:30:28] <Wuerfel_21> ebay says: 20€
L454[13:30:39] <Izaya> Eeeh
L455[13:31:05] <gamax92> the PS2 is an odd beast
L456[13:31:15] <Izaya> if it were 5 I might go for it but need to save muh moneys
L457[13:31:26] <Kleadron> monies detected
L458[13:34:36] <Izaya> if only
L459[13:41:19] * Izaya frowns
L460[13:41:30] <Izaya> This game isn't giving me an option for motion blur.
L461[13:41:34] <Izaya> Which tells me it's forced on.
L462[13:42:06] <Wuerfel_21> oof
L463[13:42:21] <Wuerfel_21> ~~or maybe it just has none~~
L464[13:42:26] <Izaya> Hahahahaha
L465[13:42:40] <Izaya> It's targeted at consoles, if it wants to look remotely smooth it needs motion blur
L466[13:43:01] <Izaya> Also no windowed borderless :|
L467[13:44:40] <Izaya> "Multiplayer locked: Origin is offline" ... Yeah. 'Offline.'
L468[13:45:58] <CompanionCube> did you block i
L469[13:46:47] <gamax92> Izaya: what game?
L470[13:47:01] <Izaya> gamax92: Titanfall 2
L471[13:47:07] <Izaya> CompanionCube: not quite what's going on
L472[13:47:35] <gamax92> Ahh, Team Fortress 2
L473[13:50:20] <Izaya> >2 minute cutscene
L474[13:50:25] <Izaya> >followed by a loading screen
L475[13:50:41] <Izaya> couldn't have loaded while the video played, eh?
L476[13:51:16] <Kleadron> Halo wars 2 does that i beleive
L477[13:57:44] <Wuerfel_21> `couldn't have loaded while the video played, eh?` as in a prerendered video file?
L478[14:01:48] <Izaya> yup
L479[14:02:45] <asie> Izaya: 20-25 EUR, mostly sold in the US
L480[14:02:59] <Izaya> so like 50AUD
L481[14:03:00] <asie> I got mine via someone else who organized a group buy in Poland from a Czech reseller
L482[14:03:17] <asie> but they're usually new-old-stock if you go this route
L483[14:03:19] <Izaya> that's a decent portion of my 'get myself a powered mode of transport' fund
L484[14:03:26] <asie> Zipit Z2 fan communities keep track of resellers, so ask
L485[14:08:06] <Inari> https://media.discordapp.net/attachments/436555823423160320/466312803737796618/219168.jpg
L486[14:09:42] <Izaya> what accent is this? kiwi?
L487[14:10:18] <DerpiusDerp> Quick question, Is the ctif file suppose to be a blank file ?
L488[14:33:22] ⇨ Joins: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:4007:af44:6bda:9cd4)
L489[14:41:16] <asie> No
L490[14:41:25] <asie> How would it store an image if it's blan
L491[14:41:27] <asie> k
L492[14:42:58] <Izaya> A blank image could result in a blank file.
L493[14:47:25] <DerpiusDerp> https://gyazo.com/4753f1f3ddd236e38c0eafb2c4d32fff
L494[14:47:37] <gamax92> asie: flif for OC
L495[14:47:43] <DerpiusDerp> oof seems like i screwed up somewhere
L496[14:47:44] <asie> gamax92: no
L497[14:47:45] <gamax92> yes
L498[14:47:47] <asie> no
L499[14:47:51] <gamax92> oh okay
L500[14:47:59] <asie> ok maybe i will do it
L501[14:48:06] <asie> maybe not
L502[14:48:11] <asie> probably not.
L503[14:48:15] <gamax92> fair enough, have a nice day
L504[14:48:51] <DerpiusDerp> hmm, How do i generate a preview image since I didn't do that the first time and ended up with that file
L505[14:52:09] <asie> -P [preview filename]
L506[14:52:13] <asie> I think
L507[14:52:20] <asie> use -h to get command information
L508[14:59:18] <DerpiusDerp> huh, So the thumbnail is blank yet it has a size of 23.6kb
L509[14:59:36] <asie> niiiiiice
L510[14:59:47] <asie> (not nice)
L511[14:59:48] <DerpiusDerp> is it suppose to have a blank thumbnail ?
L512[14:59:50] <asie> no!
L513[14:59:54] <DerpiusDerp> rip
L514[14:59:55] <asie> it's not supposed to do anything abnormal!
L515[14:59:59] <asie> it's not supposed to find imagemagick if you don't have it!
L516[15:00:03] <asie> it's not supposed to output random broken files!
L517[15:00:12] <asie> why does everything happen wrong on your machine? i want to know!
L518[15:00:17] <asie> *sigh*
L519[15:00:22] <asie> but i'm on a bus and from there i can't help muc
L520[15:00:23] <asie> h
L521[15:00:27] <asie> been in here for 4 hours now, at least i'm almost home
L522[15:00:41] <DerpiusDerp> https://gyazo.com/0634b024a683363e853e8de8e1c4269b
L523[15:01:05] <asie> so it doesn't find it
L524[15:01:08] <asie> that's progress
L525[15:01:14] <asie> the paths look correct
L526[15:01:19] <asie> oh, i know
L527[15:01:24] <asie> you're overwriting the source image with the preview image
L528[15:01:27] <asie> notice the filenames are identical
L529[15:01:32] <asie> this might break the process somewhere
L530[15:01:54] <DerpiusDerp> So I should switch the commands
L531[15:02:01] <asie> Not really
L532[15:02:04] <asie> Just name the preview file something different
L533[15:02:09] <asie> Why would you destroy the source file anyway?
L534[15:03:28] <DerpiusDerp> Me doing random stuff
L535[15:04:35] <DerpiusDerp> So does the converter take antyhing besides png ?
L536[15:07:23] <asie> Yes?
L537[15:07:30] <asie> It should take any image format Java takes
L538[15:07:46] <DerpiusDerp> oh because I've been using png this whole time kek
L539[15:09:48] <gamax92> it only takes pcx
L540[15:10:09] <Wuerfel_21> ImageIO is magic
L541[15:10:27] <DerpiusDerp> Are the preview and the ctif suppose be two files or a single file with the ctif file having the thumbnail of the preview
L542[15:10:37] <gamax92> two files.
L543[15:10:41] <gamax92> hence the two filenames...
L544[15:10:51] <asie> the ctif file only has the image in opencomputers form
L545[15:10:58] <DerpiusDerp> ah
L546[15:10:58] <asie> the ctif file is not supported by windows explorer
L547[15:11:00] <asie> it will not have a thumbnail
L548[15:11:24] <gamax92> Windows shell extension for CTIF when? :^)
L549[15:11:36] <asie> as soon as I receive a Hakase Nendoroid as a gift
L550[15:12:06] <asie> marked as dedicated to a Windows shell extension for CTIF of course
L551[15:14:28] <gamax92> something something IThumbnailProvider
L552[15:15:35] <gamax92> more something E357FCCD-A995-4576-B01F-234630154E96
L553[15:17:40] ⇦ Quits: Icedream (Icedream!~icedream@has.streaminginter.net) (Ping timeout: 182 seconds)
L554[15:23:45] ⇨ Joins: Icedream (Icedream!~icedream@has.streaminginter.net)
L555[15:38:13] <Inari> x86 is better than x64 because the number is higher, right? </someone,somewhere, probably>
L556[15:39:49] <Wuerfel_21> x64 is a strange inofficial name
L557[15:40:03] <Wuerfel_21> x86-64 or amd64 are the real ones
L558[15:40:05] <MGR> Isn't it technically x86-64?
L559[15:40:08] <MGR> ^
L560[15:40:20] <Inari> Well, whoever cam eup with either of those doesn't know people
L561[15:40:27] <CompanionCube> x86-64 x86_64 AMD64 are all valid name imo
L562[15:42:08] <Forecaster> %loot
L563[15:42:09] <MichiBot> Forecaster: You get a loot box! It contains a Shiny foxtails! (10%)
L564[15:42:37] <Wuerfel_21> %tonk
L565[15:42:37] <MichiBot> I'm sorry Wuerfel_21, you were not able to beat Forecaster's record of 1 week, 5 days, 2 hours, 10 minutes, 50 seconds this time.
L566[15:42:38] <MichiBot> 1 week, 22 hours, 42 minutes, 55 seconds was wasted!
L567[15:42:47] <Wuerfel_21> %loot
L568[15:42:47] <MichiBot> Wuerfel_21: You get a loot box! It contains corn on the cob.
L569[15:43:01] <Wuerfel_21> %loot
L570[15:43:02] <MichiBot> Wuerfel_21: You get a loot box! It contains the bottom of a barrel.
L571[15:49:49] <Kodos> %loot
L572[15:49:50] <MichiBot> Kodos: You get a loot box! It contains a expired lottery ticket.
L573[15:53:28] <Izaya> titanfall 2 is surprisingly good
L574[15:53:32] <Izaya> shame about the multiplayer
L575[15:59:03] ⇦ Quits: Icedream (Icedream!~icedream@has.streaminginter.net) (Ping timeout: 198 seconds)
L576[16:02:03] <Kodos> What about it?
L577[16:06:40] <Izaya> a) you need to buy the game
L578[16:06:53] <Izaya> b) it seems like overwatch and similar: all matchmaking, no user-hosted servers
L579[16:09:06] <Wuerfel_21> i wouldn't say a) is a problem. AAA games cost monet to make. but b) is just a horrible thing.
L580[16:09:49] <Izaya> I mean, a probably isn't an issue for most people, but I refuse to pay for anything EA on moral grounds.
L581[16:10:26] <Wuerfel_21> well EA is kindof shit lately so they really don't deserve monet
L582[16:10:29] <Izaya> Xonotic could do with wall running and double jumping. That'd be excellent.
L583[16:11:41] <Wuerfel_21> if something is on steam, it is 100x as likely that i will pay for it, as i seem to magnetically attract steam gift cards out of my friend's pockets
L584[16:12:48] <Izaya> Bastard.
L585[16:12:53] <Wuerfel_21> ?
L586[16:12:57] <Izaya> I want to attract money.
L587[16:13:31] <Wuerfel_21> are steam gift card money though?
L588[16:13:41] <Izaya> they have monetary value
L589[16:13:41] <Wuerfel_21> %yt macintosh plus 420
L590[16:13:42] <MichiBot> Wuerfel_21: https://www.youtube.com/watch?v=MhK-fuLbPTA - *MACINTOSH PLUS - リサフランク420 / 現代のコンピュー 10 HOURS ...*: "Nov 18, 2016 ... From the Album: https://goo.gl/GP2b0t Suggestions: https://goo.gl/L1MQad // theipod3."
L591[16:14:14] <Wuerfel_21> i guess they do
L592[16:14:39] <Wuerfel_21> otoh, you never play the games you buy because you are too lazy to hook your PC up to the TV
L593[16:14:52] <Izaya> for example
L594[16:14:52] <Izaya> I could gift people games in exchange for money
L595[16:15:06] <Izaya> mildly violates the steam EULA but do it in cash and they'll never know
L596[16:16:40] <Wuerfel_21> i have yet to see a device that is intended to show a PC screen on a TV where NTSC mode actually works
L597[16:17:01] <Wuerfel_21> my TV is definitly multinorm
L598[16:17:44] <Wuerfel_21> but alas, both svideo-equipped graphics cards and HDMI-to-AV boxes from ebay have failed so far
L599[16:22:00] ⇨ Joins: Icedream (Icedream!~icedream@has.streaminginter.net)
L600[16:24:51] <Wuerfel_21> Altough the TV really dislikes these ATI svideo cards in general
L601[16:25:26] <Wuerfel_21> And the hdmi converter box loses color in PAL mode, too, if it gets too warm
L602[16:25:47] ⇦ Quits: Icedream (Icedream!~icedream@has.streaminginter.net) (Ping timeout: 194 seconds)
L603[16:30:10] ⇨ Joins: Icedream (Icedream!~icedream@212.83.173.97)
L604[16:31:16] <Izaya> https://i.redd.it/sx4crdn8c4911.jpg
L605[16:33:48] ⇦ Quits: Icedream (Icedream!~icedream@212.83.173.97) (Ping timeout: 194 seconds)
L606[16:37:16] <SquidDev> asie: WRT #2889, I've not seen any issues with CC using the same code. Obviously it's not a direct comparison, but the lighting code is relatively similar for the two mods. IIRC it's reset after the TE is rendered, so it shouldn't impact other mods TEs, though yes, obviously should be checked without optifine installed, etc...
L607[16:38:44] <Toothless the Dragon> is it possible to open all ports at once?
L608[16:39:09] ⇨ Joins: Kasen (Kasen!~rakiru@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st)
L609[16:40:45] <Izaya> In one component call?
L610[16:47:11] <Forecaster> You can have as many ports open at a time as you want
L611[16:47:14] <Forecaster> But why
L612[16:50:31] <Toothless the Dragon> NSA
L613[16:50:42] ⇨ Joins: Icedream (Icedream!~icedream@has.streaminginter.net)
L614[16:50:51] <Forecaster> k
L615[16:51:11] <Toothless the Dragon> no actually trying to debug someting
L616[16:51:25] <Toothless the Dragon> when i start a computer, network activity spikes hard
L617[16:51:40] <Toothless the Dragon> like 20hz, 7/tick, with 50 queue full in a sudden burst
L618[16:52:00] <Toothless the Dragon> trying to see what the packets are
L619[16:53:09] <Izaya> sounds like you have a loop in your network
L620[16:53:20] <Toothless the Dragon> idk, thats why i need to listen on all ports
L621[16:54:51] <Izaya> well, checking for a loop will be faster than opening all the ports
L622[16:55:08] <Izaya> because sure you can do for i = 1, 65535 do modem.open(i) end but it'll take uh
L623[16:55:29] <Izaya> about an hour
L624[16:55:44] <Izaya> assuming T3 processor
L625[16:55:45] <Toothless the Dragon> i'll open first 100 ports
L626[16:55:58] <Izaya> what ports does your software use?
L627[16:56:01] <Toothless the Dragon> or maybe setup a bunch of computers to open different ports
L628[16:56:04] <Toothless the Dragon> its not my software
L629[16:56:06] <Toothless the Dragon> thats the problem
L630[16:56:21] <Izaya> MineOS?
L631[16:56:26] <Toothless the Dragon> just give me a moment, going to narrow down
L632[16:57:25] <Toothless the Dragon> yeah LOL
L633[16:57:33] <Izaya> oh jesus have fun debugging that
L634[16:57:38] <Toothless the Dragon> http://tinyurl.com/y7pctgwq
L635[16:57:48] <Toothless the Dragon> for some reason, when i boot a computer, ping is spammed
L636[16:58:04] <Izaya> look for loops in your network
L637[17:08:25] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107179455668B119BB3505961.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L638[17:10:32] <Toothless the Dragon> something to do with server racks for sure
L639[17:11:35] <Toothless the Dragon> there are no loops either
L640[17:16:19] <Toothless the Dragon> i fixed it... idk how though...
L641[17:16:59] ⇦ Quits: Inari (Inari!~Pinkishu@p54AFFD37.dip0.t-ipconnect.de) (Quit: 'A girl can have multiple page programs!')
L642[17:31:05] ⇨ Joins: Bammerbom (Bammerbom!~Bammerbom@dsl-087-195-054-164.solcon.nl)
L643[17:31:43] <Bammerbom> Destroying a Thermal Expansion Energy cell with a robot duplicates it (Modpack: Direwolf20 1.12)
L644[17:44:49] ⇦ Quits: Keridos (Keridos!~Keridos@static.56.72.76.144.clients.your-server.de) (Quit: ZNC - http://znc.in)
L645[17:45:17] ⇨ Joins: Keridos (Keridos!~Keridos@static.56.72.76.144.clients.your-server.de)
L646[18:24:35] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L647[18:40:25] ⇦ Quits: Bammerbom (Bammerbom!~Bammerbom@dsl-087-195-054-164.solcon.nl) (Read error: Connection reset by peer)
L648[19:12:53] <rashy> o/
L649[19:24:41] ⇦ Quits: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net) (Remote host closed the connection)
L650[19:25:28] ⇨ Joins: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net)
L651[19:28:19] ⇦ Quits: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net) (Client Quit)
L652[19:49:25] <AmandaC> %tell Inari oops, I read all of it. Nice story.
L653[19:49:25] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L654[19:50:22] <AmandaC> %give MichiBot chibi-thor with his chibi-hammer
L655[19:50:22] * MichiBot accepts chibi-thor with his chibi-hammer and adds it to her inventory
L656[19:50:54] <AmandaC> Mimiru: you might like the manga `Boku Girl` since you like EGS
L657[19:57:31] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L658[19:57:37] ⇨ Joins: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@p579720A7.dip0.t-ipconnect.de)
L659[19:57:39] <rashy> it's been a while, how is everyone?
L660[20:00:30] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p57972616.dip0.t-ipconnect.de) (Ping timeout: 194 seconds)
L661[20:10:15] ⇦ Quits: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@p579720A7.dip0.t-ipconnect.de) (Ping timeout: 194 seconds)
L662[20:10:25] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.167) (Quit: WeeChat 2.1)
L663[20:22:00] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.167)
L664[20:33:03] ⇦ Quits: jazzpi (jazzpi!~jazzpi@jazzpis.space) (Quit: ZNC - http://znc.in)
L665[20:34:26] ⇨ Joins: jazzpi (jazzpi!~jazzpi@2a03:4000:6:20f::2)
L666[20:53:38] <gamax92> hmm.
L667[20:59:38] <gamax92> I just finished watching Made in Abyss
L668[21:17:02] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L669[21:17:04] <Izaya> was it good?
L670[21:17:27] <Izaya> It has been a while since I've seen the name rashy in the context of OC.
L671[21:18:27] <gamax92> It was very good
L672[21:18:37] <gamax92> But I also feel like I've been hit with a sack of bricks
L673[21:30:58] <Izaya> I just played the entire Titanfall 2 campaign in one sitting.
L674[21:31:14] <Izaya> I don't feel like I was hit by a sack of bricks. Is this normal for a AAA game?
L675[21:38:39] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L676[21:47:07] * AmandaC caries a cute plushie over to gamax92 to hug for comfort
L677[21:47:18] <AmandaC> I know what you mean. ;-;
L678[21:49:34] <AmandaC> Izaya: <weeb-mode>Normal for Western stories for me, really, they just don't seem to connect to my feels at all</weeb-mode>
L679[21:50:53] <CompanionCube> https://pleroma.site/notice/2029101 uhoh?
L680[21:50:57] <AmandaC> %choose start MBMBaM
L681[21:50:57] <MichiBot> AmandaC: start MBMBaM
L682[21:51:02] <AmandaC> %choose start MBMBaM or no
L683[21:51:02] <MichiBot> AmandaC: no
L684[21:51:57] <AmandaC> Hrm. I disagree
L685[21:52:55] <Izaya> I don't think I've played a western-style game with a story in years aside from Titanfall 2 and the big issue there is you get a whole 5 hours of shooting stuff to get to know the characters
L686[21:53:23] <Izaya> This isn't a 12-episode drama anime where you have 6 hours of people talking and shit happening
L687[21:53:29] <Izaya> it's a 5 hour FPS campaign
L688[21:56:24] <AmandaC> true
L689[22:17:32] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L690[22:21:19] <gamax92> not sure what else to do for my encoder project.
L691[22:22:06] <gamax92> I've started out at 5217267, and I'm down to 4688848, which is an improvement, but still pretty large error count
L692[22:22:20] ⇨ Joins: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org)
L693[23:04:45] ⇨ Joins: DerpiusDerp (DerpiusDerp!~DerpiusDe@c-73-164-66-213.hsd1.mn.comcast.net)
L694[23:04:54] <DerpiusDerp> hmmm
L695[23:05:50] <DerpiusDerp> What does Unsupported character width: 52x0 mean
L696[23:05:57] <SF-MC> It means you can't do that
L697[23:06:28] <DerpiusDerp> why do I keep running into roadblocks
L698[23:06:46] <SF-MC> What exactly are you doing that you're trying to use a resolution with 0 height?
L699[23:07:28] <DerpiusDerp> tfw the preview looks fine but the file doesn't
L700[23:15:06] ⇦ Quits: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:4007:af44:6bda:9cd4) (Quit: Cervator)
L701[23:16:10] <gamax92> Intel
L702[23:22:43] <DerpiusDerp> reeee
L703[23:23:13] <DerpiusDerp> Keep getting unsupported character width
<<Prev Next>> Scroll to Top