<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:56:07] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 202 seconds)
L2[00:56:18] <Ocawes​ome101> OC-DOS is at a pretty usable state
L3[00:56:30] <Ocawes​ome101> It's got the first working text editor I've ever made \:O
L4[01:02:12] <Ocawes​ome101> https://pastebin.com/ksiFWYth is the installer if anyone wants to try it. It'll work on OpenOS, Open Kernel, or anything API-compatible
L5[01:02:21] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
L6[01:21:31] <Ocawes​ome101> so
L7[01:22:28] <Ocawes​ome101> My OC-DOS `edit` program mostly works, except when I try to add more lines to a file it doesn't properly set the background color to black, but sets both background and text to white, and I cannot figure out why
L8[01:35:53] <ThePi​Guy24> hmm
L9[01:36:12] <ThePi​Guy24> might see if i can have a go debugging it
L10[01:36:26] <Ocawes​ome101> https://github.com/ocawesome101/oc-dos/blob/master/dos/edit.lua
L11[01:36:31] <Ocawes​ome101> That's the file I think
L12[01:37:27] <ThePi​Guy24> i need to setup some way to allow print to use a different screen
L13[01:37:43] <ThePi​Guy24> that would make debugging easier for applications like this
L14[01:37:49] <Ocawes​ome101> Get another GPU and make another proxy
L15[01:37:58] <Ocawes​ome101> Then bind that GPU to the other screen and just use gpu.set
L16[01:38:02] <ThePi​Guy24> yeah it shouldnt be difficult
L17[01:38:28] <ThePi​Guy24> kinda want to work on my spanning filesystem
L18[01:38:37] <Ocawes​ome101> 🤷‍♂️
L19[01:38:45] <ThePi​Guy24> so i can have a 16MB filesystem
L20[01:39:27] <Sagh​etti> you can use a RAID
L21[01:39:53] <Sagh​etti> and have all of the weird stuff be handled by oc natively
L22[01:40:00] <ThePi​Guy24> yeah but thats expensive and has downsides, plus only supports 3 drives
L23[01:40:35] <Z​ef> should make a filesystem for tapes from computronics
L24[01:40:49] <Z​ef> I tried making a backup program at one point, but it did not work at all
L25[01:41:05] <Sagh​etti> ooh, computronics
L26[01:41:19] <ThePi​Guy24> izaya made a tapefs for psychos
L27[01:41:19] <Ocawes​ome101> Is there a mod that adds laptops into OC?
L28[01:41:23] <Ocawes​ome101> I'd really like one
L29[01:41:24] <ThePi​Guy24> sadly not
L30[01:41:25] <Sagh​etti> no
L31[01:41:33] <ThePi​Guy24> i really wish there was
L32[01:41:36] <Ocawes​ome101> maybe if I learn Java I can make one
L33[01:41:36] <Sagh​etti> ^
L34[01:41:44] <Sagh​etti> ThePiGuy: ^ [Edited]
L35[01:41:54] <ThePi​Guy24> as in, something between a tablet and a normal computer
L36[01:42:00] <Ocawes​ome101> yep
L37[01:42:03] <Sagh​etti> tablet in item frame
L38[01:42:12] <Sagh​etti> make that a thing
L39[01:42:17] <ThePi​Guy24> so it can interact with external components, but be easily picked up and moved
L40[01:42:38] <ThePi​Guy24> and has keyboard and screen built in
L41[01:42:44] <Z​ef> That'd be cool
L42[01:42:51] <ThePi​Guy24> and interchangable components
L43[01:43:08] <Z​ef> But I spoke to ben_mkiv before (if I remember right) about making all-in-one computers and he didn't seem to believe it was possible
L44[01:43:19] <Ocawes​ome101> Huh
L45[01:43:38] <Sagh​etti> or make it so that you can shift+right click on a component or cable with the tablet, and then have the tablet be able to interact with components
L46[01:43:43] <Z​ef> Because I had wanted to make a G3 style computer case
L47[01:43:48] <Sagh​etti> as long as you're only a few blocks away
L48[01:44:22] <Sagh​etti> so you could make things like packet sniffers for wired networks
L49[01:46:53] <Z​ef> It sucks that microcontrollers can't interact with external components
L50[01:47:06] <Sagh​etti> ^
L51[01:47:30] <Sagh​etti> and it also doesn't make sense that they can communicate over a wired network
L52[01:47:52] <Sagh​etti> if they can't communicate with other components
L53[01:49:05] <Z​ef> it makes them useless for most purposes other than maybe redstone and networking
L54[01:49:13] <Z​ef> Which then again, I guess is the point
L55[01:57:28] <ThePi​Guy24> rack mounted raids (with space for more disks) would be neat too
L56[01:59:00] <Sagh​etti> this one is kind of niche, but the ability to send and receive network messages from a specific side
L57[01:59:44] <Sagh​etti> (this may or may not be part of a master plan to implement the TCP/IP stack inside of OpenComputers)
L58[02:00:54] <ThePi​Guy24> servers can
L59[02:00:59] <Z​ef> Racks can do that ish
L60[02:01:04] <ThePi​Guy24> well, with multiple network cars
L61[02:01:06] <ThePi​Guy24> well, with multiple network cards [Edited]
L62[02:01:12] <Sagh​etti> yeah
L63[02:01:24] <Sagh​etti> but i was thinking of using a microcontroller as a router
L64[02:01:37] <ThePi​Guy24> hm
L65[02:01:53] <Sagh​etti> which is great because it won't pass components or network messages through
L66[02:02:18] <Sagh​etti> but it can only send messages to all sides
L67[02:03:16] <Z​ef> Ports can emulate that
L68[02:04:11] <Z​ef> in fact I just got an idea of how to do that
L69[02:04:32] <Z​ef> you have one computer that's going to be sending the signals, and a microcontroller on each side you want to be able to send messages to
L70[02:04:51] <Z​ef> have those microcontrollers forward messages that are sent on the correct port
L71[02:04:52] <ThePi​Guy24> now that could work
L72[02:06:07] <Sagh​etti> didn't think of that 🤦‍♂️
L73[02:07:14] <Sagh​etti> also the more i think about it, the more weird OC's networking is as compared to the OSI model
L74[02:07:26] <Sagh​etti> it seems like layer 2
L75[02:07:32] <Sagh​etti> but then there's also ports
L76[02:08:12] <Sagh​etti> and also packets from layer 3
L77[02:10:58] <M​GR> It is a little messy
L78[02:11:59] <Z​ef> Yeah, I don't have any real world networking experience so OC is the closest I've gotten
L79[02:16:34] <ThePi​Guy24> ive messed about with real world networking a bit, its kinda a pain
L80[02:16:51] <ThePi​Guy24> although its mostly just having an existential crisis over config files
L81[02:17:43] <M​GR> I've done IRL networking
L82[02:18:01] <Z​ef> I've done some VM stuff, it was a nightmare
L83[02:18:07] <M​GR> Oof
L84[02:18:12] <M​GR> Which hypervisor?
L85[02:18:17] <Z​ef> that's why I'm going into electrical engineering and not anything relating to computers
L86[02:18:34] <Z​ef> VMware workstation
L87[02:18:54] <Z​ef> Well technically ee is related to computers
L88[02:18:58] <Z​ef> But I mean like networking and shit
L89[02:19:56] <M​GR> I've used VMWare vSphere
L90[02:20:02] <M​GR> I know your pain probably
L91[02:21:50] <Z​ef> The VM software was not the problem
L92[02:28:32] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L93[02:29:29] <Adorabl​eCatgirl> i have a fancy archive format
L94[02:30:39] <Adorabl​eCatgirl> wait are we talking about microcontrollers
L95[02:30:55] <Adorabl​eCatgirl> because they're amazing with PROM cards
L96[02:32:16] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L97[02:39:41] <Sagh​etti> ooh
L98[02:39:45] <Sagh​etti> speaking of networking
L99[02:40:05] <Sagh​etti> configuring a cisco asa firewall is the most painful networking experience out there
L100[02:44:43] <Z​ef> speaking of cisco my bf got access to Cisco packet tracer which seems to be a virtual networking software
L101[02:45:42] <Sagh​etti> nice
L102[02:46:46] <Sagh​etti> but the thing about these firewalls is that almost all the config needs to be done command-line
L103[02:46:54] <Sagh​etti> over a serial connection
L104[02:47:18] <Sagh​etti> because all of the gui config software is a java applet
L105[02:47:25] <Sagh​etti> for web browsers
L106[02:47:32] <DaCompu​terNerd> Same went for our network switch we garbage picked
L107[02:47:41] <DaCompu​terNerd> Needs like java 1.4 to run the applet too
L108[02:48:14] <Sagh​etti> these things are for datacenters
L109[02:50:21] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L110[02:54:06] <Michiyo> my webserver is avging about 130GB/day bandwidth usage
L111[02:54:07] <Michiyo> o_O
L112[03:00:01] <Klea​dron> what are you hosting on it?
L113[03:05:45] <ThePi​Guy24> an egg
L114[03:07:43] <Amanda> Michiyo: sorry, that's me, I'm downloading the same three pastes a thousand times an hour to make sure they stay the same
L115[03:11:00] <Michiyo> lol Amanda
L116[03:11:23] <Michiyo> @Klea​dron the files to a now technically pirate game :P
L117[03:11:36] <Klea​dron> :)
L118[03:11:54] <Michiyo> I'm a mirror for the City of Heroes client files
L119[03:12:20] <Klea​dron> cool
L120[03:22:09] * Amanda snugs an Elfi, zzzmews
L121[03:22:16] <Amanda> Night nerds
L122[03:22:26] <Michiyo> night Amanda
L123[04:09:17] <ThePi​Guy24> %tonk
L124[04:09:18] <MichiBot> Aw jeez! ThePiGuy24! You beat Lizzian's previous record of 1 hour, 13 minutes and 21 seconds (By 4 hours, 5 minutes and 11 seconds)! I hope you're happy!
L125[04:09:19] <MichiBot> ThePiGuy24's new record is 5 hours, 18 minutes and 33 seconds! ThePiGuy24 also gained 0.00818 (0.00409 x 2) tonk points for stealing the tonk.
L126[04:10:37] <ThePi​Guy24> %tonkleaders
L127[04:10:37] <MichiBot> ThePi​​Guy24: https://michibot.pc-logix.com/tonk
L128[04:11:02] <ThePi​Guy24> nice im in 7th place now
L129[04:17:30] <The_St​argazer> ayy i'm in the top 10
L130[04:17:37] <The_St​argazer> `#9 The_Stargazer 0.01444`
L131[04:19:52] <Sagh​etti> https://www.reddit.com/r/programming/comments/90f9ic/lunatic86_an_x86_emulator_written_in_lua_running/
L132[04:19:53] <Sagh​etti> bruh
L133[04:29:04] <Sagh​etti> does anyone even use unmanaged drives?
L134[04:29:12] <Sagh​etti> seems really cool
L135[04:30:57] <The_St​argazer> what are unmanaged drives?
L136[04:31:18] <The_St​argazer> from looking at the config it seems they're supposed to be more like an actual HDD (mentions 'seek times' and 'head positions')
L137[04:33:52] <Sagh​etti> yeah
L138[04:34:13] <Sagh​etti> you access unmanaged drives like you would an actual drive
L139[04:34:19] <Sagh​etti> writing sectors and bytes directly
L140[04:34:47] <Sagh​etti> instead of just having a filesystem that's managed by oc (or more accurately, your os)
L141[04:35:02] <ThePi​Guy24> damn lunatic86 looks awesome
L142[04:35:28] <ThePi​Guy24> maybe i should make something simmilar but for 6502
L143[04:35:42] <Sagh​etti> lunatic02
L144[04:35:45] <DaCompu​terNerd> I was working on a filesystem that would handle a raid5 type system over a network using unmanaged drives
L145[04:36:02] <Sagh​etti> ooh, networking
L146[04:36:29] <ThePi​Guy24> oh and i might make some ddos boxes
L147[04:36:48] <ThePi​Guy24> which is the only use i have for microcontrolers
L148[04:37:05] <ThePi​Guy24> just spamming network packets to broadcast
L149[04:37:41] <ThePi​Guy24> and like 4 loc
L150[04:38:03] <Sagh​etti> might mess around with making diskless workstations
L151[04:38:28] <Sagh​etti> and maybe setting up rpcs so i can transparently use a hard drive over the network
L152[04:44:15] <Sagh​etti> also what are network cycles>
L153[04:44:40] <ThePi​Guy24> where you have a physical loop in your network
L154[04:45:42] <Klea​dron> unmanaged mode sounds scary
L155[04:46:52] <Sagh​etti> why?
L156[04:47:06] <Sagh​etti> http://tinyurl.com/vx945l8
L157[04:47:09] <Sagh​etti> is this a cycle?
L158[04:47:24] <ThePi​Guy24> yes
L159[04:47:56] <Adorabl​eCatgirl> unmanaged mode should be ez
L160[04:48:03] <Sagh​etti> yeah
L161[04:48:04] <Adorabl​eCatgirl> i'm just dumb
L162[04:48:13] <Sagh​etti> it could also allow for things like multiple partitions
L163[04:48:18] <Sagh​etti> and more advanced bootloaders
L164[04:48:22] <Adorabl​eCatgirl> dumb and lazy
L165[04:48:27] <Adorabl​eCatgirl> i have a format somewhere
L166[04:48:31] <Adorabl​eCatgirl> for a partition table
L167[04:48:52] <Klea​dron> it would make sense to me except i dont know how you're supposed to boot off of it
L168[04:49:03] <ThePi​Guy24> custom rom
L169[04:49:03] <Sagh​etti> ez
L170[04:49:19] <Sagh​etti> just make an eeprom where it reads the first sector
L171[04:49:23] <Sagh​etti> loads it and calls it
L172[04:49:29] <Klea​dron> custom rom actually that makes more sense than what i was thinking
L173[04:49:30] <Sagh​etti> just like on a real pc
L174[04:49:35] <Klea​dron> yeah
L175[04:49:48] <Adorabl​eCatgirl> https://github.com/Adorable-Catgirl/Random-OC-Docs/blob/master/formats/osdi/1.0.md
L176[04:49:51] <Adorabl​eCatgirl> i had this
L177[04:50:04] <Sagh​etti> Kleadron: what were you thinking?
L178[04:50:27] <Klea​dron> the same thing but in a different way
L179[04:50:38] <Adorabl​eCatgirl> i want to get zorya to load off of an EEPROM card
L180[04:50:40] <Klea​dron> a dumber way
L181[04:50:56] ⇨ Joins: BrightYC_ (~BrightYC@broadband-188-32-129-66.ip.moscow.rt.ru)
L182[04:52:18] ⇦ Quits: BrightYC (~BrightYC@broadband-188-32-129-66.ip.moscow.rt.ru) (Ping timeout: 200 seconds)
L183[04:52:55] <Adorabl​eCatgirl> i may end up having zorya load off a romfs volume
L184[04:53:00] <Adorabl​eCatgirl> or a CPIO
L185[04:53:43] <Sagh​etti> OEFI?
L186[04:53:53] <CompanionCube> initramfs for OC, then?
L187[04:54:24] <Adorabl​eCatgirl> CC: lmao pretty much
L188[04:54:31] <Adorabl​eCatgirl> @Saghetti long story
L189[04:55:20] <Adorabl​eCatgirl> anyways, if zorya can load from a CPIO, everything will be comfy
L190[04:55:41] <Adorabl​eCatgirl> and it'd be trivial to make it boot from any medium
L191[04:56:02] <ThePi​Guy24> has anyone implemented ext4 :p
L192[04:56:10] <Adorabl​eCatgirl> hell no
L193[04:56:18] <Sagh​etti> that sounds painful
L194[04:56:34] <Adorabl​eCatgirl> i still haven't made my discount ext2
L195[04:56:49] <Sagh​etti> (not as bad as trying to do ntfs for oc tho)
L196[04:57:07] <CompanionCube> given how rare power outages would be in OC...there's not much point in going beyond ext2, is theee
L197[04:57:21] <CompanionCube> Saghetti: worst would be 'ZFS for OC'
L198[04:57:34] <Adorabl​eCatgirl> i have a better one
L199[04:57:41] <Adorabl​eCatgirl> pifs in OC
L200[04:58:12] <Klea​dron> file allocation table in OC
L201[04:58:37] <Adorabl​eCatgirl> eh
L202[04:58:38] <Sagh​etti> shouldn't be too hard
L203[04:58:46] <Adorabl​eCatgirl> that's not even unreasonable
L204[04:58:50] <Sagh​etti> also from the zfs wikipedia page:
L205[04:58:52] <Sagh​etti> Max. volume size 256 trillion yobibytes
L206[04:58:54] <Sagh​etti> whut
L207[04:59:04] <Adorabl​eCatgirl> also iirc it's been done
L208[04:59:11] <Klea​dron> that's probably as far as i would go with an unmanaged filesystem
L209[04:59:16] <Sagh​etti> same
L210[04:59:28] <Ocawes​ome101> yeah, I think Vexatos (asie?) did fat16
L211[05:00:05] <Adorabl​eCatgirl> now how about btrfs in OC :^)
L212[05:00:05] <ThePi​Guy24> i think a spanning fs would be easier with unmanaged drives
L213[05:00:32] <ThePi​Guy24> as you just create a virtual component that acts as one drive
L214[05:00:44] <Adorabl​eCatgirl> jokes aside
L215[05:00:58] <Klea​dron> what jokes :)
L216[05:01:05] <Sagh​etti> ntfs
L217[05:01:36] <Adorabl​eCatgirl> i will jank a filesystem or four together
L218[05:01:52] <Klea​dron> Booting Windows NT 3.51 in OpenComputers [NOT CLICKBAIT]
L219[05:02:04] <ThePi​Guy24> yes lets implement ntfs, and have some networked filesystems using smb
L220[05:02:18] <Klea​dron> lets have it talk to a real world windows 98 machine
L221[05:02:27] <ThePi​Guy24> might aswell add in some rdp aswell
L222[05:02:29] <Sagh​etti> using vtunnel
L223[05:02:30] <Adorabl​eCatgirl> ssh in OC
L224[05:02:42] <ThePi​Guy24> i really want ssh in oc
L225[05:02:46] <Sagh​etti> hosting a website inside of oc
L226[05:02:54] <Ocawes​ome101> yes ssh in oc
L227[05:02:55] <Adorabl​eCatgirl> i mean
L228[05:02:56] <ThePi​Guy24> hosting a website wouldnt be too hard
L229[05:03:01] <Michiyo> That's actually a mod I've been trying to find the motivation to do
L230[05:03:02] ⇨ Joins: Cobald (~Cobald@047-005-038-029.res.spectrum.com)
L231[05:03:06] <Adorabl​eCatgirl> in OC?
L232[05:03:07] <Ocawes​ome101> Doesn't plan9k kind-of have a broken SSH?
L233[05:03:10] <Michiyo> Yes
L234[05:03:16] <Michiyo> Not to broken ssh
L235[05:03:17] <ThePi​Guy24> i dont think its real ssh
L236[05:03:22] <Michiyo> but to hosting websites in oc
L237[05:03:24] ⇦ Quits: Cobald (~Cobald@047-005-038-029.res.spectrum.com) (Client Quit)
L238[05:03:35] <Adorabl​eCatgirl> because if it's oc computer to oc computer
L239[05:03:42] <Adorabl​eCatgirl> just make HTTP in OC lmao
L240[05:03:48] <Izaya> insert FRequest
L241[05:03:48] <ThePi​Guy24> i want to :p
L242[05:03:58] <Michiyo> No no... a oc HTTPD, that you can access from.. outside
L243[05:04:00] <Adorabl​eCatgirl> ^ that works too
L244[05:04:00] <Michiyo> :P
L245[05:04:10] <ThePi​Guy24> FRequest is just kinda meh
L246[05:04:12] <Adorabl​eCatgirl> wrong arrow
L247[05:04:22] <Adorabl​eCatgirl> w/e
L248[05:04:28] <Izaya> FRequest does exactly what it was designed for
L249[05:04:28] <Adorabl​eCatgirl> listen here
L250[05:04:31] <Izaya> it's Gopher, but OC
L251[05:04:43] <Izaya> HTTP considered harmful
L252[05:04:51] <Adorabl​eCatgirl> would you rather have documents over zlan
L253[05:05:09] <Adorabl​eCatgirl> god that sounds awful
L254[05:05:11] <ThePi​Guy24> izaya your frequest is really slow for some reason
L255[05:05:27] <Adorabl​eCatgirl> Izaya: documents over zlan will be the hot new protocol
L256[05:05:30] <ThePi​Guy24> like about a minute just to get a directory justing
L257[05:05:33] <ThePi​Guy24> *listing
L258[05:05:34] <Adorabl​eCatgirl> please end my suffering
L259[05:05:38] <Izaya> that's uh
L260[05:05:41] <Izaya> very unusual
L261[05:05:46] <Izaya> server rack? server racks can be cursed
L262[05:05:51] <ThePi​Guy24> yes
L263[05:06:05] <ThePi​Guy24> but pinging is plenty fast
L264[05:06:09] <ThePi​Guy24> 0.6 seconds
L265[05:06:29] <Izaya> hmhm
L266[05:06:30] <Adorabl​eCatgirl> i need finish the zlan 3.0 spec
L267[05:06:38] <ThePi​Guy24> i need sleep
L268[05:06:39] <Izaya> man I wish I had like
L269[05:06:40] <Adorabl​eCatgirl> then make the software
L270[05:06:46] <Izaya> the time or motivation to debug this stuff at the moment
L271[05:06:54] <Adorabl​eCatgirl> ^
L272[05:06:57] <Adorabl​eCatgirl> mood
L273[05:07:06] <Izaya> been working lots because there is work
L274[05:07:10] <ThePi​Guy24> ok i am slep now
L275[05:07:32] <Sagh​etti> gn
L276[05:07:36] <Izaya> gonna get real thin in winter
L277[05:07:43] <Izaya> so I gotta save up now
L278[05:07:56] <Adorabl​eCatgirl> yike
L279[05:08:05] <ThePi​Guy24> hush now southern hemisphere being
L280[05:08:25] <Adorabl​eCatgirl> anyways, i've just been burned out here recently
L281[05:08:33] <Adorabl​eCatgirl> so that's a fat fuckin yikes
L282[05:08:34] <Izaya> it just means I'll be able to do more OC stuff when you're in summer and presumably avoiding the very pleasant 20°c temperatures
L283[05:08:41] <Izaya> :D
L284[05:08:48] <Adorabl​eCatgirl> >20
L285[05:08:52] <Adorabl​eCatgirl> >only 20
L286[05:08:56] <Adorabl​eCatgirl> i fuckin wish
L287[05:09:04] <Izaya> weaklings
L288[05:09:06] <ThePi​Guy24> anything over 18 is too hot for me
L289[05:09:11] <Izaya> man I was working in a greenhouse today
L290[05:09:13] <Izaya> 35C
L291[05:09:15] <Izaya> 100% humidity
L292[05:09:20] <Adorabl​eCatgirl> nah, if it was 20, i'd be kewl
L293[05:09:30] <ThePi​Guy24> i just realised that sentence can be taken out of context so please dont do that
L294[05:09:31] <Izaya> 35C outside, that is
L295[05:09:36] <Adorabl​eCatgirl> 40+
L296[05:09:56] <Adorabl​eCatgirl> @ThePiGuy24 ok catholic priest
L297[05:09:57] <Sagh​etti> "anything over 18 is too hot for me" - ThePiGuy24
L298[05:10:01] <Michiyo> it's ok @"ThePi​Guy4", they already know.
L299[05:10:17] <Michiyo> %quote add ThePiGuy24 anything over 18 is too hot for me
L300[05:10:17] <MichiBot> Mic​hiyo: Quote added at id: 203
L301[05:10:19] <Izaya> the FBI are surrounding your place of residence as we speak
L302[05:10:23] <Michiyo> %quote #203
L303[05:10:24] <MichiBot> Quote #203: <ThePi​Guy24> anything over 18 is too hot for me
L304[05:10:31] <ThePi​Guy24> too bad i live in the uk
L305[05:10:43] <Izaya> you think that stops them? :^)
L306[05:10:46] <Adorabl​eCatgirl> okay?
L307[05:10:49] <ThePi​Guy24> yes, it does
L308[05:10:56] <Izaya> this is the US we're talking about
L309[05:11:03] <Sagh​etti> california weather gang rise up
L310[05:11:07] <Adorabl​eCatgirl> nothing stops the US
L311[05:11:08] <Izaya> international borders? juristiction? hah!
L312[05:11:09] <Sagh​etti> (probably nobody)
L313[05:11:09] <Izaya> murica
L314[05:11:11] <Izaya> fuck yeah
L315[05:11:15] <Sagh​etti> 'murica!!!!
L316[05:11:26] <Adorabl​eCatgirl> murica
L317[05:11:31] <Izaya> going to refrain from posting the song
L318[05:11:32] <ThePi​Guy24> the uk may not be powerful, but we have many allies
L319[05:11:39] <Adorabl​eCatgirl> end my suffering with nuclear fire to the face
L320[05:11:47] <Adorabl​eCatgirl> brexit
L321[05:11:49] <Adorabl​eCatgirl> BREXIT
L322[05:11:56] <Adorabl​eCatgirl> BREXIT
L323[05:11:58] <ThePi​Guy24> eh fuck brexit
L324[05:12:07] <Izaya> I'm just saying, with how chummy the UK and US are, I feel they'd probably aid the FBI rather than stop them
L325[05:12:11] <Klea​dron> whats a brexit is it a kind of lego brick
L326[05:12:17] <Klea​dron> /s
L327[05:12:21] <Adorabl​eCatgirl> yes
L328[05:12:26] <Sagh​etti> what is brexit?!?!
L329[05:12:27] <ThePi​Guy24> i thought it was a breakfast cereal
L330[05:12:29] <The_St​argazer> same
L331[05:12:34] <Adorabl​eCatgirl> the all new brexit set from lego city
L332[05:12:38] <Sagh​etti> brexit: part of a complete breakfast
L333[05:12:40] <The_St​argazer> wAIT THAT'S MY JOKE
L334[05:13:02] <Adorabl​eCatgirl> shitposting level: 1000
L335[05:13:07] <Adorabl​eCatgirl> http://tinyurl.com/t4phgf4
L336[05:13:09] <Izaya> brexit is what you call it when you get up from the table
L337[05:13:23] <Adorabl​eCatgirl> and drop a carbomb
L338[05:13:40] <ThePi​Guy24> ok imma actually sleep now
L339[05:13:47] <Adorabl​eCatgirl> x
L340[05:13:49] <Adorabl​eCatgirl> soubt
L341[05:13:52] <ThePi​Guy24> yightens
L342[05:13:55] <Adorabl​eCatgirl> *doubt
L343[05:14:07] <ThePi​Guy24> *yighthens
L344[05:14:12] <Adorabl​eCatgirl> yo izaya
L345[05:14:22] <Izaya> hi yes
L346[05:14:25] <Izaya> that's me
L347[05:14:25] <Adorabl​eCatgirl> hi
L348[05:14:35] <ThePi​Guy24> yighthens = light + yeet + heathens, because why not
L349[05:14:38] <Adorabl​eCatgirl> what's your opinion of fire
L350[05:14:46] <CompanionCube> a brexit is for life, not for summer
L351[05:14:46] <ThePi​Guy24> fire is very yes
L352[05:14:48] <Klea​dron> "brexit is what you call it when you get up from the table" this is a perfect explanation for brexit actually
L353[05:14:54] * Izaya applies fire to AdorableCatgirl
L354[05:15:12] <Adorabl​eCatgirl> i wouldn't know because my side of the country is m o i s t
L355[05:15:19] <Klea​dron> too moist
L356[05:15:22] <Klea​dron> time to dry it out
L357[05:15:26] <Adorabl​eCatgirl> M O I S T
L358[05:15:30] <Izaya> man
L359[05:15:31] <Klea​dron> no more mold
L360[05:15:41] <Izaya> we had rainforests burning in september
L361[05:15:44] <Izaya> rainforests
L362[05:15:46] <Izaya> september
L363[05:15:48] <Adorabl​eCatgirl> yikes
L364[05:16:01] <Izaya> that's two months before the start of the fire season
L365[05:16:09] <Adorabl​eCatgirl> ah
L366[05:16:15] <Adorabl​eCatgirl> you have a fire season
L367[05:16:25] <CompanionCube> Kleadron: only if you add on the person pissing away yers because their mind couldn't agree on what 'getting up' even meant
L368[05:16:33] <Izaya> they only got put out when we got hit by a hurricane and everywhere flooded
L369[05:16:59] <Izaya> (though not all are out, of course.)
L370[05:17:06] <Adorabl​eCatgirl> i wonder when virginia beach will be underwater
L371[05:17:10] <Izaya> This is your Australia on a Liberal-National government.
L372[05:17:17] <Izaya> Burning while underwater.
L373[05:17:22] <Adorabl​eCatgirl> that'd be nice, ya know
L374[05:17:39] <Michiyo> %test
L375[05:17:40] <MichiBot> Mic​hiyo: Success
L376[05:17:48] <Michiyo> damn it
L377[05:17:52] <Adorabl​eCatgirl> no more f18s falling from the sky
L378[05:17:55] <Klea​dron> burning while underwater, is this some sort of new material
L379[05:18:05] <Izaya> australium
L380[05:18:05] <Adorabl​eCatgirl> no, it's magnesium
L381[05:18:11] <CompanionCube> Izaya: I imagine it could be worse. Fatty McFuck(face|head) cohld be PM.
L382[05:18:18] <The_St​argazer> Izaya: is that a TF2 reference
L383[05:18:26] <Klea​dron> ^
L384[05:18:28] <Sagh​etti> im back
L385[05:18:31] <Izaya> CompanionCube: we have a marketing man running the country
L386[05:18:36] <Michiyo> %raw privmsg #oc: Michiyo Test
L387[05:18:37] <Izaya> this is literally the worst possible outcome
L388[05:18:47] <Sagh​etti> ^
L389[05:18:49] <Michiyo> hmm
L390[05:18:59] <Sagh​etti> ooh, politics time
L391[05:19:07] <Izaya> move the : one character to the right
L392[05:19:12] <Michiyo> %raw privmsg #oc :Michiyo Test
L393[05:19:12] <MichiBot> Michiyo Test
L394[05:19:17] <Michiyo> haha right
L395[05:19:30] <Adorabl​eCatgirl> i am waiting for chernobyl 2: gamma ray boogaloo
L396[05:19:32] <Michiyo> I swear I know how to IRC...
L397[05:19:36] <Michiyo> lol
L398[05:19:59] <Adorabl​eCatgirl> when is the NPP 30 miles north of me gonna fucking kill me
L399[05:20:09] <Adorabl​eCatgirl> bring on the goddamn earthquake
L400[05:20:26] <Adorabl​eCatgirl> the 2011 quake was pussy shit
L401[05:20:43] <CompanionCube> there is also a bigass power station near here
L402[05:20:54] <CompanionCube> but it's not nuclear so no boomboom
L403[05:21:34] <Sagh​etti> nuclear power is cool
L404[05:21:41] <Izaya> solar > nuclear
L405[05:21:42] <Adorabl​eCatgirl> it is
L406[05:21:46] <Izaya> fight me
L407[05:21:51] <Adorabl​eCatgirl> i just like to make fun of the one above me
L408[05:21:59] <Klea​dron> nuclear > solar fuck the environment
L409[05:22:07] <Adorabl​eCatgirl> izaya: i'll fight you with a uranium rod
L410[05:22:15] <Klea​dron> i have meter squared cubes of uranium in my basement
L411[05:22:18] <Sagh​etti> solar power isn't reliable enough
L412[05:22:20] <Klea​dron> i eat uranium for breakfest
L413[05:22:23] <Izaya> solar is cheaper than nuclear
L414[05:22:33] <Izaya> solar is cheaper than coal
L415[05:22:38] <Izaya> solar with batteries is cheaper than coal
L416[05:22:42] <Klea​dron> nuclear is more exciting though, look at chernobyl
L417[05:22:42] <Izaya> fuck coal
L418[05:22:47] <CompanionCube> i beat your terribleness with ~coal~ and ~biomass~
L419[05:23:15] <Sagh​etti> if it's cheaper, than why didn't everyone switch over?
L420[05:23:18] <Sagh​etti> then*
L421[05:23:23] <Adorabl​eCatgirl> blame bp
L422[05:23:30] <Izaya> oh for sure I can't argue with the pure excitement of nuclear
L423[05:23:45] <Izaya> Saghetti: the government here is presently trying to convince the banks to fund a coal power plant
L424[05:23:48] <Izaya> they want nothing to do with it
L425[05:24:10] <Izaya> too expensive vs investing in literally anything else, no clear future for the coal industry
L426[05:24:13] <CompanionCube> wasn't it a *mine*
L427[05:24:29] <Klea​dron> what is more exciting than the idea that the nuclear reactor in your basement could explode at any time if the chunk containing the cooling system for it unloads and it goes kaboom
L428[05:24:29] <Izaya> no that had private funding
L429[05:24:45] <Adorabl​eCatgirl> ok
L430[05:25:11] <Sagh​etti> the thing is
L431[05:25:18] <Sagh​etti> nuclear power plants aren't bombs
L432[05:25:22] <Adorabl​eCatgirl> yeah
L433[05:25:49] <Izaya> >literally everyone is investing in renewables except the government
L434[05:25:56] <Sagh​etti> they are designed to use nuclear energy slowly and gradually
L435[05:26:17] <Izaya> >government is REEEEing because the mining companies that pay off the MPs are looking at a dirt nap within 25 years
L436[05:26:22] <Sagh​etti> which means it's pretty much impossible for a nuclear explosion to happen at a power plant
L437[05:27:34] <Izaya> anyway
L438[05:27:50] <Izaya> I recognize that most of the world isn't in as good a position as aus for power generation, which is a shame
L439[05:28:01] <Sagh​etti> :O
L440[05:28:04] <Sagh​etti> :( *
L441[05:28:10] <Adorabl​eCatgirl> i don't trust dominion power
L442[05:28:12] <Izaya> we just have to get the government to remove head from sphincter and actually do something
L443[05:28:21] <Izaya> we already lost all the scientists to tesla
L444[05:28:38] <Izaya> because the government killed all the science funding
L445[05:28:41] <Izaya> thanks, LNP
L446[05:28:57] <Izaya> killing industries and science left and right in pursuit of a "strong economy"
L447[05:29:08] <Adorabl​eCatgirl> *dominion energy
L448[05:29:20] <Adorabl​eCatgirl> lol they have 1 star when i looked em up
L449[05:29:49] <Izaya> AdorableCatgirl's power company: https://memory-alpha.fandom.com/wiki/Dominion
L450[05:29:57] <CompanionCube> Izaya: tfw tories managed to pretend to care more in their manifesto
L451[05:30:01] <Sagh​etti> not familiar with dominion energy
L452[05:30:52] <Izaya> hey
L453[05:30:53] <Izaya> hey
L454[05:30:58] <Izaya> know what'd be good for the economy?
L455[05:31:16] <Izaya> encouragement of locally built renewable energy sources
L456[05:31:16] <CompanionCube> doing things other than enriching the 1%?
L457[05:31:22] <Adorabl​eCatgirl> competition?
L458[05:31:36] <Izaya> solar farms, manufacturing, infrastructure
L459[05:31:40] <Izaya> think of all the JOBS
L460[05:31:59] <Izaya> unlike a coal mine, which will probably never open because there'll be no demand by the time it's finished
L461[05:32:16] <Klea​dron> also the lung cancer
L462[05:32:51] <Izaya> if you couldn't tell, I'm rather incensed about the current government here, and quite frankly, I'm amazed they managed to get in again.
L463[05:33:04] <Sagh​etti> this is a fun conversation
L464[05:33:24] <Izaya> Maybe the whole country burning down will encourage people to vote for literally anyone that represents them, rather than the LNP
L465[05:34:09] <Sagh​etti> australia>
L466[05:34:16] <Sagh​etti> ?*
L467[05:34:19] <Adorabl​eCatgirl> yes
L468[05:34:30] <Adorabl​eCatgirl> i'm in murica but
L469[05:34:43] <Izaya> how many other countries with an incompetent government have burned down in the last year or so? :p
L470[05:35:04] <Sagh​etti> brazil
L471[05:35:04] <Adorabl​eCatgirl> i wanna see dominion energy get broken up
L472[05:35:09] <CompanionCube> incompetence sounds generous
L473[05:35:13] <Adorabl​eCatgirl> hahahaha, brazil
L474[05:35:18] <Klea​dron> america seems pretty close to having a nuclear meltdown, or at least my mom is
L475[05:35:27] <CompanionCube> at this point surely it's straight-up malice
L476[05:35:33] <Izaya> see brazil's government is malicious, not incompetent
L477[05:35:44] <Izaya> though
L478[05:35:49] * Izaya squints at LNP
L479[05:35:56] <Izaya> I guess it doesn't narrow it down.
L480[05:36:02] <Adorabl​eCatgirl> i could make many jokes about my state alone
L481[05:36:17] <Adorabl​eCatgirl> and the clusterfuck that's happened here recently
L482[05:37:14] <Adorabl​eCatgirl> but all i need to say is
L483[05:37:35] <CompanionCube> Izaya: also note they may not be mutually exclusive. See: the US.
L484[05:38:00] <Adorabl​eCatgirl> gun rally
L485[05:38:20] <CompanionCube> Nothing says MURICA like guns.
L486[05:38:46] <Sagh​etti> nothing says impending death like guns
L487[05:38:57] <Adorabl​eCatgirl> CC: *nothing says murica like hentai patches at gun rallies
L488[05:39:57] <Izaya> murica: we should try to reduce gun violence
L489[05:40:12] <Izaya> also murica: you can't take our guns because we might need to deal with a malicious government
L490[05:40:17] <Sagh​etti> nah it's video games
L491[05:40:22] <Izaya> also murica: *refuses to mobilise against the government*
L492[05:40:26] <Izaya> ???
L493[05:40:47] <Sagh​etti> /s
L494[05:40:56] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.102)
L495[05:41:04] <Izaya> I mean, when the aussie greens are less ineffectual than like 300 million people with guns
L496[05:41:09] <Izaya> something has gone wrong
L497[05:41:22] <Adorabl​eCatgirl> yeah
L498[05:41:30] <Izaya> the greens
L499[05:41:49] <Adorabl​eCatgirl> but they won't get past my claymore roombas
L500[05:42:55] <Izaya> that party that refuses to compromise and as such never achieves anything
L501[05:43:08] <Adorabl​eCatgirl> jokes aside, virginia beach needs to sink
L502[05:43:12] <Izaya> but the grass-roots people actually make a difference because they go and do things
L503[05:43:22] <Adorabl​eCatgirl> sorta like cali and new jersey
L504[05:43:29] <Izaya> nuke california
L505[05:43:52] <Adorabl​eCatgirl> i think the gobermit tried that and missed
L506[05:44:18] <Ocawes​ome101> lol
L507[05:44:24] <Izaya> a shame
L508[05:44:27] <Adorabl​eCatgirl> also release the plague on ohio
L509[05:44:39] <Adorabl​eCatgirl> down with the weeb state
L510[05:44:57] <Adorabl​eCatgirl> death by winnie the flu
L511[05:45:37] <Sagh​etti> i'm confused
L512[05:45:48] <Adorabl​eCatgirl> also can we actually nuke west virginia
L513[05:45:54] <Adorabl​eCatgirl> confused about what
L514[05:46:04] <Sagh​etti> this conversation
L515[05:46:13] <Adorabl​eCatgirl> which part
L516[05:46:26] <Adorabl​eCatgirl> i'm just making fun of us states
L517[05:46:33] <Sagh​etti> oh ok
L518[05:46:38] <Adorabl​eCatgirl> and fuck new jersey in particular
L519[05:46:58] <Adorabl​eCatgirl> ugh
L520[05:47:06] <Adorabl​eCatgirl> i have a massive knot in my hair
L521[05:47:18] <Adorabl​eCatgirl> i'm angery as fook
L522[05:48:19] <Adorabl​eCatgirl> http://tinyurl.com/w3mtalp
L523[05:48:29] <Adorabl​eCatgirl> k e t a m i n e
L524[05:48:35] <Sagh​etti> nuke california?
L525[05:48:45] <Adorabl​eCatgirl> i think youtube is telling me something
L526[05:48:59] <Adorabl​eCatgirl> i think youtube is telling me to OD on ketamime
L527[05:50:52] <Adorabl​eCatgirl> also what about nuking california
L528[05:51:10] <Adorabl​eCatgirl> you see, as dictator of the untied states
L529[05:51:41] <Sagh​etti> still confused lol
L530[05:51:44] <CompanionCube> Izaya: also >thinking tyrannnical government gives a fuck about guns
L531[05:51:55] <Adorabl​eCatgirl> i promise to carpet nuke all of the continental unieted states
L532[05:51:55] <Sagh​etti> i'll just pretend that i know whats going on
L533[05:52:12] <CompanionCube> since an actual military is a whole other level
L534[05:52:14] <Izaya> AdorableCatgirl: as a non-american, I'd vote for you
L535[05:52:22] <Izaya> CompanionCube: so what's the point then
L536[05:52:23] <Izaya> ?.?
L537[05:52:28] <Adorabl​eCatgirl> izaya: thanks
L538[05:52:37] <Adorabl​eCatgirl> i'll also get the emo kids too
L539[05:53:11] <CompanionCube> Izaya: it makes them feel good, that's what
L540[05:53:28] <Adorabl​eCatgirl> america is a strange place
L541[05:53:33] <Adorabl​eCatgirl> we have flordia
L542[05:53:42] <Izaya> CompanionCube: bread and circuses?
L543[05:53:48] <Adorabl​eCatgirl> florida
L544[05:54:06] <CompanionCube> particularly the ones who fantasise about going ham on their political opponents
L545[05:54:10] <Adorabl​eCatgirl> yes, florida should be preserved
L546[05:54:21] <Adorabl​eCatgirl> saved from nuclear fire
L547[05:54:40] <Izaya> just sink it
L548[05:54:43] <Adorabl​eCatgirl> because if horrifying mutants are coming from anywhere, it'll be california
L549[05:54:47] <CompanionCube> ],
L550[05:54:48] <Adorabl​eCatgirl> *florida
L551[05:54:52] <CompanionCube> give it to cuba
L552[05:54:58] <Adorabl​eCatgirl> no
L553[05:55:08] <Adorabl​eCatgirl> we don't associate with CUBA here
L554[05:55:38] <CompanionCube> also give that bordergore panhandle to canada
L555[05:55:50] <Adorabl​eCatgirl> http://tinyurl.com/vmxmklq
L556[05:56:02] <Adorabl​eCatgirl> panhandle?
L557[05:56:12] <Adorabl​eCatgirl> you mean oklahoma?
L558[05:56:29] <CompanionCube> no
L559[05:56:52] <Adorabl​eCatgirl> there's too many US states
L560[05:56:52] <Sagh​etti> why did oklahoma have youtube ads?
L561[05:56:56] <CompanionCube> i mean that weirdass border you have so alaska isn't completely disconnected
L562[05:57:16] <Sagh​etti> alaska is an island wdym (/s)
L563[05:57:20] <Adorabl​eCatgirl> we should make us state battle royale
L564[05:57:32] <Izaya> why isn't alaska part of canada anyway
L565[05:57:38] <Adorabl​eCatgirl> yes
L566[05:57:45] <Adorabl​eCatgirl> oil, probably
L567[05:57:57] <Adorabl​eCatgirl> i slept through part of history class
L568[05:58:05] <CompanionCube> Izaya: russians didn't want the british to have it i imagine
L569[05:58:24] <Adorabl​eCatgirl> ah yes
L570[05:58:24] <CompanionCube> so they traded it to the US for $$$
L571[05:58:28] <Adorabl​eCatgirl> suka blyat
L572[05:58:41] <Izaya> man
L573[05:58:49] <Izaya> imagine a russian part of north america
L574[05:58:57] <Izaya> imagine
L575[05:58:58] <Adorabl​eCatgirl> not for long
L576[05:59:09] <Izaya> yeah it'd be more like imagine a russian north america
L577[05:59:24] <Adorabl​eCatgirl> imagine a bit of russia above poland
L578[06:00:07] <Adorabl​eCatgirl> i think ww3 will just be poland doing the 10th crusade
L579[06:00:18] <CompanionCube> the german name was bettee
L580[06:00:52] <Adorabl​eCatgirl> and with that wise prediction, i'm going to bed
L581[06:00:59] <Adorabl​eCatgirl> serbia superpower 2030
L582[06:01:05] <CompanionCube> but it would be ill-fitting after the whole 'ethnic cleansing' thing
L583[06:03:36] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 189 seconds)
L584[06:04:21] <Klea​dron> no bronies allowed
L585[06:07:09] <Sagh​etti> do power converters pass network messages?
L586[06:10:42] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L587[06:11:12] <Blue_595> so what do you think of my first microcontroller code?
L588[06:11:43] <Blue_595> (given i have 4K program space and 256K work space i could make it a frick of a lot more advanced
L589[06:11:56] <Blue_595> and if i could figure out a way to run programs off of RAM rather than a disk
L590[06:12:06] <Blue_595> i might be able to use a compressed OS with a bootloader)
L591[06:12:13] <Izaya> load("string")()
L592[06:12:18] <Blue_595> ah
L593[06:12:28] <Blue_595> and it returns a function?
L594[06:12:43] <Blue_595> (lemme look at the oc EEPROM)
L595[06:12:54] <Izaya> load("string") returns a function
L596[06:12:59] <Izaya> load("string")() calls said function
L597[06:13:17] <Blue_595> okay
L598[06:13:25] <Izaya> well, assuming the string is valid lua, anyway
L599[06:13:49] <Sagh​etti> if not, it should return nil and an error
L600[06:13:52] <Blue_595> now i need to figure out lossless compression in this context
L601[06:14:07] * Izaya pages AdorableCatgirl
L602[06:14:34] <Blue_595> well first idea, each character is ASCII (i dont like unicode)
L603[06:15:15] <Blue_595> if i knew how id make gzip on an EEPROM
L604[06:15:25] <Blue_595> ...and now i see why people like to boot from hard drives :D
L605[06:15:27] <Izaya> AC has done LZSS on an EEPROM
L606[06:15:35] <Blue_595> ok
L607[06:15:50] <Blue_595> wow what a name
L608[06:15:54] <Blue_595> Lempel–Ziv–Storer–Szymanski
L609[06:15:59] <Izaya> ain't it just?
L610[06:16:23] <Blue_595> is there a paste link for LZSS on EEPROM?
L611[06:16:58] <Blue_595> wait the name makes me think its similar to LZMA
L612[06:17:34] <Blue_595> oh a lot easier than i expected
L613[06:17:40] <Blue_595> just 2 data types; string and pointer
L614[06:17:55] <CompanionCube> iirc LZMA is in the 'same family'
L615[06:17:57] <Blue_595> ok
L616[06:18:43] <CompanionCube> you'd be surprised how many compression things are LZ-derived
L617[06:18:45] <Blue_595> but the difference
L618[06:18:57] <Blue_595> LZMA is too mind melting for me to ever try to replicate
L619[06:19:14] <Izaya> IIRC, LZMA operates on distinct blocks while LZSS is a stream compression thingo
L620[06:19:54] <Ocawes​ome101> Someone made an LZSS decompressor that fit in the EEPROM data section a while back
L621[06:20:04] <Blue_595> holy frick
L622[06:20:18] <Blue_595> in the DATA SECTION?! thats even better than making a boot sector game
L623[06:20:21] <Blue_595> literally twice as good
L624[06:20:44] <Izaya> man I had this great idea the other day
L625[06:20:49] <Izaya> an EEPROM-resident virtual machine
L626[06:20:58] <Izaya> 8-bit stack machine
L627[06:21:20] <Izaya> for drone control
L628[06:21:22] <Sagh​etti> but it would need to be pretty slow/simple
L629[06:21:27] <Blue_595> or better yet
L630[06:21:27] <Adorabl​eCatgirl> wot
L631[06:21:33] <Blue_595> each drone is stupid
L632[06:21:35] <Izaya> uses the data section to store the program
L633[06:21:38] <Sagh​etti> network booting!
L634[06:21:44] <Sagh​etti> literally what i'm working on rn
L635[06:21:47] <Adorabl​eCatgirl> who summoned me
L636[06:21:49] <Izaya> just boot PsychOS on the drone
L637[06:21:50] <Blue_595> OR... even better
L638[06:21:51] <CompanionCube> Izaya: would probably make a decent forth target?
L639[06:22:06] <Blue_595> drones boot on a simple RTOS that does nothing but receive and process commands sent over network
L640[06:22:07] <Sagh​etti> http://tinyurl.com/sdvrgha
L641[06:22:11] <Adorabl​eCatgirl> boot a full psychos env on a drone
L642[06:22:22] <Izaya> AdorableCatgirl: Blue_595 is interested in EEPROM compression
L643[06:22:27] <Sagh​etti> Blue_595: i made something simple like that a while ago
L644[06:22:29] <Adorabl​eCatgirl> oh yeah
L645[06:22:31] <Adorabl​eCatgirl> sec
L646[06:22:31] <Blue_595> yes i am
L647[06:23:01] <Blue_595> because i want to squish a big amount of program into an EEPROM, for a microcontroller
L648[06:23:09] <Blue_595> i have 256K work space, but only 4K boot space
L649[06:23:44] <Blue_595> 256K because i maxed out the memory while staying in a craftable microcontroller
L650[06:23:52] <Adorabl​eCatgirl> https://github.com/Adorable-Catgirl/Zorya-NEO/tree/master/src
L651[06:23:55] <Izaya> plus a 64k filesystem
L652[06:24:05] <Adorabl​eCatgirl> also you might be interested in a PROM card
L653[06:24:26] <Adorabl​eCatgirl> 64 to 128K of storage
L654[06:24:41] <Blue_595> ok
L655[06:24:45] <Sagh​etti> what mod?
L656[06:24:50] <Blue_595> is there a file optimized for microcontrollers
L657[06:24:55] <Adorabl​eCatgirl> opensolidstate
L658[06:25:14] <Adorabl​eCatgirl> Blue_595: lol no
L659[06:25:20] <Blue_595> but heres the thing
L660[06:25:24] <Blue_595> my micro only has 2 card slots
L661[06:25:29] <Blue_595> 1 is taken by a redstone card
L662[06:25:32] <Blue_595> the other by a network card
L663[06:25:38] <Adorabl​eCatgirl> yikes
L664[06:25:39] <Sagh​etti> why not boot off of the network?
L665[06:25:54] <Adorabl​eCatgirl> maybe one day i'll make OSSM v1.1
L666[06:26:08] <Blue_595> so a bootloader that sends a request over a NetBoot port, and gets back a program string, then calls "load(str)()"
L667[06:26:12] <Blue_595> EASY!!
L668[06:26:15] <Adorabl​eCatgirl> adding SoCs, Compute Cards, and NAND
L669[06:26:21] <Adorabl​eCatgirl> just use zlan l m a o
L670[06:26:25] <Blue_595> just adds another server to my computer framework
L671[06:26:29] <Sagh​etti> http://tinyurl.com/svbx89n
L672[06:26:38] <Sagh​etti> this is a really terrible version i made a whileago
L673[06:26:45] <Sagh​etti> very simple but you get the point
L674[06:26:49] <Adorabl​eCatgirl> don't use zlan btw
L675[06:26:53] <Adorabl​eCatgirl> it's bad
L676[06:27:01] <Izaya> man I would say FRequest to do it but I'm not in a position to help one use it to netboot
L677[06:27:03] <Blue_595> so what i use that EEPROM
L678[06:27:03] <CompanionCube> doesn't microtel exist?
L679[06:27:05] <Adorabl​eCatgirl> and stinky
L680[06:27:15] <Izaya> CompanionCube: microtel stronk
L681[06:27:18] <Blue_595> then a server on startup broadcasts "poweron" followed by the boot script
L682[06:27:34] <Adorabl​eCatgirl> microtel is great
L683[06:27:44] <Sagh​etti> fsr modem.setWakeMessage didn't work for me
L684[06:27:48] <Adorabl​eCatgirl> when u lzss microtel
L685[06:27:52] <Adorabl​eCatgirl> 👌
L686[06:27:58] <Izaya> https://0x0.st/zm9r.webm
L687[06:27:59] <Blue_595> wait was the computer.pullSignal(0.5) unnecessary in the dispenser loop thingy?
L688[06:28:08] <Izaya> https://0x0.st/is7w.webm
L689[06:28:21] <Sagh​etti> and i also have the files sendcmds.lua and sendfile.lua
L690[06:28:33] <Sagh​etti> utils that i use to send files and commands respectively
L691[06:28:42] <Blue_595> do remote terminals still work on servers or is that dead
L692[06:28:49] <Izaya> >multiple people reinventing the wheel
L693[06:28:49] <Adorabl​eCatgirl> now
L694[06:28:51] <Izaya> I guess I'll die
L695[06:28:58] <Adorabl​eCatgirl> i'm going to sleep
L696[06:29:06] <Izaya> I don't believe you
L697[06:29:13] <Adorabl​eCatgirl> eat my cock
L698[06:29:32] <Adorabl​eCatgirl> actually if you're gonna do anything lewd
L699[06:29:37] <Izaya> but I already have dinner in the oven
L700[06:29:38] <Sagh​etti> remote terminals operate on terminal servers
L701[06:29:52] <Adorabl​eCatgirl> give me a hug and tell me everything will be ooay
L702[06:29:55] <Adorabl​eCatgirl> *okay
L703[06:30:00] <Adorabl​eCatgirl> even though it's a lie
L704[06:30:03] <Izaya> I was always taught not to lie
L705[06:30:05] <Izaya> so I can't do that
L706[06:30:07] <Izaya> sorry
L707[06:30:41] <Sagh​etti> http://tinyurl.com/ugrayo2
L708[06:30:46] <Sagh​etti> here is my sendfile program
L709[06:31:02] <The_St​argazer> that port tho
L710[06:31:04] <Sagh​etti> also i highly recommend that you write your own bios
L711[06:31:11] <Sagh​etti> this is just an example
L712[06:31:12] <Sagh​etti> (nice)
L713[06:31:13] <Izaya> >sending line by line
L714[06:31:25] <Sagh​etti> yes
L715[06:31:27] <Izaya> and I thought downloading an image file-by-file was sketchy
L716[06:31:36] <Sagh​etti> i'm too lazy to make it split by 4kb chunks
L717[06:31:39] <Blue_595> ill make my own BIOS, with an incompatible network boot format
L718[06:31:58] <Sagh​etti> what if we unify all the network boot standards?
L719[06:32:05] <Sagh​etti> lol
L720[06:32:10] <Blue_595> youre giving me way too much stuff to do
L721[06:32:11] <Blue_595> staph
L722[06:32:12] <CompanionCube> then 927 happens
L723[06:32:14] <Blue_595> stahp**
L724[06:32:19] <Blue_595> staph is something else
L725[06:32:32] <Izaya> RFC?
L726[06:32:43] <Sagh​etti> The OpenPXE Consortium
L727[06:32:50] <CompanionCube> Izaya: what *is* rfc 927
L728[06:33:01] <Izaya> > TACACS User Identification Telnet Option
L729[06:33:13] <Izaya> sounds pretty cursed to me, if only because the acronym looks like something else
L730[06:33:32] <CompanionCube> that seems weirdly specific
L731[06:33:43] <Sagh​etti> why is this even an rfc? https://tools.ietf.org/html/rfc69
L732[06:33:46] <CompanionCube> why would one telnet option be an RFC
L733[06:34:05] <Adorabl​eCatgirl> zlan is a boot protocol
L734[06:34:23] <Izaya> Because the RFCs were originally an unorganized series of memos
L735[06:34:40] <Sagh​etti> makes snese
L736[06:34:43] <Sagh​etti> sense*
L737[06:34:46] <Blue_595> i like #2759
L738[06:34:59] <Izaya> maybe I should like
L739[06:35:08] <Izaya> actually publish built firmware for netbooting over FRequest
L740[06:35:18] <Izaya> hmhm
L741[06:35:19] <Sagh​etti> what is FRequest?
L742[06:35:21] <CompanionCube> also look at the date
L743[06:35:28] <CompanionCube> it's 1970 lol
L744[06:35:34] <Izaya> it's basically Gopher but on top of Minitel
L745[06:35:43] <Blue_595> screw it
L746[06:35:52] <Blue_595> im standardizing stuff
L747[06:35:56] <Sagh​etti> yay
L748[06:35:58] <Blue_595> but having it remain incompatible with the competition
L749[06:36:08] <Izaya> so
L750[06:36:09] <Sagh​etti> literally all modern standards
L751[06:36:09] <Blue_595> so people who buy my products are stuck with my products
L752[06:36:12] <Izaya> you're not standardizing
L753[06:36:12] <CompanionCube> ah, the microsoft way
L754[06:36:12] <Adorabl​eCatgirl> ok microsoft
L755[06:36:24] <Adorabl​eCatgirl> https://github.com/Adorable-Catgirl/Random-OC-Docs/blob/master/protocols/zlan/2.0.md
L756[06:36:25] <Izaya> you're writing documentation
L757[06:36:48] <Adorabl​eCatgirl> even i write software that never gets released
L758[06:36:50] <CompanionCube> (Apple doesn't bother wirh the 'standardise' part)
L759[06:36:54] <Adorabl​eCatgirl> wait fuck
L760[06:37:05] <Adorabl​eCatgirl> zorya-neo has a zlan client implementation
L761[06:37:09] <Adorabl​eCatgirl> oh god, oh fuck
L762[06:37:21] <Izaya> Saghetti: for your amusement: https://github.com/ShadowKatStudios/OC-Minitel/blob/master/FRequest/FRequest-protocol.md
L763[06:37:25] <Blue_595> zlan/gert
L764[06:37:41] <Blue_595> so you could boot a system over network, from a computer on another minecraft server
L765[06:37:53] <Adorabl​eCatgirl> or you know
L766[06:38:08] <Adorabl​eCatgirl> don't ever use GERT and use vtunnel w/ minitel instead
L767[06:38:30] <Izaya> the above decisision would probably be good for your sanity
L768[06:38:36] <Izaya> decision
L769[06:38:40] <Izaya> christ I'm out of it today
L770[06:38:47] <Adorabl​eCatgirl> or Tsukinet if you have a large and complicated network
L771[06:38:59] <Blue_595> no
L772[06:39:16] <Blue_595> im creating standards for the way my devices interact with eachother
L773[06:39:24] <Blue_595> keeping just ONE for each type of interaction
L774[06:39:41] <Izaya> https://xkcd.com/927/
L775[06:39:42] <MichiBot> XKCD Comic Name: Standards Posted on: 7/20/2011
L776[06:39:42] <Blue_595> and making sure thats incompatible with other systems
L777[06:40:07] <Adorabl​eCatgirl> that's dumb and stupid
L778[06:40:10] <Blue_595> true
L779[06:40:31] <Adorabl​eCatgirl> at least tsukinet had a reason to exist besides the meme
L780[06:40:36] <Ar​iri> hmms in Sign Language
L781[06:40:46] <Adorabl​eCatgirl> i mean it was mostly the meme
L782[06:40:54] <Izaya> I deem this place insufficiently cute
L783[06:40:57] <Izaya> https://pbs.twimg.com/media/EMEZ-YvUYAAL0u7.jpg?name=orig
L784[06:41:15] <Blue_595> the things i come up with exist exclusively in my minecraft server, and would (ideally) remain completely hidden from everyone else on the server
L785[06:41:21] <Ocawes​ome101> I'm working on an unmanaged-drive FS
L786[06:41:26] <Ocawes​ome101> OpenFS
L787[06:41:31] <Adorabl​eCatgirl> look at thia cat http://tinyurl.com/vdsnp5h
L788[06:41:31] <Blue_595> unmanaged as in...
L789[06:41:45] <Ocawes​ome101> As in the drive has to be in unmanaged mode
L790[06:41:52] <Blue_595> is that where you get your name
L791[06:41:58] <Blue_595> but what does unmanaged for the drive mean
L792[06:42:00] <Adorabl​eCatgirl> how many planned filesystems are there?
L793[06:42:10] <Izaya> I should get around to writing that tape-to-block device thinger
L794[06:42:16] <Izaya> but also a block device to tape thinger
L795[06:42:49] <Adorabl​eCatgirl> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/wayuboyujo
L796[06:42:56] <Adorabl​eCatgirl> anything else?
L797[06:43:04] <Adorabl​eCatgirl> did i miss one?
L798[06:43:07] <Izaya> hi yes I have plans but it won't be a filesystem
L799[06:43:15] <Adorabl​eCatgirl> good
L800[06:43:26] <Izaya> it will be even more cursed than a shitty filesystem
L801[06:43:34] <Adorabl​eCatgirl> i might not make proxfs
L802[06:43:45] <Adorabl​eCatgirl> proxfs is too jank, even for me
L803[06:43:45] <Ocawes​ome101> I mean, I've actually started writing an EEPROM implementation and I have some basic docs typed up. Still not going to be very good though, heh
L804[06:44:03] <Blue_595> so i have a small LZSS decompressor
L805[06:44:11] <Adorabl​eCatgirl> give me a rundown, how does it work
L806[06:44:18] <Blue_595> if i run that with a small array of strings
L807[06:44:24] <Blue_595> and call the resulting functions one at a time
L808[06:45:02] <Adorabl​eCatgirl> @Ocawesome101
L809[06:45:59] <Izaya> https://git.shadowkat.net/izaya/OC-misc/src/branch/master/lzsip/OpenOS/usr this may interest someone
L810[06:46:17] <Izaya> LZSS compression/decompression program for OpenOS using AdorableCatgirl's lzss lib
L811[06:46:33] <Adorabl​eCatgirl> it's not even mine
L812[06:46:35] <Izaya> oh wait never mind the lib is from somewhere else
L813[06:46:42] <Adorabl​eCatgirl> i stoke it from somewhere else
L814[06:46:47] <Adorabl​eCatgirl> *stole
L815[06:46:47] <Izaya> this unlicense statement is way too long to be yours
L816[06:46:54] <Adorabl​eCatgirl> yeah
L817[06:47:02] <Izaya> if it were you it'd just be "go nuts kiddo"
L818[06:47:14] <Adorabl​eCatgirl> i just shove the MIT boilerplate or the apache--or that too
L819[06:47:27] <Adorabl​eCatgirl> yeah for libs, i just say "fuckin do it"
L820[06:47:46] <Izaya> brb relicensing Minitel as GPLv3
L821[06:47:53] <Adorabl​eCatgirl> sin
L822[06:48:03] <Adorabl​eCatgirl> sorry
L823[06:48:06] <Adorabl​eCatgirl> fsin
L824[06:48:16] <Adorabl​eCatgirl> now it no longer works on intel shit
L825[06:48:30] <Izaya> imagine using intel
L826[06:48:32] * Izaya cries
L827[06:48:51] <Blue_595> "go nuts kiddo
L828[06:48:52] <Blue_595> "
L829[06:48:54] <Blue_595> as an unlicense
L830[06:49:00] <Izaya> yees
L831[06:49:02] <Blue_595> :D
L832[06:49:05] <Adorabl​eCatgirl> tsuki is gonna be under the apache license probably
L833[06:49:12] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Quit: WeeChat 1.9.1)
L834[06:49:24] <Izaya> I like MPLv2, however, I don't remember WHY I like MPLv2
L835[06:49:24] <Adorabl​eCatgirl> the color is fucking dead
L836[06:49:57] <Izaya> colour*
L837[06:50:09] <Adorabl​eCatgirl> i like apache 2.0 because it's formatted nicely which means i understand what it's saying
L838[06:50:20] <Izaya> can't argue with that logic
L839[06:50:29] <Adorabl​eCatgirl> also the terms are kewl with me
L840[06:51:14] <Adorabl​eCatgirl> my rodent brain can't read the GPLv3 license
L841[06:51:35] <Adorabl​eCatgirl> because christ it's formatted badly
L842[06:52:01] <Ocawes​ome101> @AdorableCatgirl I'll copy-paste the tiny little doc I've got so far
L843[06:53:31] <Klea​dron> Izaya: color is more or less the same as colour and saves on a character and a byte
L844[06:53:44] <Izaya> more or less the same, except incorrect
L845[06:53:44] <Ocawes​ome101> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/pikoquduho
L846[06:53:51] <Ocawes​ome101> Sorry for the text wall
L847[06:54:05] <Izaya> went to pastebin is all g
L848[06:54:35] <Izaya> >pastes within pastes
L849[06:54:37] <Izaya> cursed
L850[06:54:44] <Adorabl​eCatgirl> yea
L851[06:55:16] <Izaya> is this file table an actual
L852[06:55:18] <Izaya> lua table
L853[06:56:14] <Ar​iri> *has gigs of cute anime girls, all categorized, and deems them all cute
L854[06:56:17] <Ar​iri> *has gigs of cute anime girls, all categorized, and deems them all cute* [Edited]
L855[06:56:19] <Ocawes​ome101> yeah
L856[06:56:31] <Izaya> an unusual design decision
L857[06:56:50] <Izaya> I imagine it'd scale poorly for large numbers of small files, but I guess it'd be fine for a small number of large files
L858[06:56:58] <Ocawes​ome101> In my EEPROM driver I've got it loading the bytes, `string.char`ing them, and `load("return " .. <the string containing the table>)`
L859[06:56:59] <Klea​dron> it's a file allocation table :)
L860[06:57:04] <Ocawes​ome101> Exactly
L861[06:57:16] <Ocawes​ome101> Maybe I should change the name to OpenFAT
L862[06:57:28] <Izaya> nah, wait till someone implements FAT again
L863[06:57:30] <Ocawes​ome101> OpenFAT24 since it uses 24 bit hex, heh
L864[06:57:31] <Adorabl​eCatgirl> and with that
L865[06:57:37] <Adorabl​eCatgirl> i'm going to bed
L866[06:57:37] <Izaya> FAT is fairly simple if exceedingly cursed
L867[06:57:44] <Adorabl​eCatgirl> also listen here you little shit
L868[06:57:45] <Ar​iri> nigh
L869[06:57:47] <Ocawes​ome101> ok good night
L870[06:57:59] <Izaya> did you know when you delete files on a FAT filesystem
L871[06:58:00] <Ocawes​ome101> what?
L872[06:58:01] <Adorabl​eCatgirl> 24-bit ints are my thing to abuse
L873[06:58:07] <Izaya> the first character of their file name is replaced with $
L874[06:58:10] <Izaya> nothing else occurs
L875[06:58:17] <Ocawes​ome101> no I didn't
L876[06:58:33] <Izaya> that's why undeletion software was such a big thing for a while
L877[06:58:37] <Izaya> because stuff didn't get deleted
L878[06:58:47] <Ocawes​ome101> that explains DOS's `undelete` command
L879[06:59:04] <Klea​dron> well izaya, it's perfect for file recovery
L880[06:59:09] <Ocawes​ome101> I'll probably just remove the file entry from the master table
L881[06:59:27] <Izaya> FAT filesystems have a fixed size FAT
L882[06:59:31] <Ocawes​ome101> simpler than forcing the driver to filter out everything that starts with "$"
L883[07:00:08] <Ocawes​ome101> > The master file table is stored at offset 0x000010, and extends to offset 0x00FFFF
L884[07:03:02] <Izaya> man it's a pain you can't set an empty wake message
L885[07:03:20] <Izaya> I'd like to wake my microcontrollers up on any message on port 4096 thank you
L886[07:03:42] <Michiyo> "Mustakrakish"
L887[07:04:33] <Izaya> Ariri: https://i.redd.it/g1lqbu8xlbh41.gif
L888[07:05:53] <Ar​iri> I like^
L889[07:05:54] <Ar​iri> http://tinyurl.com/rq8whyv
L890[07:06:28] <Izaya> I have no idea how that show managed to balance trashy and enjoyable so well.
L891[07:06:43] <Klea​dron> i just came back and the chat went anime again
L892[07:06:48] <Ar​iri> I'm still waiting for Season 2
L893[07:06:59] <Ar​iri> I love it to bits
L894[07:06:59] <Izaya> that's as likely to happen as Haruhi S3
L895[07:07:05] <Izaya> sorry to say
L896[07:07:08] <Klea​dron> still don't know what it is with tech communities and anime but ¯\(ツ)/¯
L897[07:07:22] <Ar​iri> There was some recent conjecture from Mad House reports
L898[07:07:27] <Ar​iri> Time will tell
L899[07:07:41] <Izaya> Kleadron: the shared ... thing ... is nerds.
L900[07:07:53] <Ar​iri> Kleadron: Nerd geek weeb otakus
L901[07:07:58] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L902[07:08:05] <Blue_595> sorry i keep jumping on and off
L903[07:08:05] <Ar​iri> And occasionally, whovians and trekkies
L904[07:08:13] <Blue_595> irc client keeps crashing
L905[07:08:23] <Kleadron> tell it not to
L906[07:08:27] <Blue_595> :D
L907[07:08:42] <Ar​iri> boolean(crash) = false
L908[07:08:46] <Blue_595> oh frick
L909[07:08:53] <Blue_595> new video from james bruton
L910[07:09:03] <Izaya> who
L911[07:09:23] <Ocawes​ome101> Blue_595: Use HexChat, it's better
L912[07:09:52] <Ar​iri> I ask the same question
L913[07:11:03] ⇨ Joins: ocawesome101 (~ocawesome@38.65.248.71)
L914[07:11:15] <ocawesome101> henlo I is here from IRC
L915[07:11:35] <Izaya> greetings
L916[07:11:42] <Ar​iri> and salutations
L917[07:11:56] <Kleadron> hello again
L918[07:11:58] <ocawesome101> Why thank you
L919[07:12:02] <Kleadron> i too am on IRC
L920[07:12:15] <ocawesome101> yes you are
L921[07:12:19] <Kleadron> we both are
L922[07:12:23] <ocawesome101> are you using HexChat though?
L923[07:12:26] <Izaya> what if I told you I'm actually on XMPP
L924[07:12:34] <Michiyo> I as well, am on IRC
L925[07:12:37] * Izaya taps forehead
L926[07:12:46] <Kleadron> i'm on some random IRC client i found called Nettalk
L927[07:12:47] <ocawesome101> Izaya: :O Blasphemy
L928[07:12:52] <Izaya> XMPP stronk
L929[07:12:56] <Izaya> biboumi stronk
L930[07:13:04] <ocawesome101> Kleadron: HexChat is better, get it
L931[07:13:11] <Ar​iri> I too am on IRC, but for this channel, am relayed through a bot
L932[07:13:24] <Izaya> I like the implication that hexchat is better than weechat
L933[07:13:26] <Izaya> [x] debatable
L934[07:13:36] <Ar​iri> IRC auto connects to Fuel Rats IRC only, oops
L935[07:13:46] <ocawesome101> em
L936[07:13:48] <ocawesome101> wut
L937[07:13:51] <Kleadron> oh wow it's a fork of XChat, which i think is on my original xbox with the damn small linux installation
L938[07:13:59] <Ar​iri> %s/IRC/My IRC client
L939[07:13:59] <MichiBot> <Ariri> My IRC client auto connects to Fuel Rats IRC only, oops
L940[07:14:01] <Izaya> man I hope FDev lets us connect our in-game IRC clients to even just fuel rats IRC
L941[07:14:03] <ocawesome101> nice :clap:
L942[07:14:17] <Ar​iri> Cant we do something like that with eddi
L943[07:14:25] <Izaya> don't think so
L944[07:14:33] <Izaya> getting data out of the game is ez but putting it back in is hard
L945[07:14:43] <ocawesome101> How do I set up a history logger? Is there a way to do it?
L946[07:14:44] <Ar​iri> oh right, in that way
L947[07:14:48] <Izaya> but they're already using IRC for in-game chat so not allowing us to connect outwards is a shame
L948[07:15:07] <Ar​iri> well there are overlays, and you can send messages to irc from ingame
L949[07:15:18] <Ar​iri> just not receive
L950[07:15:29] <Izaya> sure, but it's a waste of an IRC client
L951[07:15:30] <Izaya> :<
L952[07:16:27] <Izaya> like, imagine writing an IRC client then only letting it connect to one network
L953[07:16:31] <Izaya> what a dumb concept
L954[07:16:37] * Izaya stares at Discord
L955[07:17:01] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
L956[07:17:33] ⇨ Joins: Klead (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L957[07:17:46] <Klead> Test
L958[07:17:55] <ocawesome101> bye bye now
L959[07:18:01] <Izaya> saving the rest of the name for 'ron?
L960[07:18:02] ⇦ Quits: ocawesome101 (~ocawesome@38.65.248.71) (Quit: Leaving)
L961[07:18:03] <Izaya> :^)
L962[07:18:17] <Klead> 1 sec
L963[07:18:32] ⇦ Quits: Klead (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Client Quit)
L964[07:19:09] <Corded> * <Ar​iri> is only connected to one client and uses Discord
L965[07:19:21] ⇨ Joins: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L966[07:19:32] <Kleadron> Test 36
L967[07:19:33] <Ar​iri> http://tinyurl.com/wxcecmz
L968[07:19:48] <Ar​iri> Thats bigger than I thought it was
L969[07:20:09] <Izaya> no forgiveness for leading others astray
L970[07:21:00] <Kleadron> well i'm on hexchat now and what i can say is "it's an IRC client"
L971[07:21:12] ⇨ Joins: ocawesome101 (~ocawesome@38.65.248.71)
L972[07:21:16] <Kleadron> welcome back
L973[07:21:20] <ocawesome101> hi
L974[07:21:24] <Ar​iri> that is its intended function
L975[07:21:29] <ocawesome101> Does OCVM implement unmanaged filesystems?
L976[07:21:47] <Blue_595> eww
L977[07:21:49] <Blue_595> hexchat gross
L978[07:21:53] <Blue_595> i used to use it
L979[07:21:57] <Blue_595> but it was too gross
L980[07:21:59] <Blue_595> weechat npw
L981[07:22:07] <ocawesome101> I like HexChat
L982[07:22:13] <ocawesome101> but to each his own
L983[07:22:56] <Kleadron> well at least i know where to change my leave message
L984[07:23:08] <ocawesome101> As I say, OCVM doesn't seem to implement unmanaged filesystems :/
L985[07:23:17] <Izaya> unfortunately not
L986[07:23:34] <Izaya> would be relatively easy to implement if you know C++ though
L987[07:24:05] <ocawesome101> I most definitely do not
L988[07:24:20] <Izaya> neither do I, at least, in any useful manner
L989[07:24:22] <Izaya> :D
L990[07:24:24] <Klea​dron> Kleadron
L991[07:24:34] <ocawesome101> :P
L992[07:24:36] <ocawesome101> well, it's 2:30 AM and I should go to bed
L993[07:24:51] <ocawesome101> I have a class in 8 1/2 hours
L994[07:24:53] <Izaya> imagine sleeping
L995[07:25:03] <ocawesome101> s/class/pottery class/
L996[07:25:04] <MichiBot> <ocawesome101> I have a pottery class in 8 1/2 hours
L997[07:25:10] <Izaya> pottery?
L998[07:25:14] <Izaya> for real?
L999[07:25:14] <ocawesome101> yep
L1000[07:25:24] <ocawesome101> like with a wheel and all that
L1001[07:25:35] <Izaya> sounds chill
L1002[07:25:45] <ocawesome101> It's very enjoyabke
L1003[07:25:53] <ocawesome101> s/k/l
L1004[07:25:54] <MichiBot> <ocawesome101> It's very enjoyable
L1005[07:25:58] <Klea​dron> Kleadron
L1006[07:26:07] <Klea​dron> now i have a much better notification sound
L1007[07:26:12] <ocawesome101> Now if you'll excuse me, I'm going to bed now
L1008[07:26:17] ⇦ Quits: ocawesome101 (~ocawesome@38.65.248.71) (Quit: Bye bye)
L1009[07:29:27] ⇦ Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net) (Read error: Connection reset by peer)
L1010[07:31:48] <Blue_595>
L1011[07:31:57] <Blue_595> hi
L1012[07:32:02] <Izaya> hi
L1013[07:32:06] <Blue_595>
L1014[07:32:09] <Blue_595> why are so many people dying
L1015[07:32:33] <Kleadron> that's an interesting question
L1016[07:33:50] ⇨ Joins: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L1017[07:36:03] ⇦ Quits: Arimil (~Renari@70.44.83.129.res-cmts.bgr.ptd.net) (Ping timeout: 202 seconds)
L1018[07:37:10] <Kleadron> i'm gonna try connecting on here through my original xbox tonight
L1019[07:37:25] <Blue_595> fun fact: my flash drive is stuck in the other cumputer
L1020[07:37:26] <Izaya> nice pentium 3 machine
L1021[07:37:30] <Blue_595> because i can never get on
L1022[07:37:38] <Blue_595> to actually eject the drive
L1023[07:37:55] <Izaya> ssh in, unmount it, remove drive
L1024[07:38:12] <Kleadron> I have an actual pentium 3 machine but it's a katmai pentium 3 and im running windows xp on it so we know how that will go
L1025[07:38:36] <Kleadron> i should have installed 98 or ME on it
L1026[07:38:40] <Izaya> tfw 2x Pentium III Tulatin @ 1.133Ghz
L1027[07:38:46] <Kleadron> stop flexing
L1028[07:38:56] <Blue_595> problem
L1029[07:38:59] <Blue_595> idk how to use ssh
L1030[07:39:06] <Izaya> ssh hostname
L1031[07:39:07] <Blue_595> and i doubt it works between linux and windows
L1032[07:39:20] <Izaya> well, yes, but also no.
L1033[07:39:20] <Kleadron> you just need a program like PuTTY i think
L1034[07:39:35] <Kleadron> is the computer with the USB drive running linux or windows
L1035[07:39:36] <Izaya> at any rate, once you have another machine, learn to use ssh
L1036[07:39:45] <Blue_595> definitely connected
L1037[07:39:46] <Izaya> you'll never have to interact with another machine directly again
L1038[07:39:49] <Blue_595> but nothing is working
L1039[07:40:38] <Blue_595> and problem
L1040[07:40:44] <Blue_595> windows macihne does not have PuTTY
L1041[07:41:03] <Izaya> https://imgur.com/8VrnhH0.png
L1042[07:41:04] <Izaya> [x] hmm
L1043[07:41:32] <Blue_595> [x] accidental chicken mating
L1044[07:41:56] <Kleadron> oh no
L1045[07:42:24] <Izaya> also for your consideration: https://social.shadowkat.net/media/d83b856f9d91f1b5482faa6dd0b4df4023c482ebb35b2d86d1f2d392cfbd13da.png
L1046[07:43:49] <Blue_595> imagine
L1047[07:43:53] <Blue_595> selling someone a pc
L1048[07:43:55] <Blue_595> but crippling it
L1049[07:44:00] <Blue_595> so it could only game
L1050[07:44:05] <Blue_595> -> microsoft
L1051[07:44:17] <Izaya> and sony
L1052[07:44:24] <Blue_595> and it didnt even work
L1053[07:44:31] <Kleadron> it did seem to work a bit
L1054[07:44:35] <Kleadron> but it was out of date
L1055[07:45:24] <Kleadron> i must mention for probably the second or third time i like izaya's window frames
L1056[07:45:40] <Izaya> a e s t h e t i c tbh
L1057[07:46:25] <Izaya> XFCE is the most a e s t h e t i c DE
L1058[07:46:33] <Blue_595> and i would know
L1059[07:46:35] <Blue_595> i use xfce
L1060[07:46:37] <Izaya> WindowMaker is the most aesthetic WM though
L1061[07:46:47] <Blue_595> its the lightweight DE (for linux mint at least)
L1062[07:47:08] <Blue_595> i would not be complaining about anything if my laptop could handle a 1.12.2 modpack
L1063[07:47:11] <Kleadron> isn't that also the desktop environment of PS2 linux
L1064[07:47:19] <Izaya> XFCE is the lightest DE that feels like a DE
L1065[07:47:30] <Izaya> LXDE feels disconnected because the parts are all designed to work independently
L1066[07:47:32] <Blue_595> so, checking specs here...
L1067[07:47:37] <Izaya> Kleadron: yeah PS2 Linux came with wmaker
L1068[07:47:41] <Izaya> because it uses
L1069[07:47:42] * Izaya counts
L1070[07:47:44] <Izaya> no memory
L1071[07:47:58] <Blue_595> Intel Core2 Duo, 3GB DDR2 RAM
L1072[07:48:11] <Blue_595> 160GB hard drive
L1073[07:48:16] <Blue_595> no gpu
L1074[07:48:24] <Izaya> wrong
L1075[07:48:30] <Kleadron> I thought the window manager of damn small linux was pretty cool, i think its fluxbox or something
L1076[07:48:37] <Izaya> you have some sort of GPU, unless you're using a serial terminal
L1077[07:48:39] <Izaya> :D
L1078[07:48:44] <Blue_595> no external gpu
L1079[07:48:50] <Blue_595> using the shitty intel integrated graphics
L1080[07:48:58] <Izaya> at least it's not novideo
L1081[07:49:01] <Blue_595> :D
L1082[07:49:14] <Kleadron> it also has Joe's Window Manager, maybe this is the answer to the question about who joe is
L1083[07:49:15] <Blue_595> do any of you know a mini-PCIe graphics card?
L1084[07:49:26] <Izaya> hi yes I would like to state my absolute hatred of nForce chipsets
L1085[07:49:38] <Blue_595> i would like to state my absolute hatred of this laptop
L1086[07:49:54] <Blue_595> buuut its the only computer i can use more than 3 times a week
L1087[07:50:13] <Izaya> Blue_595: https://www.banggood.com/-p-1011222.html
L1088[07:51:00] <Blue_595> now if only i had somewhere to slip that cable out
L1089[07:51:08] <Blue_595> (the mini-PCIe slot is under the keyboard)
L1090[07:51:31] <Blue_595> (and its not soldered in so i need to find a connector and a soldering iron)
L1091[07:51:41] <Blue_595> (and while im soldering i might as well replace the RTC battery)
L1092[07:52:25] <Blue_595> yup, i did not think this one through
L1093[07:53:46] <Blue_595> but is it compatible with the GT730
L1094[07:54:14] <Blue_595> oh and also note
L1095[07:54:44] <Corded> * <Ar​iri> pushes up my yuri glasses for dramatic glare
L1096[07:54:59] <Izaya> where do I get some, Ariri?
L1097[07:55:52] <Ar​iri> Amazon > Accessories > Filter: Yuri (High to Low)
L1098[07:56:01] <Izaya> ah
L1099[07:56:03] <Izaya> amazon
L1100[07:56:04] <Izaya> fuck
L1101[07:56:11] <Izaya> they only stock books here
L1102[07:56:17] <Ar​iri> rip
L1103[07:56:29] <Ar​iri> ill smuggle one through in a yuri manga for ya then
L1104[07:57:02] * Izaya slides Ariri $20 for a copy of Bloom Into You
L1105[07:58:09] <Corded> * <Ar​iri> passes Bloom Into You under the table, whistles nonchalant
L1106[07:58:12] <Kleadron> what an interesting book title
L1107[07:59:01] <Ar​iri> ~~What an interesting book~~
L1108[07:59:31] <Kleadron> ~~quite exquisite~~
L1109[08:00:44] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Ping timeout: 378 seconds)
L1110[08:01:58] <Ar​iri> !Speaking of which! I havent caught up on Nekomusume musumememememem
L1111[08:04:59] <Klea​dron> if minecraft was on curseforge http://tinyurl.com/ub5x26o
L1112[08:05:26] <Ar​iri> (Basically yuri manga in which half the population has a syndrome which makes them a catgirl)
L1113[08:05:49] <Izaya> you watching Koisuru Asteroid this season?
L1114[08:08:01] <asie> I need to learn Japanese so I can finally read all the manga I want physically and legitly
L1115[08:10:07] <Izaya> ngl I can't stand manga and comics
L1116[08:10:24] ⇨ Joins: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L1117[08:10:33] <Izaya> too much page turning, not enough words
L1118[08:10:48] <Saghetti> hey
L1119[08:10:58] <Izaya> ey
L1120[08:11:29] <Saghetti> connected o irc using mibbit on an amazon kindle
L1121[08:13:00] <Ar​iri> :0 no I didn’t hear of it, I haven’t caught up on my manga and anime as of late (my watch list is full and so many are pending to watch recently releases seasons)
L1122[08:13:29] <Izaya> it's cute girls do astronomy things
L1123[08:13:34] <Izaya> strong yuru overtones
L1124[08:13:39] <Izaya> doubt it'll go anywhere though
L1125[08:14:51] <Saghetti> question about irc
L1126[08:16:36] <Michiyo> answer about ITC
L1127[08:16:36] <Ar​iri> Will check out, yuki and astronomy are great
L1128[08:16:42] <Ar​iri> Will check out, yuri and astronomy are great [Edited]
L1129[08:16:48] <Michiyo> IRC too
L1130[08:17:35] <Saghetti> why doesnt anyone host an irc server for one topic? ex: there could be ocirc.cil.li, and we would all talk in the general channel of the irc server
L1131[08:17:59] <Izaya> no point mostly
L1132[08:18:20] <Izaya> it does happen, lainchan has an IRC network, Michiyo runs one, I have a server that's part of one
L1133[08:18:31] <Izaya> but for public projects, using an existing network is often better
L1134[08:18:43] <Izaya> because people don't have to connect to another network, y'know?
L1135[08:19:02] <Izaya> Esper is the traditional Minecraft network, too. OG #minecraft was on here.
L1136[08:19:04] <Saghetti> oh ok
L1137[08:19:31] <Izaya> Freenode's big nowadays though
L1138[08:19:45] <Izaya> Lots of projects on there.
L1139[08:22:40] <Saghetti> where is the opensolidstate documentation?
L1140[08:23:01] <Izaya> "documentation lmao" ~ AdorableCatgirl, probably
L1141[08:23:11] <Izaya> check the git repo and wiki, if it's not there, it doesn't exist
L1142[08:23:45] ⇦ Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
L1143[08:32:20] <Lizzian> %tonk
L1144[08:32:21] <MichiBot> I'm sorry Lizzian, you were not able to beat ThePiGuy24's record of 5 hours, 18 minutes and 33 seconds this time. 4 hours, 23 minutes and 3 seconds were wasted! Missed by 55 minutes and 29 seconds!
L1145[08:32:32] <Lizzian> damn, didn't scroll back enough
L1146[08:33:49] ⇦ Quits: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Remote host closed the connection)
L1147[08:34:01] ⇨ Joins: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L1148[08:34:49] ⇦ Quits: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Remote host closed the connection)
L1149[08:35:00] ⇨ Joins: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L1150[08:42:26] <Klea​dron> did someone hack notch's tigsource account
L1151[08:46:24] ⇦ Quits: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping timeout: 189 seconds)
L1152[08:47:52] <Klea​dron> my question was answered
L1153[08:48:04] <Izaya> no that's just notch's alter ego
L1154[08:48:10] <Izaya> I think I prefer it
L1155[09:03:30] ⇨ Joins: KleadronXbox (~dsl@c-73-254-147-9.hsd1.wa.comcast.net)
L1156[09:04:22] <KleadronXbox> Izaya: typing with a controller is pain
L1157[09:05:42] <KleadronXbox> i need to make a keyboard and mouse for this
L1158[09:06:56] <Izaya> KleadronXbox: steam controller ftw
L1159[09:31:56] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L1160[09:32:30] ⇨ Joins: MG_sing (~mg_sing@221.131.165.83)
L1161[09:32:39] <MG_sing> hi
L1162[09:33:29] <Izaya> ey
L1163[09:33:31] <KleadronXbox> hello
L1164[09:34:19] <MG_sing> I'm playing MineCraft
L1165[09:34:45] <MG_sing> and
L1166[09:35:02] <MG_sing> use MineCraft play this
L1167[09:36:56] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L1168[09:37:35] <Blue_595> so, im having a bit of trouble understanding exactly how computers turn on
L1169[09:37:47] <Blue_595> the machine runs the code on the EEPROM
L1170[09:37:58] <Blue_595> which then looks for /init.lua files on floppies and hard drives
L1171[09:38:27] <Blue_595> and then that init file sets up the screen, boot scripts, a file system, etc.
L1172[09:38:34] <Blue_595> and then from there all hell breaks loose
L1173[09:38:48] <MG_sing> ?
L1174[09:39:05] <Blue_595> how computers turn on in opencomputers?
L1175[09:39:06] <MG_sing> What?
L1176[09:39:11] <MG_sing> oh
L1177[09:39:26] <Blue_595> machine -> eeprom -> /init.lua -> ...
L1178[09:39:29] <MG_sing> you need a case
L1179[09:39:32] <Blue_595> yeah
L1180[09:39:54] <Blue_595> similar to real life: Reset vector -> BIOS -> Boot sector -> ...
L1181[09:40:06] <MG_sing> and
L1182[09:40:09] <Blue_595> im assuming thats what you were going for
L1183[09:40:19] <MG_sing> wait
L1184[09:40:45] <Blue_595> if you reuse the BIOS you don't need to worry about anything but starting from /init.lua
L1185[09:41:05] <MG_sing> you need floppy disk
L1186[09:41:19] <Blue_595> yes it boots from the floppy that you put your custom OS onto
L1187[09:41:28] <Blue_595> it has an 'install' program... somewhere
L1188[09:41:35] <MG_sing> yes
L1189[09:41:57] <Blue_595> is it as easy as copying all files (including itself) from the floppy to a hard drive of your choosing?
L1190[09:42:34] <MG_sing> I cant understand
L1191[09:42:48] <Blue_595> im thinking of making BlueOS, which will probably be fun
L1192[09:43:14] <MG_sing> blue?
L1193[09:43:22] <Blue_595> the EEPROM will set up the screen, and have a bootloader built in (list all available init scripts, let you pick one)
L1194[09:43:22] <MG_sing> IRC?
L1195[09:43:39] <Blue_595> yes IRC
L1196[09:43:51] <MG_sing> I dont know that
L1197[09:44:06] <Blue_595> ?
L1198[09:44:15] <MG_sing> What I use is network
L1199[09:44:22] <MG_sing> greenOS
L1200[09:44:38] ⇦ Quits: KleadronXbox (~dsl@c-73-254-147-9.hsd1.wa.comcast.net) (Quit: Leaving)
L1201[09:44:45] <Blue_595> :D
L1202[09:44:50] <Blue_595> im making my own colorful operating system
L1203[09:44:55] <MG_sing> DANMSL
L1204[09:44:57] <MG_sing> NMSL
L1205[09:45:06] <Blue_595> BlueOS (though mainly the BIOS)
L1206[09:45:19] <Blue_595> list all available /init.lua files, including the option of a network boot, and let the user pick one
L1207[09:45:39] <MG_sing> WHERE ARE U FROM
L1208[09:45:45] <Blue_595> america?
L1209[09:46:14] <MG_sing> I'm a Chinese
L1210[09:46:19] <MG_sing> oh
L1211[09:46:27] <Blue_595> ok, ill list my idea, block-by-block:
L1212[09:46:35] <Blue_595> - Set up a GPU and screen, for a user interface
L1213[09:46:50] <MG_sing> what?
L1214[09:47:30] <Blue_595> this is a custom BIOS im thinking of making, and the things it will run one after another
L1215[09:47:33] <Blue_595> so
L1216[09:47:36] <Blue_595> - GPU and screen thing
L1217[09:47:42] <MG_sing> OKAY
L1218[09:47:48] <Blue_595> - List all available file systems with an /init.lua file
L1219[09:48:17] <Blue_595> - Allow the user to pick a file system, or network boot
L1220[09:48:30] <Blue_595> - Attempt to boot from that area; if failed, return to selection menu
L1221[09:49:20] <Blue_595> im gonna use pcall() for the last part, so errors are less harmful
L1222[09:51:24] <MG_sing> THATSWA
L1223[09:51:32] <MG_sing> THATS COOL
L1224[09:52:28] <MG_sing> ALL OF U GUYS ARE DEAF AND MUTE?
L1225[09:52:50] <MG_sing> CAN`T SAY ANYTHING?
L1226[09:54:56] <Blue_595> WHY ARE YOU SHOUTING?
L1227[09:55:28] <MG_sing> I JUST WANNA HAVE A SEX WITH U
L1228[09:55:37] <MG_sing> CAN I?
L1229[09:56:55] <MG_sing> I`M SORRY MY FRIEND USED MY COMPUTER
L1230[09:57:26] <MG_sing> WHAT ARE U DOING?
L1231[09:58:13] <MG_sing> MY FRIEND' NAME IS BISISIS
L1232[10:01:07] ⇦ Quits: MG_sing (~mg_sing@221.131.165.83) (Remote host closed the connection)
L1233[10:01:58] ⇨ Joins: WHITEPIG (~whitepig@221.131.165.83)
L1234[10:02:07] <WHITEPIG> HALO
L1235[10:03:12] <WHITEPIG> ANYBODY?
L1236[10:03:44] <WHITEPIG> OH GOD HOW RUDE MY NICKNAME IS
L1237[10:04:15] <WHITEPIG> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
L1238[10:04:22] <Blue_595> DS2408
L1239[10:04:27] <Blue_595> DS2480B
L1240[10:04:32] <Blue_595> think of those things
L1241[10:04:49] <WHITEPIG> DS2408?
L1242[10:04:54] <WHITEPIG> WHAT`S IT?
L1243[10:04:59] <Blue_595> 1-wire I/O expander
L1244[10:05:54] <Blue_595> the DS2480B is a 1-wire host (standard UART interface)
L1245[10:06:38] <WHITEPIG> OH I GOT IT
L1246[10:06:55] <WHITEPIG> BUT I HAVE NO IDEAS ABOUT THESE THINGS
L1247[10:07:11] <WHITEPIG> DO YOU LIKE STARWARS?
L1248[10:07:15] <Blue_595> yeah
L1249[10:07:21] <Blue_595> why is your caps lock broken
L1250[10:08:16] <Lizzian> %tban WHITEPIG 24h useless spam
L1251[10:08:18] *** WHITEPIG was kicked by zsh ((MichiBot) Reason: useless spam | For: 24h | Expires: 02/19/2020 04:08:17 AM))
L1252[10:18:31] <Blue_595> :D
L1253[10:18:48] <Blue_595> anyway, how do you get user input in EEPROM?
L1254[10:18:54] <Blue_595> no mention of io.read
L1255[10:19:31] <Izaya> ~w signals
L1256[10:19:31] <ocdoc> http://ocd.cil.li/component:signals
L1257[10:19:32] <Izaya> have fun
L1258[10:19:38] <Blue_595> :D
L1259[10:19:50] <Blue_595> wait... do i need to handle the individual key_up and key_down
L1260[10:19:58] <Blue_595> seriously?
L1261[10:20:42] <Forec​aster> Copy from the term implementation
L1262[10:20:45] <Blue_595> ok
L1263[10:20:59] <Blue_595> i dont even need enter, just when the user pushes a button, take that drive
L1264[10:22:48] <Blue_595> term implementation uses io
L1265[10:22:58] <Izaya> hm
L1266[10:23:00] <Blue_595> i cant use the io library in EEPROM
L1267[10:23:03] <Izaya> I don't have a readline for an EEPROM
L1268[10:23:12] <Izaya> I do have a bad VT100 emulator though
L1269[10:23:14] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel/blob/master/Embedded/vt100.lua
L1270[10:23:31] <Blue_595> i guess just hold until you get a key_down, then until a key_up
L1271[10:23:34] <Blue_595> and use whatever key that was
L1272[10:23:41] <Izaya> nah
L1273[10:23:46] <Izaya> ignore key_up
L1274[10:23:49] <Izaya> keep a buffer
L1275[10:24:03] <Blue_595> no buffer here, it just needs to know which key the user pressed
L1276[10:24:07] <Izaya> oh
L1277[10:24:09] <Izaya> 2ez
L1278[10:24:34] <Blue_595> :D
L1279[10:25:58] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.102) (Ping timeout: 200 seconds)
L1280[10:26:27] <Blue_595> 4KB is actually a lot of space for a bootloader
L1281[10:26:32] <Blue_595> if you use up all of it, im impressed
L1282[10:26:41] <Blue_595> well, either impressed or disappointed
L1283[10:26:51] <Izaya> you can do a lot with 4K
L1284[10:27:04] * Izaya had a whole multi-tasking, multi-user OS running from an EEPROM at one point
L1285[10:28:48] <Blue_595> neat
L1286[10:28:54] <Blue_595> someone port OpenOS to EEPROM :D
L1287[10:29:42] <Izaya> I think that would break payonel
L1288[10:31:15] <Blue_595> the 'char' variable returns a number, what are '0' through '9' and 'n'?
L1289[10:31:51] <Izaya> string.char(n)
L1290[10:32:09] <Blue_595> ok
L1291[10:32:25] <Blue_595> i could also have it process touch events; clicking on the row with a specific drive selects that drive
L1292[10:32:31] <Izaya> that'll give you it as a string
L1293[10:32:33] <Blue_595> but that involves knowing where you started printing the drives
L1294[10:32:55] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 202 seconds)
L1295[10:33:52] <Kristo​pher38> Jesus, lots of content generated
L1296[10:34:31] <Kristo​pher38> Going back to the pentium III talk, I rescued one PC from the dumpster with a pentium III just yesterday
L1297[10:34:52] <Izaya> oooo
L1298[10:35:33] <Blue_595> so far ive only used 1.4KB, plenty of room for network and disk boot scripts
L1299[10:35:49] <Blue_595> im gonna splurge and add touch select
L1300[10:38:35] <Forec​aster> Why do you need down, just use up
L1301[10:40:27] <Blue_595> ive finished touch and keyboard select
L1302[10:40:33] <Izaya> https://expired.mentality.rip/media/c2a2eff53fbe26e830f82260906431beb75a5e108c20ec62d2c3cf771ce14ff5.jpg
L1303[10:40:33] <Blue_595> now i just need scripts to boot from network and disk
L1304[10:40:53] <Blue_595> true
L1305[10:41:58] <Blue_595> 1.7KB, just need to add functions to boot from disk, and from network
L1306[10:43:02] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
L1307[10:43:04] <Blue_595> before i do that, gonna go to the bathroom
L1308[10:44:57] <Blue_595> back
L1309[10:45:03] <Blue_595> wb
L1310[10:46:47] <M​GR> Hello
L1311[10:47:24] <Blue_595> just copying the "read file" block from the stock lua BIOS
L1312[10:47:45] <Blue_595> as you do
L1313[10:47:53] <Blue_595> not reinventing the wheel, just stealing one off of someone elses bicycle
L1314[10:48:21] <M​GR> Is that a custom BIOS for a custom OS on a hard drive, or are you fitting the whole OS on the EEPROM?
L1315[10:50:28] <Blue_595> its a custom bootloader on an EEPROM
L1316[10:50:38] <Blue_595> you can have multiple drives, each with an OS, and you can select between then
L1317[10:50:54] <Blue_595> them* and you also have the choice to boot from network
L1318[10:51:39] <M​GR> Ok, cool
L1319[10:52:32] <M​GR> Do you still use your Discord account? Just trying to figure out the best way to keep in touch
L1320[10:53:17] <Blue_595> not really
L1321[10:53:59] <M​GR> Ok
L1322[10:54:03] <Blue_595> but i just implemented everything but network boot, and it fits in just under 2KB
L1323[10:54:22] <M​GR> Does your IRC client accept DMs?
L1324[10:54:27] <Blue_595> yes
L1325[10:54:37] <M​GR> 👍
L1326[10:55:17] <Izaya> GERT sales pitch in 3... 2...
L1327[10:55:39] <M​GR> I don't have nefarious motives every time I talk to someone, Izaya
L1328[10:56:03] * Izaya squints
L1329[10:56:21] <Izaya> I like the implication that GERT is nefarious, but that's not the point :p
L1330[10:56:31] <M​GR> I didn't say it was
L1331[10:57:03] <M​GR> But I'll clarify slightly. I don't just DM people about GERT
L1332[10:57:12] <Izaya> No, you implied it. Anyway, PMing people all the time makes you seem sketchy, at least from where I'm standing.
L1333[10:57:20] <Izaya> :)
L1334[10:58:03] <Izaya> I'm mostly messing with you, don't worry about it too much.
L1335[10:58:14] <Izaya> Unless you want to, I guess. I'm not your mother.
L1336[11:00:32] <Blue_595> gonna procrastinate a little bit and not continue the BIOS
L1337[11:00:36] <Blue_595> watching some Binging with Babish
L1338[11:28:27] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Quit: WeeChat 1.9.1)
L1339[12:47:40] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L1340[13:00:10] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L1341[13:24:37] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.102)
L1342[13:28:34] <S3_> Hmm
L1343[13:29:17] <S3_> Izaya: how is Australia
L1344[13:29:45] <Izaya> under water, but also on fire
L1345[13:29:51] <S3_> Besides being impossible to buy things online
L1346[13:29:53] <S3_> Lol
L1347[13:29:55] <Izaya> just Liberal-National Government things
L1348[13:30:30] <S3_> I will be a lot closer to it later this year hopefully but only for two weeks
L1349[13:30:51] <Izaya> should come visit :p
L1350[13:31:11] <S3_> I never thought about it but it'd be pretty cool
L1351[13:31:30] <Izaya> we have spare beds
L1352[13:31:32] <Izaya> 2 of them, even
L1353[13:31:40] <S3_> Decided at my age I need to start getting out more
L1354[13:31:51] <S3_> I'm going to Korea this year
L1355[13:31:55] <Izaya> (Two bedroom house, but both inhabitants sleep almost exclusively on the couches. Hmm.)
L1356[13:31:59] <Izaya> South, presumably?
L1357[13:32:08] <S3_> Yes
L1358[13:33:13] <S3_> 한극
L1359[13:33:21] <S3_> I think they call it
L1360[13:33:32] <S3_> Actually..
L1361[13:34:53] <S3_> I think it's 한곡
L1362[13:34:59] <S3_> I'm still learning lol
L1363[14:08:51] <Adorabl​eCatgirl> Izaya: yo lemme drop by the land down under on my way to HELL
L1364[14:09:38] <Izaya> but you gotta go past hell to get here
L1365[14:12:51] <Adorabl​eCatgirl> pfft
L1366[14:13:51] <Izaya> you have, like, heaven, earth, hell, wherever big corporate executives come from, then australia
L1367[14:42:20] <Ocawes​ome101> %tell Blue_595 I’m writing my initial unmanaged-filesystem driver inside a 4K eeprom, it’s crazy what you can do
L1368[14:42:20] <MichiBot> Ocawes​ome101: Blue_595 will be notified of this message when next seen.
L1369[15:20:46] <Forec​aster> %tonkout
L1370[15:20:46] <MichiBot> Aw jeez! Forecaster! You beat ThePiGuy24's previous record of 5 hours, 18 minutes and 33 seconds (By 1 hour, 29 minutes and 52 seconds)! I hope you're happy!
L1371[15:20:47] <MichiBot> Forecaster has stolen the tonkout! Tonk has been reset! They gained 0.006 tonk points! plus 0.005 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.22467, position #4
L1372[15:42:05] <Ocawes​ome101> %tonk
L1373[15:42:05] <MichiBot> Potzblitz! Ocawesome101! You beat Forecaster's previous record of <0 (By 21 minutes and 18 seconds)! I hope you're happy!
L1374[15:42:06] <MichiBot> Ocawesome101's new record is 21 minutes and 18 seconds! Ocawesome101 also gained 0.00036 tonk points for stealing the tonk.
L1375[15:59:41] ⇨ Joins: Inari (~Pinkishu@pD9E8ED1B.dip0.t-ipconnect.de)
L1376[15:59:48] <Inari> Nep
L1377[16:00:00] <Inari> Amanda: the waht now?
L1378[16:03:28] <Forecaster> %restart
L1379[16:03:30] ⇦ Quits: MichiBot (~MichiBot@149.56.6.196) ()
L1380[16:03:50] ⇨ Joins: MichiBot (~MichiBot@149.56.6.196)
L1381[16:03:50] zsh sets mode: +v on MichiBot
L1382[16:03:52] <Forecaster> good thing nobody tried the tonkmerge command cause I forgot to set a permission level on it xD
L1383[16:04:02] <Inari> rip
L1384[16:04:03] <Forecaster> woopsy
L1385[16:04:24] <Forecaster> is now fixed though
L1386[16:04:41] <Forecaster> %help tonkdestroy
L1387[16:05:03] <Forec​aster> %help tonkdestroy
L1388[16:05:29] <Forec​aster> oh that does still work
L1389[16:05:45] <Forec​aster> hm, that could report the permission level as well
L1390[16:05:50] <Amanda> Inari: puma. A type of large cat.
L1391[16:06:02] <Inari> I mean
L1392[16:06:04] <Inari> what mission, what puma
L1393[16:06:18] <Amanda> Inari: the hunter-cat who was getting some chicken-of-the-woods (fox)
L1394[16:06:25] <Inari> oh
L1395[16:06:38] <Inari> your face is a chicken
L1396[16:06:49] <Amanda> I assure you it is not.
L1397[16:07:47] <Forec​aster> except the help thingy doesn't get the command object...
L1398[16:07:48] <Forec​aster> hm
L1399[16:15:36] <Forec​aster> fortunately I made getting that easy enough
L1400[16:16:09] <Michiyo> getCommandObject()
L1401[16:16:10] <Michiyo> :P
L1402[16:16:24] <Michiyo> at least we're not enterprise Java
L1403[16:16:51] <Forec​aster> nah, IRCBot.commands.get(String command)
L1404[16:17:07] <Michiyo> Where you'd have a command factory and a bunch of other shit :P
L1405[16:18:07] <stephan48> what not enterprise Java? shut it down and refactor it quickly! before someone notices that you are not using >9k classes, reflection and other magic! Autoloading!
L1406[16:18:23] <Forec​aster> also corded borked it seems
L1407[16:18:31] <Forec​aster> it's only one-way at the moment
L1408[16:18:40] <Forec​aster> or maybe it's discord being wonky
L1409[16:23:31] <Forec​aster> okay, massive delay on relay from IRC to D it seems
L1410[16:23:41] <Forec​aster> instant the other way
L1411[16:25:01] <stephan48> 2020-02-18 16:25:00 UTC
L1412[16:25:13] <stephan48> (was a second off)
L1413[16:25:49] <stephan48> can you announce when you see that message?
L1414[16:26:08] <Forec​aster> now the help command tells you permission level and aliases
L1415[16:26:21] <Te​sca> Is it possible to secure nanite communication? I know i can set the respones port, but i want to make sure only a specific nanite receives my command and ideally make it only accept commands from a specific source
L1416[16:26:58] <Forec​aster> other than setting the receiving port to something odd no
L1417[16:27:24] <Te​sca> There is a receiving port?
L1418[16:27:43] <Forec​aster> nanomachines have a port they listen to for incoming messages, and a port they use to send messages
L1419[16:28:13] <Te​sca> And i can set both?
L1420[16:28:24] <Forec​aster> yes? iirc they're separate
L1421[16:28:27] <Forec​aster> I'm unsure now...
L1422[16:28:34] <Te​sca> Havent seen that in the api on the page
L1423[16:30:39] <Forec​aster> oh, no I'm wrong, there's just one
L1424[16:31:02] <Forec​aster> I guess they're hardcoded to listen to port 1
L1425[16:32:17] <Te​sca> :( so much for identification via nanites
L1426[16:32:33] <Forec​aster> huh?
L1427[16:33:46] <Te​sca> My base security reads out nanites infos to id players and checks against a security table. Doors, access to items etc are all handles by it
L1428[16:34:45] <Forec​aster> stephan48 your timestamp still hasn't arrived
L1429[16:34:58] <Te​sca> But if anyone can just enable everyones inputs, it's a huge problem. So i wondered if i can at least make it more difficult for externals
L1430[16:35:29] <Forec​aster> stay more than 2 blocks away from computers with wireless network cards :P
L1431[16:37:53] <stephan48> wow
L1432[16:37:57] <Te​sca> Tablets are a thing ;)
L1433[16:38:17] <Forec​aster> stay away from people with tablets too
L1434[16:39:00] <Mim​iru> Test
L1435[16:39:03] <Michiyo> Test
L1436[16:39:14] <Mim​iru> wow
L1437[16:39:16] <Forec​aster> stephan48 your timestamp just arrived
L1438[16:39:16] <Mim​iru> stephan48BOTToday at 8:38 AM
L1439[16:39:17] <Mim​iru> can you announce when you see that message?
L1440[16:39:30] <Michiyo> [08:25:49] <stephan48> can you announce when you see that message?
L1441[16:39:36] <Michiyo> 14 minute delay
L1442[16:39:51] <Mim​iru> Oh, right that's gonna take.. 14 MINUTES!
L1443[16:39:53] <Mim​iru> o_O
L1444[16:39:54] <Mim​iru> [08:25:49] <stephan48> can you announce when you see that message?
L1445[16:41:04] ⇦ Quits: Corded (~MichiBot@149.56.6.196) (Remote host closed the connection)
L1446[16:41:12] ⇨ Joins: Corded (~MichiBot@eos.pc-logix.com)
L1447[16:41:12] zsh sets mode: +v on Corded
L1448[16:41:22] <Michiyo> Test
L1449[16:41:24] <Forecaster> %restart also for new help stuff
L1450[16:41:26] ⇦ Quits: MichiBot (~MichiBot@149.56.6.196) ()
L1451[16:41:42] <Michiyo> Great.
L1452[16:41:51] ⇨ Joins: MichiBot (~MichiBot@149.56.6.196)
L1453[16:41:52] zsh sets mode: +v on MichiBot
L1454[16:42:02] <Forecaster> welp
L1455[16:42:10] <Forecaster> the join message was fast...
L1456[16:42:33] <Michiyo> Right, cause the join message doesn't use the webhook
L1457[16:42:39] <Michiyo> so, webhooks are fucked.
L1458[16:42:40] <Michiyo> neato
L1459[16:42:48] <Forecaster> as usual
L1460[16:43:19] <Mim​iru> ._. but I can send to it with no issue..
L1461[16:44:28] <Michiyo> *sigh*
L1462[16:44:34] <Michiyo> did I get rate limited..?
L1463[16:44:53] ⇦ Quits: Corded (~MichiBot@eos.pc-logix.com) (Remote host closed the connection)
L1464[16:45:10] ⇨ Joins: Corded (~MichiBot@eos.pc-logix.com)
L1465[16:45:10] zsh sets mode: +v on Corded
L1466[16:45:17] <Michiyo> Test
L1467[16:45:27] <Michiyo> Right... nothing fucking logs ._.
L1468[16:52:00] <Michiyo> Test
L1469[16:52:13] <Michiyo> Still a bit of delay.. but better than 14 friggen minutes
L1470[16:52:27] <Mim​iru> K, we're running without webhooks for a while folks
L1471[16:53:13] <Ar​iri> Should’ve selected expedited shipping on that time stamp
L1472[16:55:37] <Adorabl​eCatgirl> discord broke again
L1473[16:56:58] <Michiyo> You're just now figuring that out?
L1474[16:57:11] <Michiyo> :P
L1475[16:57:32] <step​han48> wow
L1476[16:58:03] <Michiyo> I'm guessing I got smacked with a ratelimit for some reason
L1477[16:58:22] <Michiyo> but 14 minutes seems like a long limit :P
L1478[16:58:26] <Mic​hiyo> Test
L1479[16:58:30] <Michiyo> anyway sadly work phone call
L1480[16:58:33] <Michiyo> o_O
L1481[16:58:46] <Mic​hiyo> [08:25:49] <stephan48> can you announce when you see that message?
L1482[16:58:49] <Mic​hiyo> 14 minute delay
L1483[16:58:53] <Mim​iru> o_O
L1484[16:59:01] <Mim​iru> THAT WEBHOOKO DOESN'T EXIST HOW EVEN?!
L1485[17:00:05] <Mic​hiyo> Test
L1486[17:00:07] <Forec​aster> %restart also for new help stuff
L1487[17:00:09] <Adorabl​eCatgirl> discord is 🅰️nnihilated
L1488[17:00:22] <Mic​hiyo> Great.
L1489[17:00:37] <Forec​aster> welp
L1490[17:00:43] <Forec​aster> the join message was fast...
L1491[17:01:00] <Mic​hiyo> Right, cause the join message doesn't use the webhook
L1492[17:01:05] <Mic​hiyo> so, webhooks are fucked.
L1493[17:01:07] <Mic​hiyo> neato
L1494[17:01:10] <Michiyo> lol..
L1495[17:01:10] <Forec​aster> as usual
L1496[17:01:12] <Michiyo> it's...
L1497[17:01:22] <Forec​aster> Corded is talking to themselves
L1498[17:01:23] <Michiyo> it's resending IRC messages? wtf
L1499[17:02:09] <Forec​aster> I guess it doesn't recognize the messages as coming from itself anymore so it sends them across
L1500[17:08:58] ⇨ Joins: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L1501[17:08:58] zsh sets mode: +v on gamax92
L1502[17:12:50] <Lizzian> %tonk
L1503[17:12:51] <MichiBot> Voldemort! Lizzian! You beat Ocawesome101's previous record of 21 minutes and 18 seconds (By 1 hour, 9 minutes and 26 seconds)! I hope you're happy!
L1504[17:12:52] <MichiBot> Lizzian's new record is 1 hour, 30 minutes and 45 seconds! Lizzian also gained 0.00116 tonk points for stealing the tonk.
L1505[17:12:58] <Lizzian> Yay
L1506[17:13:32] <Adorabl​eCatgirl> tyonk
L1507[17:22:39] <Michiyo> Test
L1508[17:22:57] <Michiyo> Neat still bork
L1509[17:27:26] <Michiyo> https://paste.pc-logix.com/piyajaxara.css ._.
L1510[17:30:35] <Michiyo> down to 6 minutes of delay
L1511[17:33:11] <Forec​aster> https://www.youtube.com/watch?v=i7NT0XFkLCk
L1512[17:33:12] <MichiBot> Court Decides Who Owns the Anime Art Style | length: 16m 38s | Likes: 377 Dislikes: 3 Views: 3,393 | by Lawful Masses with Leonard French | Published On 18/2/2020
L1513[17:33:59] <Forec​aster> `"Plaintiff Terrance Williams contends that he invented anime"`
L1514[17:34:00] <Forec​aster> wut
L1515[17:34:38] <Michiyo> Sure Terrance... sure.
L1516[17:37:57] <Forec​aster> `"Williams alleges that, at some point, "the Japanese illegally took possession of this individual style of mine," and "started to call it anime in order to help their readers escape of having to remember the foreign origin of this art style as well as its original creator"` right...
L1517[17:41:34] ⇨ Joins: Ezzud (~Ezzud@51.158.93.66)
L1518[17:41:38] <Ezzud> Hello
L1519[17:41:46] <Forec​aster> %hello
L1520[17:41:48] <MichiBot> Forec​​aster: Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly (dont ask to ask) and provide error/code examples! (Use pastebin.com if theyre more than one line!) Dont mind the random conversation you might have walked into.
L1521[17:47:13] ⇦ Quits: Ezzud (~Ezzud@51.158.93.66) (Ping timeout: 190 seconds)
L1522[17:49:06] <Michiyo> %bye
L1523[17:49:07] <MichiBot> Mic​hiyo: Oh, well, bye I guess...
L1524[17:51:52] <Michiyo> Test
L1525[17:52:01] <Mim​iru> yay webhooks look to be instant again
L1526[17:52:06] <Michiyo> Test 2
L1527[17:54:01] ⇨ Joins: Vexatos (~Vexatos@port-92-192-94-104.dynamic.as20676.net)
L1528[17:54:01] zsh sets mode: +v on Vexatos
L1529[18:02:30] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L1530[18:02:45] <Blue_595> i just remembered how you implement CRC based on a data stream
L1531[18:02:51] <Forec​aster> %sip
L1532[18:02:52] <MichiBot> You drink a gloomy yellow potion (New!). The bottle turns into a piece of bacon.
L1533[18:02:54] <Blue_595> shift data left, with new bit as carry in
L1534[18:03:10] <Blue_595> if MSB of data set, XOR with polynomial
L1535[18:03:13] <Forec​aster> ooh bacon
L1536[18:03:33] <Blue_595> so MGR, about the microcontroller network boot idea
L1537[18:03:50] <Blue_595> no data card is necessary, and you can run CRC on as long a data stream as imaginable
L1538[18:04:44] <Corded> * <Forec​aster> imagines a data stream so long you can't run CRC on it
L1539[18:17:35] <Blue_595> :D
L1540[18:18:26] <Blue_595> as long as the data stream fits inside system memory (in my case 256KB), you can run CRC on it
L1541[18:21:46] <Ocawes​ome101> That’s what I was gonna say
L1542[18:21:51] <Ocawes​ome101> The limit is memory size
L1543[18:34:18] ⇨ Joins: Kleadron (~Kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L1544[18:38:33] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.102) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@i5E86B03F.versanet.de)))
L1545[18:38:39] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@i5E86B03F.versanet.de)
L1546[18:48:44] ⇨ Joins: Vexaton (~Vexatos@port-92-192-76-159.dynamic.as20676.net)
L1547[18:48:44] zsh sets mode: +v on Vexaton
L1548[18:48:58] <Forec​aster> https://www.smbc-comics.com/comic/irrational-3
L1549[18:51:21] <Brisingr​ Aerowing> The above discussion reminded me of a post on another site I’m a member of. A European ISP had their customer database leaked, and the passwords were ‘encrypted’ with UTF-8. They also sent snail mail on ANY password change with the username and password clearly visible without opening the envelope.
L1550[18:52:32] <Forec​aster> exemplary
L1551[18:54:30] ⇦ Quits: Vexatos (~Vexatos@port-92-192-94-104.dynamic.as20676.net) (Ping timeout: 378 seconds)
L1552[19:01:13] <Michiyo> wait.. did you say ENCRYPTED with UTF-8?
L1553[19:01:16] <Michiyo> wat.
L1554[19:04:37] <Forec​aster> sounds pretty safe to me
L1555[19:04:52] * Lizzian encodes Forecaster in ASCII
L1556[19:05:04] <Forec​aster> assuming potential attackers have a system that doesn't know about utf8 :P
L1557[19:12:02] <CompanionCube> should've gone with EBCDIC so it wasn't completely transparent
L1558[19:12:15] <Blue_595> hello 0x466f7265636173746572!
L1559[19:12:25] <DaCompu​terNerd> It's fine guys they used a caesar cipher
L1560[19:13:29] <Blue_595> btw i converted that to hex entirely by hand
L1561[19:14:09] <Blue_595> 46 (F) 6f (o) 72 (r) 65 (e) 63 (c) 61 (a) 73 (s) 74 (t) 65 (e) 72 (r)
L1562[19:14:32] <Lizzian> %tonkout
L1563[19:14:33] <MichiBot> Sard! Lizzian! You beat your own previous record of 1 hour, 30 minutes and 45 seconds (By 30 minutes and 57 seconds)! I hope you're happy!
L1564[19:14:34] <MichiBot> Lizzian has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 0.41037, position #1 <= #2
L1565[19:14:46] <Blue_595> also saturday morning breakfast cereal comic
L1566[19:14:49] <Blue_595> i love that
L1567[19:15:05] <Forec​aster> Lizzy snagged first place D:
L1568[19:15:39] <Blue_595> SCIENCE: Ruining everything since 1543
L1569[19:15:39] <Lizzian> i am beating CompanionCube by a whopping 0.00001 point
L1570[19:16:20] <Blue_595> idk how tonkout works
L1571[19:16:27] <Lizzian> %tonkleaders
L1572[19:16:28] <MichiBot> Liz​zian: https://michibot.pc-logix.com/tonk
L1573[19:16:34] <Lizzian> rules are explained ^
L1574[19:16:35] <Blue_595> %tonkout
L1575[19:16:40] <Blue_595> ah fek
L1576[19:17:04] <Forec​aster> for one thing both commands have a 15 minute timeout because people kept doing that :P
L1577[19:17:13] <Lizzian> also you have to have tonked before you can tonkout. and there's a 15 minute cooldown because ^
L1578[19:17:37] <Lizzian> plus, tonking out under an hour is entirely pointless because you get no pointsa
L1579[19:17:37] <Blue_595> remember when people understood a round earth?
L1580[19:17:41] <Blue_595> i miss that time
L1581[19:18:26] <Forec​aster> wjat
L1582[19:18:32] <Forec​aster> what
L1583[19:18:49] <CompanionCube> https://www.smbc-comics.com/?id=3279#comic yay for more wishes?
L1584[19:20:04] <Forec​aster> sigh
L1585[19:20:16] <Forec​aster> why is my userscript run 4 times...
L1586[19:20:22] <Michiyo> Funsies.
L1587[19:21:34] <Brisingr​ Aerowing> Michiyo that was their official statement. Ended up getting a lot of backlash because of it.
L1588[19:21:59] <Blue_595> https://www.smbc-comics.com/comic/2011-05-07
L1589[19:23:10] <Forec​aster> frik
L1590[19:23:13] <Forec​aster> http://tinyurl.com/shqt6v5
L1591[19:23:22] <Forec​aster> slightly worrying when the entire document just turns yellow
L1592[19:23:40] <Forec​aster> "the problem is... this whole thing right here."
L1593[19:24:47] <Blue_595> i found the SMBC comic from when i was born
L1594[19:24:50] <Blue_595> and i am not impressed
L1595[19:26:19] <Forec​aster> I don't have one
L1596[19:26:50] <Blue_595> https://www.smbc-comics.com/comic/the-human-mind "routing sewage into the louvre"
L1597[19:28:34] <Blue_595> 2008-06-20 for at home turing tests
L1598[19:28:41] <Blue_595> "could your refrigerator be... ALIVE?!"
L1599[19:28:48] <Blue_595> no. definitely not.
L1600[19:30:18] <Forec​aster> I just had a brilliant idea
L1601[19:30:42] <Forec​aster> instead of injecting a reference to jQuery in the page, I'll just include the contents of it in my userscript
L1602[19:31:11] ⇨ Joins: TheRolf (webchat@amarseille-654-1-2-170.w90-37.abo.wanadoo.fr)
L1603[19:31:18] <TheRolf> hello
L1604[19:31:27] <Forec​aster> %hello
L1605[19:31:28] <MichiBot> Forec​​aster: Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly (dont ask to ask) and provide error/code examples! (Use pastebin.com if theyre more than one line!) Dont mind the random conversation you might have walked into.
L1606[19:32:44] <TheRolf> hello I am having an error 403 on an internet request and tried to handle it with pcall but the thread still stops :(. Code https://pastebin.com/dZrsVBeV
L1607[19:33:17] <Blue_595> i seem to be scooting closer to the my-birthday post
L1608[19:33:25] <Blue_595> at 2007-07-12 rn
L1609[19:33:36] <Forec​aster> what's the error
L1610[19:34:03] <TheRolf> every 15s when i call the api the request fail
L1611[19:34:12] <Forec​aster> oh, forbidden
L1612[19:34:50] <TheRolf> i thught pcall would solve it but no
L1613[19:35:03] <Lizzian> nope, pcall will only catch lua errors
L1614[19:35:10] <Forec​aster> how would a pcall solve anything
L1615[19:35:17] <Forec​aster> it just catches errors
L1616[19:35:27] <Lizzian> since 403 is a valid response code, there's no lua errors to catch
L1617[19:35:29] <TheRolf> it worked before
L1618[19:36:00] <Lizzian> also, if you're calling it every 15 seconds, worldtimeapi.org might have blocked your client's address
L1619[19:36:03] <Forec​aster> just handle the request and wait for a success
L1620[19:36:13] <Forec​aster> also that
L1621[19:36:41] <TheRolf> i tried to get the message code with the internet api example but it always give nil
L1622[19:37:02] <Lizzian> also the way you're calling that function is all wrong as well
L1623[19:37:54] <TheRolf> it's an iterator no ?
L1624[19:38:18] <Lizzian> you're pcall'ing the return from a function but you're not actually calling the function that would refresh it
L1625[19:39:12] <TheRolf> so i should return my request directly ?
L1626[19:39:41] <Blue_595> In order to save time, the remainder of this marriage proposal will be generated using Markov chains.
L1627[19:39:46] <Blue_595> i imagine she then slapped him
L1628[19:40:02] *** BrightYC_ is now known as BrightYC
L1629[19:40:26] <Kristo​pher38> You should invoke pcall like this: pcall(func, ...)
L1630[19:40:36] <Lizzian> TheRolf, return the ref variable in the webrequest function then call the webrequest in the pcall
L1631[19:40:41] <Kristo​pher38> Where func is your function and ... are the arguments
L1632[19:41:16] <TheRolf> yes but here ther is no argument
L1633[19:42:59] <Kristo​pher38> No, you don't get what I'm saying, let me show you an example
L1634[19:43:56] <Kristo​pher38> Instead of `pcall(internet.request("http://worldtimeapi.org/api/timezone/Europe/Paris&quot;))` you should write `pcall(internet.request, "http://worldtimeapi.org/api/timezone/Europe/Paris&quot;)`
L1635[19:44:20] <Izaya> you know
L1636[19:44:29] <Izaya> you don't need a specific API to get real-world time
L1637[19:44:40] <Izaya> the time is in the headers of a given request
L1638[19:45:05] <TheRolf> yes but it was the easy way
L1639[19:45:10] <Kristo​pher38> Inside pcall, the function supplied as first argument gets called with the latter parameter
L1640[19:45:20] <TheRolf> I modified the code : https://pastebin.com/dZrsVBeV
L1641[19:45:43] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel/blob/master/realtime/OpenOS/etc/rc.d/realtime-sync.lua#L40-L54
L1642[19:46:30] <M​GR> Is the code working now?
L1643[19:47:01] <Kristo​pher38> Izaya: good to know, thanks for the tip
L1644[19:47:19] <Izaya> it's kinda a cursed concept but it works nicely
L1645[19:47:23] <TheRolf> nice lib thanks Izaya
L1646[19:47:28] <Izaya> (also, https://oc.cil.li/topic/1985-realtime-real-world-time-in-opencomputers/ )
L1647[19:48:03] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Ping timeout: 189 seconds)
L1648[19:48:51] <TheRolf> still not working okay
L1649[19:49:06] <TheRolf> i think i will use this module
L1650[19:58:51] <TheRolf> yas it works
L1651[19:59:06] <TheRolf> but how do i get it for my timezone ?
L1652[19:59:25] <TheRolf> here is the updated code : https://pastebin.com/dZrsVBeV
L1653[20:03:17] <Michiyo> ### realtime.time(*utc*)
L1654[20:03:17] <Michiyo> Returns the current time, either respecting the current offset, or if *utc* is set, with no offset.
L1655[20:03:39] <Michiyo> so, I assume by calling time(-7) for a -7 offset, IDK Izaya!
L1656[20:11:01] ⇨ Joins: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
L1657[20:12:47] <Forec​aster> hrm
L1658[20:13:11] <Forec​aster> something css selectors can't do apparently: select all elements where the class is not empty
L1659[20:26:59] <Z​ef> http://tinyurl.com/rr7suz5
L1660[20:27:02] <Z​ef> oh god
L1661[20:27:37] <Inari> @Forecaster but why would you want that?
L1662[20:27:41] <Izaya> TheRolf: set your offset in the realtime-sync config file
L1663[20:27:50] <AshSo​ftpaws> http://tinyurl.com/urm344k
L1664[20:28:19] <TheRolf> thhhx Izaya
L1665[20:28:21] <Forec​aster> I thought I needed it but it turns out I don't
L1666[20:28:36] <Inari> Why are we posting HDD stuff from som erandom software
L1667[20:29:02] <Izaya> is it the cute HDD software
L1668[20:29:02] <M​GR> TheRolf, what are you doing with the real world time? Is it just adding a clock to the computer, or are you doing something else with it?
L1669[20:29:03] <Z​ef> Well, I checked mine and saw it was awful
L1670[20:29:11] <Z​ef> then my bf was like "send me an invite"
L1671[20:29:13] <Z​ef> so I did
L1672[20:29:22] <Inari> 🤔
L1673[20:29:23] <Z​ef> crystaldiskinfo?
L1674[20:29:30] <B​ob> 10k hours
L1675[20:29:30] <B​ob> pftt
L1676[20:29:31] <B​ob> amateurs
L1677[20:29:43] <Izaya> imagine not building storage arrays from used HDDs
L1678[20:29:50] <B​ob> http://tinyurl.com/toxms7w
L1679[20:30:48] <A​sh> Bob, I have 4 drives almost at your hours lol all of them from different pcs of mine lol
L1680[20:31:14] <B​ob> :GWlulurdMmmYea: a person of culture i see
L1681[20:31:24] <A​sh> hek yeah
L1682[20:31:34] <TheRolf> Corded just a big clok on a screen nothing more
L1683[20:32:00] <Michiyo> %corded
L1684[20:32:00] <MichiBot> Mic​hiyo: Cor​ded is a relay between IRC and Discord. The user talking is between the <>
L1685[20:32:45] <Michiyo> I should make Corded /nick every time someone on discord says something!
L1686[20:32:48] <Michiyo> /s
L1687[20:33:14] <CompanionCube> %tonk
L1688[20:33:15] <MichiBot> By my throth! CompanionCube! You beat Lizzian's previous record of <0 (By 1 hour, 18 minutes and 41 seconds)! I hope you're happy!
L1689[20:33:16] <MichiBot> CompanionCube's new record is 1 hour, 18 minutes and 41 seconds! CompanionCube also gained 0.00131 tonk points for stealing the tonk.
L1690[20:33:19] <B​ob> https://cdn.discordapp.com/attachments/477912057560432680/679423618744320003/logo.png
L1691[20:34:04] <Michiyo> @Forecaster might need to make it show the leader position change on %tonk too
L1692[20:34:14] <Forec​aster> I guess
L1693[20:34:41] <Forec​aster> tonk doesn't generate as many points as tonkout though, was my reason for not bothering with that
L1694[20:34:58] <Michiyo> CompanionCube, would have no idea he'd just passed Lizzian though!
L1695[20:34:59] <Michiyo> lol
L1696[20:35:19] <ThePi​Guy24> oh god the cursed github logo
L1697[20:35:35] <Izaya> I thought that was the normal github logo
L1698[20:36:14] <ThePi​Guy24> well it doesnt change the usage
L1699[20:40:30] <ThePi​Guy24> ok i think i might jank up some remote shell
L1700[20:42:29] <Forec​aster> well... http://tinyurl.com/wk6ecag
L1701[20:42:55] <Forec​aster> those blue things are teleport traps
L1702[20:43:08] <Forec​aster> you can't walk into this room, it'd just teleport you somewhere else
L1703[20:43:10] <ThePi​Guy24> f
L1704[20:43:36] <Forec​aster> but... I'm sneaky http://tinyurl.com/vt3z6f8
L1705[20:43:43] <ThePi​Guy24> hax
L1706[20:43:47] <Forec​aster> or more specifically, I have a blink spell
L1707[20:44:11] <Forec​aster> first attempt just put me a bit to the left, but the second attempt put me inside the room :3
L1708[20:44:33] <Forec​aster> .... http://tinyurl.com/wlw7nrx
L1709[20:44:53] <Forec​aster> I've never heard something described as "distressingly furry" before...
L1710[20:45:01] <Forec​aster> I'm worried.
L1711[20:45:25] <Inari> haha
L1712[20:45:58] ⇨ Joins: stack (~stack@c-24-12-30-154.hsd1.il.comcast.net)
L1713[20:46:13] ⇦ Parts: stack (~stack@c-24-12-30-154.hsd1.il.comcast.net) (The Lounge - https://thelounge.chat))
L1714[20:46:17] <Forec​aster> huh http://tinyurl.com/vc7vhmm
L1715[20:46:27] <Forec​aster> that's pretty terrible
L1716[20:46:54] <Inari> Whats that even
L1717[20:48:01] <Forec​aster> at least it wasn't cursed so I could take it off again
L1718[20:51:55] <Z​ef> i am distressingly furry
L1719[21:02:00] <Forecaster> %restart
L1720[21:02:01] ⇦ Quits: MichiBot (~MichiBot@149.56.6.196) ()
L1721[21:02:09] <Forec​aster> there
L1722[21:02:21] ⇨ Joins: MichiBot (~MichiBot@149.56.6.196)
L1723[21:02:21] zsh sets mode: +v on MichiBot
L1724[21:06:31] <Forec​aster> https://www.techdirt.com/articles/20200218/08071343940/driver-stranded-after-smart-rental-car-cant-phone-home.shtml
L1725[21:06:33] <Forec​aster> woops?
L1726[21:06:55] ⇦ Quits: TheRolf (webchat@amarseille-654-1-2-170.w90-37.abo.wanadoo.fr) (Quit: webchat.esper.net)
L1727[21:11:11] ⇨ Joins: a (~a@athedsl-118864.home.otenet.gr)
L1728[21:11:30] ⇦ Quits: a (~a@athedsl-118864.home.otenet.gr) (Client Quit)
L1729[21:23:05] <Klea​dron> @Zef shave
L1730[21:23:35] <Z​ef> never
L1731[21:26:23] <Forec​aster> what's what
L1732[21:27:45] <Z​ef> what is what
L1733[21:29:58] <Forec​aster> oh hello
L1734[21:30:03] <Forec​aster> there's the restart from earlier
L1735[21:30:19] <Forec​aster> that only took 28 minutes
L1736[21:32:21] <Forec​aster> 26*
L1737[21:33:38] <Z​ef> if you miscount, just take the average between your first guess and the actual number
L1738[21:34:00] <Forec​aster> or I could just use the actual number
L1739[21:34:26] <Z​ef> Well you could, but then you admit you were completely wrong the first time
L1740[21:34:51] <Forec​aster> so is the other thing :P
L1741[21:35:19] <Z​ef> nah, it's the average so you're not as wrong
L1742[21:38:08] <Ocawes​ome101> so
L1743[21:38:09] <Ocawes​ome101> turns out
L1744[21:38:26] <Ocawes​ome101> OpenFS takes forever to read the 64K master table into memory, at least the way I'm doing it
L1745[21:38:41] <Ocawes​ome101> We're talking probs 15 seconds
L1746[21:39:15] <Ocawes​ome101> I'm currently doing it byte-by-byte, though, so there are probably massive optimizations that could be made
L1747[21:39:29] <Brisingr​ Aerowing> https://reddit.com/r/gaming/comments/f5ta4v/a_proof_of_concept_vr_game_where_you_throw_your/
L1748[21:39:33] <Brisingr​ Aerowing> Interesting.
L1749[21:39:51] <Z​ef> I saw that, it seems like it'd be a pain to control
L1750[21:50:32] <Sagh​etti> @Ocawesome101 is OpenFS a filesystem for unmanaged drives? and about the read times, why not read the master table using sectors?
L1751[21:52:28] <Ocawes​ome101> @Saghetti Yes, and I'll probably do it at some point, I just decided bytes would be slightly simpler
L1752[21:53:04] <Sagh​etti> shouldn't actually be that hard if you make the table a multiple of 512 bytes
L1753[21:53:21] <Ocawes​ome101> By spec it can be at maximum 64k
L1754[21:53:30] <Ocawes​ome101> Alternatively, if you'd like to write your own driver you can do that too
L1755[21:53:45] <Ocawes​ome101> %s/driver/driver fot it/
L1756[21:53:46] <MichiBot> <Ocawesome101> Alternatively, if you'd like to write your own driver fot it you can do that too
L1757[21:54:01] <Ocawes​ome101> %s/fot/for/
L1758[21:54:02] <MichiBot> <Ocawesome101> Alternatively, if you'd like to write your own driver for it you can do that too
L1759[21:54:24] <Ocawes​ome101> spec is at https://github.com/Ocawesome101/open-fs/blob/master/openfs.md
L1760[21:55:44] <Forec​aster> %tonk
L1761[21:55:45] <MichiBot> Dogast! Forecaster! You beat CompanionCube's previous record of 1 hour, 18 minutes and 41 seconds (By 3 minutes and 48 seconds)! I hope you're happy!
L1762[21:55:46] <MichiBot> Forecaster's new record is 1 hour, 22 minutes and 29 seconds! Forecaster also gained 0.00012 (0.00006 x 2) tonk points for stealing the tonk. position #4
L1763[21:56:16] <Michiyo> FMFL COULD EVERYTHING STOP BURNING PLEASE.
L1764[21:56:20] <Michiyo> q_q
L1765[21:56:23] <Forec​aster> Should have capitalized that
L1766[21:56:32] <CompanionCube> what's on fire *this time*
L1767[21:56:44] <Michiyo> Everything at work.
L1768[21:56:53] <Forec​aster> Michi compensated for it though I think
L1769[21:57:08] <Michiyo> Michiyo++
L1770[21:57:08] <MichiBot> Michiyo: You can not give yourself points.
L1771[21:57:13] <Michiyo> Right. lol
L1772[21:57:19] <Lizzian> Michiyo++
L1773[21:57:20] <MichiBot> Lizzian: Michiyo now has 7 points
L1774[21:57:48] <CompanionCube> Michiyo++
L1775[21:57:49] <MichiBot> CompanionCube: Michiyo now has 8 points
L1776[21:57:57] <Michiyo> \o/
L1777[21:58:36] <Ocawes​ome101> Ocawesome101++
L1778[21:58:53] <Michiyo> It checks if you exist on IRC
L1779[21:58:58] <Ocawes​ome101> oh
L1780[21:59:29] <Ocawes​ome101> @Forecaster Can you tonkmerge me and Open-Kernel-Dev-Guy?
L1781[22:00:20] <Michiyo> I... already did that?
L1782[22:00:22] <Michiyo> %tonkleaders
L1783[22:00:23] <MichiBot> Mic​hiyo: https://michibot.pc-logix.com/tonk
L1784[22:00:28] <Ocawes​ome101> oh
L1785[22:08:03] <CompanionCube> Izaya: today on 'people doing scummy things with discord': https://www.reddit.com/r/privacy/comments/f5bbz4/discool_is_creating_profiles_of_discord_users_who/
L1786[22:09:42] <CompanionCube> other discord users should also read ^
L1787[22:10:27] <Michiyo> woooow
L1788[22:10:34] <Michiyo> :/
L1789[22:11:14] <Ocawes​ome101> dang
L1790[22:12:52] <Michiyo> Neat.. I'm listed..
L1791[22:13:12] <CompanionCube> so am i
L1792[22:13:30] <CompanionCube> along with some servers that i would consider 'public'
L1793[22:15:54] <Klea​dron> Michibot++
L1794[22:16:04] <Lizzian> and they have me too
L1795[22:16:04] <CompanionCube> their page for me shows 3/8 server
L1796[22:16:26] <CompanionCube> i wonder if i get more details if i log in
L1797[22:16:38] <Lizzian> shows 10 for me, 5 of them are blob emoji servers lol
L1798[22:16:43] <Michiyo> MichiBot++
L1799[22:16:44] <MichiBot> Michiyo: Michibot now has 27.0000000000001 points
L1800[22:16:45] <Ocawes​ome101> hah
L1801[22:16:48] * CompanionCube obtains a disposable email
L1802[22:16:56] <Michiyo> Also, looks like it can't be used *from* discord :P
L1803[22:16:56] <CompanionCube> because like hell am i giving them a real one
L1804[22:17:37] <CompanionCube> oh, bugmenot has an entry, let's try that
L1805[22:17:45] <Lizzian> hmm, aparrently i last played ETS2 MP about 2 months ago? going by what they've last "seen" me playing
L1806[22:18:05] <Lizzian> (despite the fact that i've played factorio and rimworld since then lol)
L1807[22:18:59] <Inari> @Forecaster what text game wre yuo playing there earlier?
L1808[22:19:12] <CompanionCube> alas, bugmenot didn't work
L1809[22:20:08] <CompanionCube> lol, they sell 'premium': https://dis.cool/premium
L1810[22:20:24] <Ocawes​ome101> I'm working on an OpenFS driver for Open Kernel. It won't be able to boot from an OpenFS volume (yet) but it should be able to interact with one.
L1811[22:21:09] <CompanionCube> 'Get an enhanced dis.cool experience by being able to view all and connected accounts & servers found on discord user profiles' lol i wonder if there'd be more info for me...but why bother, i can just mail them a request for my own data
L1812[22:21:17] <Ocawes​ome101> oof
L1813[22:21:36] <CompanionCube> they're legally obliged to give me it after all :)
L1814[22:31:13] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L1815[22:32:01] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Client Quit)
L1816[22:39:58] <Ocawes​ome101> hmm so
L1817[22:40:40] <Ocawes​ome101> the OpenFS driver I have in my EEPROM isn't quiiiiiite to-spec. There was like one thing I wasn't able to fit into 4k and still have it readable.
L1818[22:55:33] <Kristo​pher38> Just minify it lol
L1819[22:55:57] <Kristo​pher38> That's the deal with eeproms
L1820[22:56:14] <Kristo​pher38> You minify your code when it's too big
L1821[23:10:03] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L1822[23:23:08] ⇦ Quits: Corded (~MichiBot@eos.pc-logix.com) ()
L1823[23:23:21] ⇨ Joins: Corded (~MichiBot@149.56.6.196)
L1824[23:23:21] zsh sets mode: +v on Corded
L1825[23:29:13] <Ocawes​ome101> Yeah I probably will once I finish my actually-in-spec driver
L1826[23:29:19] ⇦ Quits: Vexaton (~Vexatos@port-92-192-76-159.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L1827[23:29:30] <Sagh​etti> https://mothereff.in/lua-minifier
L1828[23:30:00] <Sagh​etti> nice url
L1829[23:30:00] <Ocawes​ome101> That’s what I used for OC-Litekernel
L1830[23:30:05] ⇦ Quits: Inari (~Pinkishu@pD9E8ED1B.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L1831[23:30:06] <Ocawes​ome101> Yep lol
L1832[23:35:46] <Adorabl​eCatgirl> CC: i really don't like this at all
L1833[23:36:20] <CompanionCube> yeah it's scummy as fuck, given the public search, indexing and troll removal page
L1834[23:39:32] <Adorabl​eCatgirl> i bet it's pretty poorly secured
<<Prev Next>> Scroll to Top