<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:09:31] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/dakinafaye
L2[00:09:31] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/qizazicazo
L3[00:09:46] <phil​ip83> im getting the following error
L4[00:10:06] <phil​ip83> http://tinyurl.com/spngjon
L5[00:10:21] <phil​ip83> how would i fix it?
L6[00:10:31] <phil​ip83> both main and graphs files are in home/graphs
L7[00:10:50] <Kristo​pher38> you'd need to place those in one of the directiories which the error prints
L8[00:11:13] <Kristo​pher38> oh wait
L9[00:11:21] <Kilobyte> you need to specify the module name without extension when loading
L10[00:11:37] <Kilobyte> also: yes, i still live.
L11[00:11:52] <phil​ip83> mind showing me the changes?
L12[00:12:24] <Kilobyte> hm, sorry i didn't fully read the code
L13[00:13:09] <Kristo​pher38> that error looks weird
L14[00:13:16] <Kristo​pher38> it complains about lua.lua not present :GWchadThonkery:
L15[00:13:23] <Kilobyte> i only checked the first snippet link and the picture
L16[00:13:25] <Kristo​pher38> or init.lua
L17[00:13:30] <Kristo​pher38> why would it search for lua or init
L18[00:13:53] <phil​ip83> me a noob -_- sorry
L19[00:14:02] <Kilobyte> require("foo") should check for foo.lua and foo/init.lua
L20[00:14:34] <Kilobyte> your installation seems to check for foo/lua.lua and foo/lua/init.lua - which is weird
L21[00:14:45] <phil​ip83> so it wasnt me?
L22[00:15:25] <Kilobyte> to me it currently seems so
L23[00:15:43] <Kilobyte> that doesn't help you in getting it working though
L24[00:15:53] <phil​ip83> true
L25[00:16:12] <phil​ip83> using what i ahve learned of lua, no idea how to use opencomputers tho lol
L26[00:16:13] ⇦ Quits: Inari (~Pinkishu@pD9E8F35A.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L27[00:16:26] <phil​ip83> using what i have learned of lua, no idea how to use opencomputers tho lol [Edited]
L28[00:16:26] <Kilobyte> where exactly did you put the graphs.lua though?
L29[00:16:32] <phil​ip83> same file
L30[00:16:38] <phil​ip83> both are in home/graphs
L31[00:17:05] <Izaya> is this the real kilobyte
L32[00:17:09] <Kilobyte> yes.
L33[00:17:11] <Izaya> neat
L34[00:17:13] <Izaya> hihi
L35[00:17:30] <phil​ip83> fixed it
L36[00:17:32] <Kilobyte> did you expect any other answer?
L37[00:17:40] <phil​ip83> aperently renaming main to main.lua fixed it
L38[00:17:54] <Izaya> 50/50 chance you respond with "or is this just fantasy"
L39[00:18:11] <phil​ip83> getting another error
L40[00:18:17] <Kilobyte> point taken, but no, my creativity doesn't allow this
L41[00:18:18] <phil​ip83> says unpack dosent exist
L42[00:18:20] <phil​ip83> hmm
L43[00:18:24] <Kilobyte> table.unpack
L44[00:19:22] <phil​ip83> i need to require it too dont i?
L45[00:19:45] <Kilobyte> table? i don't think so, but if in doubt try it
L46[00:20:08] <phil​ip83> getting attempting to call nil value "unpack"
L47[00:20:33] <M​GR> You don't need to require table
L48[00:20:49] <phil​ip83> true
L49[00:21:25] <Kilobyte> i can only speak for older versions of OC :P haven't really used it in a two years or so.
L50[00:24:09] <Kilobyte> from what i see unpack is part of _G too, so if you had it like that originally it should work
L51[00:24:28] <Kilobyte> sorry for potentially causing confusion
L52[00:26:05] <Michiyo> from the code you pasted earlier you're using just `unpack({...})`
L53[00:26:13] <Michiyo> if you're wanting table.unpack, specify it :p
L54[00:26:52] <Kilobyte> at least on vanilla lua 5.3 unpack is a global function. is it not in OC?
L55[00:27:06] <Michiyo> %lua unpack("someshit")
L56[00:27:06] <MichiBot> main:1: attempt to call global 'unpack' (a nil value)
L57[00:27:18] <Michiyo> well, it doesn't exist in 5.2 at the very least :p
L58[00:27:30] <Kilobyte> interesting. un 5.3 both seem to exist
L59[00:27:34] <Kilobyte> *in
L60[00:27:50] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/mekiqujaba
L61[00:27:50] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/uyazoqelol
L62[00:27:57] <phil​ip83> now the ouput is nill
L63[00:28:00] <phil​ip83> Lol.
L64[00:28:05] <Sagh​etti> balance?
L65[00:28:08] <phil​ip83> yes
L66[00:28:10] <Sagh​etti> i think you misspelled it
L67[00:28:17] <phil​ip83> ah.
L68[00:28:36] <phil​ip83> ty
L69[00:28:43] <phil​ip83> sorry for my noobness
L70[00:30:32] <Kilobyte> unrelated: in line 4 of graphs.lua - you probably want .__index instead of .index
L71[00:31:08] <M​GR> No problem
L72[00:31:48] <Michiyo> Eh, we were all noobs once.
L73[00:31:51] <Michiyo> some of us still are
L74[00:31:58] <Michiyo> Isn't that right @MGR?
L75[00:32:01] <Michiyo> :P <3
L76[00:32:23] <Kilobyte> i currently feel more like a noob than i used to be xD
L77[00:32:24] <Michiyo> I've not picked on you in a while, figured now was a good time lol
L78[00:33:51] <Ar​iri> >is n00b
L79[00:44:31] <M​GR> That ping didn't work
L80[00:48:24] <Michiyo> cause I slapped a ? on it
L81[00:48:31] <Michiyo> Isn't that right @MGR ?
L82[00:48:32] <Michiyo> :P
L83[00:48:40] <Michiyo> Hmm does @"MGR"? work?
L84[00:49:23] <Mim​iru> yeah the 2nd one worked too... maybe I'll just make all @[TAB]s throw quotes around the name :P
L85[01:08:59] ⇦ Quits: Vexatos (~Vexatos@port-92-192-72-27.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L86[01:34:34] <M​GR> Yes
L87[01:47:39] <Amanda> %8ball become vampire cat?
L88[01:47:39] <MichiBot> Ama​nda: Ask again later
L89[01:47:53] <Izaya> playing skyrim?
L90[01:48:03] ⇦ Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L91[01:48:09] <Amanda> Nope, MC Eternal
L92[01:48:23] <Amanda> It's got a vampire mod in it
L93[01:53:41] ⇦ Quits: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net) (Remote host closed the connection)
L94[01:59:15] <Amanda> I'd just like to say, I'm sorry. On the up side, Inari will be cursed with this as well:
L95[01:59:46] <Amanda> %tell Inari OwO Do wew hawve some bwood fwore me!? https://nc.ddna.co/s/Q49m56HpBk3seKo
L96[01:59:46] <MichiBot> Amanda: Inari will be notified of this message when next seen.
L97[02:13:41] ⇨ Joins: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de)
L98[02:15:48] <phil​ip83> how do i use .setBackgroundColor?
L99[02:15:59] <phil​ip83> what type of input is it asking for?
L100[02:16:13] <Ocawes​ome101> an integer
L101[02:16:19] <Z​ef> setBackground(color: number[, isPaletteIndex: boolean]): number[, index]
L102[02:16:22] <Ocawes​ome101> i.e. 0xFFFFFF will set it to white
L103[02:16:29] <Z​ef> It wants an integer
L104[02:16:38] <Z​ef> All future writes to the screen will then have that background color
L105[02:16:45] <Z​ef> https://ocdoc.cil.li/component:gpu?s[]=background
L106[02:18:31] <phil​ip83> ty
L107[02:18:50] <phil​ip83> It Works!
L108[02:19:06] <Izaya> tm
L109[02:19:11] <Izaya> ™ even
L110[02:20:24] <ThePi​Guy24> %tonkout
L111[02:20:24] <MichiBot> Jiminy Cricket! ThePi​Guy24! You beat your own previous record of 3 hours, 38 minutes and 21 seconds (By 27 minutes and 45 seconds)! I hope you're happy!
L112[02:20:25] <MichiBot> ThePi​Guy24 has tonked out! Tonk has been reset! They gained 0.004 tonk points! plus 0.006 bonus points for consecutive hours! Current score: 0.25376, Position #5 Need 0.19341 more points to pass simo​n816!
L113[02:20:39] <Ocawes​ome101> %tonk
L114[02:20:40] <MichiBot> Zounderkite! Ocawes​ome101! You beat ThePi​Guy24's previous record of <0 (By 15 seconds)! I hope you're happy!
L115[02:20:41] <MichiBot> Ocawesome101's new record is 15 seconds! Position #6. Need 0.02523 more points to pass ThePi​Guy24!
L116[02:20:46] <Ocawes​ome101> oy
L117[02:22:00] <Ocawes​ome101> Izaya: working on that buffer lib you asked about
L118[02:25:42] <Ocawes​ome101> each buffer emulates a GPU component
L119[02:25:55] <Ocawes​ome101> adding setCursor
L120[02:26:03] <Ocawes​ome101> which sets if the cursor is shown
L121[02:26:13] <Ocawes​ome101> unless there's a VT100 code for that :^)
L122[02:27:34] ⇨ Joins: ludomilo971 (webchat@89-157-117-179.rev.numericable.fr)
L123[02:27:48] <phil​ip83> im making my own program to display graphs
L124[02:27:51] ⇦ Quits: ludomilo971 (webchat@89-157-117-179.rev.numericable.fr) (Client Quit)
L125[02:27:54] <Ocawes​ome101> neat
L126[02:27:57] <phil​ip83> is gpu.set the best way?
L127[02:27:59] <Izaya> you jest, but I think there is
L128[02:28:03] <phil​ip83> or is there better?
L129[02:28:17] <phil​ip83> well gpu.fill
L130[02:28:31] <Ocawes​ome101> wasn't a jest :p
L131[02:28:40] <Ocawes​ome101> well, it was half one
L132[02:30:07] <Izaya> \27?25l
L133[02:30:10] <Izaya> uh
L134[02:30:13] <Izaya> \27[?25l
L135[02:30:17] <Izaya> apparently
L136[02:30:40] <Ocawes​ome101> hm, neat
L137[02:30:41] <Izaya> h instead of l will show the cursor instead
L138[02:30:59] <Ocawes​ome101> I haven't actually written my VT100 thing yet, but I will at some point
L139[02:31:25] <Izaya> if you have something that has set and fill, steal the PsychOS one
L140[02:32:14] <Ocawes​ome101> oh ok
L141[02:32:18] <Ocawes​ome101> thank you, I will do that
L142[02:32:27] <Ocawes​ome101> assuming I can make it work
L143[02:32:50] <Izaya> there's a function you pass a GPU object and it returns a function to write to the display
L144[02:58:12] <Izaya> this looks neat https://oc.cil.li/topic/2226-flatdb-an-sql-implementation/
L145[02:58:49] <Kristo​pher38> today's cursed thing https://github.com/8051Enthusiast/regex2fat
L146[02:59:46] <Izaya> Kristopher38: thanks I hate it
L147[02:59:51] <Izaya> this is neat as
L148[03:53:00] <Adorabl​eCatgirl> time to do something cursed
L149[03:53:03] <Michiyo> Haha OS-driven regex engine go brrrrr
L150[03:55:08] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 190 seconds)
L151[03:55:29] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L152[03:56:08] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
L153[03:57:09] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Client Quit)
L154[04:28:38] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L155[05:00:22] <CompanionCube> %tonk
L156[05:00:22] <MichiBot> Fopdoodle! Compan​ionCube! You beat Ocawes​ome101's previous record of 15 seconds (By 2 hours, 39 minutes and 27 seconds)! I hope you're happy!
L157[05:00:23] <MichiBot> CompanionCube's new record is 2 hours, 39 minutes and 42 seconds! CompanionCube also gained 0.00266 tonk points for stealing the tonk. Position #2. Need 0.03128 more points to pass Forec​aster!
L158[05:57:24] ⇦ Quits: Teris (uid315557@2001:67c:2f08:5::4:d0a5) (Quit: Connection closed for inactivity)
L159[06:33:07] ⇦ Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net) (Read error: Connection reset by peer)
L160[07:04:48] ⇦ Quits: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
L161[07:06:24] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L162[07:08:43] ⇨ Joins: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de)
L163[07:15:16] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L164[07:35:33] ⇦ Quits: greaser|q (greaser@antihype.space) (Ping timeout: 190 seconds)
L165[07:36:31] ⇦ Quits: progwml6 (~progwml6@45.159.180.88) (*.net *.split)
L166[07:36:32] ⇦ Quits: fingercomp (fingercomp@fomalhaut.me) (*.net *.split)
L167[07:36:32] ⇦ Quits: SpiritedDusty (~SpiritedD@eos.pc-logix.com) (*.net *.split)
L168[07:36:32] ⇦ Quits: ds84182 (~ds84182@149.56.6.196) (*.net *.split)
L169[07:36:32] ⇦ Quits: Azelphur (~Azelphur@static.156.2.9.176.clients.your-server.de) (*.net *.split)
L170[07:37:32] ⇨ Joins: progwml6 (~progwml6@45.159.180.88)
L171[07:37:32] ⇨ Joins: Azelphur (~Azelphur@static.156.2.9.176.clients.your-server.de)
L172[07:37:32] ⇨ Joins: ds84182 (~ds84182@149.56.6.196)
L173[07:37:32] ⇨ Joins: SpiritedDusty (~SpiritedD@eos.pc-logix.com)
L174[07:37:32] ⇨ Joins: fingercomp (fingercomp@fomalhaut.me)
L175[07:37:32] anarchy.esper.net sets mode: +o on SpiritedDusty
L176[07:38:19] ⇨ Joins: greaser|q (greaser@antihype.space)
L177[07:50:38] <CompanionCube> %tonkout
L178[07:50:39] <MichiBot> Zounderkite! Compan​ionCube! You beat your own previous record of 2 hours, 39 minutes and 42 seconds (By 10 minutes and 33 seconds)! I hope you're happy!
L179[07:50:40] <MichiBot> Compan​ionCube has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 0.62708, Position #2 Need 0.02728 more points to pass Forec​aster!
L180[08:00:35] ⇨ Joins: Inari (~Pinkishu@pD9E8F146.dip0.t-ipconnect.de)
L181[08:11:44] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.68.21)
L182[08:11:53] <Blue_595> "Disable Adblock for a faster streaming experience"
L183[08:12:05] <Blue_595> you mean disable ablock for the same speed?
L184[08:12:15] <Blue_595> if anything its slower because youre spending machine cycles rendering the fkn ads
L185[08:13:55] ⇦ Quits: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de) (Remote host closed the connection)
L186[08:19:11] ⇨ Joins: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de)
L187[08:26:54] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.68.21) (Ping timeout: 189 seconds)
L188[08:28:32] ⇦ Quits: immibis (~immibis@x59cc8a95.dyn.telefonica.de) (Ping timeout: 378 seconds)
L189[08:40:14] <Ar​iri> I did it :D with u2f, totp, etc.
L190[08:40:14] <Ar​iri> https://i.imgur.com/1ggEVBY.png
L191[08:40:15] <Ar​iri> I wonder if I should encrypt the disk instead of nextcloud, since Ill likely have a plex server...
L192[08:40:37] ⇨ Joins: immibis (~immibis@46.114.34.202)
L193[09:02:49] <SquidDev> %tonk
L194[09:02:49] <MichiBot> Sard! Squi​dDev! You beat Compan​ionCube's previous record of <0 (By 1 hour, 12 minutes and 10 seconds)! I hope you're happy!
L195[09:02:50] <MichiBot> SquidDev's new record is 1 hour, 12 minutes and 10 seconds! SquidDev also gained 0.0012 tonk points for stealing the tonk. Position #11. Need 0.00216 more points to pass Mim​iru!
L196[09:06:31] ⇦ Quits: Inari (~Pinkishu@pD9E8F146.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L197[09:09:24] ⇨ Joins: Inari (~Pinkishu@pD9E8F146.dip0.t-ipconnect.de)
L198[09:24:47] ⇨ Joins: Vexatos (~Vexatos@port-92-192-72-27.dynamic.as20676.net)
L199[09:24:47] zsh sets mode: +v on Vexatos
L200[10:06:07] <Forec​aster> %tonk
L201[10:06:08] <MichiBot> I'm sorry Forecaster, you were not able to beat SquidDev's record of 1 hour, 12 minutes and 10 seconds this time. 1 hour, 3 minutes and 18 seconds were wasted! Missed by 8 minutes and 51 seconds!
L202[10:06:12] <Forec​aster> dangit
L203[10:10:17] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.68.21)
L204[10:10:23] ⇦ Quits: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de) (Ping timeout: 204 seconds)
L205[10:16:40] ⇦ Quits: LeshaInc (LeshaInc@fomalhaut.me) (Quit: I'm not living, I'm just killing time...)
L206[10:29:38] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.68.21) (Remote host closed the connection)
L207[10:29:49] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.68.21)
L208[10:30:03] <Forec​aster> %sip
L209[10:30:04] <MichiBot> You drink a solid water potion (New!). A voice whispers a secret into Forec​aster's ear only they can hear.
L210[10:30:48] <Blue_595> yeah sounds about right
L211[10:32:04] <Blue_595> %sip
L212[10:32:04] <MichiBot> You drink a shimmering sky potion (New!). As Blue_595 drinks the potion they become the target of a wad of llama spit! They fail to evade it with a 2 vs DC 12 and takes 1d​4 => 2 damage.
L213[10:35:34] <Forec​aster> unfortuante
L214[10:35:45] <Forec​aster> unfortunate [Edited]
L215[10:40:08] <Izaya> %ping
L216[10:40:10] <MichiBot> Ping reply from Iz​aya 1.3s
L217[10:40:13] <Izaya> huh.
L218[10:40:16] <Izaya> well
L219[10:40:19] <Izaya> that's fun
L220[10:40:24] <Izaya> can't ping 8.8.8.8 but I can ping 1.1.1.1
L221[10:41:22] <Izaya> I have like 70% packet loss to half the internet, and 100% to another quarter
L222[10:46:29] <Blue_595> %ping
L223[10:46:31] <MichiBot> Ping reply from Blue​_595 0.52s
L224[10:46:36] <Blue_595> HA!
L225[10:47:18] <Forecaster> %ping
L226[10:47:20] <MichiBot> Ping reply from Forec​aster 0.51s
L227[10:48:19] <Blue_595> ok well...
L228[10:48:28] <Blue_595> my computer has 20Mbps service apparently
L229[10:48:44] <Blue_595> @Frontier im paying for 500Mbps why am i getting 20
L230[10:49:55] <Blue_595> %ree
L231[10:50:04] <Izaya> That's a US ISP, right?
L232[10:50:10] <Blue_595> yes
L233[10:50:15] <Izaya> There's your why.
L234[10:50:29] <Izaya> Land of the free to screw other people over with anti-competitive business practices.
L235[10:51:21] <Blue_595> at the end it all boils down to the same 3 providers
L236[10:52:11] <Blue_595> well when this COVID stuff is over (not sure if it affects this place but just to be safe) im moving to Japan
L237[10:52:34] <Izaya> --- 8.8.8.8 ping statistics ---
L238[10:52:35] <Izaya> 871 packets transmitted, 0 received, 100% packet loss, time 881590ms
L239[10:52:55] <Izaya> I mean, my ISP had dubious peering before, but not being able to talk to Google is a new one.
L240[10:53:09] <Blue_595> how do i check system specifications in Linux Mint
L241[10:53:38] <Izaya> mate-system-info(?) or inxi
L242[10:55:49] <Blue_595> its a tab in System Reports nvm
L243[10:56:07] <Blue_595> also my Wi-Fi card isn't even manufactured anymore!
L244[10:56:21] <Izaya> most hardware isn't manufactured any more
L245[10:56:22] <Blue_595> old computer strikes again
L246[10:56:30] <Blue_595> fkn 2008 computer
L247[10:56:46] <Izaya> the only thing in my computer still made is the graphics card, and that's the newest part
L248[10:56:52] <Blue_595> found the product brief
L249[10:56:58] <Izaya> and it's pretty new - 2014
L250[10:57:39] <Blue_595> bandwidth specifications for my network card
L251[10:57:49] <Blue_595> 802.11b 11Mbps
L252[10:57:59] <Blue_595> 802.11a/g 54MBps
L253[10:58:52] <Blue_595> now what does my router offer
L254[10:58:59] <Izaya> tfw 802.11bgn router
L255[11:00:40] <Blue_595> 802.11ac
L256[11:00:56] <Blue_595> but it supports MoCA 2.0 :)
L257[11:01:07] <Blue_595> ...which we're not using since we don't have cable
L258[11:04:17] <Blue_595> router AC modem B/AG overlap A
L259[11:04:22] <Blue_595> expected bandwidth 54MBps
L260[11:04:27] <Blue_595> test was half duplex wtf
L261[11:04:44] ⇦ Quits: Izaya (~izaya@210-1-218-92-cpe.spintel.net.au) (Ping timeout: 190 seconds)
L262[11:05:02] <Blue_595> rip
L263[11:08:42] <Blue_595> wait a moment
L264[11:08:53] <Blue_595> i think i know why i cant find my phone
L265[11:09:47] <Blue_595> i went to my dads house a few weeks ago, and its either still in his car trunk, or the kitchen
L266[11:10:57] <Forec​aster> call it
L267[11:10:58] ⇦ Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L268[11:11:03] <Forec​aster> :D
L269[11:11:13] <Forec​aster> ask it where it is
L270[11:11:27] <Blue_595> ay yo katy can i borrow your phone
L271[11:15:11] <Blue_595> in other words
L272[11:15:13] <Blue_595> what the hell frontier
L273[11:16:08] ⇨ Joins: Teris (uid315557@2001:67c:2f08:5::4:d0a5)
L274[11:18:31] <Blue_595> were you going for Tetris?
L275[11:18:55] <Teris> No
L276[11:19:09] *** Blue_595 is now known as Tetris
L277[11:19:16] <Tetris> thats better
L278[11:21:09] <Tetris> well lemme put it like this: Trump is actively denying climate change
L279[11:22:50] <Tetris> Life is like soccer: My mom signed me up for it and I'm expected to do my best even though I f**king hate soccer.
L280[11:23:55] <Teris> I'm registering the Tetris nick once you quit
L281[11:24:15] <Tetris> well theres your answer
L282[11:24:23] ⇨ Joins: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
L283[11:25:08] <Tetris> you realize you can register the nick youre set to while logged in as another user right?
L284[11:25:18] <Teris> Yes
L285[11:25:24] <Teris> My primary name is Teris
L286[11:25:32] <Teris> I don't want anyone taking Tetris and then confusing others
L287[11:25:40] <Tetris> im not leaving yet
L288[11:25:53] <Teris> I'm a very patient woman
L289[11:25:59] <Tetris> uh Gmail Esper is not promotions?
L290[11:26:08] <Tetris> /msg NickServ VERIFY REGISTER Tetris ftlxfdzthgoy
L291[11:26:20] <Tetris> goddammit
L292[11:26:39] <Tetris> well it worked
L293[11:26:42] * Tetris shrugs
L294[11:27:35] <Tetris> does the code there have anything to do with password or...
L295[11:31:01] <Tetris> x86_64 not bad
L296[11:34:00] <Tetris> waiting for a response on #help
L297[11:39:30] <Tetris> how do i set flags again . . .
L298[11:41:23] <Tetris> figured it out
L299[11:41:26] <Tetris> /mode
L300[11:42:10] <Tetris> im using flag +cmnrtj 5:30
L301[11:45:05] <Tetris> im keeping +m
L302[11:45:20] <Tetris> op = myself and my bots
L303[11:45:26] <Tetris> voice = everyone allowed to talk
L304[11:46:17] ⇨ Joins: Izaya (~izaya@210-1-218-92-cpe.spintel.net.au)
L305[11:46:23] <Tetris> im gonna try a system where:
L306[11:47:04] <Tetris> i have an always-on operator robot which looks for people joining who are in a whitelist file, then calling "MODE +o <nick>"
L307[11:47:17] <dequbed> Teris: Unless you also devolve into confused rambling I don't think anybody will confuse you with Tetris.
L308[11:47:24] <Tetris> :D
L309[11:47:35] <Tetris> youre not wrong about confused
L310[11:47:39] <Tetris> but at the same time im offended
L311[11:47:42] <Teris> I will still take precautions
L312[11:47:56] <Tetris> hey! my name is red yours is blue
L313[11:47:58] <Tetris> i think were fine
L314[11:48:21] <dequbed> You *will* however annoy the living daylight out of anybody liking tab-completion.
L315[11:48:34] <Forec​aster> name colors are client side
L316[11:48:42] <Forec​aster> some clients don't color names at all
L317[11:48:47] <Tetris> your name is shorter Teris
L318[11:49:02] <Tetris> just to be safe im going back to Blue_595
L319[11:49:02] <Teris> I will still take precautions
L320[11:49:04] *** Tetris is now known as Blue_595
L321[11:49:58] <Blue_595> you just cant take the Tetris name anymore
L322[11:51:16] ⇨ Joins: Blue_163 (~c8h10n4o2@47.196.68.21)
L323[11:51:36] <Blue_163> well i guess i earned that
L324[11:51:56] <Blue_163> but remember if its Blue_**(*) registered to either the same guy or c8h10n4o2 its fine
L325[11:52:05] <Blue_595> wait nvm that was also me
L326[11:52:07] * Blue_595 facepalms
L327[11:52:13] ⇦ Quits: Blue_163 (~c8h10n4o2@47.196.68.21) (Client Quit)
L328[11:52:18] <Blue_595> wow im an idiot
L329[11:54:03] <dequbed> Blue_595: Unrelated but you most likely won't damage your GB by turning the LCD of w/o VBLANK - you do it most of the time when turning it off anyway. It's more of an a) it's not pretty b) Nintento engineers didn't know it definitely *wouldn't* damage shit if you do it 60 times a second all the time so they wrote in the manual that it definitely will.
L330[11:55:02] <Blue_595> tell people "dont do this or youll DIE" to keep them from doing it
L331[11:56:17] <Blue_595> well not the user manual, probably the developer manual
L332[11:58:55] <Blue_595> i need to set up a platform thats constantly on
L333[11:59:06] <Blue_595> oh if only i had a Raspberry Pi computer :(
L334[11:59:32] <Forec​aster> I just use a bouncer hosted by someone else
L335[11:59:48] <Blue_595> no
L336[11:59:50] <Blue_595> DIY or Die
L337[12:00:02] <Forec​aster> eh
L338[12:00:05] <Blue_595> and yet i use someone else's IRC client
L339[12:00:14] <Blue_595> and someone else's operating system
L340[12:00:33] <dequbed> Blue_595: And someone else's hardware. You can't do 100% DIY anymore and be sensible.
L341[12:00:34] <Blue_595> and hardware setu- well at some point it really isn't necessary i doubt people are gonna make their own architectures
L342[12:00:56] <Blue_595> i mean i encourage them to make their own architectures for OC, but not for IRL
L343[12:01:45] <dequbed> I encourage people to make their own ISA IRL just as much. As long as they don't insist on also building their own foundry, writing their own entire software stack and do all that on a shoestring budget.
L344[12:02:18] <Blue_595> IIRC there was/is a service called MOSIS which makes custom chips for people?
L345[12:02:39] <Blue_595> it is the JLCPCB of IC dies
L346[12:36:03] ⇦ Quits: Blue_595 (~c8h10n4o2@47.196.68.21) (Ping timeout: 204 seconds)
L347[12:39:57] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L348[12:46:25] ⇦ Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net) (Read error: Connection reset by peer)
L349[12:58:36] ⇦ Quits: immibis (~immibis@46.114.34.202) (Ping timeout: 189 seconds)
L350[13:30:19] ⇨ Joins: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L351[13:48:07] ⇨ Joins: immibis (~immibis@46.114.34.202)
L352[14:00:45] <immibis> telling people "don't do this or you die" doesn't work. look at coronavirus
L353[14:01:56] <SquidDev> %tonkout
L354[14:01:57] <MichiBot> Heckgosh! Squi​dDev! You beat your own previous record of 1 hour, 12 minutes and 10 seconds (By 2 hours, 43 minutes and 38 seconds)! I hope you're happy!
L355[14:01:58] <MichiBot> Squi​dDev has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.03838, Position #11 => #10 Need 0.02867 more points to pass The_St​argazer!
L356[14:16:00] <Forec​aster> %tonk
L357[14:16:01] <MichiBot> Gadsbudlikins! Forec​aster! You beat Squi​dDev's previous record of <0 (By 14 minutes and 4 seconds)! I hope you're happy!
L358[14:16:02] <MichiBot> Forecaster's new record is 14 minutes and 4 seconds! Forecaster also gained 0.00023 tonk points for stealing the tonk. Position #1.
L359[14:18:00] ⇨ Joins: Vexaton (~Vexatos@port-92-192-18-153.dynamic.as20676.net)
L360[14:18:00] zsh sets mode: +v on Vexaton
L361[14:20:34] ⇦ Quits: Vexatos (~Vexatos@port-92-192-72-27.dynamic.as20676.net) (Ping timeout: 190 seconds)
L362[14:21:17] *** Vexaton is now known as Vexatos
L363[14:29:44] ⇨ Joins: Blue_595 (~c8h10n4o2@47.196.68.21)
L364[14:37:11] <Adorabl​eCatgirl> i know what i must do now
L365[14:40:36] *** Blue_595 is now known as Tetris
L366[14:41:02] *** Tetris is now known as Blue_595
L367[14:44:56] <Amanda> Oh hey, new kernel. Maybe the i915 bug that sneaked into the LTS kernel will be fixed now
L368[14:48:21] ⇦ Parts: Blue_595 (~c8h10n4o2@47.196.68.21) (Leaving))
L369[14:50:18] <Ocawes​ome101> %tonk
L370[14:50:18] <MichiBot> Goshhawk! Ocawes​ome101! You beat Forec​aster's previous record of 14 minutes and 4 seconds (By 20 minutes and 13 seconds)! I hope you're happy!
L371[14:50:19] <MichiBot> Ocawesome101's new record is 34 minutes and 17 seconds! Ocawesome101 also gained 0.00034 tonk points for stealing the tonk. Position #6. Need 0.02489 more points to pass ThePi​Guy24!
L372[14:51:08] <Adorabl​eCatgirl> Amanda: amd_iommu is still broken :(
L373[14:52:50] <Amanda> @AdorableCatgirl not sure what that bug is. Seemingly randomly the i915 will hang, and resset, and then nothing using OpenGL or vulkan can launch or display anything
L374[14:53:18] <Adorabl​eCatgirl> just borks and doesn't let the computer come back from STR
L375[14:53:22] <Amanda> Not as bad as the latest kernel though, where it'll be a complete reboot
L376[14:53:47] <Adorabl​eCatgirl> anyways, time to write some C
L377[14:53:48] <Adorabl​eCatgirl> :)
L378[14:56:42] <Forec​aster> %sip
L379[14:56:43] <MichiBot> You drink a light emerald potion (New!). Forec​aster looks up and sees the moon smile at them for a second.
L380[14:56:49] <Forec​aster> ohno
L381[14:59:30] ⇨ Joins: Tetris (~c8h10n4o2@47.196.68.21)
L382[15:01:08] <Tetris> I have my own channel currently up: #bluestone
L383[15:01:21] <Tetris> Of course, based on my normal name, I'm just using this one to mock Teris
L384[15:02:25] <Tetris> anyone can join but it's read-only unless i deem you worthy and give you voice
L385[15:04:44] <Forec​aster> why would anyone join a read-only channel
L386[15:05:15] <stephan48> it really makes people feel welcome(welcome Teris) if the first thing you do is mocking them :D
L387[15:05:44] <Teris> I have been here for a long time
L388[15:05:46] <Tetris> read-only unless i consider you worthy of the channel and give you +v
L389[15:05:47] <Teris> Thank you for welcoming me
L390[15:06:27] *** Tetris is now known as Blue_165
L391[15:06:27] <stephan48> np, felt like i read your nick for the frist time.. mh. memory is getting bad
L392[15:06:39] <Forec​aster> is the test of worthyness the ability to stay quiet
L393[15:07:10] <Blue_165> you have no choice it's +m you can't speak unless you're +o (myself, bots, and trusted members) or +v (members)
L394[15:07:28] <Forec​aster> woosh
L395[15:07:58] <Blue_165> all are welcome to join, decision will be made on join
L396[15:08:08] <Adorabl​eCatgirl> ok
L397[15:08:45] <Adorabl​eCatgirl> i wanna do something with the UltraSPARC T2 tbh
L398[15:09:16] <Blue_165> Blue_393 is now manager of this server
L399[15:09:24] <Blue_165> of #bluestone *****
L400[15:10:07] *** Blue_165 is now known as Blue_002
L401[15:10:44] <Blue_002> btw there is a username theme here, recommended but not enforced
L402[15:10:53] <Blue_002> it will become very apparent when you join
L403[15:10:57] <Adorabl​eCatgirl> ok boomer
L404[15:11:36] <Blue_002> how exactly?
L405[15:11:40] <Forec​aster> is it that you have to have a number on the end and keep changing it
L406[15:12:31] <Blue_002> Blue_*** number can be anything, but lower numbers represent higher power
L407[15:12:43] <Forec​aster> right
L408[15:13:05] <Blue_002> so naturally Blue_000 is the channel operator
L409[15:13:30] <Adorabl​eCatgirl> ok
L410[15:13:31] <Blue_002> i may eventually set up a bot for that username
L411[15:14:39] <dequbed> Just stop =.= Unless you have a religious following you don't need your very own channel. And if you *do* you don't have to advertise it. And shouldn't either.
L412[15:14:50] <Adorabl​eCatgirl> http://tinyurl.com/y8g7uqv7
L413[15:22:53] <Blue_002> 50,000-alarm fire at alarm factory. Billy Joel briefly detained.
L414[15:32:25] <t20kdc> Billy Joel had nothing to do with it. He sang a song about it and everything.
L415[15:32:51] <Blue_002> thats why i said _briefly_
L416[15:33:08] <t20kdc> ...so, detained for the running time of the music video, then?
L417[15:33:29] <t20kdc> If so, that makes sense.
L418[15:35:09] <Blue_002> yeah i guess
L419[15:49:53] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L420[16:01:50] ⇦ Quits: Blue_002 (~c8h10n4o2@47.196.68.21) (Remote host closed the connection)
L421[16:02:01] ⇨ Joins: Blue_002 (~c8h10n4o2@47.196.68.21)
L422[16:05:41] ⇦ Quits: Blue_002 (~c8h10n4o2@47.196.68.21) (Ping timeout: 204 seconds)
L423[16:31:50] <SquidDev> %tonk
L424[16:31:50] <MichiBot> Goshhawk! Squi​dDev! You beat Ocawes​ome101's previous record of 34 minutes and 17 seconds (By 1 hour, 7 minutes and 14 seconds)! I hope you're happy!
L425[16:31:51] <MichiBot> SquidDev's new record is 1 hour, 41 minutes and 31 seconds! SquidDev also gained 0.00112 tonk points for stealing the tonk. Position #10. Need 0.02755 more points to pass The_St​argazer!
L426[16:36:12] ⇦ Quits: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net) (Ping timeout: 378 seconds)
L427[16:42:36] ⇨ Joins: Ch3Ater (~Ch3Ater@193.56.13.184)
L428[16:42:48] ⇦ Quits: Ch3Ater (~Ch3Ater@193.56.13.184) (Client Quit)
L429[17:15:29] <Inari> I need a better source for crackmes
L430[17:17:25] <Ocawes​ome101> Garfield, overlord of the barn http://tinyurl.com/yaken7ul
L431[17:24:53] <Inari> Amanda: Why does it require javascript anyway? Also thats creepy
L432[17:25:26] <Amanda> Inari: no idea re: js
L433[17:25:52] <Amanda> nor do I care
L434[17:26:32] <Inari> Eh, just seems odd a basic image viewer would need it I guess. I mean, already seems odd it needs a page to begin with
L435[18:16:18] <CompanionCube> AdorableCatgirl: i imagine the T1/T2 because that's what sun (rip) released
L436[18:16:53] <Adorabl​eCatgirl> yes
L437[18:17:20] <Adorabl​eCatgirl> T2 is OpenSPARC
L438[18:17:22] <Adorabl​eCatgirl> :)
L439[18:18:59] ⇨ Joins: LeshaInc (LeshaInc@fomalhaut.me)
L440[18:32:38] ⇨ Joins: Tetris (~tetris@47.196.68.21)
L441[18:35:53] ⇦ Quits: Tetris (~tetris@47.196.68.21) (Client Quit)
L442[19:36:19] <Od​ium> what is IRC?
L443[19:36:48] ⇨ Joins: gaben (webchat@ip-178-201-224-143.hsi08.unitymediagroup.de)
L444[19:36:56] <Ocawes​ome101> Internet Relay Chat
L445[19:37:24] <Ocawes​ome101> It, or things like it, have to my knowledge been around since the Internet was created
L446[19:37:27] ⇦ Quits: gaben (webchat@ip-178-201-224-143.hsi08.unitymediagroup.de) (Client Quit)
L447[19:40:30] <Michiyo> IIRC, IRC was created in August of '88 so yeah, basically :P
L448[20:28:45] <SquidDev> %tonkout
L449[20:28:45] <MichiBot> Dagnammit! Squi​dDev! You beat your own previous record of 1 hour, 41 minutes and 31 seconds (By 2 hours, 15 minutes and 23 seconds)! I hope you're happy!
L450[20:28:46] <MichiBot> Squi​dDev has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.0465, Position #10 Need 0.02055 more points to pass The_St​argazer!
L451[20:29:45] <Inari> %sip
L452[20:29:45] <MichiBot> You drink a seeping cerulium potion (New!). Inari realizes this was actually a Cloudy Grathnode potion.
L453[20:30:01] <Inari> %sip cloudy grathnode potion
L454[20:30:02] <MichiBot> You drink a cloudy grathnode potion (New!). Inari gains the ability to talk to fish until they say the word "Actually" followed by "Woof".
L455[20:30:12] <Inari> Handy
L456[20:38:22] <dequbed> Michiyo: Give or take some 19/15/7 years ;)
L457[20:41:09] <Inari> %pet dequbed
L458[20:41:10] <MichiBot> Inari is brushing dequbed with a family of quakers. dequbed regains 1d4 => 1 hit points!
L459[20:46:52] <DaCompu​terNerd> That's a lot of brushing
L460[20:50:38] <Inari> Will brush you
L461[20:51:38] * Amanda beams a bowl of raw rice in front of Inari for dinner
L462[20:56:07] <Ar​iri> https://i.imgur.com/pujENEq.png I've never seen such a marvelous sight in my own home before...
L463[20:56:26] <CompanionCube> glorious
L464[20:58:07] <Ar​iri> truly, but also what the heck do I have in this zip wowie
L465[20:58:08] <Ar​iri> https://i.imgur.com/guGHQdv.png
L466[20:58:18] <B​ob> zip bomb
L467[20:58:46] <Ar​iri> is that a subtle way of saying to use tsar
L468[21:01:15] <CompanionCube> i mean, 34GB's a pretty mediocre zip bomb...
L469[21:02:17] <Ar​iri> It’s probably uncompressed, or very little, it was a backup from dropbox from a long time ago I had sitting on the drive
L470[21:02:17] <Ar​iri> Guess I’ll find out what it is later
L471[21:02:37] <Ar​iri> %s/what it is/whats in it
L472[21:02:37] <MichiBot> <Ariri> Guess I’ll find out whats in it later
L473[21:02:44] <CompanionCube> the canonical zipbomb would probably be 42.zip, which is petabytes iirc...
L474[21:02:46] <Lizzy> %tonk
L475[21:02:47] <MichiBot> Fudge! Li​zzy! You beat Squi​dDev's previous record of <0 (By 34 minutes and 1 second)! I hope you're happy!
L476[21:02:48] <MichiBot> Lizzy's new record is 34 minutes and 1 second! Lizzy also gained 0.00057 tonk points for stealing the tonk. Position #3. Need 0.04927 more points to pass Compan​ionCube!
L477[21:04:55] ⇨ Joins: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de)
L478[21:06:34] <Ocawes​ome101> Izaya: I have a Z80 machine now
L479[21:06:46] <Ocawes​ome101> A TI-85 calculator
L480[21:15:27] <Izaya> neat
L481[21:15:29] <Izaya> did you know
L482[21:15:44] <Izaya> a TI-89 is a more powerful computer than an original Macintosh?
L483[21:25:14] <Xav​101> Speaking of calculators, does anyone know of a calculator that ran a full lisp
L484[21:25:26] <Xav​101> I know of RPL calculators but idk if RPL really counts
L485[21:25:35] <Xav​101> it isn't parenthesized
L486[21:26:04] <Sagh​etti> lisp implemented in ti basic when
L487[21:26:43] <Brisingr​Aerowing> Lisp for OC when?
L488[21:27:13] <Brisingr​Aerowing> Though I seem to remember a Lisp to Lua compiler mentioned somewhere.
L489[21:28:14] <Amanda> Urn
L490[21:28:46] <Brisingr​Aerowing> Hm?
L491[21:28:47] * CompanionCube pokes SquidDev
L492[21:29:04] <CompanionCube> https://urn-lang.com/
L493[21:29:53] <Brisingr​Aerowing> Huh.
L494[21:30:00] <Brisingr​Aerowing> Makes note
L495[21:33:21] <Brisingr​Aerowing> Ah.
L496[21:33:23] <dequbed> Also Fennel: https://fennel-lang.org/
L497[21:33:23] <Brisingr​Aerowing> https://github.com/OpenPrograms/Sangar-Programs/blob/master/lisp.lua
L498[21:33:30] <Brisingr​Aerowing> That's what I remember seeing.
L499[21:36:07] <SquidDev> Yeah, Fennel is probably the best of those. Though not sure how much it depends on the debug library
L500[21:37:07] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L501[21:58:04] <Adorabl​eCatgirl> OH
L502[21:58:05] <Adorabl​eCatgirl> YEAH
L503[21:58:13] <Adorabl​eCatgirl> I HAVE A BIG BRAIN IDEA FOR REAL ARCHES IN OC
L504[22:00:37] <Sagh​etti> :bigbrain:
L505[22:03:27] <CompanionCube> yes?
L506[22:06:22] ⇦ Quits: ben_mkiv (~ben_mkiv@i5E86B056.versanet.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@88.130.156.41)))
L507[22:06:27] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.156.41)
L508[22:11:05] <Izaya> there's scheme in java, isn't there?
L509[22:17:07] <Lizzy> %tonkout
L510[22:17:09] <MichiBot> By my throth! Li​zzy! You beat your own previous record of 34 minutes and 1 second (By 40 minutes and 21 seconds)! I hope you're happy!
L511[22:17:10] <MichiBot> Li​zzy has tonked out! Tonk has been reset! They gained 0.001 tonk points! Current score: 0.57881, Position #3 Need 0.04827 more points to pass Compan​ionCube!
L512[22:29:39] <Kristo​pher38> @AdorableCatgirl what arch are you gonna implement, I don't remember you mentioning that
L513[22:30:17] <Adorabl​eCatgirl> SPARC, probably
L514[22:31:56] <Michiyo> x86!
L515[22:32:06] <Michiyo> x86_64!
L516[22:32:51] <Adorabl​eCatgirl> no
L517[22:34:36] <Michiyo> :P
L518[22:36:20] <Sagh​etti> ARMv7
L519[22:36:28] <Sagh​etti> when
L520[22:36:42] <Izaya> ARMv2 when
L521[22:36:48] <Izaya> 26-bit addressing
L522[22:37:06] <Michiyo> ARM v7 so I can run DS software!
L523[22:37:10] <Michiyo> :p
L524[22:37:22] <Sagh​etti> 26 bit addressing makes me cringe
L525[22:39:39] <Izaya> I mean it's kinda a weird decision
L526[22:40:07] <Izaya> but when you're designing in the mid 80s, 26-bit addressing probably seemed like amazing luxury, and would let you pack instructions into less space
L527[22:52:25] <CompanionCube> imo x86 20-bit is worse than 26-bit
L528[22:56:10] <t20kdc> wasn't x86 20-bit based on a weird (seg << 4) + ofs thingy?
L529[22:56:33] <t20kdc> that suffered from a remarkable lack of making any sense whatsoever?
L530[22:57:05] <CompanionCube> yep, address bus was 20-bit but the ISA was 16-bit so you needed the stupid segmentation
L531[22:57:14] <t20kdc> though it did wonders for reducing code relocation concerns
L532[22:57:16] <Sagh​etti> segments...
L533[22:57:59] <Izaya> begone
L534[22:58:40] <CompanionCube> them being basically gone in x86_64 is a good thing
L535[22:59:01] <Izaya> I'm glad AMD fixed Intel's mistake
L536[22:59:22] <t20kdc> on the one hand, 8086 segmentation was messy, on the other hand, 8086 code didn't need relocations in a system with (then) no MMU
L537[23:01:01] * CompanionCube recalls it later being put to good use though
L538[23:01:36] ⇨ Joins: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
L539[23:04:39] <Izaya> :q
L540[23:04:40] <Izaya> uh
L541[23:04:48] <Izaya> wrong terminal
L542[23:23:04] <ThePi​Guy24> %tonk
L543[23:23:04] <MichiBot> Dogast! ThePi​Guy24! You beat Li​zzy's previous record of <0 (By 1 hour, 5 minutes and 55 seconds)! I hope you're happy!
L544[23:23:05] <MichiBot> ThePiGuy24's new record is 1 hour, 5 minutes and 55 seconds! ThePiGuy24 also gained 0.0011 tonk points for stealing the tonk. Position #5. Need 0.19231 more points to pass simo​n816!
L545[23:23:12] <phil​ip83> What do you guys think of this program i made for graphing?
L546[23:23:12] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/asomoyequk
L547[23:23:24] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/jiqejagefo
L548[23:23:34] <phil​ip83> Code Block pastebined https://paste.pc-logix.com/ifazaxoyiv [Edited]
L549[23:23:43] <ThePi​Guy24> please use pastebin or some other service as large blocks of code can get messy in chat
L550[23:23:48] <phil​ip83> k
L551[23:23:48] <ThePi​Guy24> especially in IRC
L552[23:23:52] <phil​ip83> got it
L553[23:23:59] <B​ob> Yeah....
L554[23:24:06] <Michiyo> well, thankfully Corded sends paste.pc-logix.com links
L555[23:24:12] <Michiyo> :P
L556[23:24:14] <B​ob> Lol
L557[23:24:19] <B​ob> Lucky IRC peeps
L558[23:24:21] <Michiyo> <^phil​ip83> Code Block pastebined https://paste.pc-logix.com/asomoyequk
L559[23:24:21] <Michiyo> <^phil​ip83> Code Block pastebined https://paste.pc-logix.com/jiqejagefo
L560[23:24:21] <Michiyo> <^phil​ip83> Code Block pastebined https://paste.pc-logix.com/ifazaxoyiv [Edited]
L561[23:24:39] <phil​ip83> sry about that
L562[23:25:19] <B​ob> I think that for libs especially GPUs should have microoptimization like localized functions
L563[23:25:50] <B​ob> And i dont get why you dont have the gpu localized as an upvalue but get it when summoning an object
L564[23:26:06] <phil​ip83> i suck at opencomputers
L565[23:26:08] <B​ob> If youre going for OOP, you can bind a GPU to the class
L566[23:26:18] <B​ob> This is more about Lua still
L567[23:26:24] <B​ob> Components are just tables
L568[23:26:26] <phil​ip83> im going for a program i can use on any computer with a gpu
L569[23:26:37] <B​ob> And if they dont chancge theres little to no point to reget them everyte
L570[23:26:41] <B​ob> Time*
L571[23:26:53] <phil​ip83> this is inteded to graph power ofver time
L572[23:26:59] <B​ob> Without a GPU its hard to use a computer
L573[23:27:08] <phil​ip83> xD
L574[23:27:19] <phil​ip83> mind making the changes so i can see what u mean?
L575[23:27:29] <B​ob> I have a graph lib, and drawing over time is just shifting the graph then adding a new entry
L576[23:27:54] <B​ob> I can share my GPU Lib so you can see how much i push microoptimization by localizing GPU calls lol gimme a sec
L577[23:27:58] <phil​ip83> thats what this is for Code Block pastebined https://paste.pc-logix.com/fohatodupa
L578[23:28:22] <phil​ip83> literally works by pushing old values down
L579[23:30:44] <Kristo​pher38> I've got a cursed idea - computer in logisim which runs lua bytecode natively
L580[23:30:59] <B​ob> And only bytecode
L581[23:31:12] <Kristo​pher38> yeah
L582[23:31:31] <Kristo​pher38> with cpu supporting only lua vm opcodes
L583[23:32:27] <Ocawes​ome101> that'd be interesting
L584[23:32:41] <Ocawes​ome101> the LuaCPU™️
L585[23:33:03] <B​ob> Features paralel threading
L586[23:33:32] <B​ob> https://github.com/big-lip-bob/OCMessesAndBadCode/blob/master/Libraries/bobs_new_graph.lua @philip83
L587[23:34:18] <B​ob> Altough im still very unproud of this
L588[23:34:25] <Izaya> consider also: the same CPU, but built out of TTL ICs
L589[23:34:26] <B​ob> It can be done so much better
L590[23:34:39] <Kristo​pher38> http://lua-users.org/lists/lua-l/2005-01/msg00351.html
L591[23:37:24] <Ocawes​ome101> nice
L592[23:47:43] <Michiyo> my new server CPUs are on the way \o/
L593[23:50:14] <Kristo​pher38> @payonel may I have a question regarding lua bytecode? I'm trying to understand OP_VARARG, the unofficial docs say it copies `B-1` params to `A` number of registers starting from `R(A)`, but where does it copy the values from? The pseudocode that goes with it (`VARARG A B R(A), R(A+1), ..., R(A+B-1) = vararg`) isn't very helpful in that regard
L594[23:51:52] <Kristo​pher38> I see mentions of L->top it's either nothing concrete or I can't understand where on the stack are those copied values
L595[23:52:02] <Kristo​pher38> I see mentions of L->top but it's either nothing concrete or I can't understand where on the stack are those copied values [Edited]
L596[23:52:39] <pay​onel> i dont know the bytecode spec
L597[23:52:46] <pay​onel> but i know the lua engine pretty well
L598[23:53:01] <pay​onel> if you want to point me to a specific function i can review it
L599[23:53:17] <t20kdc> Kristopher38: Regarding where the values come from: see functions of the form function (a, ...) return pcall(a, ...) end - these functions need to be able to acquire parts of the '...' for various reasons.
L600[23:53:31] <t20kdc> I'm not sure of the exact indexes involved though.
L601[23:54:07] <t20kdc> (example code that I'd assume would create usage of VARARG: function test(...) local a, b = ... return a, b end)
L602[23:55:02] <Inari> Amanda: Rude
L603[23:56:58] <Kristo​pher38> t20kdc: I need exact details, I know vararg's purpose and when it's emmited in the bytecode, the exact stack and register indexes are my concern here
L604[23:57:06] <Amanda> Inari: What? I just ate some,it should be fine!
L605[23:57:42] <Inari> Amanda: at least cook it before you eat it
L606[23:57:45] <Kristo​pher38> @payonel I believe this would give me the answers I need https://github.com/lua/lua/blob/v5.3/lvm.c#L1295
L607[23:58:07] <Amanda> Inari: but I don't get my cookingpedia completed if I don't eat it raw
L608[23:58:20] <Inari> haha
L609[23:58:39] <Inari> Amanda: Have fun eating slime mould
L610[23:58:57] <t20kdc> Kristopher38: "luac -l somelua.lua" can provide a presumably-sufficient disassembly, so writing stuff that causes VARARG emission should generate actual usages for comparison with whatever you're doing.
<<Prev Next>> Scroll to Top