<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:38] <gamax92> S3: lua compiled into jvm classes decompiled into java :D
L2[00:00:48] <S3> ...
L3[00:01:11] <gamax92> so now I have a fully functional port of lua in java
L4[00:01:12] <S3> must be the most crazy code ever
L5[00:03:21] <gamax92> S3: https://i.imgur.com/AeKLiNL.png
L6[00:04:16] <gamax92> not the most beautiful code every, I got ideas on how to avoid some of this garbage though
L7[00:04:37] <S3> heh
L8[00:09:53] <gamax92> mainly code that does stuff like, Memory.allocateStack(4); Memory.store(i1, i); Memory.load_i32(i1); I can just replace all of that with 'i'
L9[00:12:51] <gamax92> and if I'm able to get rid of all the stack stuff I can also remove the createStackFrame/destroyStackFrame calls
L10[00:19:54] <gamax92> I can also inline a few of the Instruction calls
L11[00:35:08] ⇨ Joins: techno156 (~techno156@137.154.29.113)
L12[00:41:00] ⇨ Joins: Arimil (~Renari@i218-230-251-34.s41.a033.ap.plala.or.jp)
L13[00:43:33] ⇦ Quits: Renari (~Renari@70.15.17.141.res-cmts.sm.ptd.net) (Ping timeout: 207 seconds)
L14[00:49:36] ⇨ Joins: Renari (~Renari@i218-230-251-34.s41.a033.ap.plala.or.jp)
L15[00:52:39] ⇦ Quits: Arimil (~Renari@i218-230-251-34.s41.a033.ap.plala.or.jp) (Ping timeout: 207 seconds)
L16[00:52:57] ⇨ Joins: Arimil (~Renari@70.15.17.141.res-cmts.sm.ptd.net)
L17[00:53:51] ⇦ Quits: Renari (~Renari@i218-230-251-34.s41.a033.ap.plala.or.jp) (Ping timeout: 200 seconds)
L18[01:06:50] ⇨ Joins: hpf3 (webchat@c-73-225-231-202.hsd1.wa.comcast.net)
L19[01:08:48] <hpf3> is anybody online? i have been having issues trying to figure out how to convert a string from /blockdata to a table
L20[01:09:00] <hpf3> {x:717,y:4,z:-939,Items:[0:{Slot:0b,id:"opencomputers:storage",Count:1b,tag:{oc:data:{oc:fs.label:"openos"},oc:color:2,display:{Name:"OpenOS (Operating System)"},oc:lootFactory:"opencomputers:openos"},Damage:1s},1:{Slot:1b,id:"minecraft:grass",Count:1b,Damage:0s}],id:"minecraft:chest",Lock:""}
L21[01:20:13] <Pwootage> @gamax92 I’ll be interested to see how it performs compared to the original
L22[01:20:25] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:f539:aab3:8769:cba0) (Ping timeout: 183 seconds)
L23[01:20:49] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:6da4:de56:a64f:a536)
L24[01:23:10] <gamax92> I'll have to look into that tomorrow, but want to try removal of the stack stuff, maybe at the asm level or with some sort of Java AST
L25[01:26:36] <gamax92> other thing to look into is making Java friendly wrappers, nothing takes strings or chars or bytes, but ints containing addresses to zero terminated data in it's virtual memory system
L26[01:28:26] <Pwootage> There’s a java library for parsing java, it worked well for when I was messing with it
L27[01:28:34] <Pwootage> I can’t remember the name offhand
L28[01:30:32] <Izaya> gamax92: ???
L29[01:30:49] <Izaya> OH
L30[01:30:52] <Izaya> huh
L31[01:34:25] <gamax92> I see JavaParsee
L32[01:35:48] ⇦ Quits: AshIndigo (~AshIndigo@host-92-1-167-114.as43234.net) (Quit: ZNC 1.6.5 - http://znc.in)
L33[01:36:57] ⇨ Joins: AshIndigo (~AshIndigo@host-92-1-167-114.as43234.net)
L34[01:38:41] <hpf3> sorry was afk for a min while i was looking around some more
L35[01:43:39] <hpf3> th reason im wanting to do this is im wanting to be able to scan a structure with a debug card and be able to place copies with custom loot tables for inventories that ca be written into books and put in the chest to randomize before scan
L36[01:45:42] <hpf3> which requires me to get the nbt data of chests and the items in it(especialy as if there is no instruction book i want to save the state of the inventory)
L37[01:47:15] <gamax92> hpf3: the debug card has world.getTileNBT
L38[01:47:44] <gamax92> which returns NBT as a table
L39[01:49:34] <hpf3> i tried but it would only return a empty table(please note im using 1.11.2)
L40[01:54:17] <hpf3> nvm sorry for your time it seems i must have been doing something wrong before as now when running the result through serialize there actualy is data
L41[02:20:30] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:6da4:de56:a64f:a536) (Quit: Leaving)
L42[02:26:42] ⇦ Quits: Schzd (~Schzdadep@modemcable250.104-59-74.mc.videotron.ca) (Read error: Connection reset by peer)
L43[02:34:03] ⇨ Joins: Renari (~Renari@g163-131-205-019.scn-net.ne.jp)
L44[02:34:26] ⇦ Quits: Arimil (~Renari@70.15.17.141.res-cmts.sm.ptd.net) (Read error: Connection reset by peer)
L45[02:34:42] ⇨ Joins: Arimil (~Renari@70.15.17.141.res-cmts.sm.ptd.net)
L46[02:37:55] ⇦ Quits: Renari (~Renari@g163-131-205-019.scn-net.ne.jp) (Ping timeout: 183 seconds)
L47[02:55:30] ⇦ Quits: hpf3 (webchat@c-73-225-231-202.hsd1.wa.comcast.net) (Quit: Web client closed)
L48[02:58:51] <Izaya> I don't get it why is parsing so broken
L49[02:59:08] ⇨ Joins: Vexatos (~Vexatos@p200300556E4C1964F0170BD8E820B659.dip0.t-ipconnect.de)
L50[02:59:08] zsh sets mode: +v on Vexatos
L51[03:05:01] ⇦ Quits: Karthas (webchat@cpe-172-90-98-33.socal.res.rr.com) (Quit: Web client closed)
L52[03:28:24] <Izaya> muahahaha
L53[03:28:29] <Izaya> I can use the SDF gopher server
L54[03:28:33] <Izaya> mostly
L55[03:32:33] ⇦ Quits: viomi (~viomi@kurosawa.daviszone.org) (Remote host closed the connection)
L56[03:34:18] ⇦ Quits: Vexatos (~Vexatos@p200300556E4C1964F0170BD8E820B659.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L57[03:45:33] ⇦ Quits: techno156 (~techno156@137.154.29.113) (Quit: Leaving)
L58[03:58:42] ⇨ Joins: BearishMushroom (~BearishMu@82-209-154-59.cust.bredband2.com)
L59[04:04:20] ⇨ Joins: smoke_fumus (~smoke_fum@188.35.176.90)
L60[04:43:11] ⇦ Quits: badcode9 (~ericb@2601:645:4001:304a:a49f:1c91:c42c:8414) (Read error: Connection reset by peer)
L61[04:53:57] ⇨ Joins: ben_mkiv (~ben_mkiv@p579722E1.dip0.t-ipconnect.de)
L62[04:54:22] <Forecaster> %juggle 6
L63[04:54:23] * MichiBot juggles with inari's legs, an errant space, cookie, a water extinguisher, edible underwear, & a quantum hug
L64[04:54:24] * MichiBot drops inari's legs which takes 1 damage
L65[04:54:25] * MichiBot drops an errant space which takes 3 damage
L66[04:54:26] * MichiBot drops a water extinguisher which takes 1 damage, the water extinguisher vanishes into a rift in space.
L67[04:54:27] * MichiBot drops edible underwear which takes 2 damage
L68[04:54:28] * MichiBot drops a quantum hug which takes 1 damage
L69[04:54:29] <MichiBot> Not again...
L70[04:54:52] <Forecaster> ohno
L71[04:55:00] <Forecaster> now what are we going to do if there's a water
L72[04:55:05] <Forecaster> D:
L73[04:59:43] <Forecaster> also what http://tinyurl.com/y7nlvd9v
L74[04:59:52] <Forecaster> why did I do that?
L75[05:04:13] <Forecaster> It's that from a messenger conversation or something?
L76[05:10:53] ⇨ Joins: techno156 (~techno156@137.154.29.113)
L77[05:15:33] <AshIndigo> %ping
L78[05:15:34] <MichiBot> Ping reply from AshIndigo 0.37s
L79[05:16:40] <Izaya> can a quantum glass be both half full and half empty?
L80[05:17:12] <Forecaster> only until you observe it?
L81[05:17:14] <AshIndigo> its both until its observed
L82[05:17:47] <Forecaster> although wouldn't it be the fluid that is in a quantum state?
L83[05:19:21] <Izaya> well yes
L84[05:19:35] <Izaya> how about a quantum glass of water?
L85[05:24:57] * Skye eats the water
L86[05:55:11] <Forecaster> http://tinyurl.com/y7eh59tm
L87[05:55:35] <Forecaster> from https://vitals.lifehacker.com/drinking-raw-onion-juice-is-a-bad-idea-no-matter-what-1820613902
L88[05:56:53] <Izaya> tfw there are no pictures of the Daban Urnud
L89[05:56:58] <Izaya> Maybe I should do something about that.
L90[06:13:34] <Forecaster> %juggle 6
L91[06:13:34] * MichiBot juggles with oxford comma, Izaya's dagger, the slimeslinger, gamax92's button, chocolate, & CubeWorld
L92[06:13:35] * MichiBot drops oxford comma which takes 3 damage
L93[06:13:36] * MichiBot drops Izaya's dagger which takes 3 damage
L94[06:13:37] * MichiBot drops the slimeslinger which takes 2 damage
L95[06:13:38] * MichiBot drops gamax92's button which takes 5 damage
L96[06:13:39] * MichiBot drops chocolate which takes 4 damage, chocolate phases out of the dimension.
L97[06:13:40] * MichiBot drops CubeWorld which takes 3 damage, CubeWorld falls into a chasm.
L98[06:13:41] <MichiBot> Oops...
L99[06:36:16] ⇨ Joins: tim4242 (~tim@84.158.85.97)
L100[06:40:43] <Gavle> So, I have a question about OpenComputers screens
L101[06:40:52] <Gavle> Why was their weird aspect ratio chosen?
L102[06:41:06] <Gavle> 28.8:9 is not a screen aspect ratio I can recall seeing elsewhere
L103[06:41:23] <Gavle> Why not 4:3,3:2,16:9,21:9, or anything more common?
L104[06:42:48] <Kodos> To make people ask questions
L105[06:43:31] <Gavle> I hope that isn't the actual reason.
L106[06:51:05] <Forecaster> you'll probably have to ask Sangar about that
L107[06:51:22] <Gavle> That's what I was thinking, but I was wondering if anyone else knew.
L108[06:51:27] <Gavle> Sangar is not around very much.
L109[06:51:42] <Gavle> Do you know if he checks his Discord?
L110[06:52:56] <Lizzy> he checks it when he can
L111[06:53:14] <Lizzy> alternatively you can %tell him
L112[06:53:45] ⇦ Quits: glasspelican (~quassel@ktnron060ww-lp140-03-50-100-173-121.dsl.bell.ca) (Remote host closed the connection)
L113[06:53:46] <Gavle> Thank you @Forecaster and @Lizzy . I shall try Discord, and then %tell him if he doesn't respond within a few days.
L114[06:54:12] <Lizzy> it'd be better to %tell him first IMO
L115[06:54:24] <Lizzy> since he's a fair bit more active on irc than discord
L116[06:55:20] <Gavle> Ok.
L117[06:55:22] <Kodos> PSA: An F2P Animal Crossing game came out on iPhone today
L118[06:55:39] <Gavle> %tell Sangar Can you please PM me about why OpenComputers screens are the aspect ratio they are? It's an odd ratio.
L119[06:55:39] <MichiBot> Gavle: Sangar will be notified of this message when next seen.
L120[06:56:36] <Forecaster> @Kodos that's probably great for those that have iPhones :P
L121[06:57:06] <Corded> * <Forecaster> recalls Gavle complaining about the screen ratio at some point in the past
L122[06:57:45] <Kodos> Sure it wasn't MGR?
L123[06:57:48] <Gavle> @Forecaster iPhones don't have a 28.8:9 screen ratio
L124[06:57:52] <Gavle> Not that I know of.
L125[06:58:31] <Forecaster> I made no reference to phone screens
L126[06:58:39] <Forecaster> and no, it was not MGR
L127[06:58:55] <Gavle> I'm not sure what you mean.
L128[06:59:34] <Forecaster> I don't know what made you tell me what ratio iPhones don't have :P
L129[06:59:49] <Kodos> Maybe he missed the animal crossing comment
L130[06:59:54] <Kodos> And the segue was lost on him
L131[06:59:56] <Forecaster> possibly
L132[07:00:25] <Gavle> I saw the comment, but the comment on screen ratio didn't make sense.
L133[07:00:34] <Gavle> I thought it was still in reference to OpenComputers screens somehow
L134[07:01:33] <Gavle> I'm not sure about the iPhone X, but I believe most iPhones have a 16:9 ratio, which is pretty common.
L135[07:01:57] <Forecaster> the line about you complaining about screen ratio was about OC yes.
L136[07:02:41] <Gavle> That makes sense.
L137[07:03:25] <AmandaC> The tier 2 aspect ratio is at least fairly common among older computers (80x25)
L138[07:03:45] <tim4242> Best I can come up with is that it is trying to approximate a 1/3 but wanted to keep it within reasonable numbers
L139[07:04:48] <tim4242> Or it gives very nice total pixels
L140[07:04:53] <Gavle> AmandaC, yes, but it's still an odd aspect ratio.
L141[07:05:09] <Gavle> tim4242, that's plausible, but why 3:1?
L142[07:06:04] <tim4242> Who knows, I'd go with total pixels as 50*16=800, 80*25=2000 and 160*50=8000
L143[07:06:35] <AmandaC> OC seems to be partially inspired by nostalgia for older computers, so it makes sense to use the aspect ratio of them
L144[07:07:04] <Gavle> tim4242, that could make good sense.
L145[07:07:16] <Gavle> AmandaC, plausible.
L146[07:07:26] <Gavle> We'll have to wait for Sangar to respond to know for sure.
L147[07:08:52] <Forecaster> I don't really care :P
L148[07:10:28] <Gavle> It's not exactly a pressing matter, but it's an interesting bit of trivia.
L149[07:11:32] <Kodos> iPhone was brought up because of the animal crossing game, not screen ratios
L150[07:12:12] <Gavle> I'm aware of that, I was just confused by Forecaster's comment about me complaining about screen ratios. Because iPhones were brought up, I thought he was talking about that.
L151[07:13:26] <MGR> Rule T19C - If you can't find a relevant xkcd or Dilbert strip, your problem does not exist. --- Quote 1/3
L152[07:18:47] ⇦ Quits: techno156 (~techno156@137.154.29.113) (Quit: Leaving)
L153[07:25:48] <Forecaster> oh
L154[07:26:05] <Forecaster> the Animal Crossing game is available for android as well
L155[07:26:11] <AmandaC> yup
L156[07:26:32] <AmandaC> I played it some a few weeks ago, when it soft-launched in Australia, and someone nabbed the APK to upload to apkmirror
L157[07:28:46] <AmandaC> Also, it's supposed to launch tomorrow?
L158[07:29:43] <AmandaC> huh. I guess they launched it a day early
L159[07:31:10] <Izaya> Gavle: 80x25 chars was a popular text terminal resolution, see VT102, etc. 160x50 is just 4x that
L160[07:31:31] <Izaya> I dunno if that was the actual reason, but it would make sense.
L161[07:31:59] <Gavle> That is plausible.
L162[07:32:31] <Izaya> (Popular to the point where most terminal emulators - even the ones on Windows - default to 80x25)
L163[07:33:46] <Temia> Also most legacy textmode displays on IBM-compatibles
L164[07:34:35] <Temia> Which is probably the closest link if anything
L165[07:34:51] <Gavle> Indeed.
L166[07:53:11] ⇦ Quits: ben_mkiv (~ben_mkiv@p579722E1.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L167[08:03:22] <MGR> "There's also a warning that this unit is for PC/workstation use only. This means you should probably not try to shove it up your nose. I'm almost certain that would not be a wise idea." --- Quote 2/2
L168[08:23:06] ⇨ Joins: Inari (~Pinkishu@p4FC1E230.dip0.t-ipconnect.de)
L169[08:24:29] <Forecaster> but I always use my units nasally
L170[08:24:49] <MGR> Your nose needs a PSU?
L171[08:25:05] <Forecaster> you mean that's not where you plug them in?
L172[08:25:28] <MGR> Nope
L173[08:30:01] <AmandaC> Stop trolling, @MGR, of course that's where you plug them in
L174[08:30:42] <Corded> * <MGR> nods
L175[08:31:21] <Inari> .
L176[08:31:38] <MGR> Test success!
L177[08:33:43] <Inari> ?
L178[08:34:08] <MGR> You put a single ".", so I said "Test success!"
L179[08:34:19] <Inari> It was just to make MichiBot send me my tell
L180[08:34:19] <Inari> :D
L181[08:34:26] <MGR> Ahh
L182[08:34:48] * Inari plugs AmandaC's tail into the PSU
L183[08:34:53] <SAL9000> D:
L184[08:35:33] <AmandaC> Inari: I know you like the smell of cat fur, but plugging my tail into your nose is a bit extreme
L185[08:35:44] <Inari> I'm a PSU now?
L186[08:39:35] <Forecaster> http://tinyurl.com/y9zwtcob
L187[08:39:54] <AmandaC> Inari: you mean you weren't before? o.o
L188[08:40:02] <Inari> Of ccourse not D:
L189[08:40:06] <Skye> @Gavle, do not confuse 16:9 with 16:10
L190[08:41:42] <Gavle> Yes, they are different.
L191[08:45:32] <Gavle> Skye, but I'm not sure why you had to bring 16:10 up
L192[08:46:09] <Skye> Because it's the ratio apple use for their laptop and tablet screens
L193[08:46:19] <Skye> It's the one of the good things apple do
L194[08:46:37] <Inari> Cause apple needs to be a special apple
L195[08:46:49] <Gavle> Not their phone (possibly including X) screens.
L196[08:48:25] <Inari> My phone's phone is a phony
L197[08:48:38] <Inari> %newtopic
L198[08:48:38] <MichiBot> Inari: #2 Hey did you hear that tgame14 reminds you that OpenPrinter is a waste of time
L199[08:48:39] <Skye> It originally was 3:2
L200[08:48:48] <Inari> Heh
L201[08:48:50] <Skye> The iPad was 4:3
L202[08:48:52] <MGR> It is a waste of time?!
L203[08:48:54] <Inari> Still want printers in OC
L204[08:50:36] <Michiyo> Inari?
L205[08:51:16] <Inari> ?
L206[08:51:41] <Michiyo> you mean not as an addon, or what?
L207[08:51:49] <Inari> Yeah
L208[08:51:49] <Inari> :p
L209[08:51:53] <Michiyo> :/
L210[08:52:24] <Inari> Noone installs addons
L211[08:52:38] <Michiyo> the download counts for my OC addons disagree.
L212[08:52:41] <Corded> * <MGR> no longer counts as a person
L213[08:52:48] <MGR> ?
L214[08:52:59] <Inari> Unles you make your own modpack perhaps :P But thats too much work
L215[08:53:03] <Forecaster> Michiyo: well, what if people are just downloading them and never use them?
L216[08:53:56] <Michiyo> the super creepy spy callbacks in my mods disagree.
L217[08:53:56] <Michiyo> :P
L218[08:53:57] <Forecaster> it sounds like Inari is just lazy
L219[08:54:05] <Michiyo> (That's a lie btw) lol
L220[08:55:01] <Inari> @Forecaster well, when you play on a server its more than being lazy xD But also even when I'm not, if a modpack doesn't include it, means it wasnt' balanced for that pack. So without a good understand of the balacning choices of the pack, it would be hard ot integrate it for myself
L221[08:55:34] <Forecaster> yes, printers, ruining balance all the time, everywhere
L222[08:55:37] <Forecaster> :P
L223[08:55:42] <Forecaster> damn them
L224[08:55:44] <MGR> ^
L225[08:56:00] <MGR> All I'd think you would do is incur the wrath of all IT people, because printers are the worst
L226[08:58:58] <Forecaster> I know of a fitting comic strip, but it would take too long to find
L227[09:01:52] ⇨ Joins: ben_mkiv (~ben_mkiv@p579722e1.dip0.t-ipconnect.de)
L228[09:13:15] <AmandaC> Michiyo: I told you the whole "print diamonds for just 0.01unit of ink was a bad idea!
L229[09:13:24] <AmandaC> s/ink/ink"/
L230[09:13:24] <MichiBot> <AmandaC> Michiyo: I told you the whole "print diamonds for just 0.01unit of ink" was a bad idea!
L231[09:13:47] <AmandaC> %choose cereal or nope
L232[09:13:47] <MichiBot> AmandaC: nope
L233[09:13:53] <AmandaC> hrm, I disagree
L234[09:13:57] <Michiyo> lol
L235[09:14:09] <Forecaster> AmandaC: you *do* want to kill multiple people today?
L236[09:14:12] <Michiyo> %choose cereal or cereal or cereal or cereal or nope
L237[09:14:12] <MichiBot> Michiyo: cereal
L238[09:17:00] <AmandaC> @Forecaster of course I do, I'm a cat.
L239[09:17:05] <AmandaC> But that's not what I meant when asking MichiBot
L240[09:22:18] ⇨ Joins: Thutmose (~Patrick@2602:30a:c0ab:a810:60f4:f9c6:5208:a191)
L241[09:28:00] <Michiyo> now I kinda want to sneak in a backdoor to OP to print blocks :P
L242[09:28:24] <Corded> * <MGR> wonders why Michiyo has a house made of diamond blocks
L243[09:28:50] * Michiyo whistles innocently
L244[09:28:57] <Michiyo> Lots of mining @MGR... lots of mining.
L245[09:29:01] <MGR> Heh
L246[09:29:08] <Michiyo> very... lucky.. mining.
L247[09:29:24] <MGR> I could have a house of diamond blocks too, because of mining, but I mined 80 million blocks and had 5x ore multiplication
L248[09:30:21] ⇦ Quits: ben_mkiv (~ben_mkiv@p579722e1.dip0.t-ipconnect.de) (Remote host closed the connection)
L249[09:30:35] <S3> I found something cool
L250[09:30:36] <S3> https://upload.wikimedia.org/wikipedia/commons/3/33/Camp_Fire_in_the_Maine_Wilderness_Frederic_Edwin_Church.jpg
L251[09:30:53] <MGR> .... a mountain?
L252[09:33:38] <Izaya> Is that a painting S3?
L253[09:33:59] <S3> yes
L254[09:35:31] <S3> It was painted in the 1850s I think. It is this mountain: http://tinyurl.com/y8gamcmd
L255[09:35:42] <S3> I just thought it was cool I found that
L256[09:36:03] <Izaya> Huh.
L257[09:36:26] <S3> Mount Kahtahdin in Maine that is, but that part is unimportant
L258[09:36:44] <S3> I actually took a photo of it from 50 miles away once..
L259[09:36:46] <Izaya> CompanionCube, Skye: https://git.shadowkat.net/izaya/mdgopher
L260[09:37:23] <S3> https://i.imgur.com/4QgGJgb.jpg
L261[09:37:29] <S3> you have to look close because it's covered in snow
L262[09:37:42] <S3> but you can see in the center if you look closely the entirety of the mountain 50 miles away, it's huge
L263[09:38:18] <S3> I think it's ~5200 feet from base to peak iirc.. I dunno
L264[09:38:40] <S3> 5267 wow I was clos
L265[09:38:42] <S3> close*
L266[09:39:33] <Izaya> 1.7km, damn.
L267[09:39:45] <Izaya> I mean, it's not the biggest ever but still
L268[09:41:08] <Forecaster> I'm hungry!
L269[09:41:10] <Forecaster> I want a burger
L270[09:41:11] <Forecaster> >:
L271[09:41:21] <Forecaster> %gimmeaburger
L272[09:41:28] * AmandaC swipes the hypothetical burger from Forecaster, noms
L273[09:41:43] <Forecaster> nooooo
L274[09:41:46] <S3> Izaya: yeah it's definately no where near the biggest, but it's shittons taller than any other mountain in Maine
L275[09:41:56] <S3> so you can see it from almost anywhere in the state at high altitude
L276[09:41:59] * Temia claims Mt. Kahtahdin, fills it with lizards and goats, renames it Mt. Khatayin.
L277[09:42:07] <S3> LOL
L278[09:42:20] <Izaya> My aunt lives out on a farm near bundaberg very close to a mountain
L279[09:42:25] <Izaya> I forget which, though
L280[09:42:28] <S3> I think it'd be cool to put a wifi hotspot on the top of everest
L281[09:42:29] <S3> :D
L282[09:42:41] * Temia throws rocks at any "filthy garlean scum" that try to climb up and take it from her!
L283[09:42:44] <S3> heheheh
L284[09:42:58] <Forecaster> Izaya: what does that run on? (the site)
L285[09:43:17] <Izaya> Forecaster: git.shadowkat.net? That's gogs, but I hear gitea is better
L286[09:43:51] <Forecaster> it's one of those things that assume display language from your locale, rather than the language set in the browser it seems
L287[09:44:40] <gamax92> Temia: Can I climb the mountain but not try to take it?
L288[09:44:42] <Forecaster> at least it lets you manually set the language at the bottom, but still
L289[09:45:07] <Temia> Yes c: You can be honourary Khatayin.
L290[09:45:30] <Forecaster> can I set up a starbucks?
L291[09:47:01] <Izaya> Aha, a town name I recognize!
L292[09:47:07] <Izaya> Now, was it the Bruce highway or...
L293[09:47:09] <Izaya> >.>
L294[09:50:43] ⇨ Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L295[09:54:10] <Izaya> Alright, off to bed.
L296[09:59:21] <Ristelle> gamax92: poke. I did more work on the OCRCNT thingy for the server
L297[09:59:30] <Ristelle> it should be the last change.
L298[10:01:44] <gamax92> I am still in bed D:
L299[10:02:27] <Saphire> Rer
L300[10:02:32] <Ristelle> sorry XD
L301[10:02:58] <Ristelle> o/ Saphire... if i remeber you were at BTM Moon right?
L302[10:05:16] <gamax92> Plus I got Java code to attempt virtual memory store and loads to remove
L303[10:05:50] <Ristelle> eh take your time... my client can be the last thing
L304[10:06:56] <gamax92> llvm ir as an oc architecture
L305[10:07:23] <Tazz> eww
L306[10:08:44] <gamax92> too bad it's high enough of a level to probably work well within oc
L307[10:09:06] <MGR> "too bad"?
L308[10:11:04] <Saphire> Ristelle: yeah!
L309[10:11:17] <Saphire> Oooh, I was asking what was that next to your nick
L310[10:11:38] <Skye> Inari, "Welcome to Neptunia, I hope you like lesbian teenagers and purple meme machines"
L311[10:11:44] <Saphire> Meanwhile: I'm mildly dehydrated
L312[10:11:47] <Saphire> Yay?
L313[10:13:14] <Ristelle> the [Vesperia] right?
L314[10:13:44] <Ristelle> more like a flair to how i got my nickname.
L315[10:15:43] <vifino> Getting shocked is a great way to wake up, or so I thought. Really doesn't faze me, apparently.
L316[10:16:05] <gamax92> I have to also go fix nano, fix the fs compression and push that to GitHub, update an emulator
L317[10:16:45] <Saphire> Ristelle: so, what are you busy with
L318[10:16:49] <Saphire> *? ^^"
L319[10:17:56] <Ristelle> nudging gamax92 for OCRCNT's Lua Client for opencomputers XD
L320[10:18:28] <Ristelle> i havent really said what OCRCNT is. Its something like ICE2.
L321[10:18:53] <AmandaC> Internal Combustian Esocophagys?
L322[10:19:10] <vifino> In-Circuit Emulator?
L323[10:19:11] <Corded> * <MGR> rotates head
L324[10:19:13] <Ristelle> ICE2 is by greasemonkey
L325[10:19:27] <Ristelle> o/ MGR
L326[10:19:33] <gamax92> Insane Compression Engine
L327[10:19:42] <MGR> Hello Ristelle! How are you?
L328[10:19:43] <Ristelle> wait really?
L329[10:19:47] <Ristelle> im good!
L330[10:19:54] <MGR> That's good
L331[10:20:10] <Ristelle> im just chilling out.
L332[10:20:30] <Ristelle> Do you guys mind if i talked about OCRCNT is?
L333[10:21:11] <MGR> You can PM me about it ?
L334[10:21:17] <Ristelle> Intelligent Cirno Experience
L335[10:21:22] <Ristelle> that was ICE
L336[10:21:39] <Ristelle> could i just do a little dump here?
L337[10:21:45] <vifino> sure.
L338[10:21:49] <Ristelle> okay
L339[10:22:07] <Ristelle> OCRC: Well was the first itteration of the video codec
L340[10:22:29] <Ristelle> Stands for : OpenComputersRapidCRUNCH
L341[10:22:32] <vifino> not gonna get more awake from getting electrocuted, so listening to something might work.
L342[10:22:48] <vifino> ah, so it is a video thing.
L343[10:23:12] <Ristelle> the Video codec was encoded in about 2 days in BTMMoon
L344[10:23:13] <Saphire> 1.5l of water in 30-60 minutes, any problems with that?
L345[10:23:25] <Ristelle> ...thats a lot of water
L346[10:23:37] <Ristelle> if your drinking that much
L347[10:23:38] <vifino> are you doing sports, Saphire?
L348[10:23:46] <Saphire> No?
L349[10:23:49] <vifino> are you loosing blood? are you in egypt?
L350[10:23:59] <Saphire> I haven't drank during the day basically
L351[10:24:04] <Ristelle> oh
L352[10:24:14] <vifino> then you're stupid, nothing else.
L353[10:24:15] <Saphire> I'm not going to drink more than that though
L354[10:24:19] <Ristelle> thats WAY too Much water.
L355[10:24:20] <Skye> Ristelle, isn't there already a codec?
L356[10:24:25] <Ristelle> ICE2
L357[10:24:35] <Skye> GreaseMonkey I thin
L358[10:24:41] <Ristelle> that was the codec greasemonkey uses for thr BTMMoon videos
L359[10:24:50] <Ristelle> it great. dont get me wrong
L360[10:24:51] <Ristelle> but
L361[10:24:53] * Saphire has that article about someone dying due to intake of 5l/2h burned into her mind
L362[10:24:56] <Ristelle> the quality is shit
L363[10:25:21] <Saphire> I know that there can be Too Much Water
L364[10:25:22] <Skye> Saphire, you'll throw up before you die
L365[10:25:23] <MGR> Yeah....
L366[10:25:25] <Ristelle> again no offences to greasemonkey. i mean ist grear but...
L367[10:25:27] <Saphire> Skye: good
L368[10:25:37] <Skye> You literally have to drink a bath tub for it to actually kill you
L369[10:25:39] <Saphire> Ristelle: well, it was poc. No?
L370[10:25:41] <Ristelle> the quality is like
L371[10:26:11] <Skye> The problem with video is that there are only a certain number of changes per tick allowed
L372[10:26:16] <Ristelle> sauce?
L373[10:26:18] <MGR> ^
L374[10:26:26] <Skye> Uh
L375[10:26:27] <MGR> You could try using multiple GPUs and splitting the screens
L376[10:26:27] <Ristelle> sauce for POC
L377[10:26:39] <MGR> You'd have bezels in the middle, but it could work
L378[10:26:40] <Ristelle> i could bit i dont want that
L379[10:26:49] <Skye> Uh
L380[10:26:56] <Skye> The delays I can't find
L381[10:26:58] <Ristelle> the max size i would be working with is 160x50
L382[10:27:08] <Skye> But someone documented it.
L383[10:27:10] <Ristelle> aka max size pf the tier 3 gpu
L384[10:27:14] <Skye> Ristelle wrong
L385[10:27:21] <Ristelle> hm?
L386[10:27:33] <Skye> You can use different characters to encode details
L387[10:27:45] <Ristelle> ... im not going for detail
L388[10:27:56] <Skye> Then it'll look bad
L389[10:27:58] <Skye> :P
L390[10:28:01] <Ristelle> well prt of me wants CERTAIN amout of detail
L391[10:28:14] <Ristelle> I dont want endup looking like ICE2
L392[10:28:30] <Ristelle> which priotises performace over Quality
L393[10:28:47] <vifino> don't you mean the oposite?
L394[10:29:00] <Ristelle> ICE2 rending is shit
L395[10:29:04] <Ristelle> rendering*
L396[10:29:05] <vifino> quality over performance? because if you're not going for detail, you're doing the exact same.
L397[10:29:30] <Ristelle> *I need to reword it*
L398[10:29:35] <Ristelle> Balanced
L399[10:29:48] <Ristelle> not too hight quality and not too bad of a performance
L400[10:29:57] <Ristelle> thats my aim
L401[10:30:41] <Ristelle> if someone wants quality. they could use something like video with CTIF imges.
L402[10:31:12] <gamax92> that ... no .-.
L403[10:31:26] <Ristelle> which one?
L404[10:31:49] <Skye> There was one where it did quick changes
L405[10:31:54] <MGR> Ristelle, you can set each GPU to 80x50, and do SFR
L406[10:32:03] <Skye> Then updated those changed with detail when it had the time
L407[10:32:40] <Ristelle> special function registers?
L408[10:32:54] <vifino> @MGR: That doesn't work in OC.
L409[10:33:05] <MGR> No?
L410[10:33:08] <vifino> No.
L411[10:33:21] <MGR> Why can't you put 2 separate screens next to each other and control them separately?
L412[10:33:25] <gamax92> my CTIF compiler ends up doing pretty quick changes, and if one doesn't care about energy usage you can over paint to make broad changes
L413[10:33:27] <vifino> You can.
L414[10:33:30] <vifino> But it's useless.
L415[10:33:39] <MGR> How so?
L416[10:33:43] <gamax92> there would be a border between them too
L417[10:33:48] <MGR> If you have 2 screens and 2 gpus, wouldn't the call budget be double?
L418[10:33:57] <Ristelle> correct
L419[10:34:09] ⇨ Joins: Cervator (~Thunderbi@2601:4c1:4000:220f:6cba:b1b2:b34d:8b5e)
L420[10:34:12] <MGR> gamax92, the border thing is the main drawbag
L421[10:34:16] <MGR> drawback*
L422[10:34:18] <vifino> Isn't that shared inbetween each component?
L423[10:34:29] <Ristelle> Also we have derailed from my convo entirely XD
L424[10:34:35] <Ristelle> fun :P
L425[10:34:54] <gamax92> vifino I think MGR means two computers not one computer two gpus
L426[10:35:05] <vifino> oh, i mean, that'd work
L427[10:35:20] <Ristelle> but
L428[10:35:29] <Ristelle> you would need 3 computers
L429[10:35:30] <vifino> if you had proper syncronisation. it'd still be bleh.
L430[10:35:39] <Ristelle> 1 to do the main works and 2 to act as relays
L431[10:35:45] <vifino> synchronisation*?
L432[10:35:54] <Ristelle> or 2 if you want to do something like s pingpong thingy sync.
L433[10:35:57] <MGR> So each side updates at the same time
L434[10:37:02] <Ristelle> OCRC was... well super shitty in performance.
L435[10:37:09] <Ristelle> you can ask gamax how it faired
L436[10:37:19] <gamax92> 3spf
L437[10:37:21] <Ristelle> basically. it was like a slideshow.
L438[10:37:31] <Ristelle> 3SPF?
L439[10:37:35] <Ristelle> oh
L440[10:37:39] <gamax92> Seconds Per Frame
L441[10:37:41] <Ristelle> 3 seconds per frame
L442[10:37:43] <Ristelle> kk
L443[10:37:59] <MGR> The human eye can only see 24 Seconds per frame!
L444[10:38:05] <Ristelle> what the first version of OCRC was....
L445[10:38:10] <Ristelle> a for look
L446[10:38:19] <Ristelle> loop and fill INDIVIDUAL PIXELS
L447[10:38:29] <Ristelle> and set the GPU ofc
L448[10:38:35] <gamax92> dithering kills the performance
L449[10:40:35] <Ristelle> ofc it was litterally shit
L450[10:40:48] <Ristelle> but it was a proof of concept
L451[10:41:16] <Ristelle> OCRCNT (NT: New Technolgy) basically is the current version im working on
L452[10:41:49] <Ristelle> instead of filling individual pixels. it only fills changed pixels
L453[10:42:13] <Ristelle> this as well meant i need to rewrite the encoder.
L454[10:42:27] <Ristelle> which bot Versions use PreProcessing.
L455[10:42:36] <Ristelle> both*
L456[10:43:01] <Ristelle> annd that mich covers it for OCRC
L457[10:44:56] <Ristelle> Ill drop my link to the repo for OCRC. send constructive feedback to the issues list and ill have a look
L458[10:44:58] <Ristelle> https://github.com/Joshwoo70/OCRC
L459[10:49:16] <Ristelle> oor you could ping me.
L460[10:49:25] <Ristelle> oor send a DM.
L461[10:50:18] <MGR> You're on Discord?
L462[10:50:23] <MGR> Or do you mean IRC PM
L463[10:51:23] <Ristelle> im on discord as well
L464[10:51:41] <Ristelle> Joshwoo70#6104
L465[10:51:52] <Ristelle> both works
L466[10:52:27] <Ristelle> Since im connected to a ZNC IRC Bouncer. it should save your message for me to read later.
L467[10:59:51] <Skye> Ristelle, you could make the encoder encode each "frame" as the difference from the last frame
L468[11:00:05] ⇨ Joins: Thutmose1 (~Patrick@172-10-186-129.lightspeed.gnvlsc.sbcglobal.net)
L469[11:00:09] <Ristelle> thats what it does
L470[11:00:18] <Ristelle> in OCRCNT branch
L471[11:00:25] <Ristelle> wait
L472[11:00:30] <Skye> and do it as an "operation"
L473[11:00:39] <Skye> actually
L474[11:00:46] <Skye> fuck it, just make it executable
L475[11:02:11] ⇦ Quits: Thutmose (~Patrick@2602:30a:c0ab:a810:60f4:f9c6:5208:a191) (Ping timeout: 183 seconds)
L476[11:11:35] <Ristelle> Skye: could but lazy.
L477[11:12:47] ⇨ Joins: Vexatos (~Vexatos@p200300556E4C19183425CDC207A1B711.dip0.t-ipconnect.de)
L478[11:12:48] zsh sets mode: +v on Vexatos
L479[11:13:16] <Ristelle> With thanks and help from MGR. my code will be moving to GERT.
L480[11:13:34] <Ristelle> well falling under the Repo of gert i meant.
L481[11:13:55] <Skye> that makes no snese
L482[11:13:58] <Skye> because
L483[11:13:59] <Skye> uh
L484[11:14:04] <Skye> GERT is networking?
L485[11:14:11] <MGR> Uh, not the GERT repo
L486[11:14:22] <MGR> The OC-Programs repository, under the Global Empire organization
L487[11:14:24] * AshIndigo eats some yogert
L488[11:14:33] <MGR> Parent organization that maintains GERT
L489[11:15:33] <Ristelle> that
L490[11:15:42] <Ristelle> sorry wasnt clear enough XD
L491[11:17:29] <gamax92> :/
L492[11:17:45] * AmandaC sees no benifit for that, but whatever
L493[11:17:57] <gamax92> Yeah, why.
L494[11:18:03] <AmandaC> %choose continue trying to implement std::tuple or meh
L495[11:18:03] <MichiBot> AmandaC: meh
L496[11:19:19] <Inari> Why implement!
L497[11:19:59] <AmandaC> Inari: because I got tired of trying to make libstdc++ work under thistle, so I started reimplementing it myself. :P
L498[11:20:21] <gamax92> oh boy
L499[11:20:30] <vifino> god dammit MGR
L500[11:20:40] <MGR> ?
L501[11:20:46] <vifino> stop tainting all the things with your bullshit
L502[11:20:54] <MGR> I'm not
L503[11:21:57] <Skye> it doesn't even matter
L504[11:24:02] <AmandaC> %choose accept invite or meh
L505[11:24:02] <MichiBot> AmandaC: accept invite
L506[11:24:31] <gamax92> %choose look or nah it's too deed
L507[11:24:31] <MichiBot> gamax92: nah it's too deed
L508[11:24:44] <gamax92> MichiBot has spoken
L509[11:25:03] <vifino> read too dead, got confused
L510[11:25:18] <gamax92> It was supposed to be dead
L511[11:25:35] <vifino> got confused twice then
L512[11:25:54] <gamax92> vifino look, it's a bird
L513[11:26:03] <MGR> no, it's a plane
L514[11:26:08] <vifino> D: help it
L515[11:26:18] <gamax92> MGR stop
L516[11:26:39] <MGR> Ok
L517[11:26:49] <MGR> What exactly am I stopping?
L518[11:27:10] <vifino> yourself
L519[11:27:34] <AmandaC> gamax92: what were you going to look at?
L520[11:28:21] <gamax92> OC things
L521[11:28:28] <MGR> https://loadingartist.com/comic/hold-on-a-second/
L522[11:28:28] <AmandaC> I see
L523[11:28:39] <MGR> I'll just do that
L524[11:28:54] ⇨ Joins: comfix (~comfix@2a02:8071:28b:ad00:d250:99ff:fe10:f755)
L525[11:29:11] ⇦ Parts: comfix (~comfix@2a02:8071:28b:ad00:d250:99ff:fe10:f755) ())
L526[11:31:35] <gamax92> AmandaC: Thistle is dead
L527[11:31:40] <AshIndigo> Can oc glasses render models?
L528[11:31:44] <AmandaC> gamax92: ah, RIP
L529[11:31:44] <S3> HOW DID THIS ESCAPE OUR INTERVIEW
L530[11:31:48] <S3> woops caps lock
L531[11:31:56] <S3> I gotta stop hitting that
L532[11:32:02] <gamax92> Long live RetroComputers
L533[11:32:07] * Inari turned that off
L534[11:32:23] <Inari> REtroComputers does ASM?
L535[11:32:25] <S3> So guys, our new hire, we gave him an update to his SQL database instance
L536[11:32:38] <S3> so he takes the sql file and drags it into his htdocs folder on his sad mac laptop
L537[11:32:43] <S3> and says "why isn't it working?"
L538[11:32:49] <gamax92> RetroComputers is a 6502 based computer mod
L539[11:32:53] <Inari> :o
L540[11:32:54] <Inari> Neat
L541[11:33:03] <Inari> I thougth it would be forth because of the rp2 resemblance :P
L542[11:33:13] <gamax92> It has forth ...
L543[11:33:26] <Inari> Yeah but like
L544[11:33:31] <Inari> you couldn't really use assembly in rp2
L545[11:33:33] <gamax92> Not but like
L546[11:33:33] <AmandaC> gamax92: instead of an arch, completely unique computers?
L547[11:33:37] <gamax92> Yes you could
L548[11:33:46] <gamax92> Inari wtf are you talking about
L549[11:33:50] <S3> I'm working on a 6309 like mod
L550[11:33:55] <S3> very much like the rp2
L551[11:34:01] <S3> itl run Forth out of box
L552[11:34:17] <Inari> gamax92: not really, at least last I had checked
L553[11:34:36] <gamax92> The rp2 computers were also 6502 based
L554[11:35:00] <Inari> Yeah, but from what I recall you basically had to hand compile and place the thing in the folder
L555[11:35:05] <gamax92> The forth disks in both rp2 and RetroComputers contain 6502 code
L556[11:35:20] <S3> yeah it was like a hybrid 6502 / 65816
L557[11:38:03] <Inari> So yeah, maybe I missed a way to get the code in without putting it into the folder by yourself, but thats what I was told to do, and can't do that on a server
L558[11:38:13] <Ristelle> S3: He uses a mac
L559[11:38:16] <Ristelle> RERRERRR
L560[11:38:20] <Ristelle> REEEEEEEE
L561[11:38:22] <gamax92> Inari: Forth
L562[11:39:37] <gamax92> It takes a bit of manual input but that would be how to get code into the computer and onto a disk
L563[11:39:43] <Inari> Hm there migth have been that, but noone ever told me how and my own attempts had failed :P And everywhere I went they said "just stik the image into the folder"
L564[11:40:06] <Inari> Oh well
L565[11:40:09] <Inari> its long dead anyway
L566[11:40:28] <gamax92> But long live RetroComputers
L567[11:40:38] <Inari> So when do we get a mod that gives computers a point
L568[11:41:18] <AshIndigo> They do have a point
L569[11:41:37] <gamax92> ^
L570[11:41:42] <Inari> :p
L571[11:41:49] <gamax92> Not :p
L572[11:42:12] <Inari> Most things don't fully support redstone, and you can't really do things that require the UI. And then theres nothing so complex or needing so fast reactions that theres much of a point, unfortunately
L573[11:43:01] <AshIndigo> What about monitoring/data collection?
L574[11:43:15] <Inari> I suppose
L575[11:43:18] <gamax92> reactor monitoring/automating
L576[11:43:36] <gamax92> robots managing farms
L577[11:43:55] <Inari> There aren't good reactor mods :< And automation is mostly easier done with machines, plus you can't automate some things anyway due to the GUI issue
L578[11:43:58] <gamax92> also automated building
L579[11:44:23] <gamax92> I used to use robots to automatically find and get ores too
L580[11:44:23] <AshIndigo> Don't do it the easier way then
L581[11:45:39] <Inari> AshIndigo: Possible, but a drain on the mind :P
L582[11:45:59] <gamax92> and robots to automatically harvest trees
L583[11:46:02] <S3> Ristelle: ?
L584[11:46:05] <Inari> I prefer when something is balanced I guess. So theres an easier and a less easy way
L585[11:46:15] <Inari> But the less easy is better in some way
L586[11:48:04] <Inari> %give MichiBot a parboiled Robot
L587[11:48:04] * MichiBot accepts the parboiled Robot and adds it to her inventory
L588[11:51:13] <gamax92> Even screens were used at BTM to only let certain people through doors
L589[11:51:43] <Inari> How that
L590[11:51:56] <AmandaC> `touch` event + redstone, I assume
L591[11:52:33] <Inari> Ah yeah, touch events knew who touched it, somehow
L592[11:54:13] <MGR> Palm scanners
L593[11:54:25] <Inari> It's a screen though :|
L594[11:54:30] <AshIndigo> All over the screenn
L595[11:54:32] <AshIndigo> *!
L596[11:54:36] <Inari> :P
L597[11:55:00] <AmandaC> It's possible with today's tech to include a fingerprint scanner under a LCD screen.
L598[11:55:31] <Inari> Well OC hardly is "today's tech"
L599[11:55:41] <Forecaster> it's minecraft-tech
L600[11:55:54] <Inari> Unfortunately
L601[11:56:04] <AmandaC> And there's things that can be done with other mods that aren't even close to today's tech. AFAIK a fully automated farm is still a pipe dream, for example. :P
L602[11:56:11] * Inari still wants a tech based MC clone that is self-coherent
L603[11:56:22] <AshIndigo> You "somehow" shatter a diamond into a shard on a bench made from wooden planks to craft chips
L604[11:56:34] <Inari> AmandaC: Those other mods don't go to length to establish themselves as old computers :p
L605[11:56:38] <MGR> You can "somehow" punch through solid stone
L606[11:57:21] <Forecaster> OC also has robots, holoprojectors and a printer that can print light sources :P
L607[11:57:25] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-37-209-86-166.hsi15.kabel-badenwuerttemberg.de)
L608[11:57:29] <Inari> :P
L609[11:57:53] <Inari> Anyway, it seems silly, nothing in the screen hints at it either. But oh well
L610[11:58:01] <AmandaC> It's inspired by old tech, I don't think it's explicitely stated itself to /be/ old tech though
L611[11:58:33] <MGR> I agree with AmandaC
L612[11:58:40] <Inari> I just wish mods and the MC world were more complex, so computers would feel more like having a proper place and stuff would be mmore interesting to tinker out
L613[11:58:54] <Skye> I feel like we need local echo serial terminal displays
L614[12:00:02] <GreaseMonkey> if you want actual old tech, see if you can get circuity working
L615[12:00:13] <GreaseMonkey> that has an emulated Z80
L616[12:00:17] <GreaseMonkey> with that said i'm out
L617[12:00:31] * Skye captures GreaseMonkey
L618[12:00:33] * AshIndigo mods oc so its overly complicated make a simple computer
L619[12:00:42] <AshIndigo> *to
L620[12:00:55] <gamax92> AshIndigo: sorry I beat you to that already
L621[12:01:21] * AshIndigo reveals that the code used was just gamax's
L622[12:01:39] <Inari> GreaseMonkey: I'd rather wait for SCM :P
L623[12:02:14] <Inari> Anyway, just making OC more complex doesn't help if you don't make the world as a whole more so
L624[12:02:43] <AmandaC> basically, inari wants modded MC without the modded, but still being tech-focused, I gather.
L625[12:03:16] <Inari> I don't mind the modded :P I want more complexity and self-coherence to it though
L626[12:03:38] ⇦ Quits: tim4242 (~tim@84.158.85.97) (Quit: Lost terminal)
L627[12:03:44] <AmandaC> because there's no way a bunch of disparate modders would ever create something as internally consistant as Inari wants.
L628[12:03:55] <Inari> I suppose
L629[12:04:07] * AshIndigo copies the universe into mc
L630[12:04:16] <Inari> AshIndigo: I'd love that
L631[12:04:17] <Inari> :D
L632[12:04:36] * AshIndigo copies the universe into mc
L633[12:04:56] <Inari> D:
L634[12:04:58] <Inari> Stop that
L635[12:05:01] <Inari> One copty is enough
L636[12:05:02] <AshIndigo> Oops double
L637[12:05:15] * AshIndigo slaps his irc client
L638[12:06:04] <Inari> L-lewd
L639[12:09:02] <gamax92> The joys of having to turn the router off so that my father can get his ass off of facebook
L640[12:10:01] <Inari> https://i.pinimg.com/736x/64/c0/c4/64c0c475deaf562ba71fcdf356e55893--k-project-anime-cosplay.jpg
L641[12:10:08] <Inari> gamax92: He never wonders about the internet failing randomly?
L642[12:12:31] <gamax92> He does
L643[12:14:11] <gamax92> But he gets up at least, at the cost of bitching about technology and "Russian hacking" and "need a new browser"
L644[12:14:35] <MGR> Tell him to use Google Ultron?
L645[12:14:47] <AmandaC> Saphire: Stop hacking gamax92's router! :P
L646[12:29:40] <S3> MGR: LOL
L647[12:30:20] <MGR> What?
L648[12:43:15] <AmandaC> Who?
L649[12:52:03] <Skye> ???
L650[12:52:20] <MGR> Where?
L651[12:52:53] <Forecaster> When?
L652[12:55:34] <MGR> How?
L653[13:00:14] <CompanionCube> %oclogs
L654[13:00:14] <MichiBot> https://oclogs.pc-logix.com/
L655[13:06:14] <1MachoK> Just create a tech-based Voxel game
L656[13:06:22] <1MachoK> I'm in for that
L657[13:07:06] <1MachoK> not just tech but programming-tech-based (?)
L658[13:23:01] <Skye> I want to make an abstract game
L659[13:26:11] <Inari> I want to make a quantum game
L660[13:33:26] ⇦ Quits: DeGariless (~DeGariles@47-32-161-221.dhcp.snlo.ca.charter.com) (Ping timeout: 186 seconds)
L661[13:33:45] ⇨ Joins: DeGariless (~DeGariles@ip-99-48-244-173.california.us.northamericancoax.com)
L662[13:46:29] ⇦ Quits: DeGariless (~DeGariles@ip-99-48-244-173.california.us.northamericancoax.com) (Ping timeout: 183 seconds)
L663[13:46:42] ⇨ Joins: DeGariless (~DeGariles@ip-197-48-244-173.california.us.northamericancoax.com)
L664[13:49:13] <CompanionCube> oh bugger, another ME problem
L665[13:49:13] <CompanionCube> https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00086&languageid=en-fr
L666[13:57:10] ⇦ Quits: DeGariless (~DeGariles@ip-197-48-244-173.california.us.northamericancoax.com) (Ping timeout: 198 seconds)
L667[13:57:42] <MGR> DeGariless sure does seem to be having connection problems
L668[13:57:52] ⇨ Joins: DeGariless (~DeGariles@ip-133-48-244-173.california.us.northamericancoax.com)
L669[13:59:55] <Forecaster> or maybe it's a ruse! to steal our bandwidth!
L670[14:03:29] <Michiyo> and my disk space...
L671[14:03:42] ⇦ Quits: DeGariless (~DeGariles@ip-133-48-244-173.california.us.northamericancoax.com) (Ping timeout: 207 seconds)
L672[14:11:59] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-37-209-86-166.hsi15.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L673[14:14:54] <AmandaC> And Temia's axe!
L674[14:16:02] <CompanionCube> apparently noscript 10 butchered the UI and falsely claims to work on android
L675[14:51:41] ⇨ Joins: smoke_f7 (~smoke_fum@188.35.176.90)
L676[14:52:23] ⇦ Quits: smoke_fumus (~smoke_fum@188.35.176.90) (Ping timeout: 186 seconds)
L677[14:55:02] <Izaya> http://go.theregister.com/feed/www.theregister.co.uk/2017/11/21/are_we_ready_for_a_fully_armed_mac_yet/
L678[14:55:16] <Izaya> it's (not quite yet) happening
L679[15:05:10] <Inari> %give MichiBot a boob shader
L680[15:05:10] * MichiBot accepts the boob shader and adds it to her inventory
L681[15:05:44] <AmandaC> %choose binge or meh
L682[15:05:44] <MichiBot> AmandaC: meh
L683[15:18:16] <Inari> #https://www.youtube.com/watch?v=Q_X4MBaeaik
L684[15:18:27] <KoxFox> oh yes, cause apple hasnt ruined Macs enough already
L685[15:18:29] <MichiBot> 大森靖子「絶対絶望絶好調」MusicClip | length: 3m 50s | Likes: 6,789 Dislikes: 267 Views: 1,655,615 | by 大森靖子 Youtube Channel | Published On 12/11/2014
L686[15:18:49] <KoxFox> a but late there, weren't you Michi
L687[15:20:00] <CompanionCube> lol
L688[15:20:28] * CompanionCube wonders what firmware an ARM Mac would have
L689[15:20:48] <CompanionCube> would they do the expected apple thing and prohibit anything that isn't their macOS?
L690[15:20:51] <gamax92> slow day today huh.
L691[15:25:20] <Izaya> CompanionCube: 50/50 they just use EFI again
L692[15:25:42] <Izaya> KoxFox: Intel Macs were a miss steak
L693[15:25:45] <CompanionCube> Izaya: inb4 it's an actually decent UEFI impl
L694[15:25:53] <CompanionCube> rather than their weird/hacky EFI impl
L695[15:26:22] <Izaya> or maybe they'd use openfirmware /s
L696[15:27:07] <CompanionCube> lol
L697[15:31:25] <Skye> Probably their arm bootloader
L698[15:45:46] <CompanionCube> is it suitable for desktops though? different things to worry about there
L699[15:58:50] <gamax92> ~markov Skye
L700[15:58:51] <ocdoc> do you work for you for coroutine in a VM is meh...
L701[15:59:02] <Skye> Lol
L702[15:59:14] <Skye> gamax92, I say ransom nonsense
L703[15:59:19] <Skye> It outputs random nonsense
L704[15:59:25] <gamax92> ~markov Skye
L705[15:59:26] <ocdoc> is a thing to make a custom android distribution
L706[15:59:46] <gamax92> mmhm
L707[15:59:56] <gamax92> ~markov gamax92
L708[15:59:58] <ocdoc> the very least it has that feature ever you want to install"
L709[16:00:11] <AmandaC> %newtopic
L710[16:00:11] <Pwootage> I would agree that it is a thing to make a custom android distribution
L711[16:00:11] <MichiBot> AmandaC: #5 I hear that Inari has been deep in thought, can you make a minecraft into something lewd?
L712[16:00:25] <Pwootage> uh
L713[16:00:27] <gamax92> a minecraft
L714[16:00:48] <gamax92> ~markov AmandaC
L715[16:00:49] <ocdoc> There's only one Temia, but there's nowhere in their tech talks or try and make the block have a consolodation price ~hands AshIndigo an exploit for (or, at
L716[16:01:08] <Inari> ~markov Corded
L717[16:01:11] <ocdoc> so (to confirm) the returned value to a non-integer key in disbelief
L718[16:01:11] <Temia> Yes, there is only one me. c:
L719[16:01:46] ⇦ Quits: Xal (~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 383 seconds)
L720[16:01:48] <Pwootage> ./nick Temia2
L721[16:01:58] <KoxFox> Izaya, sorry, I don't watch this channel that much on discord. Intel macs are all I ever had, I have a liking for them, however I am sure the ARM macs are going to be a bigger... "miss steak"
L722[16:02:02] <gamax92> hmm ...
L723[16:02:09] <AmandaC> Til Temia does tech talks
L724[16:02:16] <gamax92> I wonder, how to make custom functions to pass into this odd version of Lua
L725[16:02:21] <Inari> TemiTalks
L726[16:02:44] <Inari> Temi-chan
L727[16:02:46] <Temia> But only while hidden
L728[16:03:23] <gamax92> it should be the same way you would normally do it, which is lua_pushcfunction or some such
L729[16:03:25] ⇨ Joins: Xal (~Xal@S010664777dabacc3.vw.shawcable.net)
L730[16:05:05] <gamax92> well, lua_pushcfunction is a macro for lua_pushcclosure
L731[16:06:15] <gamax92> bleh, I need to convert macros into functions
L732[16:07:43] <AmandaC> gamax92: what're you doing?
L733[16:08:23] <Izaya> KoxFox: They've steadily lost any differentiation from the competition since switching to x86. Now they just make PC clones that run a less common OS.
L734[16:08:57] <gamax92> AmandaC: I compiled Lua into a java class, split it apart into separate classes, then decompiled it all using krakatau
L735[16:09:20] <AmandaC> gamax92: I see... why?
L736[16:09:47] <gamax92> cause
L737[16:11:28] ⇨ Joins: ben_mkiv (~ben_mkiv@p579722E1.dip0.t-ipconnect.de)
L738[16:14:46] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout: 183 seconds)
L739[16:16:49] * AmandaC needs 3 more friends for AC:PC
L740[16:23:13] <gamax92> oh yeah, I can also have the tool that splits apart the class also add in parameter names
L741[16:27:01] <Inari> AmandaC: Assassins Creed: Perverted Conducts?
L742[16:27:32] <AmandaC> Inari: no. Animal Creatures: Penis Coils
L743[16:27:43] <AmandaC> ( Animal Crossing: Pocket Camp )
L744[16:27:44] <Inari> D:
L745[16:28:01] <Inari> coils? Like a ring for the gentleman's finger?
L746[16:28:12] <AmandaC> Like ducks.
L747[16:28:29] <Inari> I heard the koreans use ducks
L748[16:28:29] <Inari> :s
L749[16:28:31] <AmandaC> or whatever that weird animal is
L750[16:28:42] <Inari> Weird animal?
L751[16:28:47] ⇦ Quits: BearishMushroom (~BearishMu@82-209-154-59.cust.bredband2.com) (Read error: Connection reset by peer)
L752[16:29:07] <gamax92> Inari:
L753[16:29:41] <Inari> gamax92:
L754[16:29:53] <gamax92> :o
L755[16:31:47] <AmandaC> o:
L756[16:32:31] <CompanionCube> ~markov CompanionCube
L757[16:32:32] <ocdoc> (Read the machine's I/O errors reading that article is satire right to oppose Internet censorship - and I turned you into
L758[16:32:45] <CompanionCube> Mine are always surprisingly coherent.
L759[16:33:13] <Pwootage> OH NO! Unmatched parenthesis!
L760[16:39:56] <gamax92> ~markov Izaya
L761[16:39:58] <ocdoc> I have better things to spend fuckloads on the surface pro 1 or 2 on TDIC have an extension cable from the
L762[16:53:01] <gamax92> hmm, wonder how this handles varargs
L763[16:55:16] <Pwootage> I mean, java has varargs
L764[16:55:20] <Pwootage> But different than C++
L765[16:58:15] <gamax92> hmm, it put an int.
L766[16:59:28] ⇨ Joins: DeGariless (~DeGariles@47-32-161-221.dhcp.snlo.ca.charter.com)
L767[17:29:17] ⇨ Joins: SentientTurtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L768[17:30:12] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Ping timeout: 183 seconds)
L769[17:30:41] ⇦ Quits: SentientTurtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Client Quit)
L770[17:33:57] <payonel> Inari: https://i.imgur.com/5pfrLrR.gifv
L771[17:34:15] ⇨ Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L772[17:36:00] <Inari> payonel: haha
L773[17:39:26] * AmandaC watches gif, looks at Inari, goes back to playing with her phone
L774[17:39:41] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L775[17:42:15] ⇦ Quits: Vexatos (~Vexatos@p200300556E4C19183425CDC207A1B711.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L776[17:44:17] ⇨ Joins: glasspelican (~quassel@ktnron060ww-lp140-01-76-71-23-102.dsl.bell.ca)
L777[17:59:50] <ben_mkiv> https://img-9gag-fun.9cache.com/photo/a5nAzeE_700b.jpg
L778[18:02:15] ⇦ Quits: DeGariless (~DeGariles@47-32-161-221.dhcp.snlo.ca.charter.com) (Ping timeout: 207 seconds)
L779[18:07:18] <Kodos> Anyone use NuclearCraft in 1.12.2?
L780[18:23:42] ⇦ Quits: jazzpi (~jazzpi@2a03:4000:6:20f::2) (Ping timeout: 207 seconds)
L781[18:23:55] ⇨ Joins: jazzpi (~jazzpi@2a03:4000:6:20f::2)
L782[18:29:40] <AmandaC> Not I, but I hear it's terrible.
L783[18:30:07] <Kodos> It's just realistic, anyone who says it's terrible spent too much time using BR/ER
L784[18:38:39] ⇦ Quits: jazzpi (~jazzpi@2a03:4000:6:20f::2) (Ping timeout: 207 seconds)
L785[18:41:16] ⇨ Joins: jazzpi (~jazzpi@2a03:4000:6:20f::2)
L786[18:42:24] ⇦ Quits: Inari (~Pinkishu@p4FC1E230.dip0.t-ipconnect.de) (Quit: 'Dresses are nice, ribbons are nice too~ Blue jeans just won't do!')
L787[18:49:57] ⇦ Quits: smoke_f7 (~smoke_fum@188.35.176.90) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L788[19:11:55] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@p57972696.dip0.t-ipconnect.de)
L789[19:14:34] ⇦ Quits: ben_mkiv (~ben_mkiv@p579722E1.dip0.t-ipconnect.de) (Ping timeout: 183 seconds)
L790[19:57:38] ⇨ Joins: DeGariless (~DeGariles@174-087-138-238.dhcp.chtrptr.net)
L791[20:32:20] <payonel> ben_mkiv|afk: that is awesome
L792[21:06:05] ⇦ Quits: Kodos (~Kodos@63.142.73.55) (Quit: Leaving)
L793[21:23:25] <Kodos> https://puu.sh/yr36C/bae13e1874.png Yay
L794[22:24:10] ⇦ Quits: Lathanael|Away (~Lathanael@p54960AA8.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L795[22:25:42] ⇨ Joins: Lathanael|Away (~Lathanael@p54960DD6.dip0.t-ipconnect.de)
L796[22:31:24] ⇦ Quits: Thutmose1 (~Patrick@172-10-186-129.lightspeed.gnvlsc.sbcglobal.net) (Read error: Connection reset by peer)
L797[22:39:58] *** brandon3055 is now known as brandon30552
L798[22:40:05] *** brandon30552 is now known as brandon3055
L799[22:44:02] ⇦ Quits: jackmcbarn (jackmcbarn@gateway02.insomnia247.nl) (Ping timeout: 204 seconds)
L800[22:51:56] ⇦ Quits: tehbeard (~tehesper@208.80.10.200) (Quit: Off to crush his enemies, see them driven before him, and to hear the lamentation of their women)
L801[22:54:03] ⇨ Joins: tehbeard (~tehesper@208.80.10.200)
L802[22:55:43] ⇦ Quits: tehbeard (~tehesper@208.80.10.200) (Read error: Connection reset by peer)
L803[22:56:28] ⇨ Joins: jackmcbarn (jackmcbarn@gateway02.insomnia247.nl)
L804[22:56:35] ⇨ Joins: tehbeard (~tehesper@208.80.10.200)
L805[23:03:03] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@p57972696.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L806[23:10:06] <1MachoK> is there a way to stop modem messages coming from a specific address?
L807[23:10:12] <1MachoK> ie to stop DoS
L808[23:11:49] <peaceoops> So I've got my drone moving around, but I can't seem to have it get anything from a chest. It has an inventory upgrade but not an inventory controller upgrade.
L809[23:11:59] <peaceoops> Can anyone point me in the right direction?
L810[23:13:03] <1MachoK> I don't think drones can get items from chests
L811[23:13:16] <1MachoK> I can think of a few workarounds tho
L812[23:13:55] <peaceoops> I've seen a video where they can harvest crops and place them in a chest, so they must have some sort of inventory usage.
L813[23:14:39] <1MachoK> placing should work because it uses .drop()
L814[23:15:04] <1MachoK> Being honest I've never used drones myself
L815[23:15:15] <1MachoK> What are you trying to do?
L816[23:16:21] <1MachoK> I would use an external system to drop the items to the ground and pick them up with a tractor beam
L817[23:16:39] <1MachoK> Hopper + Dispenser for example
L818[23:17:13] <peaceoops> Hmm... tractor beam, eh?
L819[23:18:15] <peaceoops> I just want to have a drone that can pick up coal from one place and drop it in another. I've already got the GPS set up and translating to "real world" coordinates, and the connection to the server so it can get and execute commands.... just the inventory piece now.
L820[23:18:45] <Kodos> You could use the waypoints example program to do that
L821[23:19:22] <1MachoK> @Kodos can drones extract items from chests+
L822[23:19:29] <1MachoK> ?*
L823[23:19:36] <Kodos> With an inventory controller, I believe so
L824[23:19:40] <Kodos> Maybe even without
L825[23:19:45] <Kodos> ~w waypoint
L826[23:19:45] <ocdoc> http://ocd.cil.li/block:waypoint
L827[23:20:01] <Kodos> Hm
L828[23:20:22] <peaceoops> Aha!
L829[23:20:28] <Kodos> https://youtu.be/uFfM7kB9vEU
L830[23:20:32] <Kodos> There
L831[23:20:36] <MichiBot> OpenComputers: Waypoints Preview | length: 6m 38s | Likes: 56 Dislikes: 1 Views: 3,926 | by Mighty Pirates | Published On 26/4/2015
L832[23:20:43] <Kodos> The video description has a link of the code used, as well as the list of components inside the drone
L833[23:20:48] <peaceoops> The old robot API had suckDown().... that's where I was going wrong. The drone just has suck(side)
L834[23:20:50] <Kodos> But I think that's what you want
L835[23:21:19] <1MachoK> Thanks @Kodos ?
L836[23:21:30] <peaceoops> Yes, thank you very much Kodos!
L837[23:21:33] <1MachoK> Kudos to Kodos (?)
L838[23:21:35] <Kodos> ?
L839[23:21:51] <Corded> * <Kodos> goes back to waiting on his interstellar taxi
L840[23:22:04] <peaceoops> Kodos, quick other question, since you're here ?
L841[23:22:07] <Kodos> Sure
L842[23:23:49] <peaceoops> So, I can't use "require", all the "modules" so far have been able to be wrapped with component proxies, since it seems that "component" is the only one I can use natively. If that makes any sense...
L843[23:24:06] <peaceoops> i.e. How do I use "sides"... lol
L844[23:24:08] <Kodos> Yeah, basically require is provided by openos, which doesn't exist on drones
L845[23:24:25] <Kodos> You'd use the raw numbers
L846[23:24:26] <Kodos> ~w sixe
L847[23:24:26] <ocdoc> Predicted http://ocd.cil.li/api:sides
L848[23:24:30] <Kodos> Close enough ?
L849[23:25:02] <peaceoops> What would "component" be called, versus whatever "sides" is called?
L850[23:25:09] <peaceoops> Just an API?
L851[23:25:09] <Kodos> Eh
L852[23:25:16] <Kodos> Can you try asking that in English lol
L853[23:26:01] <peaceoops> I know... I'm trying to figure out the difference between "component" and sides. Because in other OC programs and on OpenOS, you declare them similarly. sides = require("sides") and component = require("component")
L854[23:26:31] <1MachoK> component is native to the lua bios I think
L855[23:26:34] <Kodos> ^
L856[23:26:52] <peaceoops> OK, so they are both APIs, but only component is native.
L857[23:27:05] <Kodos> basically you'd do
L858[23:27:36] <Kodos> Code Block pastebined https://paste.pc-logix.com/raqabasani
L859[23:27:48] <1MachoK> oh that's clever
L860[23:27:59] <peaceoops> Yep, I've got all that bit.
L861[23:28:32] ⇦ Quits: Arimil (~Renari@70.15.17.141.res-cmts.sm.ptd.net) (Quit: Arimil)
L862[23:28:35] <peaceoops> Needs work, and partly copied from a tutorial, but here's my drone script so far: https://pastebin.ca/3938426
L863[23:28:44] ⇨ Joins: Renari (~Renari@70.15.17.141.res-cmts.sm.ptd.net)
L864[23:28:54] <1MachoK> If you need a specific OpenOs api you could probably copy paste it
L865[23:29:20] <peaceoops> Hmm, interesting thought.... I like getting into the nuts and bolts.
L866[23:49:49] ⇦ Quits: Dark (~MrDark@2607:fcc8:d48b:eb00:3dde:f288:c69a:c6b) (Read error: Connection reset by peer)
L867[23:52:12] ⇨ Joins: Dark (~MrDark@2607:fcc8:d48b:eb00:4444:83e5:6356:4a2d)
<<Prev Next>> Scroll to Top