<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:10:57] <Amanda> You know, before this latest relapse, I didn't even realise that the single-player server **could** crash without bringing down the whole client
L2[00:18:11] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L3[00:24:13] ⇨ Joins: Ocawesome101 (~manjaro-u@38.65.250.156)
L4[00:27:49] <Ocawes​ome101> Amanda: I've had that happen at least once, when I `/kill`ed a couple hundred ender dragons
L5[00:28:04] <Ocawes​ome101> the resulting explosion was extremely impressive
L6[00:34:41] *** ba7888b72413a16a is now known as lord|
L7[00:51:23] <Brisingr​Aerowing> CompanionCube: that was a joke based on microkernel.
L8[01:13:07] ⇨ Joins: Avoiding (~avoiding@047-040-114-041.res.spectrum.com)
L9[01:14:54] <Avoiding> hello
L10[01:15:04] <Sagh​etti> sup
L11[01:15:24] <Avoiding> what you up to
L12[01:15:33] <Sagh​etti> other discord stuff
L13[01:15:39] <Avoiding> i see
L14[01:16:35] <Avoiding> what kind of discord stuff
L15[01:17:30] <Ocawes​ome101> any ideas on implementing file permissions?
L16[01:18:53] <Izaya> ACLs are nice but heavy, unix permissions are simple but not as flexible as one ends up wanting
L17[01:19:05] <Izaya> in the end, users use 666 or 000
L18[01:19:09] <Izaya> uh, 600
L19[01:20:05] <Ocawes​ome101> I mean, any ideas on how I'd go about implementing unix permissions
L20[01:21:03] <Avoiding> heya
L21[01:21:10] <Avoiding> am big dumbdumb
L22[01:21:12] <Izaya> usually, they're stored in the directory entries for files
L23[01:21:15] <Izaya> IIRC
L24[01:22:42] <Ocawes​ome101> i.e. should I store them in the first byte of the file? (disadvantage: no directory perms, only files) should I store them in a .permissions file in every folder? (disadvantage: heavier) should I have a master permissions file? (disadvantage: memory usage, heavier)
L25[01:23:02] <Izaya> Now
L26[01:23:05] <Izaya> I'm like 99% sure
L27[01:23:13] <Izaya> there are papers about the design of various filesystems
L28[01:23:32] <Ocawes​ome101> I'm talking about OC's managed drive component
L29[01:23:35] <Ocawes​ome101> specifically
L30[01:23:37] <Izaya> Managed?
L31[01:23:44] <Ocawes​ome101> filesystem*
L32[01:23:49] <Izaya> I'd go with a metadata file per directory.
L33[01:23:50] <Ocawes​ome101> yes, managed
L34[01:24:01] <Izaya> Permissions, ownership, tags.
L35[01:24:24] <Izaya> Maybe subdirectories in the same file
L36[01:24:24] ⇦ Quits: Avoiding (~avoiding@047-040-114-041.res.spectrum.com) (Remote host closed the connection)
L37[01:24:42] <Ocawes​ome101> alternatively, I could just have per-user file blacklists hardcoded into the filesystem API
L38[01:25:48] <Izaya> (Files on a managed fs incur 512 bytes used even if they have no contents, so keep small dirs tags in upper directories.
L39[01:25:50] <Izaya> )
L40[01:30:33] <Amanda> Is that fixed, Izaya (fixed as in non-changing) iirc different fses and arches can change it inside Linux
L41[01:30:45] <Izaya> it's a config option
L42[01:30:50] <Izaya> to prevent you spamming empty files
L43[01:31:23] <Amanda> Ah
L44[01:31:44] <Izaya> each file's disk usage is math.max(realsize,512) basically
L45[01:35:00] <dequbed> Izaya: RBAC all the way ;)
L46[01:47:48] <Lizzy> %tonk
L47[01:47:49] <MichiBot> I'm sorry Lizzy, you were not able to beat SquidDev's record of 4 hours, 50 minutes and 53 seconds this time. 4 hours, 24 minutes and 14 seconds were wasted! Missed by 26 minutes and 39 seconds!
L48[01:47:57] <Lizzy> meh
L49[02:01:32] ⇦ Quits: Ocawesome101 (~manjaro-u@38.65.250.156) (Ping timeout: 378 seconds)
L50[02:49:18] ⇨ Joins: habys (~habys@50.73.79.113)
L51[02:50:06] <habys> hey all! anyone have a youtube series they feel shows off some cool stuff in opencomputers?
L52[03:02:46] <Ar​iri> I think there’s one by those mod pack reviewing brothers, look around and you’ll find it
L53[03:08:15] <Adorabl​eCatgirl> https://twitter.com/caraesten/status/1249778481400926209
L54[03:08:16] <MichiBot> Mon Apr 13 14:16:24 CDT 2020 @caraesten: just saw this on r/synthesizers and I think it's the most beautifully cursed thing I've seen online in a long long… <https://t.co/bGsFo9kKOP&gt;
L55[03:08:22] ⇦ Quits: Legitimus (~legitimus@102.20.191.92.dynamic.jazztel.es) (Remote host closed the connection)
L56[03:10:11] ⇨ Joins: voidbreath (~voidbreat@c-98-255-192-37.hsd1.ca.comcast.net)
L57[03:11:38] ⇨ Joins: voidbreath7 (webchat@c-98-255-192-37.hsd1.ca.comcast.net)
L58[03:12:00] <ThePi​Guy24> thats a pretty damn good way of making a crude adapter
L59[03:12:41] ⇦ Parts: voidbreath7 (webchat@c-98-255-192-37.hsd1.ca.comcast.net) ())
L60[03:13:11] <ThePi​Guy24> its even got the channels not swapped
L61[03:16:57] ⇦ Quits: Vexatos (~Vexatos@port-92-192-45-133.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L62[03:19:28] <habys> how is everyone running this mod? are you integrating it yourself, or running a modpack?
L63[03:19:48] <habys> since this is getting updates I'd like to play a new version, just curious what's the best way
L64[03:20:23] <voidbreath> ive built my own pack that im playing, not that ive gotten anywhere significant with oc yet
L65[03:20:39] <voidbreath> having one heck of a time finding effective documentation atm
L66[03:22:38] <habys> voidbreath: did you make a server+client? or just single player client?
L67[03:23:03] <voidbreath> just a single player client
L68[03:24:09] <voidbreath> trying to figure out the apis and such so i can at least somewhat transition from cc, need better robots
L69[03:28:40] <ThePi​Guy24> i play with a custom pack on a server with some others
L70[03:29:32] <voidbreath> does anyone know of a good tutorial for getting started with robots?
L71[03:31:50] <ThePi​Guy24> havent found one yet, although i havent looked too hard
L72[03:34:43] <ThePi​Guy24> maybe https://ocdoc.cil.li/api:robot and https://ocdoc.cil.li/component:robot could be of help though
L73[03:36:35] <voidbreath> that might get me somewhere, ty
L74[04:19:07] ⇦ Quits: CompanionCube (~samis@thonk.9net.org) (Ping timeout: 204 seconds)
L75[04:19:45] ⇦ Quits: Stary (~Stary@thonk.9net.org) (Ping timeout: 204 seconds)
L76[04:22:38] ⇨ Joins: CompanionCube (~samis@thonk.9net.org)
L77[04:22:51] ⇨ Joins: Stary (~Stary@thonk.9net.org)
L78[04:28:12] <Ocawes​ome101> dang, out of my laptop's 4GB of RAM I've only got ~800MB free
L79[04:28:30] <Ocawes​ome101> no wonder Discord ate all my RAM two days in a row
L80[04:28:49] <Izaya> almost as if chrome uses lots of memory
L81[04:28:57] <Ocawes​ome101> firefox actually
L82[04:29:03] <Izaya> but you said Discord
L83[04:29:19] <Ocawes​ome101> the browser webapp, not the desktop webapp
L84[04:29:26] <Izaya> Oh.
L85[04:29:29] <Izaya> Even more fun, then :D
L86[04:29:34] <Ocawes​ome101> my laptop is ARM-based (the Pinebook Pro)
L87[04:29:43] <Izaya> ngl kinda jealous
L88[04:29:45] <Izaya> how's the battery life?
L89[04:29:55] <Ocawes​ome101> absolutely ridiculous
L90[04:30:05] <Izaya> like 3 days straight ridiculous?
L91[04:30:35] <Ocawes​ome101> like a full day of heavy usage short of compiling things
L92[04:30:58] <Ocawes​ome101> not quite 3 days while suspend is still broken (s2idle works, s3 doesn't yet)
L93[04:31:06] <Izaya> aah
L94[04:31:11] <Izaya> Might have to get me one of these.
L95[04:31:17] <Izaya> A shame it doesn't have a worthwhile pointing device.
L96[04:31:25] <Izaya> I'll just have to use it keyboard-only.
L97[04:31:42] <Ocawes​ome101> installing the Synaptics driver... improves things. Still not perfect, but better.
L98[04:31:55] <Izaya> still a touchpad
L99[04:31:59] <Ocawes​ome101> the keyboard, by the way, is excellent
L100[04:32:01] <Ocawes​ome101> yeah
L101[04:32:02] <Adorabl​eCatgirl> MOUSE NUB
L102[04:32:15] <Ocawes​ome101> the speakers are.... not great
L103[04:32:26] <Izaya> good keyboard is a plus
L104[04:32:34] <Ocawes​ome101> reasonably loud, but not any better than you'd expect for a $200 laptop
L105[04:32:45] <Ocawes​ome101> on the other hand, I hear headphone output is great
L106[04:33:11] <Ocawes​ome101> the screen is really nice for the price point
L107[04:33:24] <Izaya> is it any better than 1366x768?
L108[04:33:29] <Ocawes​ome101> 14.3" 1920x1080@60hz
L109[04:33:34] <Ocawes​ome101> yes
L110[04:33:35] <Izaya> fug not bad
L111[04:33:40] <Adorabl​eCatgirl> a little small
L112[04:33:44] <Adorabl​eCatgirl> but not bad
L113[04:33:45] <Izaya> still 16:9 but where are you going to get anything better?
L114[04:33:50] <Izaya> I was going with a little big
L115[04:33:50] <Ocawes​ome101> the bezels are pretty thin, except for the bottom one
L116[04:33:52] <Izaya> but I'll deal with it
L117[04:34:00] <Adorabl​eCatgirl> lmao
L118[04:34:05] <Ocawes​ome101> the webcam is straight up bad
L119[04:34:12] <Ocawes​ome101> but again
L120[04:34:14] <Izaya> I would disconnect it anyway.
L121[04:34:14] <Adorabl​eCatgirl> i'm used to 15.4 inch displays
L122[04:34:18] <Ocawes​ome101> it's a $200 laptop
L123[04:34:23] <Izaya> how does one carry a 15" laptop
L124[04:34:25] <Izaya> smh
L125[04:34:30] <Ocawes​ome101> with one of the hardware-based kill switches? :D
L126[04:34:34] <Adorabl​eCatgirl> 15.4 16:10 <3
L127[04:34:41] <Izaya> alright that's valid
L128[04:34:44] <Izaya> carry on
L129[04:34:46] <Izaya> (bastard)
L130[04:34:53] <Izaya> I like kill switches.
L131[04:34:56] <Izaya> We need more of those.
L132[04:35:14] <Ocawes​ome101> because, yes, the PBP has kill switches for wifi/bt, camera/mic, and one other combo too
L133[04:35:19] <Ocawes​ome101> I think
L134[04:35:23] <Adorabl​eCatgirl> i wish my modern laptop had a 16:10 screen like my ancient toshiba
L135[04:35:34] <Izaya> I was actually looking into buying a rev1.2 pinephone
L136[04:35:40] <Izaya> but the exchange rate to USD makes me want to die
L137[04:35:43] <Adorabl​eCatgirl> the ol toshiba was heavy and had awful battery life
L138[04:35:57] <Ocawes​ome101> the 'phone is shaping up nicely
L139[04:35:58] <Adorabl​eCatgirl> fuckin Turion X2
L140[04:36:05] <Ocawes​ome101> Ima get one if I can
L141[04:36:10] <Adorabl​eCatgirl> my new laptop has an AMD A12
L142[04:36:14] <Izaya> my G3 is finally starting to die
L143[04:36:20] <Izaya> it has stood up to no less than 5 years of abuse
L144[04:36:24] <Adorabl​eCatgirl> it gets decent battery life with a few tweaks
L145[04:36:26] <Izaya> but alas, the battery is going
L146[04:36:44] <Izaya> as such
L147[04:36:53] <Izaya> I will get a phone with an OS that doesn't make me want to die to replace it
L148[04:36:55] <Adorabl​eCatgirl> mainly spinning down the hdd when not in use and only going up to 1.8GHz
L149[04:37:04] <Izaya> >HDD
L150[04:37:08] <Izaya> st-stick an SSD in it
L151[04:37:30] <Ocawes​ome101> AdorableCatgirl: but does it get a full day? :D
L152[04:37:44] <Ocawes​ome101> also yes, you need an SSD
L153[04:37:53] <Ocawes​ome101> improves the experience by 200%
L154[04:37:59] <Izaya> under the right conditions I can squeeze 18h out of my X220
L155[04:38:04] <Izaya> namely, idling with the screen off
L156[04:38:15] <ThePi​Guy24> i want a pinebook
L157[04:38:30] <ThePi​Guy24> my x230 has about 2mins of battery idling
L158[04:38:38] <Ocawes​ome101> the PBP, with brightness low, probably gets ~10h doing web browsing / doc editing with Libreoffice
L159[04:39:02] <Ocawes​ome101> you should get one! they're great as long as you don't need any proprietary software
L160[04:39:15] <Izaya> you don't need any proprietary software
L161[04:39:20] <ThePi​Guy24> i really should replace the battery but im a cheapskate and never actually take this anywhere
L162[04:39:35] <ThePi​Guy24> the issue is the price
L163[04:39:43] <ThePi​Guy24> i cannot justify it
L164[04:39:55] <Ocawes​ome101> for what? the battery or the PBP?
L165[04:40:00] <ThePi​Guy24> PBP
L166[04:40:07] <Izaya> I ended up getting an X220 to replace my T420 last year
L167[04:40:10] <Ocawes​ome101> it's worth it tbh
L168[04:40:13] <Ocawes​ome101> hands down
L169[04:40:21] <Ocawes​ome101> the outer shell is magnesium
L170[04:40:25] <Ocawes​ome101> alloy
L171[04:40:29] <Izaya> a shame
L172[04:40:34] <Ocawes​ome101> the inside is plastic but w/e
L173[04:40:54] <Izaya> should be the other way around
L174[04:41:01] <Ocawes​ome101> PiGuy: what can't you justify?
L175[04:41:14] <Ocawes​ome101> I wanna get a custom all-metal case for this thing honestly
L176[04:41:19] <ThePi​Guy24> i can get a better used x86 laptop
L177[04:41:28] <Ocawes​ome101> true
L178[04:41:29] <Ocawes​ome101> but
L179[04:41:29] <ThePi​Guy24> for the same if not cheaper
L180[04:41:33] <Ocawes​ome101> with the PBP
L181[04:41:36] <Ocawes​ome101> you get:
L182[04:41:36] <Izaya> anyway, now that I have a small and convenient laptop that fits nicely in my bag, I don't take it anywhere
L183[04:41:41] <Ocawes​ome101> a new laptop
L184[04:41:56] <Izaya> TPG24: that's my reasoning for not using ARM SBCs in place of all these space heaters I live with
L185[04:42:05] <Ocawes​ome101> a ridiculous battery (hard to match on much x86 hardware)
L186[04:42:12] <Izaya> I *could* spend like $90 on a Raspberry Pi
L187[04:42:26] <Ocawes​ome101> p r i v a c y s w i t c h e s
L188[04:42:40] <Izaya> but I could also spend $0 on a C2D shitbox
L189[04:42:48] <Ocawes​ome101> so you can hardware-disable wifi/bt, camera, and microphone with a key combo
L190[04:43:12] <ThePi​Guy24> pi's are pretty cheap here
L191[04:43:22] <Adorabl​eCatgirl> Izaya: SSDs are expensive
L192[04:43:23] <ThePi​Guy24> well, as you would expect as they are made here
L193[04:43:28] <Adorabl​eCatgirl> i need my 1TB drive
L194[04:44:09] <Izaya> tfw laptop has a whole 64GB of storage
L195[04:44:25] <Ocawes​ome101> I mean
L196[04:44:29] <ThePi​Guy24> better than my old blue shittop
L197[04:44:34] <Ocawes​ome101> I came from a Chromebook with 16GB
L198[04:44:40] <Ocawes​ome101> of storage
L199[04:45:00] <ThePi​Guy24> a nice celeron, 2gb of ram, and 32 gb of built in storage
L200[04:45:09] <ThePi​Guy24> amazing, i know
L201[04:45:26] <ThePi​Guy24> this was 2014 btw
L202[04:45:57] <ThePi​Guy24> need to do another yearly attempt of getting it running again
L203[04:47:12] <ThePi​Guy24> its also the only computer in my room that ~~runs~~ windows
L204[04:47:35] <Ocawes​ome101> :P
L205[04:47:41] <Izaya> Ocawesome101: back in my day
L206[04:47:43] <Izaya> my school laptop
L207[04:47:51] <Izaya> had 4.1GB of storage
L208[04:48:11] <Izaya> and a 500Mhz processor
L209[04:48:12] <Izaya> and
L210[04:48:12] <Ocawes​ome101> that's slightly more disk space than the PBP has RAM lol
L211[04:48:16] <Izaya> 1 2 8 MB of RAM
L212[04:48:21] <Ocawes​ome101> n i c e
L213[04:48:49] <Izaya> and also
L214[04:48:55] <Izaya> the best keyboard to ever grace a laptop
L215[04:49:41] <Ocawes​ome101> was it
L216[04:49:44] <Ocawes​ome101> a thinkpad
L217[04:50:12] <Izaya> yes
L218[04:50:16] <Izaya> the 600X
L219[04:50:42] <ThePi​Guy24> i do want a proper old thinkpad
L220[04:50:50] <ThePi​Guy24> just for fun purposes
L221[04:51:06] <Ocawes​ome101> is there a bcrypt implementation in pure lua anywhere?
L222[04:51:32] <Adorabl​eCatgirl> diy
L223[04:51:58] <Ocawes​ome101> no
L224[04:52:10] <Ocawes​ome101> I'm too weak
L225[04:57:32] <Ar​iri> Im gonna try snapraid plus mergefs maybe and see how that goes, with nextcloud and plex
L226[05:37:13] <CompanionCube> github?
L227[05:37:55] <Ocawes​ome101> huh?
L228[05:43:33] <CompanionCube> hm, only wrappers...
L229[05:44:16] <Ocawes​ome101> I... what...?
L230[05:45:58] <ThePi​Guy24> philip
L231[05:46:33] <Ocawes​ome101> ah yes
L232[05:46:37] <Ocawes​ome101> Phillip
L233[05:47:02] <ThePi​Guy24> why the fuck is it 05:45
L234[05:47:21] <Ocawes​ome101> because you stayed up that late?
L235[05:47:53] <ThePi​Guy24> aaa aa a a aaaa aaaaaa a a a a a a a aa a a a a a a
L236[05:48:38] <Ar​iri> %sip
L237[05:48:39] <MichiBot> You drink a gloopy copper potion (New!). Ar​iri remembers an important appointment.
L238[05:49:22] <Ocawes​ome101> I will be back shortly; my laptop is getting dangerously low on free memory
L239[05:50:02] ⇨ Joins: Blue_181 (~c8h10n4o2@47.196.68.21)
L240[05:55:06] <Blue_181> im slightly confused by how to get user input with EEPROM
L241[05:55:58] <Blue_181> assuming the person who uses my multi-boot eeprom wont be stupid enough to put 10 or more filesystems with an /init.lua file on it, just push a key between 1 and 9
L242[05:56:17] <Izaya> consider
L243[05:56:28] <Izaya> 1234567890qwertyuiop
L244[05:57:28] <Blue_181> i think being able to nonuple-boot is enough
L245[05:57:53] <Izaya> get over 15 and you have the problem of displaying on T1 screens
L246[05:58:34] <Blue_181> understandable
L247[05:58:53] <Blue_181> with the whole "10: " prefix the addresses are just barely shown on T1 screens as it is
L248[05:59:06] <Blue_181> and with the "Please select a filesystem" queue it can only show 15
L249[05:59:15] <Blue_181> cue not queue stupid me'
L250[05:59:40] <Izaya> you could have multiple columns
L251[05:59:45] <Izaya> but \o/
L252[06:00:16] <Blue_181> im showing the full drive addresses
L253[06:00:30] <Blue_181> i could shorten it to the first 8 characters like what the "mount" command does
L254[06:00:40] <Izaya> yeah I like the first 8 characters personally
L255[06:00:56] <Blue_181> string.sub(address, 1, 8)?
L256[06:01:03] <Izaya> addr:sub(1,8)
L257[06:01:09] <Blue_181> better
L258[06:01:12] <Blue_181> shorter, better for eeprom
L259[06:01:46] <Blue_181> status(tostring(#drives) .. ": " .. address:sub(1,8))
L260[06:01:55] <Blue_181> and now i can print the drive labels next to it :)
L261[06:02:21] <Izaya> consider also string.format
L262[06:02:42] <Izaya> if you wanted two columns you could do something like
L263[06:03:43] <Blue_181> string.format(...) uhhh... what?
L264[06:04:09] <Izaya> for i = 1, #drives, 2 do status(string.format("%4i %10s %4i %10s",i,drives[i],i+1,drives[i]+1)) end
L265[06:04:25] <Blue_181> beautiful
L266[06:04:39] <Blue_181> this means i need to print out the drives in a separate loop
L267[06:04:54] <Izaya> ..?
L268[06:04:59] <Blue_181> also i think its drives[i+1] not drives[i]+1
L269[06:05:10] <Izaya> ah yeah
L270[06:05:11] <Blue_181> i was printing out the drives as i found them
L271[06:05:12] <Izaya> sorry, long day
L272[06:05:38] <Blue_181> should i still print out the drive labels?
L273[06:05:50] <ThePi​Guy24> for an odd number of drives wont that list the last entry as `nil`?
L274[06:06:00] <Izaya> you could
L275[06:06:01] <Izaya> and yes
L276[06:06:08] <Izaya> you'd need handling for that
L277[06:06:50] <Blue_181> if #drives is odd and youre in the last row just status(string.format("%4i %10s",i,drives[i]))
L278[06:06:57] <Izaya> ^
L279[06:07:08] <Izaya> what you could do is
L280[06:07:13] <Blue_181> since i is always odd, you could check both in one
L281[06:07:19] <Blue_181> with "if i == #drives" right?
L282[06:07:34] <Ocawes​ome101> holy crap
L283[06:07:40] <Izaya> %4i %8s %9s
L284[06:07:48] <Izaya> number, UUID, label
L285[06:07:53] <Izaya> label:sub(1,9)
L286[06:07:54] <Ocawes​ome101> the Discord webpage was using over a gigabyte of RAM
L287[06:08:02] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L288[06:08:14] <Izaya> and you are surprised?
L289[06:08:18] <Blue_181> my grandpa had 40 chrome tabs open since he doesnt know the tabs each have an "X" button
L290[06:08:32] <Blue_181> i dont wanna be mean but i think he should go back to DOS
L291[06:08:33] <ThePi​Guy24> ohgod
L292[06:08:47] <ThePi​Guy24> what sorta computer does he have if it h
L293[06:08:51] <ThePi​Guy24> aaaa
L294[06:09:05] <ThePi​Guy24> why is enter very close to backspacce
L295[06:09:08] <Ar​iri> The app uses ~200MB with plugins, how did the webpage become 1gb
L296[06:09:13] <Blue_181> @myGrandpa theres extensions to help keep that from being a problem
L297[06:09:37] <Izaya> on a semi-related note
L298[06:09:38] <Blue_181> i have one installed but i dont seem to be using it
L299[06:09:40] <Izaya> my favourite thing
L300[06:09:42] <Izaya> is
L301[06:09:47] <ThePi​Guy24> what i was going to say was: "what sorta computer does he have if it can not crash after 40 chrome tabs?"
L302[06:09:48] <Izaya> on newer versions of android
L303[06:10:05] <Izaya> google play services hijacks "Android System"
L304[06:10:23] <Izaya> so the battery and memory usage shows as "Android System" rather than Google Play Services
L305[06:10:35] <Blue_181> ooh str:rep(n)
L306[06:10:37] <Izaya> something I'm not subject to, fortunately, but that makes me want to drink
L307[06:10:40] <Blue_181> nice
L308[06:11:05] <ThePi​Guy24> i honestly wanna downgrade to android 6
L309[06:11:12] <ThePi​Guy24> maybe even 4
L310[06:11:18] <Izaya> 4.4.4 was the peak of android
L311[06:11:19] <Blue_181> and THAT is why i never use a phone
L312[06:11:47] <ThePi​Guy24> i still have a phone that runs 2.3
L313[06:11:57] <Izaya> got a CM7 phone somewhere
L314[06:11:58] <ThePi​Guy24> honestly prefer that over 9
L315[06:12:02] <Blue_181> component.list() sorts by address
L316[06:12:04] <Izaya> the Samsung Galaxy Ace is a garbage phone
L317[06:12:08] <Izaya> but at least it was a good size
L318[06:12:08] <Blue_181> the components command could learn from this
L319[06:12:15] <ThePi​Guy24> yes
L320[06:12:24] <Blue_181> wtf is that command even sorting by?!
L321[06:12:31] <Izaya> chances are it's not
L322[06:12:54] <Blue_181> just print them as they appear in component.list() and i guarantee you itll be a better result
L323[06:12:55] <ThePi​Guy24> big phones are stupid, if you want a large screened handheld device, get a tablet, fuck this stupid phablet shit
L324[06:13:14] <Blue_181> i have an Amazon Kindle Fire gen.7
L325[06:13:14] <Izaya> my issue with the pinephone is that it's FUCKING MASSIVE
L326[06:13:21] <Izaya> I thought the 5" moto g3 was big
L327[06:13:25] <Blue_181> dont exactly know where it went but its around here somewhere
L328[06:13:28] <Izaya> but the pinephone is a solid 6"
L329[06:13:30] <Izaya> what the fuck
L330[06:13:50] <Blue_181> oh yeah? kindle fire is 7"
L331[06:13:57] <ThePi​Guy24> i think my phone is 5.7
L332[06:13:59] <Blue_181> also i can make minute rice in 59 seconds
L333[06:14:14] <Izaya> one doesn't expect to put a tablet in their pocket, though
L334[06:14:19] <Izaya> phones are implied to go into pockets
L335[06:14:23] <ThePi​Guy24> yes
L336[06:14:58] <Blue_181> it was for i = 1,#drives,2 do right?
L337[06:15:01] <ThePi​Guy24> alright, its quarter past 6 in the morning, time for sleep
L338[06:16:38] <Blue_181> i cant find the log files and weve been talking a lot (this client doesnt scroll) so it was i4,s8,s9 for number,address,label right?
L339[06:18:40] <Blue_181> nvm found the logs
L340[06:18:59] <Blue_181> oh wow i talk alot here
L341[06:19:00] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L342[06:19:29] <Ocawes​ome101> %tonk
L343[06:19:29] <MichiBot> I'm sorry Ocawesome101, you were not able to beat SquidDev's record of 4 hours, 50 minutes and 53 seconds this time. 4 hours, 31 minutes and 40 seconds were wasted! Missed by 19 minutes and 13 seconds!
L344[06:19:36] <Ocawes​ome101> dangit
L345[06:19:38] <ThePi​Guy24> this bots getting annoying, can we ban it already :p
L346[06:19:49] <Ocawes​ome101> n o
L347[06:19:51] <Blue_181> its %4i %8s %9s
L348[06:20:00] <ThePi​Guy24> aight sleep time
L349[06:20:07] <Ocawes​ome101> yes
L350[06:20:11] <Ocawes​ome101> good night PiGuy
L351[06:20:16] <ThePi​Guy24> night
L352[06:20:31] <Michiyo> I can ban you if you like @"ThePi​Guy4"
L353[06:20:32] <Izaya> yeah we should ban corded I agree
L354[06:20:35] <Michiyo> damn script
L355[06:20:42] <Michiyo> nuking random characters
L356[06:21:02] <Ocawes​ome101> the quotes...aren't necessary?
L357[06:21:25] <Blue_181> it needs to be %3i instead
L358[06:21:29] <Michiyo> The quotes are automatic with any @ I do.
L359[06:21:36] <Ocawes​ome101> ah
L360[06:21:42] <Blue_181> or else it wont fit on T1 screens
L361[06:21:45] <Michiyo> I have a script that takes Discord names, and loads them into my tab list
L362[06:22:02] <Michiyo> so I can @"Ocawes​ome101" without having to type it out
L363[06:22:18] <Ocawes​ome101> oh neat
L364[06:22:19] <Michiyo> but it likes to eat characters ._. and I don't know Python enough to figure it out
L365[06:22:39] <Ocawes​ome101> Izaya: is there a way to read text input with VT100 codes? :D
L366[06:22:56] <Izaya> ...
L367[06:22:58] <Izaya> you want to
L368[06:23:00] <Izaya> read
L369[06:23:02] <Izaya> with write
L370[06:23:18] <Ocawes​ome101> fair
L371[06:23:36] <Blue_181> the editor only needs to be able to show it on T2 screens (i set the right margin to 80 columns)
L372[06:23:46] <Michiyo> https://paste.pc-logix.com/ecovadeyid.py <_>
L373[06:24:04] <Blue_181> but it needs to be able to run my custom EEPROM on T1 screens
L374[06:28:32] <Blue_181> i just remembered the commodore 64 lets you screw around with all the memory and peripherals in the computer
L375[06:28:42] <Blue_181> good thing its a kernal ROM and not a kernal EPROM
L376[06:28:53] <Blue_181> or even kernal EEPROM which would just be terrible
L377[06:29:08] <Ocawes​ome101> you can certainly inject your own stuff at runtime though "^)
L378[06:29:13] <Ocawes​ome101> :^)
L379[06:29:32] <Blue_181> yeah im assuming when it goes to 64K mode it uses a copy of the kernal and BASIC at the same memory locations
L380[06:30:07] <Ocawes​ome101> 64K mode?
L381[06:30:13] <Blue_181> iirc poke 59458,62 broke everything
L382[06:30:25] <Blue_181> specifically with the PET
L383[06:30:59] <Blue_181> how did we get here?
L384[06:32:23] <Ocawes​ome101> running that command doesn't seem to do anything
L385[06:33:18] <Adorabl​eCatgirl> >youtube mix
L386[06:33:25] <Adorabl​eCatgirl> >comments on video http://tinyurl.com/r88rkt7
L387[06:33:57] <Blue_181> earlier PETs make it show text faster
L388[06:34:01] <Blue_181> later PETs damage the picture tube
L389[06:34:11] <Ocawes​ome101> ah
L390[06:34:22] <Ocawes​ome101> well, I'm running an emulator so..... :P
L391[06:37:25] <Blue_181> The Game Boy's LCD screen can be turned off by game software. Doing so outside of the vertical blanking interval can allegedly damage the hardware.[9]
L392[06:37:29] <Blue_181> fascinating
L393[06:38:21] <Blue_181> ey another video on openPup
L394[06:41:53] ⇦ Quits: Blue_181 (~c8h10n4o2@47.196.68.21) (Quit: WeeChat 1.9.1)
L395[07:44:10] ⇦ Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net) (Read error: Connection reset by peer)
L396[08:07:24] ⇨ Joins: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L397[08:10:31] <Saghetti> so
L398[08:10:44] <Forec​aster> soup?
L399[08:11:14] <Saghetti> my world sync thing is going to be harder than i thought
L400[08:11:25] <Forec​aster> your what
L401[08:11:40] <Saghetti> and yes, izaya chunk soup
L402[08:12:32] <Saghetti> tld
L403[08:12:36] <Saghetti> r
L404[08:12:55] <Saghetti> sync tons of servers together
L405[08:13:07] <Saghetti> sync all block updates
L406[08:13:19] <Saghetti> using redis
L407[08:13:36] <Saghetti> its incredibly cursed, i know
L408[08:14:00] <Forec​aster> ah
L409[08:14:23] <Saghetti> the reason is so that i can use cubic chunks with thousands of players
L410[08:14:49] <Saghetti> so i was in a voice call with some ppl earlier
L411[08:16:00] <Saghetti> and they pointed out that
L412[08:16:00] <Saghetti> what if a block update happens in an unloaded chunk
L413[08:16:24] <Saghetti> and thats actually really tricky
L414[08:18:00] <Saghetti> because the whol le reason why im doing this is because cubic chunks cant hande lots of players loading chunks
L415[08:18:26] <Forec​aster> store the changes and wait for the chunk to load?
L416[08:18:37] <Saghetti> eh
L417[08:18:50] ⇨ Joins: Inari (~Pinkishu@pD9E8F03E.dip0.t-ipconnect.de)
L418[08:19:06] <Saghetti> that requires storage and caching and stuff
L419[08:19:14] <Saghetti> so new plan
L420[08:19:14] <Forec​aster> yep
L421[08:19:56] <Saghetti> all of the servers dont actually save or load chunk files
L422[08:20:36] <Saghetti> instead, all of that is accomplished through redis or other means
L423[08:21:27] <Saghetti> theres a master world provider that actually handles loading and storing chunks
L424[08:22:34] <Saghetti> and the servers just request to load and save chunks using this world provider
L425[08:23:31] <Forec​aster> what happens if two servers request the same chunk(s)?
L426[08:23:56] <Saghetti> this eliminates the problem because if its loaded by one server, its loaded by the world provider
L427[08:24:10] <Saghetti> reading or writing?
L428[08:24:10] <Forec​aster> or rather, when they try to make changes to the same chunks
L429[08:24:39] <Saghetti> changes are nows sent over block by block
L430[08:25:54] <Saghetti> and if that specific chunk is loaded by multiple servers, they get notified about the change
L431[08:26:56] <Saghetti> if its not loaded in, and some servers dont receive the update, it doesnt matter
L432[08:27:23] ⇦ Quits: immibis (~immibis@x59cc8bf1.dyn.telefonica.de) (Ping timeout: 204 seconds)
L433[08:27:23] <Saghetti> because it has already been saved to the master server
L434[08:28:40] <Saghetti> so when itsloaded in later, all of those changes will be present
L435[08:28:54] <Saghetti> (in theory...)
L436[08:29:21] <Saghetti> questions?
L437[08:30:41] <Saghetti> %fling chunks of izaya
L438[08:30:41] <MichiBot> Sagh​etti flings chunks of iz​aya in a random direction. It hits bpm​140 in the head. They take 1d4 => 1 damage!
L439[08:31:32] <Forec​aster> sounds fine to me
L440[08:32:29] <Saghetti> now
L441[08:32:42] <Saghetti> i just need to implement it
L442[08:33:16] <Saghetti> this probably requires modifying server code
L443[08:33:17] <Saghetti> aka pain
L444[08:34:16] ⇨ Joins: Vexatos (~Vexatos@port-92-192-45-133.dynamic.as20676.net)
L445[08:34:16] zsh sets mode: +v on Vexatos
L446[08:34:45] <Saghetti> but maybe i can just steal the cubic chunks code
L447[08:35:48] <Saghetti> because they already rewrote the chunk loading and savingcode
L448[08:35:58] <Saghetti> to work with a new file fomat
L449[08:36:06] <Saghetti> format*
L450[08:36:47] <Saghetti> whenever possible, steal code
L451[08:36:55] <Saghetti> - me
L452[08:37:17] <Saghetti> ~markov izaya
L453[08:37:17] <ocdoc> Nickname does not exist
L454[08:38:31] <Saghetti> ~markov Saghetti
L455[08:38:31] <ocdoc> oh and @Ocawesome101 how's the ISA going?
L456[08:39:36] <Saghetti> thats literally verbatim what i said
L457[08:39:37] <Saghetti> bruh
L458[08:40:02] <Saghetti> also sorry for ping
L459[08:40:34] ⇨ Joins: immibis (~immibis@x59cc8acc.dyn.telefonica.de)
L460[08:41:49] <Saghetti> imma head off for now
L461[08:42:22] <Saghetti> ill ramble more tomorrow
L462[08:42:38] <Saghetti> or maybe later tonight
L463[08:42:56] ⇦ Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
L464[09:22:02] ⇦ Quits: voidbreath (~voidbreat@c-98-255-192-37.hsd1.ca.comcast.net) (Remote host closed the connection)
L465[10:00:56] <Forec​aster> %sip
L466[10:00:56] <MichiBot> You drink a cloudy crimson potion (New!). The next remote Forec​aster looks for is extra hard to find.
L467[10:01:17] <Forec​aster> good thing I know exactly where mine are
L468[10:19:32] ⇨ Joins: Blue_138 (~c8h10n4o2@47.196.68.21)
L469[10:21:59] <Blue_138> i found an LZSS decompressor that fits within 768 bytes, even with horrible formatting (please excuse the spam):
L470[10:22:00] <Blue_138> local function decompress(input) local offset, output = 1, {} local window = '' while offset <= #input do local flags = string.byte(input, offset) offset = offset + 1 for i = 1, 8 do local str = nil if (flags & 1) ~= 0 then if offset <= #input then str = string.sub(input, offset, offset) offset = offset + 1 end else if offset + 1 <= #input then local tmp = string.unpack('>I2', input, offset) offset = offset + 2 local pos = (tmp >> 4) + 1 local len = (tmp &
L471[10:22:00] <Blue_138> (16 - 1)) + 3 str = string.sub(window, pos, pos + len - 1) end end flags = flags >> 1 if str then output[#output + 1] = str window = string.sub(window .. str, -4096) end end end return table.concat(output) end
L472[10:22:31] <Blue_138> and a few more realizations: i could make this a bit smaller
L473[10:23:25] <Blue_138> also does 'window = string.sub(window .. str, -4096)' make any sense? is that right?
L474[10:24:12] <Blue_138> could 'if offset + 1 <= #input then' be replaced with 'if offset < #input then'?
L475[10:29:51] <Blue_138> does it need to be 'if (flags & 1) ~= 0 then' instead of 'if (flags & 1) then'
L476[10:30:10] <Blue_138> theres an if statement inside an else statement
L477[10:32:04] <Blue_138> if you have a for loop like 'for i = 1,#input,1 do' can you still change i outside of the for loop?
L478[10:34:29] <Blue_138> theres an if statement inside another if statement, just use 'and'
L479[10:36:18] <Blue_138> wait what? how did it become 804 bytes?
L480[10:38:28] <Forec​aster> magic bytes
L481[10:42:06] <Blue_138> oooooooohhhhhh there were a bunch of tabs
L482[10:42:13] <Blue_138> theyre each 1 byte, but i replaced them with spaces
L483[10:44:50] <Blue_138> if i remove the indents it goes down to 644 bytes
L484[10:45:47] <Blue_138> watching kitchen nightmares, i fkn love gordon ramsey
L485[10:50:31] <Blue_138> undefined items in a table return nil
L486[10:51:12] <Blue_138> that didnt make it any shorter, but its exploitative
L487[10:53:09] <Blue_138> could 'local offset = 1 while offset <= #input do offset = offset + 1 ... end' be replaced with 'for offset = 1,#input,1'
L488[10:56:01] <Blue_138> and now the no-indent version is 616 bytes
L489[10:56:09] <Kristo​pher38> wasn't there a decompressor that fit in 256 bytes?
L490[10:56:18] <Kristo​pher38> dunno what algorithm it was tho
L491[10:57:17] <Blue_138> someone told me they made a 256 byte compressor but i cant find it
L492[10:57:29] ⇦ Quits: Cervator (~Thunderbi@70.241.38.147) (Ping timeout: 204 seconds)
L493[10:57:34] <Blue_138> rip
L494[10:59:11] <Blue_138> would (tmp >> 4) + (tmp & 15) + 3 simplify to anything?
L495[10:59:29] ⇨ Joins: Cervator (~Thunderbi@70.241.38.147)
L496[10:59:37] <Blue_138> wb
L497[10:59:51] <Kristo​pher38> oh shit, paste with that decompressor is gone
L498[10:59:53] <Blue_138> simplify (tmp >> 4) + (tmp & 15) + 3 to the best of your ability to prove you are a robot
L499[11:00:13] <Kristo​pher38> @AdorableCatgirl did you save that 256 bytes decompressor somewhere? I remember you said you're gonna use it
L500[11:00:55] <Blue_138> and now im gonna use it so i have 3.8KB of compressed program free in an EEPROM
L501[11:01:04] <Blue_138> for more and more complex drones and microcontrollers
L502[11:02:14] <Blue_138> how much smaller are programs normally when using this compression system?
L503[11:05:21] <Blue_138> an example on wikipedia (the start of dr seuss's Sam-I-Am) lost 40% of its volume when compressed
L504[11:05:52] <Blue_138> sorry it was green eggs and ham ffs
L505[11:06:10] <Blue_138> should NOT be this easy for me to screw that up
L506[11:09:21] <Blue_138> apparently deflate is built into even the simplest of data cards, which uses LZSS and Huffman trees
L507[11:09:45] <Blue_138> better compression + simpler implementation (faster boot time) + already has a data card :)
L508[11:10:05] <Blue_138> and the data card could be useful to generate a redundancy check for network messages
L509[11:12:12] <Blue_138> im gonna start using huffman coding recreationally
L510[11:28:04] ⇦ Quits: Blue_138 (~c8h10n4o2@47.196.68.21) (Ping timeout: 190 seconds)
L511[11:31:37] ⇨ Joins: Blue_138 (~c8h10n4o2@47.196.68.21)
L512[11:50:33] ⇦ Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L513[12:02:07] <Forec​aster> %sip
L514[12:02:07] <MichiBot> You drink a light metal potion (New!). For about a second Forec​aster knows the location of a great treasure.
L515[12:02:17] <Forec​aster> ooh
L516[12:02:18] <Forec​aster> aw
L517[12:03:23] <Forec​aster> https://www.kickstarter.com/projects/qubs/cody-block-introducing-coding-one-block-at-a-time-ages-3-9?ref=section-homepage-featured-project
L518[12:03:47] <Forec​aster> not sure 3 is prime coding age exactly
L519[12:34:01] <SquidDev> %tonkout
L520[12:34:02] <MichiBot> Bejabbers! Squi​dDev! You beat your own previous record of 4 hours, 50 minutes and 53 seconds (By 1 hour, 23 minutes and 38 seconds)! I hope you're happy!
L521[12:34:03] <MichiBot> Squi​dDev has tonked out! Tonk has been reset! They gained 0.006 tonk points! plus 0.01 bonus points for consecutive hours! Current score: 0.02436, Position #13 => #11 Need 0.00918 more points to pass Mim​iru!
L522[12:35:52] <Forec​aster> ah dangit, I forgot again >:
L523[12:39:52] <SquidDev> Well, you can tonk now if you fancy!
L524[12:40:25] <Forec​aster> < _ <
L525[12:42:50] ⇦ Quits: Blue_138 (~c8h10n4o2@47.196.68.21) (Ping timeout: 378 seconds)
L526[13:04:57] ⇨ Joins: Blue_138 (~c8h10n4o2@47.196.68.21)
L527[13:05:04] <Blue_138> %sip
L528[13:05:05] <MichiBot> You drink a runny white potion (New!). Blue_138 knows the exact location of a particular molecule of oxygen until they see a unicorn.
L529[13:05:18] <Blue_138> ok but where?
L530[13:10:47] <ThePi​Guy24> you tell me :p
L531[13:11:48] ⇦ Quits: Blue_138 (~c8h10n4o2@47.196.68.21) (Ping timeout: 378 seconds)
L532[13:52:15] ⇨ Joins: Blue_138 (~c8h10n4o2@47.196.68.21)
L533[14:06:14] ⇨ Joins: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L534[14:11:55] <20​kdc> "patented RFID technology" as a selling point... what the hell
L535[14:12:06] <Blue_138> what?
L536[14:12:29] <20​kdc> context: that kickstarter
L537[14:13:09] <Blue_138> which kickstarter i slept through half the class
L538[14:13:09] <20​kdc> ...logs, oh logs, where art thou...
L539[14:13:43] <t20kdc> https://irclogs.pc-logix.com/view?chan=oc&log=2020-04-14.log#L266
L540[14:14:48] <Blue_138> block coding with actual blocks?
L541[14:15:08] <Blue_138> "gender neutral" finally a wooden block without tits
L542[14:16:13] <Blue_138> seriously how could a wooden block with an RFID tag ever NOT be gender neutral?
L543[14:16:28] <Inari> @20kdc why not? It can refer to how RFID is used, rather than to having RFID
L544[14:16:40] <Inari> Blue_138: "Here have all these pink painted blogs fro girls!"
L545[14:16:47] <Inari> blocks, even
L546[14:16:54] <Blue_138> heh
L547[14:17:03] <Blue_138> BUT
L548[14:17:06] <Blue_138> theres a lot of blue
L549[14:17:16] <Blue_138> what kinda message are they giving us?
L550[14:17:19] <20​kdc> Inari: that arguably only makes it more likely to be saying "contains software patents" as a selling point
L551[14:17:54] <Blue_138> really? 3-9? ill have you know i started using java at 8
L552[14:17:57] ⇨ Joins: Vexaton (~Vexatos@port-92-192-120-234.dynamic.as20676.net)
L553[14:17:57] zsh sets mode: +v on Vexaton
L554[14:18:07] <Blue_138> not very well mind you
L555[14:18:15] <Blue_138> o/ Vexaton
L556[14:18:59] <Blue_138> oh so buildings just tell the car where to go when they get close
L557[14:19:13] <Blue_138> not sure what this has to do with computer programming, but it seems like a fun block game
L558[14:19:48] <Blue_138> at the very least, its not turing complete
L559[14:20:04] <Blue_138> (wait what if you call record while currently recording)
L560[14:20:34] ⇦ Quits: Vexatos (~Vexatos@port-92-192-45-133.dynamic.as20676.net) (Ping timeout: 190 seconds)
L561[14:20:36] <Blue_138> "no right or wrong" what if you manage to blow it up?
L562[14:20:48] <Blue_138> you know single-digit humans
L563[14:20:54] <Blue_138> they know all the best ways to break stuff
L564[14:21:08] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L565[14:21:14] <AshleighTheCutie> hello
L566[14:21:23] <Forec​aster> %hello
L567[14:21:24] <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.
L568[14:21:32] <AshleighTheCutie> wocchat is noice
L569[14:21:42] <AshleighTheCutie> im not new, you know?
L570[14:21:50] <Blue_138> %sip
L571[14:21:50] <MichiBot> You drink an oxidised weather potion (New!). Blue_138 thinks "What if, like, *we* are the potions man?". This makes no sense whatsoever.
L572[14:22:03] <Blue_138> oxidised weather potion?!
L573[14:22:16] <Blue_138> eh one more
L574[14:22:18] <Blue_138> %sip
L575[14:22:18] <MichiBot> You drink a smelly coralcreep potion (New!). Blue_138's toes turn invisible until they eat a pie.
L576[14:22:28] <Blue_138> ok fine ill just stay away from pies
L577[14:23:07] <AshleighTheCutie> anyone here aware of any way for OC to control Galacticraft launch controllers?
L578[14:23:31] <Forec​aster> put an adapter next to it, check for a component
L579[14:23:31] <Blue_138> a few months ago i found what i thought was an RFID tag in one of my books, just fell out
L580[14:23:43] <Blue_138> turns out thats a thing
L581[14:23:49] <Forec​aster> if there isn't one and there isn't an addon for it then there's no intergration
L582[14:24:24] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Remote host closed the connection)
L583[14:24:34] <Blue_138> oh now i see how ping timeouts get to 378 seconds
L584[14:24:52] <Blue_138> when you close the laptop while still connected
L585[14:25:42] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L586[14:25:57] <AshleighTheCutie> okay, so tablets do not like teleporting with a player
L587[14:26:11] <Forec​aster> interesting
L588[14:26:15] <Blue_138> Just a reminder that Switch cartridges have that awful tasting coating applied to them
L589[14:26:18] <AshleighTheCutie> they drop internet connection, but do not halt/reboot
L590[14:26:30] <Blue_138> > uh nintendo if you dont want people eating the cartridges maybe dont advertise it for people that young?
L591[14:27:05] <Blue_138> One of the symptoms of COVID-19 is a loss of taste/smell. So if you think you might be infected, go ahead and give Mario Kart a lick to find out for sure.
L592[14:27:06] <AshleighTheCutie> wonder if it's a bug
L593[14:27:31] <Blue_138> i never actually licked one i just handled the cartridge and then licked my fingers afterwards
L594[14:27:36] <Blue_138> still pretty sour
L595[14:29:02] <Blue_138> SLPT if your condom fills up, just flip it inside-out and keep going.
L596[14:29:26] <Skye> wtf
L597[14:29:36] <ThePi​Guy24> ohno
L598[14:29:55] <ThePi​Guy24> %tonk
L599[14:29:55] <MichiBot> Voldemort! ThePi​Guy24! You beat Squi​dDev's previous record of <0 (By 1 hour, 55 minutes and 53 seconds)! I hope you're happy!
L600[14:29:56] <MichiBot> ThePiGuy24's new record is 1 hour, 55 minutes and 53 seconds! ThePiGuy24 also gained 0.00193 tonk points for stealing the tonk. Position #5. Need 0.21012 more points to pass simo​n816!
L601[14:30:52] <Blue_138> @Skye my thoughts exactly
L602[14:31:07] <Blue_138> that defeats the purpose of the condom as well which is why its an /S/LPT
L603[14:31:56] <Skye> I am not sure if this is appropriate for a public IRC channel
L604[14:32:03] <Skye> might be against esper rules
L605[14:32:46] <Blue_138> thank you
L606[14:33:06] <Blue_138> the UK has better plugs (they have a switch on each outlet) so this guy found a way to bring that technology to america:
L607[14:33:24] <Blue_138> splitting the Live on the outlet and wiring each one through a switch right next to it to the live coming from the conduit
L608[14:33:26] <AshleighTheCutie> they make plugs with switchres on them here
L609[14:33:34] <Blue_138> where
L610[14:33:49] <AshleighTheCutie> in any hardware store that sells outlets
L611[14:34:01] <Skye> Blue_138, good UK sockets disconnect both live and neutral
L612[14:34:12] <AshleighTheCutie> it's a single outlet with the other outlet a switch
L613[14:34:32] <Blue_138> yeah but the one i found is more aesthetically appealing imo
L614[14:34:33] <AshleighTheCutie> not sure if it disconnectsboth live and neutral, but they do exist
L615[14:34:46] <AshleighTheCutie> what?
L616[14:34:49] <Blue_138> its one of those outlets thats shaped like a GFCI but isnt one
L617[14:35:02] <Blue_138> and like that dual switch you find sometimes, but also square
L618[14:35:15] <Blue_138> 2 rocker switches in the same form factor
L619[14:35:33] <Blue_138> also this guy is following the fkn National Electric Code, he has the ground on top
L620[14:36:07] <AshleighTheCutie> then you mount the one im talking about... upsidedown (or right side up, you can still hve the ground on top)
L621[14:37:34] <Blue_138> theres no "upside down" really
L622[14:38:01] <Blue_138> i just dont like it when ground is on top
L623[14:38:14] <Blue_138> just like how i dont like it when theres a MASTER BATHROOM WITHOUT GFCI PROTECTION!
L624[14:38:36] <AshleighTheCutie> undocking laptop, you might lose me
L625[14:39:35] <Blue_138> rip
L626[14:39:58] <Blue_138> "lifehack" phone charger stuck? just try the end that actually fits through the mug handle you fucking idiot
L627[14:41:01] *** Vexaton is now known as Vexatos
L628[14:41:43] <Blue_138> Lacking excitement these days? Let a live wasp into your house and try to forget about it!
L629[14:41:48] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Ping timeout: 190 seconds)
L630[14:41:52] <Blue_138> rip
L631[14:42:21] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L632[14:42:22] <Blue_138> next time you make taquitos try serving them in a cup
L633[14:42:26] <Blue_138> wb
L634[14:42:28] <AshleighTheCutie> no
L635[14:42:32] <Blue_138> :D
L636[14:43:18] <AshleighTheCutie> huh, so tablets also dont like being teleported across dimenesions
L637[14:43:34] <AshleighTheCutie> then they reboot
L638[14:44:01] <Blue_138> shut down the tablet before teleporting across dimensions then
L639[14:44:07] <Blue_138> worst case you just need to reconnect to Wi-Fi
L640[14:44:47] <AshleighTheCutie> IRC doesn't take kindly to to the device it's on shutting down
L641[14:44:57] <AshleighTheCutie> you know, because it has to be set back up?
L642[14:45:12] <Blue_138> then put IRC on the desktop
L643[14:45:12] <AshleighTheCutie> WocChat is kind about it, but the default is not i presume
L644[14:45:19] <Blue_138> lifehack
L645[14:45:38] <Blue_138> i have an idea for my own Wi-Fi dynamic connection
L646[14:45:51] <Blue_138> each device emits a "rangefinder" signal containing their host name
L647[14:46:21] <Blue_138> another device connects to up to X devices within Y blocks distance (set in Wi-Fi config)
L648[14:46:44] <AshleighTheCutie> what's stopping you from trying it?
L649[14:46:54] <Blue_138> i only have the emulator
L650[14:47:02] <AshleighTheCutie> hm,
L651[14:47:06] <AshleighTheCutie> .*
L652[14:47:17] <Blue_138>
L653[14:47:33] <AshleighTheCutie> there is a zombie a block away from me not attacking me??
L654[14:47:51] <AshleighTheCutie> he's looking at me occasionally, but not attacking??
L655[14:47:59] <AshleighTheCutie> suddenly, friendly zombie
L656[14:48:21] <AshleighTheCutie> he has a glowstone sword and glowstone boots
L657[14:48:31] <Blue_138> or rather
L658[14:48:40] <Blue_138> devices exist in a tree, where the top is the first device ever connected
L659[14:49:15] <Blue_138> when your grandparent node is closer than your parent node, switch places on the tree with the parent node and alert all devices that you have done so?
L660[14:49:47] <Blue_138> we need to be able to relay these messages due to finite signal strength
L661[14:49:51] <AshleighTheCutie> im going to try moving
L662[14:50:03] <AshleighTheCutie> let's se if the zambie chases me or is chill with it
L663[14:50:03] <Blue_138> all messages on config channel are broadcast, so they will just be re-broadcast
L664[14:50:13] <Blue_138> but that means we need a UID so you dont go up 2 spaces instead of 1
L665[14:51:58] <AshleighTheCutie> i think my zombie is actually stuck in the launchpad somehow
L666[14:52:04] <Blue_138> how should i generate that (U)UID?
L667[14:52:22] <AshleighTheCutie> random 32-bit hex number
L668[14:53:00] <Blue_138> do we have each number have a timeout of say 120 seconds before it can be used again?
L669[14:53:10] <AshleighTheCutie> yee
L670[14:53:22] <AshleighTheCutie> or, the UUID never changes once made
L671[14:53:46] <Blue_138> UUID is repeated per packet, but can be used for 120 seconds before its assumed to be a different packet
L672[14:53:59] <AshleighTheCutie> better yet: use the CPU's component address for the UUID
L673[14:54:23] <AshleighTheCutie> and make sure no one but the main server can see the UUIDs
L674[14:54:55] <Blue_138> if you use the address of the network card, it will change when relayed
L675[14:55:29] <Blue_138> should i just make it the number of milliseconds since 1970/01/01?
L676[14:55:57] <Blue_138> UUID set by the computer which originally sent it, remains the same when relayed
L677[14:56:47] <Blue_138> UUID v4?
L678[14:56:50] <AshleighTheCutie> then use the address of the network card i guess?
L679[14:57:17] <Blue_138> "A version 4 UUID is randomly generated. As in other UUIDs, 4 bits are used to indicate version 4, and 2 or 3 bits to indicate the variant (10 or 110 for variants 1 and 2 respectively).
L680[14:57:45] <Blue_138> This, for variant 1 (that is, most UUIDs) a random version-4 UUID will have 6 predetermined variant and version bits, leaving 122 bits for the randomly generated part,
L681[14:58:26] <Blue_138> for a total of 2^122, or 5.2*10^36 (5.3 undecillion) possible version-4 variant-1 UUIDs. There are half as many possible version-4 variant-2 UUIDs (legavy GUIDs)
L682[14:58:37] <Blue_138> because there is one less random bit available, 3 bits being consumed for the variant."
L683[14:58:45] <Blue_138> thats its entire paragraph from wikipedia
L684[14:59:03] <Izaya> whoa that's a name I haven't seen in a whole
L685[14:59:12] <AshleighTheCutie> what?
L686[14:59:17] <Blue_138> undecillion?
L687[14:59:32] <AshleighTheCutie> my name?
L688[15:00:12] <Izaya> mm
L689[15:00:13] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Read error: Connection reset by peer)
L690[15:00:37] <Blue_138> ...if you have a switch with a wireless network card can it relay Wi-Fi to Wi-Fi?
L691[15:00:45] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L692[15:00:48] <Blue_138> wb
L693[15:00:48] <Forec​aster> yes
L694[15:00:58] <Blue_138> forget mobile hotspot then
L695[15:01:11] <AshleighTheCutie> hm?
L696[15:01:18] <Izaya> big brain is uCs with wireless cards
L697[15:01:26] <Blue_138> but if i have multiple switches
L698[15:01:32] <Blue_138> whats to stop it from making loops?
L699[15:01:49] <Blue_138> uCs with wireless cards? oh you mean routers?
L700[15:01:54] <Izaya> yup
L701[15:01:58] <Izaya> slap microtel on em
L702[15:02:30] <Blue_138> the only search results are a single hotel building
L703[15:02:35] <Blue_138> slapped across 50 different links
L704[15:03:03] <AshleighTheCutie> what was the name you hadnt seen in while
L705[15:03:09] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel/tree/master/Embedded/microtel
L706[15:03:12] <Izaya> yours
L707[15:03:35] <AshleighTheCutie> oh
L708[15:05:16] <AshleighTheCutie> can the remote terminal go across dimensions?
L709[15:05:32] <Blue_138> im assuming if you dont use the microtel API, it just works as a router?
L710[15:05:39] <Blue_138> and actively avoids loops?
L711[15:05:43] <Izaya> yup
L712[15:05:50] <Blue_138> :)
L713[15:06:02] <Izaya> it intelligently routes minitel packets :D
L714[15:06:09] <Blue_138> ok bye
L715[15:06:11] ⇦ Parts: Blue_138 (~c8h10n4o2@47.196.68.21) (Leaving))
L716[15:08:39] <AshleighTheCutie> brb
L717[15:08:43] <AshleighTheCutie> teleporting
L718[15:08:54] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Remote host closed the connection)
L719[15:09:15] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L720[15:09:34] <AshleighTheCutie> why are tablets so... noncontinous?
L721[15:09:49] <AshleighTheCutie> continious? fck i cant spell
L722[15:10:01] <M​GR> continuous*
L723[15:10:13] <AshleighTheCutie> than you
L724[15:10:15] <Izaya> because they're kind of a hack
L725[15:10:16] <AshleighTheCutie> ahh
L726[15:10:18] <Forec​aster> probably because the player inventory stops existing for a bit when you teleport or something
L727[15:10:39] <AshleighTheCutie> how are they a hack?
L728[15:11:02] <Izaya> normally a computer instance is tied to a block
L729[15:11:08] <Izaya> and an itemstack is not a block
L730[15:11:43] <AshleighTheCutie> fair
L731[15:14:02] <Forec​aster> %tonk
L732[15:14:02] <MichiBot> I'm sorry Forecaster, you were not able to beat ThePiGuy24's record of 1 hour, 55 minutes and 53 seconds this time. 44 minutes and 6 seconds were wasted! Missed by 1 hour, 11 minutes and 47 seconds!
L733[15:14:20] <Forec​aster> oh, didn't realize it was that high already
L734[15:14:42] <Forec​aster> %sip
L735[15:14:43] <MichiBot> You drink a freezing cerulium potion (New!). Tonk has been reset.
L736[15:15:48] <DaCompu​terNerd> What
L737[15:15:55] <DaCompu​terNerd> %tonkleaders
L738[15:15:55] <MichiBot> DaCompu​​terNerd: https://michibot.pc-logix.com/tonk
L739[15:16:15] <DaCompu​terNerd> %tonk
L740[15:17:09] <AshleighTheCutie> what is tonk
L741[15:17:16] <AshleighTheCutie> ive seen it a couple time now
L742[15:17:28] <Forec​aster> check the link there
L743[15:17:37] <Forec​aster> that page explains how it works
L744[15:18:39] <AshleighTheCutie> huh
L745[15:19:10] <AshleighTheCutie> do you have to tonk every now and again to keep it going, or can you just leave it alone for days oon end?
L746[15:19:34] <Forec​aster> if you leave it it will just continue counting up
L747[15:19:40] <AshleighTheCutie> oh wicked
L748[15:19:50] <AshleighTheCutie> %tonk
L749[15:20:01] <DaCompu​terNerd> Oh right the timeout
L750[15:20:07] <AshleighTheCutie> hm
L751[15:20:09] <AshleighTheCutie> oki
L752[15:20:12] <DaCompu​terNerd> The question is did tonk really reset
L753[15:20:13] <AshleighTheCutie> i wait dthen
L754[15:20:27] <Forec​aster> the page doesn't mention that the commands have a 15 minute cooldown
L755[15:20:32] <DaCompu​terNerd> I guess we'll see in 10 minutes
L756[15:20:42] <Forec​aster> which is why nothing happened when DaComputerNerd used it just now
L757[15:20:42] <AshleighTheCutie> let me tonk first tho
L758[15:20:51] <AshleighTheCutie> otr i used it
L759[15:20:54] <AshleighTheCutie> or*
L760[15:21:04] <DaCompu​terNerd> I suppose 11
L761[15:21:09] <Forec​aster> I'll spoil it just to save everyone the trouble, the potion effect doesn't affect tonk at all
L762[15:21:10] <Forec​aster> :P
L763[15:21:13] <AshleighTheCutie> can i type? the answer today is NO.
L764[15:21:26] <DaCompu​terNerd> Aww that'd be fun
L765[15:22:21] <Forec​aster> I could possibly enable that... if I made it so it only works when the potion is new, so it can't be done deliberately
L766[15:23:03] <Forec​aster> does Java have something like "eval"...
L767[15:23:09] <Ocawes​ome101> %quaff
L768[15:23:09] <MichiBot> You drink a shining diamond potion (New!). True enlightenment can be achieved by drinking another potion.
L769[15:23:28] <Ocawes​ome101> %quaff another potion
L770[15:23:28] <MichiBot> You drink a goopy cerulium potion (New!). Ocawes​ome101 suddenly craves pie.
L771[15:23:41] <AshleighTheCutie> .... i see evERYTHING *screaming*
L772[15:23:52] <Ocawes​ome101> %eat pie
L773[15:23:53] * MichiBot snatches it and eats it
L774[15:24:11] <AshleighTheCutie> sorry, saw "true enlightenment" and had to
L775[15:24:27] <Ocawes​ome101> Lol
L776[15:24:38] <Forec​aster> %splash AshleighTheCutie
L777[15:24:39] <MichiBot> You fling a boiling aether potion (New!) that splashes onto AshleighTheCutie. AshleighTheCutie's hair glows the color of jumbonium until they say the word "Ohmygawd".
L778[15:25:06] <AshleighTheCutie> what colour is jumbonium
L779[15:25:19] <AshleighTheCutie> this matters as to if i say the word to remove it :P
L780[15:26:31] <Forec​aster> http://tinyurl.com/wnty86r
L781[15:26:42] <Forec​aster> It's a Futurama reference :P
L782[15:26:50] <AshleighTheCutie> oh, never watch it
L783[15:26:56] <AshleighTheCutie> oh, never watched* it
L784[15:27:03] <AshleighTheCutie> brb, teleporting
L785[15:27:16] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Remote host closed the connection)
L786[15:28:36] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L787[15:28:55] <AshleighTheCutie> set up the .shrc file to start WocChat with the computer
L788[15:28:58] <AshleighTheCutie> back
L789[15:29:12] <AshleighTheCutie> was TPing to the dimension causing the TPS to drop to 10.56
L790[15:29:40] <Forec​aster> you could just connect with webchat/actual IRC client/Discord you know
L791[15:30:17] <AshleighTheCutie> hm, maybe
L792[15:30:27] <AshleighTheCutie> that requires tabbing out
L793[15:30:36] <AshleighTheCutie> which causes the game to lag out
L794[15:31:26] <AshleighTheCutie> brb again
L795[15:32:17] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Remote host closed the connection)
L796[15:33:08] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L797[15:33:24] <AshleighTheCutie> back
L798[15:33:34] <Forec​aster> hrm
L799[15:33:51] <AshleighTheCutie> time to explore Barnrada C planet
L800[15:34:03] <Forec​aster> currently effects are just an ArrayList of string arrays
L801[15:34:13] <Forec​aster> I could make a class for effects...
L802[15:34:46] <AshleighTheCutie> youknow
L803[15:34:52] <AshleighTheCutie> i do have multiple thinkpads
L804[15:35:03] <AshleighTheCutie> one of those could sit on my desk and be an irc client
L805[15:35:19] <Izaya> dropdown terminal for IRC client
L806[15:35:38] <AshleighTheCutie> huh?
L807[15:37:55] <AshleighTheCutie> can someone give me the URL that I need to connect to to get into EsperNet?
L808[15:38:10] <Forec​aster> irc.esper.net
L809[15:38:21] <AshleighTheCutie> thank
L810[15:40:31] <AshleighTheCutie> brb
L811[15:40:44] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Quit: Proudly using WocChat!)
L812[15:41:16] ⇨ Joins: AshleighTheCutie (~ashleigh@75.139.58.72)
L813[15:41:23] <AshleighTheCutie> okay,k here we are
L814[15:41:31] <AshleighTheCutie> where did that k come from
L815[15:41:43] <AshleighTheCutie> why are you like this, computer?
L816[15:42:14] <AshleighTheCutie> wocchat seems to have medded up the colours of the tablet
L817[15:42:21] <AshleighTheCutie> how do i restore defaults?
L818[15:43:36] <Forec​aster> restart it
L819[15:43:39] <AshleighTheCutie> my game is running at 5.6 TPS
L820[15:43:45] <AshleighTheCutie> restarting fdid not help
L821[15:49:31] <AshleighTheCutie> does OpenOS have the ability to background tasks by default?
L822[15:50:21] <Forec​aster> there's coroutines
L823[15:51:01] <AshleighTheCutie> no, like on Linux you can type "bg <command>" and have it background aforementioned command
L824[15:51:09] <AshleighTheCutie> is that a thing here at all?
L825[15:51:40] <Kristo​pher38> The software would need to yield
L826[15:51:50] <Kristo​pher38> which, if it doesn't, wouldn't work
L827[15:52:24] <AshleighTheCutie> it couldnt run while something else runs at the same time?
L828[15:56:19] <M​GR> You can do background tasks
L829[15:56:31] <M​GR> Using either event.listen, threads, or and rc daemon
L830[15:56:41] <M​GR> It's not simultaneous but there's timeslicing
L831[15:57:29] <AshleighTheCutie> so thats why there's no bg command
L832[15:57:36] <Forec​aster> OpenOS doesn't have it by default no
L833[15:57:47] <AshleighTheCutie> no simultaneous processing
L834[15:58:47] <M​GR> It's cooperative multi-threading if I remember it correctly
L835[15:59:49] <Br​om> Does anyone know if there is a way to stop the console spam when I use a debug card and do debug.runCommand()? It doesn’t seem to follow the commandBlockOutput rule
L836[16:00:02] <Izaya> tfw cooperative multitasking has a bad name because windows is garbage
L837[16:00:05] <M​GR> console as in server console?
L838[16:00:17] <Br​om> As in the game chat that everyone can see
L839[16:00:25] <M​GR> Ok
L840[16:01:06] <Br​om> I saw a few things online that said it couldn’t be done but they were all at least a year or two old I think
L841[16:01:23] <Br​om> Wasn’t sure if maybe it was possible now
L842[16:02:39] <Forec​aster> the debug card probably hasn't changed much since then
L843[16:03:50] <Br​om> Hmmm oh well then
L844[16:05:20] <AshleighTheCutie> 1why is everyone else capable of seeing the debug card output in the first place?
L845[16:07:34] <Forec​aster> because it prints it as global chat messages it seems
L846[16:13:09] <Izaya> you sure it isn't just operators?
L847[16:13:25] <Forec​aster> it might be
L848[16:13:31] <Forec​aster> it's been ages since I used it
L849[16:22:51] <AshleighTheCutie> im looking at the config file, and i saw something called MFU
L850[16:22:56] <AshleighTheCutie> what is the MFU?
L851[16:25:15] <Forec​aster> it allows the adapter to work at range (within like 3 blocks or something like that)
L852[16:25:34] <AshleighTheCutie> is it an item or a hardcoded, always present thing?
L853[16:25:51] <Forec​aster> it's an item
L854[16:27:11] <AshleighTheCutie> ah, oki
L855[16:33:17] <Elfi> It came into existence as a way to deal with a rather obstinate corner case revolving rotational equipment :P
L856[16:33:37] <AshleighTheCutie> huh?
L857[16:34:21] <Elfi> Reika and Rotarycraft
L858[16:34:25] <AshleighTheCutie> oh
L859[16:37:16] <AshleighTheCutie> is RotaryCraft still around?
L860[16:38:45] <M​GR> On 1.7.10
L861[16:38:51] <Forec​aster> it's not available for anything past 1.7
L862[16:39:21] <AshleighTheCutie> aww
L863[17:00:56] ⇨ Joins: c8h10n4o2 (webchat@47.196.68.21)
L864[17:01:20] *** c8h10n4o2 is now known as Blue_181
L865[17:01:22] <Blue_181> ignore that
L866[17:01:29] <Blue_181> anyway OCDevices rack is fixed :)
L867[17:04:07] <Michiyo> I could use some C8H10N4O2 right about now.
L868[17:05:32] <Vexatos> no advertising psychoactive drugs in #oc
L869[17:06:05] <Blue_181> bruh thats caffeine
L870[17:06:14] <Blue_181> so youre right
L871[17:06:25] <Sagh​etti> from wikipedia
L872[17:06:26] <Sagh​etti> > Caffeine, the world's most widely consumed psychoactive drug
L873[17:06:33] <ThePi​Guy24> eksdee
L874[17:06:44] <Sagh​etti> ecksh deeah
L875[17:07:02] ⇨ Joins: ben_mkiv (~ben_mkiv@i59F67879.versanet.de)
L876[17:07:08] <Blue_181> wait who made that printer mod?
L877[17:07:20] <Sagh​etti> dunno
L878[17:08:06] <Michiyo> THAT Printer mod?
L879[17:08:09] <Michiyo> OpenPrinter?
L880[17:08:14] <Vexatos> you know Michiyo
L881[17:08:15] <Vexatos> that one
L882[17:08:21] <Vexatos> not THAT one
L883[17:08:23] <Michiyo> OH THAT ONE...
L884[17:08:26] <Vexatos> yes
L885[17:08:29] <Vexatos> well no
L886[17:08:31] <Vexatos> that one
L887[17:08:33] <Michiyo> No idea who made that one.
L888[17:08:38] <Vexatos> same
L889[17:09:04] <Michiyo> I mean I made one... no idea if its THAT one or not.
L890[17:09:11] <Blue_181> and its that easy to install a new mod with MultiMC
L891[17:10:10] <Adorabl​eCatgirl> DAMN
L892[17:10:15] <Adorabl​eCatgirl> that printer mod tho
L893[17:10:35] <Blue_181> theres a paper shreds item
L894[17:10:43] <Michiyo> THAT ONE? Oh man, I hear it's great!
L895[17:10:45] <Blue_181> does this thing have paper jams coded in?
L896[17:10:57] <Michiyo> The shreds are from the shredder
L897[17:11:00] <Blue_181> nvm it comes with shredder
L898[17:11:07] <Blue_181> and file cabinet
L899[17:11:10] <Michiyo> you toss them in your inventory with water to get blank paper back from printed sheets
L900[17:11:13] <Adorabl​eCatgirl> lp0 is on fire
L901[17:11:14] <Michiyo> :P
L902[17:11:14] <Forec​aster> only if you have pam's harvestcraft
L903[17:11:15] <Blue_181> and briefcase how did i not find them
L904[17:12:35] <Sagh​etti> petition to add lp0 is on fire to openos
L905[17:13:18] <Blue_181> this mod has a scanner?!
L906[17:15:31] <Adorabl​eCatgirl> hmm
L907[17:15:41] <Adorabl​eCatgirl> i am trying to figure out how to tape mumble and xmpp together
L908[17:15:48] <Blue_181> my wireless network card says width 400.0 in lshw
L909[17:15:49] <Michiyo> Blue_181, yes, yes it does.
L910[17:15:54] <Blue_181> is that supposed to be maximum range
L911[17:16:09] <Michiyo> nah, the card is 400mm wide
L912[17:17:17] <Blue_181> :D
L913[17:17:22] <Adorabl​eCatgirl> lemme port umurmur to LuaJIT :^)
L914[17:17:28] <Blue_181> but like 400 blocks range?
L915[17:17:50] <Forec​aster> no the range equals the width of the card, of course
L916[17:17:51] <immibis> presumably
L917[17:18:07] <immibis> Blue_181: did you figure out your item stack tables
L918[17:19:03] <Adorabl​eCatgirl> oh
L919[17:19:10] <Adorabl​eCatgirl> prosody is all lua
L920[17:20:35] <Blue_181> {damage=11250603,hasTag=false,label="Cable",maxDamage=0,maxSize=64,name="opencomputers:cable",size=64}
L921[17:20:43] <Blue_181> what does it look like :)
L922[17:22:28] <Adorabl​eCatgirl> what
L923[17:23:30] <Blue_181> i put a stack of cables in the first slot of a chest and ran getStackInSlot()
L924[17:26:18] <Sagh​etti> i thought prosody was c/lua
L925[17:27:49] <Adorabl​eCatgirl> nah, lua and some packages
L926[17:28:49] <Blue_181> trying out MineOS for the first time :)
L927[17:30:08] <Blue_181> license agreement "i accept this shit"
L928[17:30:50] <Blue_181> give it a few hours to install
L929[17:31:57] <SquidDev> %tonk
L930[17:31:58] <MichiBot> Zounderkite! Squi​dDev! You beat ThePi​Guy24's previous record of 1 hour, 55 minutes and 53 seconds (By 22 minutes and 2 seconds)! I hope you're happy!
L931[17:31:59] <MichiBot> SquidDev's new record is 2 hours, 17 minutes and 55 seconds! SquidDev also gained 0.00074 (0.00037 x 2) tonk points for stealing the tonk. Position #11. Need 0.00844 more points to pass Mim​iru!
L932[17:37:20] <Blue_181> ooh this OS has IRC
L933[17:37:23] <Blue_181> one moment
L934[17:37:27] ⇦ Quits: Blue_181 (webchat@47.196.68.21) (Quit: webchat.esper.net)
L935[17:39:38] ⇨ Joins: c8h10n4o2 (~c8h10n4o2@47.196.68.21)
L936[17:39:45] <c8h10n4o2> /nick Blue_181
L937[17:39:47] <AshleighTheCutie> hello
L938[17:39:52] <c8h10n4o2> fek
L939[17:39:57] <Michiyo> But yeah, I wrote OpenPrinter, also OpenSecurity, OpenFM, OpenDisks, OpenLights, OpenSensors, I'm working on OpenHTTPd and OpenDatabase (One day for these two), also Co-Author or LanteaCraft (RIP)
L940[17:40:16] <c8h10n4o2> oh.... how do i change nick
L941[17:40:18] <Sagh​etti> bruh
L942[17:40:24] <Sagh​etti> that's a lot of epic projects
L943[17:40:54] <Michiyo> And yet, I'm basically a nobody :P
L944[17:40:57] ⇦ Quits: c8h10n4o2 (~c8h10n4o2@47.196.68.21) (Client Quit)
L945[17:42:01] <Sagh​etti> if you really wanted to, you could go the route of some other mods
L946[17:42:11] <Sagh​etti> and call it Michiyo's Printers
L947[17:42:24] <Sagh​etti> Michiyo's Disks
L948[17:42:25] <Sagh​etti> etc
L949[17:42:28] <Michiyo> lol
L950[17:43:34] <Forec​aster> or go the other way and name them after someone else!
L951[17:43:45] <Michiyo> Forecaster's Security
L952[17:43:49] <AshleighTheCutie> so, uh
L953[17:43:51] <AshleighTheCutie> huh
L954[17:43:55] <Forec​aster> cough Vexatos
L955[17:44:09] <Michiyo> Vexatos' FM
L956[17:44:13] <AshleighTheCutie> If you put a Charger on a HV line from IC2 Classic, it... explodes?
L957[17:44:20] <AshleighTheCutie> ???
L958[17:44:35] <Forec​aster> I believe it accepts up to MV
L959[17:44:50] <AshleighTheCutie> huh
L960[17:44:50] <Forec​aster> that's because it uses the IC2 API correctly
L961[17:45:06] <AshleighTheCutie> IC2 Classic doesnt use the IC2 Energy API IIRC
L962[17:45:09] <AshleighTheCutie> it has it's own
L963[17:45:14] <AshleighTheCutie> i think anyway
L964[17:45:36] <Sagh​etti> it's too cool to use it
L965[17:46:24] <AshleighTheCutie> putting it on a MV line explodes too
L966[17:46:53] <AshleighTheCutie> MV here is 128 EU/t
L967[17:47:01] <AshleighTheCutie> what's MV in IC2 Expermental?
L968[17:48:06] <Forec​aster> the same as it's always been I assume, 128
L969[17:48:16] ⇦ Quits: immibis (~immibis@x59cc8acc.dyn.telefonica.de) (Ping timeout: 378 seconds)
L970[17:48:18] <AshleighTheCutie> IC2 Classic is not an old version of IC2
L971[17:48:33] <Forec​aster> I'm aware
L972[17:48:51] <AshleighTheCutie> okay, youre the first person I've met who knows this :D
L973[17:49:09] <AshleighTheCutie> hm, why is it exploding?
L974[17:49:36] <AshleighTheCutie> i wonder if ive found a bug
L975[17:49:59] <AshleighTheCutie> all blocks that accept power in OC explode on a MV line
L976[17:50:08] <AshleighTheCutie> at least, with a sample size of 2
L977[17:50:23] <Forec​aster> LV then
L978[17:50:25] ⇨ Joins: c8h10n4o2 (webchat@47.196.68.21)
L979[17:50:29] ⇨ Joins: immibis (~immibis@x59cc8acc.dyn.telefonica.de)
L980[17:50:29] *** c8h10n4o2 is now known as Blue_181
L981[17:50:38] <Blue_181> MineOS IRC didnt work
L982[17:50:51] <Blue_181> and then i accidentally deleted the hard drive and EEPROM
L983[17:51:11] <Blue_181> now here i am reinstalling MineOS like a fool
L984[17:51:17] <Adorabl​eCatgirl> use zorya
L985[17:51:20] <Adorabl​eCatgirl> vbios
L986[17:51:21] <Adorabl​eCatgirl> ez
L987[17:51:31] <Blue_181> and i clicked on the Chisel tab, seems like the game is now just frozen
L988[17:51:57] <Blue_181> OpenComputers persistence will be useful here
L989[18:01:55] <Kristo​pher38> >imagine using MineOS
L990[18:04:16] <AshleighTheCutie> what's wrong with it?
L991[18:04:27] <Sagh​etti> yes
L992[18:04:33] <AshleighTheCutie> ???
L993[18:06:12] <Michiyo> yes.
L994[18:06:19] <AshleighTheCutie> explain
L995[18:07:06] <Kristo​pher38> it's generaly considered bloatware and not a "sane" system
L996[18:07:07] <Michiyo> Everything is wrong with it.
L997[18:07:27] <AshleighTheCutie> huh
L998[18:07:33] <AshleighTheCutie> why is it not "sane"?
L999[18:07:36] <Kristo​pher38> but then again, normally people use either OpenOS or the OS they've created themselves
L1000[18:07:53] <Sagh​etti> quark best os
L1001[18:08:01] <Sagh​etti> it doesn't do anything
L1002[18:08:03] <Sagh​etti> i'm so proud of it
L1003[18:08:14] <Kristo​pher38> ...doing shameless plugs every time there's a mention of OSdev
L1004[18:08:30] <Sagh​etti> yes
L1005[18:08:32] <Sagh​etti> always
L1006[18:08:52] <Izaya> >2020
L1007[18:08:55] <Izaya> >using a sane system
L1008[18:09:24] <Sagh​etti> hah
L1009[18:09:26] <Sagh​etti> imagine
L1010[18:09:40] <Kristo​pher38> MineOS is slow and because of that most of the time impractical when it comes to actually doing something productive
L1011[18:09:49] <Izaya> I like the way that everything I do to my OS makes people less inclined to use it because they're unix weenies
L1012[18:10:14] <Sagh​etti> unix kinda eh
L1013[18:10:15] <AshleighTheCutie> unix weenies?
L1014[18:10:16] <Kristo​pher38> I should try Izaya's OS sometime
L1015[18:10:32] <Sagh​etti> it's comfortable for me, but some of the concepts are just overused
L1016[18:10:50] <Sagh​etti> device files don't exist in quark
L1017[18:11:11] <Izaya> unix is a strong meme and hard to escape
L1018[18:11:26] <AshleighTheCutie> im so confused
L1019[18:11:37] <Sagh​etti> it has somehow held on for like 50 years
L1020[18:11:53] <Sagh​etti> tl;dr geek stuff
L1021[18:12:05] <AshleighTheCutie> nono, I do use linux, but im confused
L1022[18:12:18] <AshleighTheCutie> i cant tell if you guys are hating on linux or not and its confusing
L1023[18:12:19] <Sagh​etti> 'bout what?
L1024[18:12:25] <Sagh​etti> we're doing both
L1025[18:12:28] <Sagh​etti> at the same time
L1026[18:12:32] <Sagh​etti> kind of
L1027[18:12:44] <Izaya> the issue with linux
L1028[18:12:45] <Michiyo> IIRC Someone wrote a neat OpenFM tuner for MineOS... I should get someone to clone it for me so I can include it with OpenFM :P
L1029[18:12:48] <Izaya> is that it's so good
L1030[18:12:51] <Izaya> nobody tries anything new
L1031[18:13:06] <Sagh​etti> and it gets kind of old tbh
L1032[18:13:17] <Sagh​etti> old as in like almost 50 years
L1033[18:13:40] <AshleighTheCutie> Well, it was the first OS to be used on multisystem
L1034[18:14:14] <AshleighTheCutie> i think it was even on the IBM System/360, wasn't it?
L1035[18:14:25] <Izaya> technically incorrect, but first important and widely used one
L1036[18:14:26] <Adorabl​eCatgirl> Izaya: you know what i do
L1037[18:14:31] <Izaya> also
L1038[18:14:40] <Adorabl​eCatgirl> the snort and port
L1039[18:14:42] <Adorabl​eCatgirl> 🦀
L1040[18:14:53] <Blue_181> i found it but the game c r a s h e d
L1041[18:14:55] <Izaya> > the same people complaining about PsychOS being weird complain that a vi clone is hard to use
L1042[18:14:56] <Blue_181> t w i c e
L1043[18:14:58] <Blue_181> im done
L1044[18:15:02] ⇦ Quits: Blue_181 (webchat@47.196.68.21) (Quit: webchat.esper.net)
L1045[18:15:05] <Izaya> AdorableCatgirl: and what is that
L1046[18:15:24] <Adorabl​eCatgirl> where i do a line of coke and start porting shit from one language to another
L1047[18:15:31] <AshleighTheCutie> yep, time for me to go
L1048[18:15:55] <AshleighTheCutie> i dont support drug jokes, if that's even a joke
L1049[18:16:07] <Izaya> but it's not even 4:20
L1050[18:16:15] ⇦ Quits: AshleighTheCutie (~ashleigh@75.139.58.72) (Quit: leaving)
L1051[18:16:22] <Izaya> lmao
L1052[18:16:38] <Sagh​etti> 4/20 in 6 days
L1053[18:16:41] <Sagh​etti> get ready
L1054[18:16:49] <Adorabl​eCatgirl> what
L1055[18:16:54] <Michiyo> "But there aren't 20 days in a month"
L1056[18:16:57] <Michiyo> err
L1057[18:16:59] <Adorabl​eCatgirl> it's 4/20 all month
L1058[18:17:00] <Michiyo> 20 months in a year
L1059[18:17:01] <Michiyo> fuck
L1060[18:17:11] <Sagh​etti> heh
L1061[18:17:11] <Michiyo> I need caffeine
L1062[18:17:14] <Adorabl​eCatgirl> 🍁
L1063[18:17:18] <Sagh​etti> imagine using d/m/y
L1064[18:17:19] <Izaya> 2020/04/20
L1065[18:17:20] <Michiyo> or.. bacon
L1066[18:17:21] <Michiyo> C20H23NO4
L1067[18:17:22] <Izaya> it's all g
L1068[18:17:22] <Michiyo> :P
L1069[18:17:24] <Adorabl​eCatgirl> 🚬
L1070[18:17:27] <Sagh​etti> best one is YYYY-MM-DD
L1071[18:17:41] <Izaya> YYYY-MM-DD is the standard
L1072[18:17:52] <Michiyo> y-m-d ftw.
L1073[18:17:54] <Izaya> but the reverse is also somewhat acceptable
L1074[18:17:57] <Michiyo> 0/0/0
L1075[18:18:01] <Michiyo> :P
L1076[18:18:10] <Sagh​etti> ah yes
L1077[18:18:14] <Sagh​etti> it's 20/4 day
L1078[18:18:15] <ThePi​Guy24> i wish it was yyyymmdd
L1079[18:18:20] <Adorabl​eCatgirl> as long as it's in an order
L1080[18:18:23] <Adorabl​eCatgirl> and not rng
L1081[18:18:31] <Sagh​etti> m-y-d
L1082[18:18:34] <Adorabl​eCatgirl> my favorite is mm-yyyy-dd
L1083[18:18:40] <ThePi​Guy24> no
L1084[18:18:46] <Forec​aster> just take all the digits in the date and scramble them
L1085[18:18:46] <Sagh​etti> 4-2020-14
L1086[18:18:58] <Forec​aster> %scramble 2020-04-14
L1087[18:18:59] <ThePi​Guy24> ymydmdyy
L1088[18:19:02] <Forec​aster> hm
L1089[18:19:06] <Sagh​etti> y-m-yy-d-m-y
L1090[18:19:11] <Adorabl​eCatgirl> my-dyym-dy
L1091[18:19:12] <Sagh​etti> y-m-yy-d-m-y-d [Edited]
L1092[18:19:55] <Forec​aster> %jumble 2020-04-14
L1093[18:19:56] <MichiBot> 2020-04-14
L1094[18:20:02] ⇨ Joins: AshleighTheCutie (~ashleight@75.139.58.72)
L1095[18:20:09] <Forec​aster> oh right, that jumbles words doesn't it
L1096[18:20:12] <AshleighTheCutie> oh ffs i though i remove the .shrc file
L1097[18:20:20] ⇦ Quits: AshleighTheCutie (~ashleight@75.139.58.72) (Client Quit)
L1098[18:21:03] <Sagh​etti> today is 12-0024-40
L1099[18:21:10] <Sagh​etti> my-dyym-dy
L1100[18:21:16] <Sagh​etti> that took forever to do by hand
L1101[18:21:17] <Sagh​etti> jeez
L1102[18:39:10] <ThePi​Guy24> no its 20014420
L1103[18:39:17] <ThePi​Guy24> ymydmdyy
L1104[18:39:46] <Sagh​etti> 44/20/2001
L1105[18:39:52] <Michiyo> meh, fuck 2001.
L1106[18:40:01] <Michiyo> I lost my dad, and my house in '01
L1107[18:41:09] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L1108[18:41:20] <Sagh​etti> sup
L1109[18:41:28] <Sagh​etti> you're the guy who made ThutPerms, right?
L1110[18:50:09] <Ar​iri> 2001 was a bit of a mess in general.
L1111[18:51:51] <Sagh​etti> i wouldn't know
L1112[18:51:55] <Sagh​etti> i'm just a smol child
L1113[18:52:48] <Forec​aster> every year is a mess
L1114[19:17:30] <Ar​iri> But the worst started with 'that damn gorilla'
L1115[19:17:38] ⇨ Joins: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
L1116[19:29:59] <AdorableCatgirl> i don't have much time
L1117[19:30:02] <AdorableCatgirl> it's based on
L1118[19:30:03] ⇦ Quits: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net) (Quit: leaving)
L1119[19:30:15] ⇨ Joins: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net)
L1120[19:48:26] <Ar​iri> what
L1121[19:53:01] <Adorabl​eCatgirl> so
L1122[19:53:12] <Adorabl​eCatgirl> i'm transfering a windows install from one drive to another by just dding it lmao
L1123[19:53:41] <Sagh​etti> ah yes
L1124[19:53:42] <Sagh​etti> dd
L1125[19:53:46] <Sagh​etti> data destroyer
L1126[19:54:22] <Izaya> dd - convert and copy
L1127[19:54:28] <Adorabl​eCatgirl> only if you don't check your args
L1128[19:55:04] <Sagh​etti> free diamonds hack 2020
L1129[19:55:07] <Sagh​etti> only for linux
L1130[19:55:37] <Sagh​etti> sudo dd if=/dev/urandom of=/dev/sda bs=8M conv=rdatasync
L1131[19:55:38] <CompanionCube> today on 'that was fast': https://twitter.com/DrFurfagMD/status/1249990084453109760
L1132[19:55:40] <MichiBot> Tue Apr 14 04:17:14 CDT 2020 @DrFurfagMD: @eevee @MortoOnTech Killing their thread running sechost.dll at 0xFFFFB60F324DC080 stops the AC from detecting you… <https://t.co/VCsge6qJSo&gt;
L1133[19:56:36] <Sagh​etti> :crabrave: anticheat is gone
L1134[19:58:37] <CompanionCube> i think the 'in usermode' bit is the best lol
L1135[20:04:24] <Kristo​pher38> lmao I'm retarded
L1136[20:04:51] <Kristo​pher38> didn't realize I could make 1-to-2 decoder with just a single not gate
L1137[20:05:30] <Amanda> Does Mystical Agraculture do something to make it so that stuff like OB sprinklers don't help much/at all? Or is it even more unreasonable than it seems already
L1138[20:10:10] <Izaya> https://cdn.niu.moe/media_attachments/files/009/525/681/original/4ed44c2f2c1b51e4.png
L1139[20:14:01] <SquidDev> %tonkout
L1140[20:14:01] <MichiBot> Dad-Sizzle! Squi​dDev! You beat your own previous record of 2 hours, 17 minutes and 55 seconds (By 24 minutes and 7 seconds)! I hope you're happy!
L1141[20:14:02] <MichiBot> Squi​dDev has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 0.0291, Position #11 Need 0.00444 more points to pass Mim​iru!
L1142[20:15:31] <SquidDev> Huh, I can't count.
L1143[20:17:23] <Forec​aster> how so?
L1144[20:17:35] <SquidDev> I thought there was another hour there.
L1145[20:20:35] <Skye> Izaya, meanwhile there's an opposite way that goes :P
L1146[20:41:07] <Inari> https://www.youtube.com/watch?v=fTmJwrD6IzU i have no clue what this is, but it's fun, so, here
L1147[20:41:08] <MichiBot> 【まなこ】 45秒 踊ってみた | length: 44s | Likes: 30,029 Dislikes: 916 Views: 4,449,405 | by まなこ | Published On 15/10/2015
L1148[21:03:09] <Brisingr​Aerowing> https://www.gocomics.com/offthemark/2008/07/02
L1149[21:41:12] ⇨ Joins: AmandaC (~quassel@c-73-165-85-199.hsd1.pa.comcast.net)
L1150[21:42:14] <Lizzy> %tonk
L1151[21:42:15] <MichiBot> Zounderkite! Li​zzy! You beat Squi​dDev's previous record of <0 (By 1 hour, 28 minutes and 13 seconds)! I hope you're happy!
L1152[21:42:16] <MichiBot> Lizzy's new record is 1 hour, 28 minutes and 13 seconds! Lizzy also gained 0.00147 tonk points for stealing the tonk. Position #3. Need 0.03553 more points to pass Compan​ionCube!
L1153[21:46:44] <Adorabl​eCatgirl> http://tinyurl.com/tshzl2b
L1154[21:46:47] <Adorabl​eCatgirl> TELEPORT THE BREAD
L1155[21:47:20] ⇦ Quits: Amanda (~quassel@c-73-165-85-199.hsd1.pa.comcast.net) (Ping timeout: 378 seconds)
L1156[21:47:34] <Izaya> Windows will now partition your hard drive.
L1157[21:47:36] <Izaya> https://devs.live/media/ad9cff631ea27649eb016dcf04da38fa323fd532bb81d83d79732f49646d8760.png
L1158[21:48:08] <jackie> Izaya: that's a nice 250GB partition your windows has there :P
L1159[21:48:32] <Adorabl​eCatgirl> i hate that
L1160[21:48:37] <Adorabl​eCatgirl> behind all reasonable measure
L1161[21:48:39] <Forec​aster> looks like slightly less than that
L1162[21:48:47] * Izaya grins stupidly, holding very warm cutter
L1163[21:49:14] <jackie> Forecaster: it looks like pretty much 1/4th of the platters inside the HDD ^^
L1164[21:49:32] <Forec​aster> oh yeah, I guess that's true
L1165[21:49:56] <jackie> I mean technically the electronics of the HDD also have some nonvolatile storage but... :P
L1166[21:50:11] <Izaya> 250.0004 GB
L1167[21:50:18] <jackie> ^^
L1168[21:57:01] ⇨ Joins: Ocawesome101 (~manjaro-u@38.65.250.156)
L1169[21:58:11] ⇦ Quits: Ocawesome101 (~manjaro-u@38.65.250.156) (Client Quit)
L1170[22:03:39] ⇦ Quits: ben_mkiv (~ben_mkiv@i59F67879.versanet.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@i59F678D4.versanet.de)))
L1171[22:03:44] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@i59F678D4.versanet.de)
L1172[22:13:28] ⇦ Quits: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net) (Ping timeout: 190 seconds)
L1173[22:30:26] ⇨ Joins: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L1174[22:56:06] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
L1175[22:56:40] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L1176[23:09:26] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@i59F678D4.versanet.de) (Remote host closed the connection)
L1177[23:10:09] ⇨ Joins: ben_mkiv (~ben_mkiv@i59F678D4.versanet.de)
L1178[23:27:59] ⇦ Quits: Inari (~Pinkishu@pD9E8F03E.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L1179[23:37:32] <CompanionCube> %tonk
L1180[23:37:33] <MichiBot> Dad-Sizzle! Compan​ionCube! You beat Li​zzy's previous record of 1 hour, 28 minutes and 13 seconds (By 27 minutes and 3 seconds)! I hope you're happy!
L1181[23:37:34] <MichiBot> CompanionCube's new record is 1 hour, 55 minutes and 17 seconds! CompanionCube also gained 0.0009 (0.00045 x 2) tonk points for stealing the tonk. Position #2. Need 0.03937 more points to pass Forec​aster!
L1182[23:38:17] <CompanionCube> god forecaster's lead is growing large
L1183[23:44:22] <Izaya> well, when you can change the game to suit yourself...
L1184[23:44:57] <Michiyo> What..?
L1185[23:48:41] <CompanionCube> how even
L1186[23:54:14] <Sagh​etti> change the source code
L1187[23:54:38] <Sagh​etti> if (username == "Michiyo) {
L1188[23:54:38] <Sagh​etti> points += 100
L1189[23:54:38] <Sagh​etti> }
L1190[23:54:43] <Sagh​etti> if (username == "Michiyo") {
L1191[23:54:43] <Sagh​etti> points += 100
L1192[23:54:43] <Sagh​etti> } [Edited]
L1193[23:54:52] * Michiyo squints
L1194[23:55:25] <t20kdc> ...looks legit, will quote in newspaper article
L1195[23:57:18] <Forec​aster> Oh yes you wouldn't believe all of the personal cheats I've put in there, right in that public code that anyone can see
L1196[23:57:41] <Forec​aster> :P
L1197[23:57:44] <Sagh​etti> create a new pr
L1198[23:57:45] <Sagh​etti> and add cheats
L1199[23:57:49] <Sagh​etti> %tonkcheat
L1200[23:59:47] <Brisingr​Aerowing> Maybe make that ‘command’ clear the user’s tonk score and output a message.
<<Prev Next>> Scroll to Top