<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:20:15] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L2[00:57:51] <Saphire> Yay?
L3[00:58:17] <Izaya> yay indeed
L4[00:58:31] <Izaya> it's trivial to make installer disks from oppm repos now :D
L5[00:59:52] ⇨ Joins: Lol (Lol!webchat@pool-77-222-105-137.is74.ru)
L6[00:59:58] ⇦ Quits: Lol (Lol!webchat@pool-77-222-105-137.is74.ru) (Client Quit)
L7[01:22:51] ⇦ Quits: Saphire-Matrix (Saphire-Matrix!~saphirema@2001:470:1af1:107::126) (Ping timeout: 182 seconds)
L8[01:39:25] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Quit: Leaving)
L9[01:46:16] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L10[02:31:27] ⇦ Quits: cloakable (cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L11[02:34:34] <asie> https://img.asie.pl/NYkk my personal Lena being read from a .PNG and rendered at ~320x200 (slightly cropped, need to add a proper screenshot tool to my simulator)
L12[02:34:42] <asie> in OC
L13[02:34:42] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L14[02:34:47] <asie> without any conversion steps
L15[02:34:49] <asie> no dither yet
L16[02:35:05] <asie> of course, it won't be as good as CTIF, but...
L17[02:35:12] <Izaya> not bad
L18[02:36:26] ⇨ Joins: Saphire-Matrix (Saphire-Matrix!~saphirema@2001:470:1af1:107::126)
L19[02:36:44] <Izaya> how is it on that side, Saph/
L20[02:42:49] ⇨ Joins: cloakable (cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net)
L21[02:45:59] <Forecaster> %shell
L22[02:46:00] * MichiBot loads sweet, red liquid into a shell and fires it. It strikes brandon3055. They take 9 damage. Saphire-Matrix and S3 stood too close and take 7 and 9 damage respectively.
L23[02:46:18] <Forecaster> %loot
L24[02:46:18] <MichiBot> Forecaster: You get a loot box! It contains a 3d-printer that only prints in papier mache.
L25[02:46:28] <Forecaster> D:
L26[02:53:30] <asie> https://img.asie.pl/140Y
L27[02:53:38] <asie> top: in-game PNG renderer, bottom: state of the art
L28[02:56:21] <asie> the top picture is at least viewable, and isn't "160x50-pretending-to-be-320x100" like my last in-OC high-density viewer was
L29[03:42:16] <asie> https://img.asie.pl/bWAR this is releaseable.
L30[03:48:25] ⇨ Joins: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@p4fed5e14.dip0.t-ipconnect.de)
L31[03:49:59] <asie> the big missing thing right now that i can still add is error propagation
L32[03:53:14] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107179487A1741063A20556CE.dip0.t-ipconnect.de)
L33[03:53:14] zsh sets mode: +v on Vexatos
L34[03:53:57] <asie> Vexatos: https://img.asie.pl/bWAR
L35[03:54:08] <asie> the top one is worse, yes, but it loads PNGs in OpenComputers without external conversion
L36[04:00:03] <Vexatos> notbad.ctif
L37[04:02:03] <asie> >.ctif
L38[04:02:05] <asie> not anymore!
L39[04:02:16] <asie> (well, for now, yes. I need to rewrite CTIF's converter now and add a realtime mode based off this
L40[04:02:18] <asie> )
L41[04:03:08] <Vexatos> ok.ctif.jpeg.mcmeta
L42[04:06:17] <asie> https://github.com/ChenThread/octagon/blob/master/pngview.lua
L43[04:06:41] <asie> @20kdc you might want to integrate this, if you want. pngview can probably be adapted to also cooperate with bmp.lua
L44[04:10:31] <Izaya> ohey it's Vexatos
L45[04:10:53] <Izaya> oppm question can I store stuff like post-installation commands in oppm's programs.cfg for my own uses?
L46[04:11:07] <Vexatos> uh what
L47[04:11:17] <Vexatos> oppm has no post-installation execution stuffery
L48[04:11:21] <Vexatos> if you mean that
L49[04:11:23] <Izaya> indeed
L50[04:11:30] <Izaya> so it won't freak if I have it in there?
L51[04:11:36] <Izaya> I don't want to have to add it in during processing
L52[04:11:40] <Vexatos> I mean it loads programs.cfg as a Lua table
L53[04:11:53] <Izaya> but my from-disk installer CAN do post-installation stuff
L54[04:11:55] <Izaya> :D
L55[04:12:12] <Vexatos> it load()s `return <thefilecontents>`
L56[04:12:42] <Izaya> aight
L57[04:12:44] <Izaya> good
L58[04:12:46] <Izaya> just making sure
L59[04:13:51] <Izaya> I wrote a .install that uses oppm repo metadata to allow you to select to install multiple packages from one disk
L60[04:14:08] <Izaya> https://my.mixtape.moe/fnxxbm.webm
L61[04:14:28] <Izaya> (I rewrote it again today so that's not 100% current but you get the idea)
L62[04:34:41] <Alex404> @payonel i was able to make a thread in the autorun and make the pc end the initialization. Thanks!
L63[04:39:27] <Alex404> had to remove the check for term.isAvailable() because I think it its alway unavailable when starting the pc but oh well. the program works
L64[04:39:39] <Alex404> had to remove the check for term.isAvailable() because I think its alway unavailable when starting the pc but oh well. the program works [Edited]
L65[04:59:03] ⇦ Quits: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@p4fed5e14.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L66[05:52:16] ⇨ Joins: Whonock (Whonock!~whonock@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net)
L67[05:52:43] <Whonock> Phraser
L68[05:54:21] ⇨ Joins: Phraser (Phraser!~phraser@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net)
L69[05:55:16] <Whonock> Praser connected
L70[05:55:25] <Phraser> CONNECTED
L71[05:55:32] <Whonock> Working?
L72[05:55:39] <Phraser> Yeo
L73[05:55:54] <Phraser> Anyone else connected?
L74[05:56:15] ⇦ Quits: Phraser (Phraser!~phraser@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net) (Client Quit)
L75[05:56:21] ⇦ Quits: Whonock (Whonock!~whonock@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net) (Client Quit)
L76[05:56:30] ⇨ Joins: Whonock (Whonock!~whonock@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net)
L77[05:56:45] ⇨ Joins: Phraser (Phraser!~phraser@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net)
L78[05:57:03] ⇦ Quits: Whonock (Whonock!~whonock@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net) (Client Quit)
L79[05:58:36] ⇦ Quits: Phraser (Phraser!~phraser@cpc110311-king12-2-0-cust968.19-1.cable.virginm.net) (Client Quit)
L80[06:08:03] <Forecaster> Oh Kay...
L81[06:21:05] <Izaya> asie: https://i.4cdn.org/g/1530293759639.png someone thought you'd appreciate this
L82[06:27:14] <asie> https://oc.cil.li/index.php?/topic/1653-pngview-high-resolution-png-viewer-in-opencomputers/
L83[06:27:21] <asie> Izaya: been there seen that
L84[06:27:40] <Izaya> makes sense
L85[06:51:59] ⇨ Joins: Inari (Inari!~Pinkishu@p4fc1ecd7.dip0.t-ipconnect.de)
L86[07:18:45] <vifino> I agree with that image.
L87[07:25:04] <Forecaster> ++ for effort
L88[08:10:26] <Z0idburg> bleh
L89[08:10:33] <Z0idburg> I gotta leave this town
L90[08:11:15] <Z0idburg> some 12 year old kid stole a school bus
L91[08:13:06] <Izaya> impressive
L92[08:20:52] <AmandaC> Didn't know you were a twelve year old kid, Sophia. Which juvie are they sending you to?
L93[08:23:06] <Izaya> ???
L94[08:27:55] <AmandaC> Sophia = @Z0idburg -- I'm too lazy to type the handle on my phone, and his IRC nick is short for Sohpia 3, a WW2 era tank model
L95[08:33:18] <Z0idburg> AmandaC has an impressive memory
L96[08:33:58] <AmandaC> I'd probably not remember it if you didnt have such an amusing reaction to me misgendering you when you originally had the nick. :P
L97[08:34:00] <Z0idburg> Also, you know how old I am
L98[08:34:08] <Z0idburg> I'm turning 30 in a few days
L99[08:34:43] <Z0idburg> Oh yeah I forgot about that
L100[08:35:17] <Z0idburg> i am a person of amusing reactions. This has been told to me by many people
L101[08:40:06] <Z0idburg> ... ok I put last nights leftovers in the freezer
L102[08:40:09] <Z0idburg> apparently
L103[08:42:05] <AmandaC> %choose try and be productive or don't bother
L104[08:42:05] <MichiBot> AmandaC: try and be productive
L105[08:42:09] <AmandaC> :(
L106[08:42:12] <AmandaC> Mean MichiBot
L107[08:42:12] <MichiBot> ;_;
L108[08:44:01] <Izaya> oh right
L109[08:44:18] <Izaya> iunno, I know it's wrong but I like to think it's S3 as in S3 Savage
L110[08:47:02] <Z0idburg> Funny AmandaC says it's WWII era though
L111[08:47:12] <Z0idburg> considering last I knew AmandaC was about as old as I am
L112[08:47:20] <Z0idburg> which means that she's calling herself old
L113[08:47:41] <AmandaC> I'm 26, and I was iffy about the WW2 part
L114[08:47:50] <Z0idburg> XD
L115[08:47:52] <AmandaC> You explained it multiple times to me when I misgendered you.
L116[08:48:06] <Z0idburg> Yeah probably
L117[08:48:10] <Z0idburg> It's unimportant
L118[08:48:49] <Izaya> oh speaking of graphics processors I figured out what to do with one of the two HD 7450s - I'll swap the 8800GT in one of my C2D machines out for it. Same performance, half the power, half the noise.
L119[08:49:55] <Z0idburg> noise is good though, it lets you know when your computer is running.
L120[08:50:06] <Izaya> yeah but WHOOOOOOOOSH is annoying
L121[08:50:15] <Izaya> single-slot blower cooler isn't great for quiet
L122[08:58:28] <Z0idburg> I decided to stick with the other commenting and rewrite the actor model scheduler to be more...
L123[08:58:30] <Z0idburg> I dunno
L124[08:58:42] <Z0idburg> less closure OOP
L125[08:59:07] <Z0idburg> now, you build the scheduler, it returns a table of the schedulers state, and you just pass the state of the scheduler to the scheduler functions
L126[08:59:17] <Z0idburg> saves memory if you want more than one scheduler
L127[09:00:00] <Z0idburg> It's not immutable, so you do need to be careful about having multiple threads access the same state but
L128[09:00:07] <Z0idburg> don't do that ?
L129[09:13:36] <Z0idburg> I think this just makes way more sense
L130[09:13:51] <Z0idburg> Code Block pastebined https://paste.pc-logix.com/ehazofanuw
L131[09:14:49] <Izaya> https://i.redd.it/ynzqnam92d3y.png
L132[09:16:28] <MGR> Lol
L133[09:16:50] <Z0idburg> wut
L134[10:13:06] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L135[11:09:22] <Inari> https://pbs.twimg.com/media/Dg8inWrWAAAIHYb.jpg:large
L136[11:20:41] <Skye> Inari, yuri~
L137[11:22:09] <Alex404> by the emperor. this is heresy
L138[11:24:30] <Kodos> Kind of tempted to pick up KTANE
L139[11:25:43] <Inari> Ah, Keep Talking and Noone Explodes
L140[11:25:59] <Inari> I tried sticking KTANE into steam search and it came up with some gam ecalled Deep Sixed for somer ason
L141[11:26:02] <Inari> *some reaon
L142[11:26:04] <Inari> ...
L143[11:26:06] <Inari> *some reason
L144[11:28:16] <Kodos> Lol
L145[11:28:27] <Kodos> It looks fun though. And I have a friend who would happily be my manual guy
L146[12:36:50] <Vexatos> Did anyone mention this yet btw https://puu.sh/AODop/efd66952d1.png
L147[12:37:36] <Vexatos> good mod I was told
L148[12:58:47] <Inari> I feel like Sangar did mention it
L149[13:01:32] <Inari> https://i.pinimg.com/originals/85/1b/ec/851bec740128a33acdae7c6c5aa1f74e.gif when you steal sweets :<
L150[13:06:46] <Skye> Inari, is that a _SWORD_
L151[13:07:38] <Kleadron> what the hell
L152[13:13:24] <Inari> Skye: Sure, a sheathed one
L153[13:14:58] <Skye> wot
L154[13:15:37] <Kleadron> ima call the internet police
L155[13:16:45] <Inari> Skye: what?
L156[13:18:51] <Kleadron> Skye are you done with minios
L157[13:19:31] <Skye> I haven;'t worked on miniOS for quite some time
L158[13:19:53] <Kleadron> the github says that the most recently updated files are from a year ago
L159[13:21:57] <Kleadron> at least it still works
L160[13:22:05] <Skye> It's incomplete but usable
L161[13:22:19] <Kleadron> but theres no editor for creating programs, so thats a huge drawback
L162[13:23:56] ⇨ Joins: ShadTheMaster88-4 (ShadTheMaster88-4!~ShadTheMa@75.181.0.153)
L163[13:25:18] ⇦ Quits: ShadTheMaster88-4 (ShadTheMaster88-4!~ShadTheMa@75.181.0.153) (Client Quit)
L164[13:29:40] <Skye> You make programs externally
L165[13:29:49] <Skye> Or you use Izaya's old SKED
L166[13:31:55] <Kleadron> I see now
L167[13:56:45] *** Guest20423 is now known as Thog
L168[13:59:37] <gamax92> Good ol ideas that I have no idea how to do properly so they run super slowly
L169[14:21:21] ⇦ Quits: bl0m1 (bl0m1!~bl0m1@2a03:b0c0:0:1010::3d1:6001) (Remote host closed the connection)
L170[14:21:26] <Wuerfel_21> TFW no texture swizzling in GL 1.4
L171[14:24:44] <gamax92> why such an old GL version
L172[14:30:08] ⇨ Joins: erin (erin!~erin@47.148.46.143)
L173[14:33:42] <Wuerfel_21> because i was too lazy to write the boilerplate for the later versions
L174[14:34:05] <Wuerfel_21> and i actually own some hardware that doesn't do GL 2.x
L175[14:34:09] <Wuerfel_21> thanks intel
L176[14:42:14] ⇨ Joins: erinnnn (erinnnn!~erin@47.148.46.143)
L177[14:42:59] ⇦ Quits: erin (erin!~erin@47.148.46.143) (Ping timeout: 194 seconds)
L178[14:44:08] ⇨ Joins: erin (erin!~erin@47.148.46.143)
L179[14:45:55] ⇦ Quits: erinnnn (erinnnn!~erin@47.148.46.143) (Ping timeout: 198 seconds)
L180[14:47:16] ⇦ Quits: erin (erin!~erin@47.148.46.143) (Remote host closed the connection)
L181[14:47:29] ⇨ Joins: erin (erin!~erin@47.148.46.143)
L182[14:50:35] ⇦ Quits: erin (erin!~erin@47.148.46.143) (Remote host closed the connection)
L183[14:50:46] ⇨ Joins: erin (erin!~erin@47.148.46.143)
L184[15:30:48] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L185[15:30:56] <Wuerfel_21> altough thanks to `GL_ALPHA8`, i got away with half the texture memory the swizzling method would have used
L186[16:04:16] ⇨ Joins: MeXaN1cK (MeXaN1cK!~quassel@broadband-90-154-71-58.ip.moscow.rt.ru)
L187[16:07:45] ⇦ Parts: MeXaN1cK (MeXaN1cK!~quassel@broadband-90-154-71-58.ip.moscow.rt.ru) (http://quassel-irc.org - Chat comfortably. Anywhere.))
L188[16:16:45] ⇨ Joins: ayden (ayden!~ayden@142-217-117-103.telebecinternet.net)
L189[16:17:33] ⇨ Joins: anikin (anikin!~anikin@142-217-117-103.telebecinternet.net)
L190[16:18:53] ⇨ Joins: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:a802:2eb3:e1f0:9db5)
L191[16:22:33] ⇦ Quits: anikin (anikin!~anikin@142-217-117-103.telebecinternet.net) (Quit: anikin)
L192[16:22:42] ⇦ Quits: ayden (ayden!~ayden@142-217-117-103.telebecinternet.net) (Quit: ayden)
L193[16:41:52] <Inari> https://twitter.com/BlackestWeeb/status/1012909714324316162 I'm... confused
L194[16:41:53] <MichiBot> Fri Jun 29 23:04:29 CDT 2018 @BlackestWeeb: @ochikomukitsune https://t.co/VZuaOzgefr
L195[17:06:35] ⇨ Joins: BearishMushroom (BearishMushroom!~BearishMu@83-233-157-194.cust.bredband2.com)
L196[17:11:09] <Forecaster> %shell
L197[17:11:09] * MichiBot loads yuichiri nectar into a shell and fires it. It strikes the ground near S3, Patchi and Keridos. They each take 10, 7 and 7 splash damage respectively.
L198[17:11:17] <Forecaster> %loot
L199[17:11:18] <MichiBot> Forecaster: You get a loot box! It contains a particularly fat bee.
L200[17:26:29] <Wuerfel_21> **ENTROPY WINS** http://tinyurl.com/y7e2rkrz
L201[17:33:41] <AmandaC> %choose game or anime
L202[17:33:41] <MichiBot> AmandaC: game
L203[17:33:43] <AmandaC> hrm
L204[17:33:49] <AmandaC> okay I guess, but first: food
L205[17:33:50] <Forecaster> %ohno
L206[17:33:50] <MichiBot> Forecaster: ohno
L207[17:37:22] <AmandaC> Why is me getting food an ohno?
L208[17:54:42] <Temia> %loot
L209[17:54:42] <MichiBot> Temia: You get a loot box! It contains an eraser.
L210[17:54:56] <Inari> %loot
L211[17:54:56] <MichiBot> Inari: You get a loot box! It contains a mask of your face.
L212[17:55:00] <Inari> D:
L213[17:55:37] <Kodos> %loot
L214[17:55:37] <MichiBot> Kodos: You get a loot box! It contains a pencil.
L215[17:55:44] <Inari> %pet Temia
L216[17:55:45] * MichiBot pets Temia with catfish buuz. 7 health gained!
L217[17:56:45] * Temia nom, hangs off buuz
L218[17:57:43] ⇦ Quits: Inari (Inari!~Pinkishu@p4fc1ecd7.dip0.t-ipconnect.de) (Quit: 'You can tune a piano... but you can't tuna fish!')
L219[18:38:24] <Kleadron> that horrible pun almost killed my last two brain cells
L220[18:44:04] <gamax92> %loot
L221[18:44:04] <MichiBot> gamax92: You get a loot box! It contains a Shiny army of raging Mimiru! (10%)
L222[18:44:08] <gamax92> oh
L223[18:58:28] ⇨ Joins: ShadTheMaster98 (ShadTheMaster98!~Anonymous@61.sub-174-193-128.myvzw.com)
L224[19:00:03] ⇦ Quits: ShadTheMaster98 (ShadTheMaster98!~Anonymous@61.sub-174-193-128.myvzw.com) (Remote host closed the connection)
L225[19:00:33] ⇨ Joins: ShadTheMaster98 (ShadTheMaster98!~ShadTheMa@61.sub-174-193-128.myvzw.com)
L226[19:01:04] ⇨ Joins: ShadTheMaster88 (ShadTheMaster88!webchat@61.sub-174-193-128.myvzw.com)
L227[19:01:50] ⇦ Quits: ShadTheMaster98 (ShadTheMaster98!~ShadTheMa@61.sub-174-193-128.myvzw.com) (Remote host closed the connection)
L228[19:03:46] ⇨ Joins: ShadTheMaster98 (ShadTheMaster98!~ShadTheMa@61.sub-174-193-128.myvzw.com)
L229[19:10:03] ⇦ Quits: ShadTheMaster98 (ShadTheMaster98!~ShadTheMa@61.sub-174-193-128.myvzw.com) (Remote host closed the connection)
L230[19:12:41] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107179487A1741063A20556CE.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L231[19:16:28] <Alex404> >
L232[19:31:10] <gamax92> ;
L233[19:45:17] <AmandaC> I need to learn to read quit messages. I was confused for a goot 10-15m of looking in here idly what pun @Kleadron was pulling out of the %pet Temia / Temia's reaction, before I happened to catch my eye on Inari's quit message
L234[19:49:16] <Kleadron> LOL
L235[19:56:02] <Kleadron> https://www.youtube.com/watch?v=pgPEaI0GHBI
L236[19:56:03] <MichiBot> C64 Rob Hubbards "Commando" Oscilloscope view | length: 6m 3s | Likes: 514 Dislikes: 3 Views: 30,832 | by Rolf R Bakke | Published On 15/2/2017
L237[20:23:24] <Temia> https://www.youtube.com/watch?v=mM-IdGE51f8
L238[20:23:24] <MichiBot> Jeroen Tel - "After Burner (C64) - Title Theme" [Oscilloscope View] | length: 5m 38s | Likes: 95 Dislikes: 3 Views: 5,325 | by acrouzet | Published On 28/6/2017
L239[20:28:56] ⇦ Quits: ShadTheMaster88 (ShadTheMaster88!webchat@61.sub-174-193-128.myvzw.com) (Quit: webchat.esper.net)
L240[20:33:02] ⇦ Quits: jazzpi (jazzpi!~jazzpi@jazzpis.space) (Quit: ZNC - http://znc.in)
L241[20:34:18] ⇨ Joins: jazzpi (jazzpi!~jazzpi@jazzpis.space)
L242[21:16:12] ⇨ Joins: kcmd_kavi (kcmd_kavi!~kcmd_kavi@c-76-20-38-192.hsd1.ca.comcast.net)
L243[21:16:48] <kcmd_kavi> exit
L244[21:17:03] <Mimiru> enter
L245[21:17:53] ⇦ Quits: kcmd_kavi (kcmd_kavi!~kcmd_kavi@c-76-20-38-192.hsd1.ca.comcast.net) (Client Quit)
L246[21:41:08] <gamax92> ls
L247[22:21:15] <Temia> :(){ :|:& };:
L248[22:23:20] ⇨ Joins: Thutmose1 (Thutmose1!~Patrick@host-69-59-79-181.nctv.com)
L249[22:25:27] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Ping timeout: 198 seconds)
L250[23:08:00] <gamax92> There, I've move and deduplicated all of my stuff off my father's computer to mine ... on the Windows side
L251[23:08:21] <gamax92> I still need to go through all my junk on Linux and uhh, I don't exactly have the disk space
L252[23:22:16] ⇦ Quits: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:a802:2eb3:e1f0:9db5) (Remote host closed the connection)
L253[23:29:45] <gamax92> if you high pass filter a triangle wave would it start to look more like a square wave
L254[23:43:56] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
<<Prev Next>> Scroll to Top