<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:16:02] <S3> Got OSPF working on Mikrotiks
L2[00:16:11] <S3> so now my network is being flooded with hello packets
L3[00:37:38] <bad at​ vijya> https://tinyurl.com/y6oxybyt
L4[01:00:16] * Amanda curls up around Elfi, yawns, contemplates an early night
L5[01:01:54] <Amanda> %choose sleeps?
L6[01:01:54] <MichiBot> Ama​nda: Are you sure? Well alright.
L7[01:05:17] <Amanda> Night nerds
L8[01:16:44] <Ocawes​ome101> well
L9[01:16:52] <Ocawes​ome101> i joined the github game jam
L10[01:23:46] <Bri​anH> game jam?
L11[01:25:53] <Bri​anH> you mean the block falling puzzle thing, @Ocawesome101 ?
L12[01:25:59] <Ocawes​ome101> game jam / game off / w/e
L13[01:27:03] <Bri​anH> I can't really do it, I don't have a visual memory due to a health epidemic about 16 years ago, so those type of things are almost impossible for me.
L14[01:27:08] <Ocawes​ome101> https://itch.io/jam/game-off-2020
L15[01:27:14] <Ocawes​ome101> ouch, that sucks
L16[01:27:27] <Bri​anH> Oh that's a different one
L17[01:27:46] <Ocawes​ome101> i'm using the TIC-80
L18[01:28:05] <Ocawes​ome101> (the TIC-80? just TIC-80? idk)
L19[01:28:20] <Bri​anH> I was looking at some memory visual puzzle falling game instead
L20[01:28:26] <Bri​anH> which I was like, yeah I would suck at that lol
L21[01:28:33] <Ocawes​ome101> ah lol
L22[01:29:21] <Bri​anH> lets see
L23[01:30:34] <Bri​anH> what is the TIC-80
L24[01:30:46] <Ocawes​ome101> it's a fantasy console
L25[01:30:57] <Ocawes​ome101> you can program it in Lua, Moonscript, JS, and i think one other language too
L26[01:31:04] <Bri​anH> OK WTH
L27[01:31:08] <Bri​anH> I've been making one of these
L28[01:31:32] <Ocawes​ome101> and there's a fork that supports brainf* lmao
L29[01:31:51] <Bri​anH> I've been working on a stack machine emulator to a simulated game console in Elixir
L30[01:32:27] <Ocawes​ome101> two other supported langs are `wren` and `fennel` apparently
L31[01:32:36] <Bri​anH> it emulates my homebrew stack computer I've been working on for the past couple years
L32[01:32:50] <Ocawes​ome101> neat
L33[01:32:50] <Bri​anH> which finally now has more of an instruction set
L34[01:33:37] <Bri​anH> what is the architecture like?
L35[01:33:44] <Bri​anH> I think I would want to use some kind of assembly
L36[01:34:13] <Ocawes​ome101> https://github.com/nesbox/TIC-80/wiki is most of the documentation
L37[01:34:42] <Ocawes​ome101> definitely doesn't do assembly, at least not natively
L38[01:34:47] <Bri​anH> that's sad
L39[01:34:50] <Ocawes​ome101> does a lot of other retro things tho
L40[01:34:56] <Bri​anH> mine was going to be a full memory mapped simulated computer
L41[01:35:36] <Ocawes​ome101> nice!
L42[01:35:58] <Bri​anH> its pretty neat, this tic-80
L43[01:36:23] <Ocawes​ome101> i've tried a few times to do something like that, but haven't really succeeded
L44[01:36:24] <Ocawes​ome101> yes it is
L45[01:36:52] <Bri​anH> Well it turns out that memory mapping things in Elixir is as easy as pattern matching memory address ranges in function calls
L46[01:36:53] <Bri​anH> 😄
L47[01:37:01] <Bri​anH> well, function declarations
L48[01:37:16] <Bri​anH> using a macro, I can make a memory_map macro to make it cleaner looking
L49[01:38:56] <Bri​anH> Code Block pastebined https://paste.pc-logix.com/xaxihaxibe
L50[01:39:00] <Bri​anH> Kind of like that
L51[01:39:23] <Bri​anH> whenever address bus is written from 0xE000 to 0xFFF0 it will call that function now
L52[01:39:34] <Ocawes​ome101> that's p clean
L53[01:39:41] <Ocawes​ome101> i like it
L54[01:40:05] <Ocawes​ome101> i've started experimenting with building a computer in minecraft using Project Red
L55[01:40:35] <Bri​anH> good.
L56[01:40:44] <Bri​anH> I've done a lot of that kind of stuff with project red
L57[01:41:45] <Ocawes​ome101> i've got an adder, a slightly convoluted rom system (bus input panels ftw, easily programmable rom), some ram for which i'll probably use a similar system to the rom, and some vague ideas in my head
L58[01:42:17] <Bri​anH> ram is better in an IC and I have a design that lets you fit 192 bits of ram in one 64x64 IC
L59[01:42:32] <Bri​anH> I worked on it long ago with 20kdc
L60[01:43:06] <Ocawes​ome101> i have a single byte to an IC :P
L61[01:43:20] <Ocawes​ome101> the adder is extendable just about infinitely, which is nice
L62[01:43:47] <Ocawes​ome101> base adder is 8-bit, but i made some extension modules, each of which gives it another 8 bits
L63[01:45:12] <Bri​anH> Here it is, of it partially completed when I was working on it
L64[01:45:15] <Bri​anH> https://images-ext-1.discordapp.net/external/PAl1U_TDmBJ5kv6CmRzQLZ3HDJ42BLSCswfoh1wFhKw/https/i.imgur.com/1sqSrjr.png?width=884&height=480
L65[01:45:39] <Ocawes​ome101> daaaaaaaaang
L66[01:45:41] <Bri​anH> its very simple
L67[01:46:09] <Bri​anH> you just think of memory as a grid of X,Y. I also believe this was for a 12 bit minecraft computer btw
L68[01:46:43] <Bri​anH> it stored the data vertically
L69[01:47:05] <Bri​anH> you basically just need to close in the row and output it horrizontally
L70[01:47:15] <Bri​anH> the vertical would be your enable, then you just need input and output
L71[01:47:23] <Bri​anH> or read/write I mean
L72[01:47:29] <Ocawes​ome101> mhm
L73[01:51:30] <Bri​anH> also...
L74[01:51:33] <Bri​anH> https://images-ext-1.discordapp.net/external/R_90dsNCVHiPpW1CDXnPbyJo6OVewrTNonmfiaNSgv8/https/i.imgur.com/1GMdtJxr.png?width=826&height=480
L75[01:51:34] <Mic​hiyo> Test
L76[01:51:36] <Bri​anH> My PLA decoders
L77[01:51:47] <Bri​anH> you should be using them 🙂
L78[01:51:57] <Michiyo> yay... this nick color script looks to work for Discord users too
L79[01:52:00] <Bri​anH> yes I believe they work in ICs too
L80[01:52:32] <Bri​anH> @Ocawesome101 That in particular as you can see is a 7 segment decoder.
L81[01:52:43] <Bri​anH> its pretty small if you ask me 🙂
L82[01:52:52] <Ocawes​ome101> neat
L83[01:52:53] <Ocawes​ome101> PLA?
L84[01:53:03] <Bri​anH> also, its only 2 tick
L85[01:53:55] <Bri​anH> see, most of those components are instant (same tick)
L86[01:54:13] <Bri​anH> PAL, not PLA
L87[01:54:35] <Bri​anH> https://tinyurl.com/yxngnwse
L88[01:54:42] <Bri​anH> thats how it works
L89[01:54:59] <Bri​anH> if you want to make a very fast decoder on an IC its very useful.
L90[01:55:01] <Ocawes​ome101> ah nice
L91[01:55:07] <Ocawes​ome101> so like 8 bits -> 256 outputs?
L92[01:55:16] <Bri​anH> right. but that is a very large one
L93[01:55:28] <Ocawes​ome101> ofc
L94[01:55:38] <Bri​anH> you can daisy chain decoders to make them smaller
L95[01:56:26] <Bri​anH> I've had to do that for some things but it isnt always possible.
L96[01:57:47] <Bri​anH> here it is, 20kdc's optimized memory cell (the grid thing I did earlier)
L97[01:57:48] <Bri​anH> https://media.discordapp.net/attachments/359405772255395840/361273195015438336/image.png
L98[01:57:59] <Bri​anH> study that because I think you'll like that for your RAM
L99[01:58:07] <Bri​anH> you just make a grid of those.
L100[02:01:59] <Bri​anH> if you put 8 of them side by side you get one byte
L101[02:02:29] <Bri​anH> er. trying to remember if these are vertical or horrizontal
L102[02:03:19] <Bri​anH> eventually you end up with something to put the gates in like this:
L103[02:03:20] <Bri​anH> https://media.discordapp.net/attachments/359405772255395840/361272795017117708/image.png
L104[02:03:29] <Bri​anH> see how the top left one is done
L105[02:06:32] <Bri​anH> pink is the write clock, green is output enable, white is Data
L106[02:07:05] <Bri​anH> however it looks like I'm missing something
L107[02:07:21] <Bri​anH> sorry gray is data
L108[02:08:58] <Bri​anH> I am pretty sure both gray and white are data, just that white is for writing and gray is for reading, so you would tue them at the ends
L109[02:09:01] <Bri​anH> tie*
L110[02:09:07] <Bri​anH> or something
L111[02:09:17] <Bri​anH> @Ocawesome101 Should get you going though
L112[02:09:51] <Ocawes​ome101> thanks
L113[02:09:53] <Bri​anH> those are null cells by the way
L114[02:10:10] <Ocawes​ome101> i figured that out, had to use them a couple times
L115[02:10:34] <Bri​anH> I would try it with one byte and see how you like it 🙂
L116[02:10:41] <Ocawes​ome101> given that i'm going 8 bit, and that this is a redstone computer, for simplicity's sake i'm only gonna have like 256 bytes of ram max. i think
L117[02:10:51] <Ocawes​ome101> i have the fork with copy-paste so it should be e-z
L118[02:10:58] <Bri​anH> woah
L119[02:11:04] <Bri​anH> I always did it by hand
L120[02:11:07] <Bri​anH> one cell at a time
L121[02:11:28] <Bri​anH> I think you could easily get 128 bytes per chip
L122[02:11:38] <Bri​anH> then you can just use decoder chips to select which ones
L123[02:11:52] <Bri​anH> you could switch between two banks.
L124[02:12:02] <Bri​anH> just by checking the highest bit.
L125[02:12:21] <Bri​anH> don't forget a chip enable so that you can do memory mapped IO, if you are going for mmio
L126[02:13:11] <Bri​anH> By the way.. I have found that making a decoder like the one I showed you above for a 7 segment display is the fastest way to make an accumulator 🙂
L127[02:13:24] <Bri​anH> just decode the incoming data instead of making a gate tree
L128[02:14:25] <Bri​anH> you can reduce size even by decoding which decoder to use for the ALU instruction bits
L129[02:14:50] <Bri​anH> just an idea
L130[02:15:38] <Bri​anH> @Ocawesome101 do you know if you place two ICs against eachother if they share bundle data without a bundle cable?
L131[02:15:55] <Bri​anH> I never tried ity
L132[02:16:56] <Ocawes​ome101> i don't think so, but if you output one into the other you can make them do it
L133[02:19:26] <Bri​anH> oh?
L134[02:30:13] <Bri​anH> I love how Elixir
L135[02:30:17] <Bri​anH> Elixir macros work
L136[02:30:23] <Bri​anH> Code Block pastebined https://paste.pc-logix.com/weretulune
L137[02:43:13] <Brisingr​Aerowing> @Ocawesome101 where did you get that fork?
L138[02:43:47] <Ocawes​ome101> kris kindly sent me a compiled jar, there's a github repo somewhere too
L139[02:52:19] <CompanionCube> well my sense of hope's dead
L140[03:07:57] <20​kdc> @BrianH heeey, wait a minute, is someone building a RAM
L141[03:15:12] <20​kdc> also, just so you know, in the images given the top wire is blue and the bottom one is yellow. also-also, you don't necessarily tie data in/out together.
L142[03:15:43] <20​kdc> I mean, you can, just it depends on the situation.
L143[03:16:03] <Izaya> it lets you reduce the pin count of your IC
L144[03:20:37] <CompanionCube> Izaya: the world's fuckedness is very much ot decreasing.
L145[03:22:36] <Izaya> CompanionCube: steady state tbh
L146[03:22:51] <CompanionCube> Izaya: steady state implie some decrease
L147[03:22:53] <CompanionCube> where the fuck is it
L148[03:28:01] <Izaya> uuuuuuuuuuuuuuuh
L149[03:28:07] <Izaya> I'll get back to you on that
L150[03:34:23] <ThePi​Guy24> negative decrease
L151[03:35:02] <ThePi​Guy24> %tonk
L152[03:35:02] <MichiBot> Yay! ThePi​Guy24! You beat Squi​dDev's previous record of 4 hours, 25 minutes and 50 seconds (By 43 minutes and 9 seconds)! I hope you're happy!
L153[03:35:03] <MichiBot> ThePiGuy24's new record is 5 hours and 9 minutes! ThePiGuy24 also gained 0.0036 (0.00072 x 5) tonk points for stealing the tonk. Position #6. Need 0.09813056 more points to pass Li​zzy!
L154[03:36:39] <Bri​anH> 20kdc I noticed that I had my blue light filter on 😄
L155[03:36:42] <Bri​anH> so it looked gray hahaha
L156[03:37:23] <Bri​anH> also explains why the yellow looked white
L157[03:39:03] <Izaya> from fedi: https://cdn.mastodon.technology/media_attachments/files/008/208/966/original/9787218965f511d8.png
L158[03:39:54] <CompanionCube> Izaya: the world's gonna be treated weith boris's UK trying to get a deal with trump's USA
L159[03:39:59] <CompanionCube> it's gonna be a shitsho
L160[03:40:17] <Izaya> the reject is working with you guys too
L161[03:40:20] <Izaya> what a mess
L162[03:40:45] <Bri​anH> whats going on now?
L163[03:41:36] <CompanionCube> trump is somehow winning
L164[03:41:55] <Bri​anH> I haven't been paying attention
L165[03:42:10] <Bri​anH> Maine is kind of this place in the middle of nowhere, what goes on in the rest of the US is often a mystery
L166[03:42:13] <CompanionCube> %inv add giant meteor
L167[03:42:14] * MichiBot summons 'giant meteor' and adds to her inventory. This seems very sturdy.
L168[03:42:33] <Izaya> https://w1r3.net/NmUQUo.jpg
L169[03:42:43] <Izaya> https://w1r3.net/SZjkTK.jpg
L170[03:42:54] <Bri​anH> lol
L171[03:43:05] <Izaya> and the worst part is
L172[03:43:21] <Izaya> at least that dickhead had some sort of conviction
L173[03:43:29] <Izaya> the current PM here is just a parasite
L174[03:43:55] <CompanionCube> tbf that's true for trump and boris as well. Especially boris.
L175[03:44:20] <Izaya> I mean, yeah
L176[03:44:21] <Izaya> but like
L177[03:44:29] <Izaya> while I wouldn't say they have ... vision
L178[03:44:32] <Izaya> they have opinions
L179[03:44:39] <CompanionCube> trump does
L180[03:44:40] <ThePi​Guy24> unfortunatley, the stupid can relate with the stupid, therefore stupid rises to power
L181[03:44:50] <Izaya> the current PM is literally a failed marketing manager
L182[03:45:10] <Izaya> like
L183[03:49:51] <Izaya> hm, can't find the video :|
L184[03:52:46] <Izaya> anyway, tl;dr after being a certified cunt at school, he got a job in trying to advertise australia, at which he was successfully responsible for reducing tourism
L185[03:53:20] <Izaya> not the video I was after but this will do https://www.youtube.com/watch?v=buw5WufsP5k
L186[03:53:21] <MichiBot> dear your majesty... | length: 8m 26s | Likes: 73,416 Dislikes: 1,625 Views: 1,085,253 | by friendlyjordies | Published On 6/1/2020
L187[03:56:18] ⇨ Joins: prisma (~prismatic@2406:e006:4f66:e602:c467:469d:d43f:debe)
L188[03:58:56] <Bri​anH> meh
L189[03:59:02] <bad at​ vijya> wot https://tinyurl.com/y33822ca
L190[03:59:24] <Bri​anH> I saw that liverpool was being required to get tested
L191[03:59:35] <Bri​anH> all I could think of is, "oh hey everyone go to the test center to spread covid"
L192[04:01:32] <Izaya> good thing they have professionals there to avoid that as best as practical, pending the cooperation of the people being tested, eh?
L193[04:02:29] <Bri​anH> you know, its voting day today
L194[04:02:51] <Bri​anH> and I thought about it, and was like, .... you know.. I don't feel like going to a place with a bunch of people.
L195[04:03:05] <CompanionCube> did you vote via mail?
L196[04:03:48] <Bri​anH> nah, I instead decided to piss somebody off by counter arguing their poing that it is my right to vote with "I reserve the right not to vote and watch"
L197[04:04:20] <CompanionCube> good thing you're probably in safe part of maine otherwise i would yell at you
L198[04:04:33] <bad at​ vijya> there was nobody in the voting place i went to
L199[04:04:36] <bad at​ vijya> 👀
L200[04:05:01] <bad at​ vijya> https://tinyurl.com/y5otf5k6
L201[04:05:10] <Bri​anH> everyone's vote counts, but from a math perspective, all you're doing by not voting is decreasing the pool size.
L202[04:05:21] <Bri​anH> so you can't say it's wrong
L203[04:05:32] <CompanionCube> who neds policies when you can fuck up eveything, appeal to shitty people and still win!
L204[04:06:15] <Bri​anH> lol
L205[04:06:39] <Izaya> I kinda wish that voting wasn't mandatory here
L206[04:06:53] <ThePi​Guy24> can we make it not illegal to kill world leaders, mainly to deter people who have bad intentions from going into power for fear of death
L207[04:07:03] <Bri​anH> there is also the deal that uhm, my girlfriend took off with the car
L208[04:07:04] <ThePi​Guy24> ill probably regret that post some day
L209[04:07:04] <Izaya> because then you'd have less wankers that don't care voting for people that actively want the country fucked
L210[04:07:09] <Bri​anH> so I am kinda stuck here anyways even if I wanted to vote
L211[04:07:30] <ThePi​Guy24> Izaya: spoil your vote, if the law is anything like it is here, it wont be counted
L212[04:07:34] <CompanionCube> at least the americans know how i felt when boris got elected
L213[04:07:41] <Izaya> the issue isn't my vote
L214[04:07:42] <Bri​anH> you can vote for yourself
L215[04:07:44] <Izaya> it's everyone else's vote
L216[04:07:48] <Izaya> they vote wrong
L217[04:07:49] <ThePi​Guy24> Izaya: true
L218[04:07:53] <Bri​anH> heh
L219[04:08:02] <Bri​anH> so that's another thing
L220[04:08:16] <Bri​anH> If I don't completely understand what's going on, I don't feel like I should be voting
L221[04:08:27] <Bri​anH> because that's what I call a blind vote which is retarded.
L222[04:09:51] <Bri​anH> also, I am registered independently which means that I am also forbidden to vote in the primaries in the state of Maine, and until I explained that to somebody, they were super pissed off that I didnt' vote in the primaries.
L223[04:10:43] <Bri​anH> you can't vote in the primaries in the state of Maine if you are unaffiliated with any party.
L224[04:11:12] <ThePi​Guy24> what
L225[04:11:38] <Bri​anH> yes, you know when you choose who is going to run for president?
L226[04:11:45] <Bri​anH> I can't do that
L227[04:12:03] <Bri​anH> if I registered as democrat or republican then I could.
L228[04:12:24] <ThePi​Guy24> sounds kinda ubercapitalist to me
L229[04:12:31] <Bri​anH> now doesn't that sound unconstitutional? heh.
L230[04:12:53] <Bri​anH> but hey
L231[04:13:07] <Bri​anH> in the state of Maine we are at least required to bring our shotguns to church in case of a native attack.
L232[04:13:14] <Bri​anH> don't believe me then look it up 🙂
L233[04:15:17] <Bri​anH> But anyway in both cases trump or biden we are fucked
L234[04:16:36] <Bri​anH> whats also fucked up is that some states have people whos vote doesnt really count
L235[04:16:49] <Bri​anH> for example Virginia
L236[04:16:58] <Bri​anH> most people live in one small county
L237[04:17:01] <ThePi​Guy24> im pretty sure that is literally illegal
L238[04:17:04] <Bri​anH> so the rest of the state gets no weight
L239[04:17:47] <Bri​anH> it was either Virginia or west Virginia.
L240[04:17:52] <Bri​anH> which one was it @bad at vijya
L241[04:18:02] <bad at​ vijya> wut
L242[04:18:12] <bad at​ vijya> i don't remember
L243[04:18:29] <Bri​anH> literally 99% of the state is rural with one giant city
L244[04:18:54] <Bri​anH> which houses like >70% of the population
L245[04:19:15] <ThePi​Guy24> im pretty sure the americal government just completely ignores the constitution and would rather it not exist
L246[04:19:31] <Bri​anH> probably
L247[04:19:39] <ThePi​Guy24> *american
L248[04:19:45] <Bri​anH> the state of maine is actualy witin the 100 mile non-constitution border
L249[04:19:55] <Bri​anH> which means that everyone in the state of maine is not subject to the constitution
L250[04:20:18] <Bri​anH> https://tinyurl.com/yyz8q9ll
L251[04:20:30] <Bri​anH> This basically means that you could get captured by canadian police and it would be fair game
L252[04:20:36] <Bri​anH> within your own state
L253[04:20:50] <ThePi​Guy24> that would probably be a preferable option
L254[04:20:54] <Bri​anH> lol
L255[04:21:23] <Bri​anH> it also means that unfortunately trumps "wall" is not unconstitutional
L256[04:22:57] <Bri​anH> its ok though
L257[04:23:10] <Bri​anH> I used to go fishing and stuff off the coast of maine and we'd go 25 miles off shore
L258[04:23:20] <Bri​anH> international border is at 15 or so
L259[04:24:48] <Bri​anH> lol I was wondering wth the heavy rumbling in the house was until I heard the train horn
L260[04:24:57] <Bri​anH> scary that its over a mile away and so loud here
L261[04:25:46] <ThePi​Guy24> nearest train line to me is probably about 3 miles away
L262[04:25:59] <ThePi​Guy24> its a passenger line, but from time to time there is freight
L263[04:26:12] <ThePi​Guy24> and i can hear the horns still
L264[04:26:39] <ThePi​Guy24> rather quiet by the time they get here though
L265[04:28:39] <Bri​anH> we don't have passenger trains
L266[04:28:59] <Bri​anH> this is a 2 mile long (usually) freight train that goes 60+ miles per hour through town up to canada and back every night
L267[04:29:04] <Bri​anH> every day
L268[04:29:36] <Bri​anH> I calculated the length by finding it moves about 60 mph and it takes 2 minutes to go by from front to back
L269[04:30:02] <Bri​anH> I also have talked to the coordinators before at work XD
L270[04:31:02] <ThePi​Guy24> aight i gotta sleep now its half 4
L271[04:31:59] <Bri​anH> lol
L272[04:40:31] <bad at​ vijya> also 99% rural sounds like WV
L273[05:06:30] <Bri​anH> probably
L274[05:54:10] <Bri​anH> LOL
L275[05:54:33] <CompanionCube> ?
L276[05:54:44] <Bri​anH> https://tinyurl.com/yxa8vazr
L277[05:54:56] <Bri​anH> Apparently Californians really hate trump 🙂
L278[05:56:03] <Bri​anH> I expected Maine to to very democratic voting too, but most of it seems to be trump
L279[05:56:23] <CompanionCube> did you account for population density
L280[05:56:46] ⇨ Joins: xorgx (~slavasil@46.147.104.23)
L281[05:57:24] <Bri​anH> no. the highest density counties havent finished yet
L282[05:57:55] <Bri​anH> https://tinyurl.com/y44fwrmw
L283[05:59:09] <Bri​anH> The one in the center is penobscot. it has one of the largest cities in maine, and then theres cumberland which is the gray one just northeast of the bottom county (called York) at the tip of the bottom, and that county has the largest city
L284[05:59:18] <Bri​anH> of ~60,000
L285[05:59:29] <bad at​ vijya> man i love terraria https://tinyurl.com/y6dbs8y5
L286[05:59:40] <Michiyo> 60k, largest city.. man Maine is Tiny :P
L287[06:00:24] <Michiyo> the little bitty ass Portland, OR addon I live in is 54k
L288[06:01:08] <Bri​anH> looks pretty big to me
L289[06:01:30] <Bri​anH> Well this is Portland, Me
L290[06:01:40] <Michiyo> Portland, OR is twice the population of Maine.
L291[06:01:51] <Bri​anH> https://tinyurl.com/yxcpugqr
L292[06:03:06] <Bri​anH> The third largest city of Maine, Bangor, which is the one in the center of penobscot I was saying
L293[06:03:13] <Bri​anH> is a bit more sparse
L294[06:03:53] <Bri​anH> https://tinyurl.com/y4gftc2q
L295[06:04:01] <Bri​anH> It is the city that Stephen King lives in
L296[06:04:16] <Bri​anH> Population of 30,000
L297[06:04:18] ⇦ Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:f8db:8850:4e39:96c3) (Quit: Cervator)
L298[06:04:34] <Michiyo> 30k, that's adorable! :P
L299[06:04:53] <Michiyo> I'm just givin ya a hard time, lol
L300[06:05:19] <Michiyo> I moved here from a town of 8k
L301[06:06:33] <Bri​anH> lol
L302[06:06:39] <Bri​anH> Well I grew up in this town:
L303[06:06:51] <Bri​anH> https://tinyurl.com/yxe3j5wv
L304[06:07:03] <Bri​anH> It had a population of 650 growing up
L305[06:07:42] <Michiyo> My original how town is now 1,461
L306[06:07:49] <Michiyo> back then likely about 6-700
L307[06:07:57] <Bri​anH> heh
L308[06:08:03] <Bri​anH> I live in a town of about 1500 now
L309[06:08:16] <Michiyo> homme town*
L310[06:08:18] <Michiyo> wow
L311[06:08:20] <Michiyo> I can't type tonight
L312[06:08:23] <Michiyo> I likely need sleep
L313[06:08:26] <Michiyo> <_<
L314[06:08:34] <Bri​anH> But that town above, I found this picture taken from one of the roads in town, and the page was from a vacation rentals page lol.....
L315[06:08:47] <Bri​anH> https://tinyurl.com/y23rfg27
L316[06:08:49] <Bri​anH> yeah, look at them vacation rentals... top stuff
L317[06:08:58] <Bri​anH> you need to sleep
L318[06:21:49] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L319[06:25:12] <Wat​tana> is Zenith's OCEmu or Payonel's OCVM better?
L320[06:28:16] <Bri​anH> They both are good at different things. I find OCVM to be better for anything I need.
L321[06:28:37] <Bri​anH> I like how ocvm works nice under just a plain curses like interface
L322[06:30:33] <Wat​tana> which one should i use for os dev?
L323[06:32:35] <Bri​anH> They both work...
L324[06:32:48] <Bri​anH> what is your OS?
L325[06:32:51] <Bri​anH> host OS that is
L326[06:33:13] <Wat​tana> linux
L327[06:33:46] <Wat​tana> for dev-on-the-go because i dont wanna install mc on my laptap
L328[06:39:33] <Bri​anH> you will probably prefer ocvm then
L329[06:39:37] <Bri​anH> as it will run right in the terminal
L330[06:39:57] <Bri​anH> keep in mind ocvm sometimes needs a bit of tweaking to get working
L331[06:40:13] <Bri​anH> it is written in a hodgeposh of operating system dependent C++
L332[06:40:32] <Bri​anH> I submitted a PR to make it install very quick and easy on FreeBSD
L333[06:40:49] <Bri​anH> it works great on Linux too
L334[06:41:36] <Bri​anH> Also please don't tell me you're going to make another *nix clone...
L335[06:41:39] <Bri​anH> we have enough of them
L336[06:46:20] <Wat​tana> how do i make ocvm boot a custom folder instead of a readonly loot?
L337[06:46:58] <Bri​anH> add a path at the end of the command.
L338[06:47:23] <Bri​anH> and then quit and adjust the settings it generates
L339[06:47:59] <Bri​anH> also, if you want a console print to a log file you can tail with tail -f, add a cprint=print or something like that in machine.lua, if you search for print you will find something like it commented out maybe.
L340[06:48:25] <Bri​anH> that way when you do something like cprint("Hello World") it will print out to the log.
L341[06:48:33] <Bri​anH> very handy before you have a working console in GPU.
L342[06:49:07] <Bri​anH> in your os you can just be like cprint = cprint or function() end, that way if you boot it on real hardware it just gets ignored.
L343[06:49:34] <Bri​anH> and maybe redirect to some dmesg like buffer later.
L344[06:51:45] <Wat​tana> > add a path at the end of the command.
L345[06:51:45] <Wat​tana> @BrianH its not working
L346[06:51:57] <Bri​anH> like this.
L347[06:52:14] <Bri​anH> Code Block pastebined https://paste.pc-logix.com/lilifiveqe
L348[06:52:29] <Bri​anH> then when you quit ocvm you will see a bunch of files
L349[06:52:40] <Wat​tana> does `./ocvm ./customfolder` works too?
L350[06:52:42] <Bri​anH> you can configure them with a text editor to change the disk stuff
L351[06:53:07] <Bri​anH> yes it does, but if you are in the folder you are doing it from you have the files right in front of you
L352[06:53:23] <Bri​anH> it does the same thing
L353[06:58:28] <Bri​anH> I think the file you want to edit is like components.json or something
L354[06:58:35] <Bri​anH> components.lua, I dunno
L355[06:58:45] <Bri​anH> its just a data structure
L356[06:59:20] <Wat​tana> thanks i got it working now
L357[07:00:43] ⇦ Quits: glasspelican (~quassel@2607:5300:201:3100::325) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
L358[07:01:38] ⇨ Joins: glasspelican (~quassel@2607:5300:201:3100::325)
L359[07:02:05] <Bri​anH> cool
L360[07:02:33] <Bri​anH> whatchya buildin
L361[07:11:52] ⇨ Joins: hodbogi (~bhodgins@72.95.89.128)
L362[07:11:57] <hodbogi> Wheee
L363[07:14:12] <Wat​tana> > whatchya buildin
L364[07:14:12] <Wat​tana> uhhh......
L365[07:14:17] <Wat​tana> a nix clone
L366[07:15:48] <Bri​anH> sigh
L367[07:16:17] <Bri​anH> Also, I am having too much fun
L368[07:16:37] <Bri​anH> https://tinyurl.com/y34f5mov
L369[07:17:25] <Bri​anH> Running Fluxbox in my desktop background
L370[07:25:29] ⇦ Quits: prisma (~prismatic@2406:e006:4f66:e602:c467:469d:d43f:debe) (Ping timeout: 189 seconds)
L371[07:58:55] <Wat​tana> fluxbox is a wm right
L372[07:59:01] <Wat​tana> so how did you even..
L373[08:27:12] ⇨ Joins: Inari (~Pinkishu@p508ef02f.dip0.t-ipconnect.de)
L374[08:45:15] ⇨ Joins: Vexatos (~Vexatos@port-92-192-53-96.dynamic.as20676.net)
L375[08:45:15] zsh sets mode: +v on Vexatos
L376[09:00:43] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b814e14c007a06b31a59eae68f.dip.versatel-1u1.de)
L377[09:13:04] <Forec​aster> Making money in Elite like
L378[09:13:10] <Forec​aster> https://tenor.com/view/finding-nemo-seagulls-mine-gif-4610097
L379[09:29:48] <SquidDev> %tonk
L380[09:29:48] <MichiBot> Bingo! Squi​dDev! You beat ThePi​Guy24's previous record of 5 hours and 9 minutes (By 45 minutes and 46 seconds)! I hope you're happy!
L381[09:29:49] <MichiBot> SquidDev's new record is 5 hours, 54 minutes and 46 seconds! SquidDev also gained 0.00456 (0.00076 x 6) tonk points for stealing the tonk. Position #3. Need 0.24496183 more points to pass Compan​ionCube!
L382[09:41:10] <Kristo​pher38> Man
L383[09:41:22] <Kristo​pher38> I missed projectred discussion
L384[09:50:07] <Kristo​pher38> I once managed to make 64 byte ROM, so a total of 512 bits, but it was a nightmare
L385[09:51:15] <Kristo​pher38> I think this is the limit of how much information you can cram on 64x64 IC
L386[09:54:32] <Kristo​pher38> Last time I tried I struggled with implementing a counter that I can load values into
L387[09:56:30] <Kristo​pher38> Btw the fork @Ocawesome101 mentioned is https://github.com/equalssign003d/ProjectRed
L388[09:56:50] <Kristo​pher38> But Projectred license prohibits releasing forks in jar form
L389[10:07:20] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L390[10:41:10] <bre​ad™> https://www.youtube.com/watch?v=8kM8qaNuE_U
L391[10:41:10] <MichiBot> SMUG DANCIN.mp4 | length: 3m 19s | Likes: 52,317 Dislikes: 960 Views: 1,645,922 | by Bocktime | Published On 4/1/2019
L392[12:20:26] ⇨ Joins: Vexaton (~Vexatos@port-92-192-2-29.dynamic.as20676.net)
L393[12:20:26] zsh sets mode: +v on Vexaton
L394[12:20:38] ⇦ Quits: Vexatos (~Vexatos@port-92-192-53-96.dynamic.as20676.net) (Killed (anarchy.esper.net (Nickname regained by services)))
L395[12:20:38] *** Vexaton is now known as Vexatos
L396[13:11:19] <Amanda> @Watanna fun fact about X11 -- the background is just the root window, which you can assign to anything.
L397[13:16:25] <Izaya> well that's a neat trick
L398[13:16:27] <Izaya> fuck
L399[13:16:30] <Izaya> I beat monster hunter world
L400[13:16:32] <Izaya> but
L401[13:16:38] <Izaya> the ad for iceborne on the main menu crashes the game
L402[13:30:30] <Bri​anH> @bread™ Now if only there was real music in that video
L403[13:30:33] <Bri​anH> XD
L404[13:31:11] <Bri​anH> Izaya, on PC?
L405[13:31:19] <Izaya> ye, under proton
L406[13:31:39] <Izaya> I assume they're using some ass-backwards video codec that wine's mfplat stuff doesn't support
L407[13:31:42] <Bri​anH> I have it for PS4 but never beat it
L408[13:31:44] <Izaya> but yay now I'm locked out of the game
L409[13:31:58] <Bri​anH> I never got passed the place tere after clifford the big red dog
L410[13:32:10] <Izaya> thanks capcom very cool
L411[13:32:31] <Bri​anH> maybe they want you to use the capcom code becauswe the konami code wont work
L412[13:32:56] <Izaya> you jest but I wrote a script to spew the key to skip the video at the game
L413[13:32:59] <Izaya> alas, still crashes
L414[13:33:03] <Izaya> crashes differently though
L415[13:33:52] <hodbogi> huh
L416[13:34:48] <Bri​anH> I should build a pirate ship in SE with 3 titan engines
L417[13:34:52] <Izaya> not really sure what to do about this
L418[13:34:54] <Izaya> :|
L419[13:35:30] <Amanda> Izaya: delete your save game, ofc!
L420[13:35:38] <Izaya> solid plan
L421[13:35:41] <Amanda> or check the settings or something like "completed story"
L422[13:35:46] <Amanda> settings file*
L423[13:35:50] <Izaya> couldn't find anything in the config files
L424[13:35:57] <Izaya> maybe I'll send it to a friend so they can press the button
L425[13:36:11] <Amanda> I doubt it checks every save for progress on load of the menu-screen
L426[13:36:25] <Amanda> or does it happen when you load the save?
L427[13:36:31] <Izaya> menu screen
L428[13:36:39] <Bri​anH> Reminds me of the time my friend was sent to hawaii to press a big red button because the company they built the equipment for refused to do it.
L429[13:37:11] <Amanda> SO THAT'S WHY THE NUCLEAR ALERT WENT OUT! IT WAS SOPHIA'S FRIEND!
L430[13:38:39] <Bri​anH> Amanda is a goofball but I love cats so its ok
L431[13:45:21] <Snai​lDOS> ok
L432[13:45:39] <Snai​lDOS> Wait. Proton is a fork of wine.. Right?
L433[13:45:45] <bre​ad™> https://tenor.com/view/get-distracted-gif-18253944
L434[13:46:43] <Snai​lDOS> Why
L435[13:51:11] <Bri​anH> Proton is specifically built by Valve
L436[13:51:31] <Bri​anH> with patchsets to support better compatability with Steam games
L437[13:51:33] <Izaya> Proton is Valve's WINE + DXVK + extras
L438[13:52:15] <Bri​anH> I dont want to get out of bed
L439[13:52:25] <Bri​anH> I have no heat and its like 40 degrees in the house
L440[13:54:57] <Amanda> Why would you want heat when it's 40°?
L441[13:58:06] <dequbed> Amanda: Well see they work in stupid units.
L442[14:00:44] * Amanda rolls around, bored and unsure what to do
L443[14:01:27] <dequbed> Don't look at the news. Read a book or something
L444[14:02:05] <Amanda> I'm caught up on most of my stories, and can't find any new ones that'll captivate me
L445[14:03:05] <dequbed> Fahrenheit 451? :p
L446[14:06:38] <Amanda> nothx
L447[14:07:00] <Amanda> I'm already living that, I don't need it to be in my halucinations aswell
L448[14:07:35] <Inari> Will live you
L449[14:07:55] ⇦ Quits: hodbogi (~bhodgins@72.95.89.128) (Ping timeout: 204 seconds)
L450[14:08:13] <Amanda> Inari: but you're already living?
L451[14:10:52] <Inari> %splash Amanda
L452[14:10:52] <MichiBot> Inari flings a bubbly oculemon potion (New!) that splashes onto Amanda. Amanda gained 0.013 tonk points.
L453[14:10:56] <Inari> Rude
L454[14:11:20] <Amanda> %splash Inari with mutable green potion
L455[14:11:20] <MichiBot> You fling a mutable green potion (New!) that splashes onto Inari. Inari turns into an aluminium robot girl until they have a nap.
L456[14:14:09] <Inari> works
L457[14:14:24] <Forec​aster> but can robots nap
L458[14:15:00] <Amanda> oh, that happen in one of my stories. the first AI heard about sleep from a human, tried clocking itself down to "sleep" -- ended up with a massively warped sense of time
L459[14:15:20] * Elfi hisses and skitters under a rock. Not drinking the potions anymore
L460[14:15:54] * Amanda grooms the potion out of her fur, cuddles up near the rock for Elfi to join her
L461[14:16:44] <Forec​aster> %sip
L462[14:16:45] <MichiBot> You drink a smelly chocolate potion (New!). Forecaster is suddenly more aware of cute things nearby until they see a star fall.
L463[14:23:13] <Izaya> Amanda: The Wreck of the River of Stars
L464[14:23:22] <Izaya> A Deepness in the Sky
L465[14:23:25] <Izaya> Hyperion
L466[14:23:28] <Izaya> Tau Zero
L467[14:25:23] ⇨ Joins: Cervator (~Thunderbi@2600:1700:1a25:9160:d429:13a7:9ee4:10b)
L468[14:33:34] <Amanda> Izaya: is that all one series?
L469[14:37:03] <Forec​aster> nice, embroidered boots, which means they're enchanted, that I can't use!
L470[14:37:06] <Forec​aster> https://tinyurl.com/y3p7bfbw
L471[14:37:43] <Inari> @Forecaster whats that?
L472[14:37:58] <Forec​aster> still Crawl
L473[14:41:06] <Forec​aster> dammit, killed Terrence who had a +3 scale mail, which is not good for a mage
L474[14:41:26] <Forec​aster> and right next to where I killed him is a "glowing chain mail"
L475[14:42:00] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L476[14:42:34] <dequbed> Amanda: Pretty sure that those are 4 different series since Izaya has pitched them on separate occasions to me
L477[14:42:42] <Amanda> ah
L478[14:45:19] <Izaya> Amanda: ye they're separate
L479[14:45:48] <Izaya> Eternal sci-fi binge
L480[14:49:51] <Forec​aster> the boots were +1, which would have been nice
L481[14:54:33] <Vexatos> tfw you request access to a computer with 140,000 CPU cores :)
L482[14:55:37] <Amanda> plan to play DOOM using the CPU graph?
L483[15:14:33] ⇨ Joins: hodbogi (~bhodgins@72.95.89.128)
L484[15:19:52] <Forec​aster> `The crimson imp shouts, "Slither away, thou feeble elf-skinned strumpet!"`
L485[15:20:21] <Forec​aster> rude
L486[15:23:50] <dequbed> Izaya: Also your math is off :p
L487[15:24:19] <Izaya> Hm?
L488[15:26:52] <dequbed> Izaya: 60deg offset orbit at ~1 AU is some 15km/s differential vel. (back of the envelope). Some guesstimated 10^30 Joule. Bybye planet, hello dust cloud.
L489[15:27:41] <Izaya> :D
L490[15:28:07] <dequbed> Gimme some rough numbers for the size&depth of the crater you need and I'll try to come up with something?
L491[15:28:21] <Izaya> well basically
L492[15:28:29] <Izaya> I want a squished melon
L493[15:28:45] <dequbed> Earth is already a potato, no explanation necessary :P
L494[15:29:30] <Izaya> Cracks running from the crater to the other side of the planet
L495[15:29:49] <dequbed> But if you want a telluric planet to have any other shape than very very round you have to abandon realism anyway.
L496[15:30:45] <Izaya> ...huh?
L497[15:31:18] <dequbed> Earth has an oblateness of 0.3%.
L498[15:31:36] <dequbed> Everything above that will not happen on telluric (i.e. rocky) planets
L499[15:31:53] <Izaya> is that the squishedness?
L500[15:31:56] <dequbed> yes
L501[15:32:21] <Izaya> I don't care that much about the shape I just need an explanation for surface features tbh
L502[15:32:22] <dequbed> oblateness of 0 means a perfect(TM) sphere, oblateness of 1 is a plane
L503[15:33:02] <Izaya> so like
L504[15:33:23] <Izaya> you've seen a watermelon in an industrial press or similar, right?
L505[15:34:15] <dequbed> Izaya: Well.. You see if you have surface features such as y'know .. water, there will be no noteworthy surface features. If you were to scale earth down to a billiard ball in size it would be smoother than the requirements of the World Pool-Billiard Association.
L506[15:34:44] <Izaya> Know how cracks form between the pressure points vertically?
L507[15:34:47] <dequbed> All planets of large size do that. Especially when water and a large sattelite is involved
L508[15:34:48] <Izaya> I want that
L509[15:35:31] <Izaya> minimal water, no satellites
L510[15:37:31] <dequbed> Okay, so no liquid erosion, little to no geological activity on planetary timescales, large surface features visible from space...
L511[15:37:41] <dequbed> Europa. You want europa.
L512[15:38:00] <dequbed> The Moon, not the Earth one.
L513[15:39:36] <dequbed> Izaya: What type of sun does that thing of yours orbit & about how far is it?
L514[15:40:33] <Izaya> I'm cooking backwards
L515[15:40:41] <Izaya> haven't decided yet
L516[15:42:37] <dequbed> Well, habitable zone or nah?
L517[15:42:42] <Izaya> The basic idea was planet orbiting jupiter-ish gas giant
L518[15:42:49] <dequbed> Ah
L519[15:42:57] <dequbed> Livable to ~humans?
L520[15:43:26] <Izaya> somewhat
L521[15:44:20] <dequbed> Kay. So your planet is rich in Uranium and basically a giant fission reactor underneath which makes it rather warm. Far away from the gas giant otherwise tidal forces kill your surface
L522[15:44:33] <Izaya> thinking whatever impact would have stripped most of whatever atmosphere there is
L523[15:44:42] <Izaya> And only the valleys have some sort of workable atmosphere
L524[15:44:45] <dequbed> Little to fuckall impact craters because your gas giant steals all the asterois.
L525[15:45:27] <dequbed> If it's moon-sized there's no atmosphere to begin with, if it's larger it more or less *has* to be a rogue body.
L526[15:45:44] <dequbed> At which points all bets are off :P
L527[15:46:13] <Izaya> Vanishingly unlikely is fine
L528[15:48:01] <dequbed> Ugh, planetary crash between two proto-earths that catapulted it from near the sun out to a gas giant. Stripped of the light metals, left the heavy ones. Super high amounts of heavy metals/uranium/etc, a miners paradise really. But no light stuff. Like Carbon. Oxygen. Silica.
L529[15:48:03] <Izaya> I was planning 0.7-0.9gs, bigger than your average moon
L530[15:48:37] <Izaya> Would that be remotely terraformable?
L531[15:48:40] <dequbed> Whole planet is basically a large fission reactor and keeps itself rather warm. Not like melting hot but warm.
L532[15:49:02] <dequbed> Into earth-like? Not without dumping about half a earth's worth of volume of ... stuff on it.
L533[15:49:12] <dequbed> Into "livable for humans + tech" sure, already there.
L534[15:49:37] <Izaya> noice
L535[15:50:04] <Izaya> The heavy metals explain why anyone would want anything to do with it anyway
L536[15:50:31] <dequbed> Either you have super dense nitrogen atmosphere (think titan) or fuckall (think mars). Size would be somewhere in between
L537[15:51:03] <Izaya> mars-like works well
L538[15:51:33] <Izaya> Very thin on the nominal surface, but denser in the valleys
L539[15:51:40] <dequbed> In that case move it a touch closer to the gas giant so that solar wind doesn't kill all the things
L540[15:52:10] <dequbed> That being said, if it's a straight metal core fission reactor it has a super strong magnetic field by default. Disregard ^ then
L541[15:53:08] <dequbed> If you want additional "fun" (in the DF sense): There *will* be tidal forces if that were real. Large tidal forces. Think daily-off-the-scale-earthquake-inducing forces.
L542[15:53:20] <Izaya> so would this place be cancer: the planet?
L543[15:53:38] <dequbed> No no, the mantle absorbs a lot of radiation.
L544[15:54:18] <Izaya> oh that's good
L545[15:54:27] <dequbed> Kazachstan was a huge ecological fission reactor for most of it's existance and people live there. Think more like twice-thrice the background radiation you'd get on $earth.
L546[15:54:51] <dequbed> Not /healthy/ but within ranges where modern medicine can bascially outheal the damage.
L547[15:55:19] <dequbed> Put your miners to regular health checkups and give them a bit of rad-away each month :P
L548[15:55:27] <Izaya> Works for me
L549[15:55:48] <dequbed> (In baseline humans, ensure their iodine levels are always adequate, look at chernobyl fallout treatment in Europe for gory details)
L550[15:57:52] <Izaya> :D
L551[15:59:28] <dequbed> Also if you're into it you could even give the planet water, just make a point of how since the temperatures are warm in the valleys but atm is like not there water doesn't exist as *liquid*. There is lots of frozen H2O on the surface but that directly sublimates instead of melting to liquid phase. Needs <1kPA though, so 1% earth atm.
L552[16:00:01] <dequbed> Also that water would have *so much* lead and mercury in it... <.>
L553[16:00:46] ⇨ Joins: hodbogi_ (~bhodgins@72.95.89.128)
L554[16:03:04] ⇦ Quits: hodbogi (~bhodgins@72.95.89.128) (Ping timeout: 194 seconds)
L555[16:04:07] <dequbed> Oh also if you want it closer to earth-like temperatures: CO2-atm like mars but at higher densities. Traps the infrared coming from the fission. Means can't do the no-liquid-water possible thing above but temperatures would be more like Arctic Winter than like "oxygen freezes outside :(".
L556[16:04:33] <Izaya> That's no snow!
L557[16:04:47] <dequbed> Well it technically is but our snow is blue
L558[16:05:03] <dequbed> Also you can eat it for a weird high but you have to be fast :P
L559[16:09:06] <dequbed> (don't put that in. Oxygen doesn't do hexagonal crystals I just looked that up so you get no "snow" more like ice sheets)
L560[16:09:54] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-75.dynamic.mnet-online.de) (Remote host closed the connection)
L561[16:11:49] <Izaya> The planet in A Deepness in the Sky has atmosphere snow for 215/250 years
L562[16:12:39] <dequbed> neat
L563[16:14:34] <Izaya> okay here's a wonderfully dumb one for you
L564[16:15:08] <Izaya> a sphere of cookie dough the size of earth
L565[16:15:56] <Izaya> If it were orbiting a star, would it cook? :p
L566[16:17:08] <dequbed> How close?
L567[16:17:17] <dequbed> Because if close enough yes .. kinda.
L568[16:17:54] <Izaya> Also, would it cook from the inside?
L569[16:18:00] <dequbed> Probably.
L570[16:18:36] <dequbed> I have *no* idea how ... cookie dough.. Handles pressure at that level and I don't even know where to begin calculating that because ... wat. But I'll ask $gf maybe?
L571[16:18:37] <Izaya> So what's kinda?
L572[16:19:20] <Izaya> :D
L573[16:19:35] <Izaya> Was a thing in a piece of fiction I read
L574[16:20:14] <Izaya> extradimensional alien wants to learn to cook
L575[16:20:56] <Izaya> Creates a pocket dimension, fires up a star, makes a sphere of cookie dough
L576[16:21:09] <Izaya> Is confuses when it doesn't work as intended
L577[16:21:36] <dequbed> So questions are a) chemical changes due to pressure b) chemical changes due to solar radiation c) chemical changes due to tidal heating. All of which would /probably/ "cook" the though but thing is I don't think dough really "cooks" as you think of it under many GPa of pressure
L578[16:28:07] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-75.dynamic.mnet-online.de)
L579[16:28:15] ⇨ Joins: Renari (~Renari@24.152.243.52.res-cmts.bgr.ptd.net)
L580[16:28:58] <dequbed> Izaya: Anway, will it ~~blend~~ cook sounds like a chemistry question so go as Vexatos instead of me :P
L581[16:29:19] <Izaya> noice
L582[16:29:27] <Izaya> Ye okay
L583[16:30:04] <dequbed> Physics says "yes probably but not like you'd think it would also also not very evenly or cake-esque"
L584[16:30:33] <dequbed> Hard burned outer shell, chewy liquid center and frozen at the poles :p
L585[16:31:35] <dequbed> Izaya If wonder if you leave it be long enough if the yeast would give the cookie planet an atmosphere. I'd guess yes but that sounds like a Biology question :P
L586[16:33:50] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-75.dynamic.mnet-online.de) (Ping timeout: 189 seconds)
L587[16:37:43] <Vexatos> yes hello hi what
L588[16:38:52] <Forec​aster> space cake
L589[16:39:44] <Forec​aster> %tonk
L590[16:39:45] <MichiBot> Goshhawk! Forec​aster! You beat Squi​dDev's previous record of 5 hours, 54 minutes and 46 seconds (By 1 hour, 15 minutes and 8 seconds)! I hope you're happy!
L591[16:39:46] <MichiBot> Forecaster's new record is 7 hours, 9 minutes and 55 seconds! Forecaster also gained 0.0075 (0.00125 x 6) tonk points for stealing the tonk. Position #1.
L592[16:40:21] <dequbed> Vexatos: If we had some 10^21 cubic meters of cake batter with pressures going to some 50-100 GPa would that still "cook" under infrared heating like normal batter or would the pressure impact that significantly
L593[16:42:06] <Vexatos> I am pretty sure the yeast would be destroyed at that point :P
L594[16:42:52] <dequbed> Wouldn't there be a habitable yeast zone below the surface before the pressure gets too high? :p
L595[16:47:33] <Vexatos> I am not a food chemist :P
L596[16:56:21] <Izaya> habitable yeast zone
L597[16:59:06] <Forec​aster> it's not the most habitable zone, but it's the yeast habitable zone
L598[17:01:34] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-147.dynamic.mnet-online.de)
L599[17:01:54] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L600[17:17:51] * Michiyo fires @"Forec​aster"
L601[17:24:18] <Amanda> [ the air pockets inside @Forecaster cause him to explode in the kiln ]
L602[17:24:23] <CompanionCube> Izaya: so i remembered something making fuckedness go down: the bolivian election went well didn't it
L603[17:25:04] <dequbed> Amanda: Thats a nice way of saying somebody is a bag of hot air :p
L604[17:32:04] <Forec​aster> this might be worth a slightly higher spellcasting failure rate... https://tinyurl.com/y59mkhkb
L605[17:39:16] <Forec​aster> err https://tinyurl.com/yyn9vdwr
L606[17:39:23] <Forec​aster> https://tinyurl.com/y5t7olnr
L607[17:39:26] <Forec​aster> ...
L608[17:39:28] <Forec​aster> uh oh
L609[17:58:56] <Forec​aster> ...oh dear
L610[17:58:59] <Forec​aster> https://tinyurl.com/y54vvbk2
L611[17:59:03] <Forec​aster> this is not ideal...
L612[18:00:39] <Bri​anH> @Ariri You like big thrusters... right?
L613[18:00:54] <Forec​aster> and she probably can't lie about it
L614[18:00:57] <Bri​anH> How do you like this titan engine fitted in a tri wing prototype
L615[18:01:17] <Bri​anH> https://tinyurl.com/y4qjrgtf
L616[18:04:06] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-147.dynamic.mnet-online.de) (Quit: leaving)
L617[18:10:08] <Ar​iri> sugoi
L618[18:13:23] <Forec​aster> dammit, I died...
L619[18:13:27] <Forec​aster> killed by a statue
L620[18:13:28] <Forec​aster> :|
L621[18:32:47] <Inari> Did it fall on you?
L622[18:38:51] ⇦ Quits: xorgx (~slavasil@46.147.104.23) (Remote host closed the connection)
L623[18:39:14] ⇨ Joins: xorgx (~slavasil@46.147.104.23)
L624[18:39:33] <Forec​aster> no, it fired spells at me...
L625[18:39:58] <Forec​aster> it was the blue thing below me, in the middle of the island I fell down onto
L626[18:40:41] <Forec​aster> I was greedy, I wanted the things on the island, but I should have teleported away right away...
L627[19:00:49] <Ocawes​ome101> @Forecaster isn't ariri a he?
L628[19:00:58] <Ocawes​ome101> @Ariri clarification requested
L629[19:06:14] <dequbed> Last I checked Ariri was a magical being who does not subscribe to such human concepts as "gender". But she prefers 'she' last I checked :)
L630[19:07:13] <Forec​aster> this is less than ideal https://tinyurl.com/yxkm2sr5
L631[19:09:23] <Forec​aster> OH come on! https://tinyurl.com/y4yf9mlw
L632[19:09:41] <Forec​aster> and I only had one scroll of remove curse >:
L633[19:10:39] ⇦ Quits: hodbogi_ (~bhodgins@72.95.89.128) (Ping timeout: 204 seconds)
L634[19:13:26] ⇨ Joins: hodbogi (~bhodgins@72.95.89.128)
L635[19:18:59] <bad at​ vijya> e
L636[19:42:34] <hodbogi> Ot^2
L637[19:42:45] <hodbogi> oops
L638[19:53:26] ⇨ Joins: prisma (~prismatic@2406:e006:4f66:e602:c8f:fc2b:a38e:342e)
L639[19:54:20] <prisma> I wish OC had stuff like Plethora's neural interface
L640[19:54:25] <prisma> Stick a computer in your brain
L641[19:55:25] <prisma> although, you CAN access plethora's manipulator with an adapter
L642[19:55:28] <prisma> methods will "fail"
L643[19:55:40] <prisma> but whatever action was attempted is still performed
L644[19:56:33] <prisma> also: OC-WINE when, run CC programs on OC
L645[20:03:15] <Amanda> pretty sure that exists
L646[20:04:05] <Vexatos> it does
L647[20:09:25] <prisma> oh, neat
L648[20:26:06] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b814e14c007a06b31a59eae68f.dip.versatel-1u1.de) (Ping timeout: 194 seconds)
L649[20:46:55] ⇦ Quits: hodbogi (~bhodgins@72.95.89.128) (Ping timeout: 204 seconds)
L650[20:54:02] ⇦ Quits: xorgx (~slavasil@46.147.104.23) (Quit: Konversation terminated!)
L651[21:44:06] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-147.dynamic.mnet-online.de)
L652[21:59:30] ⇦ Quits: prisma (~prismatic@2406:e006:4f66:e602:c8f:fc2b:a38e:342e) (Quit: Konversation terminated!)
L653[22:19:04] <Bri​anH> @Ocawesome101 I think I have a finalized prototype instruction set.
L654[22:20:22] <Amanda> does it include HCF?
L655[22:20:39] ⇦ Quits: bauen1 (~bauen1@aftr-62-216-207-147.dynamic.mnet-online.de) (Ping timeout: 204 seconds)
L656[22:20:59] <Bri​anH> In a very interesting way Amanda
L657[22:21:01] <Ocawes​ome101> nice
L658[22:21:07] * Inari runs that on Amanda
L659[22:21:25] * Amanda ignites while sitting in Inari's lap, looks around
L660[22:22:08] <Inari> aha, i knew you didn't implement that properly!
L661[22:22:14] <Inari> You clearly didn't halt if you can look around
L662[22:23:09] <Amanda> Well, I'm disconnected from this universe. The simulation paused when I halted.
L663[22:23:46] ⇨ Joins: hodbogi (~bhodgins@72.95.89.128)
L664[22:28:04] ⇨ Joins: bauen1 (~bauen1@aftr-62-216-207-147.dynamic.mnet-online.de)
L665[22:40:13] <Bri​anH> 16 bit instructions.
L666[22:40:14] <Bri​anH> first two bits = mode, rest is dependent on that mode.
L667[22:40:14] <Bri​anH> Code Block pastebined https://paste.pc-logix.com/fefavenune
L668[22:40:24] <Bri​anH> take a look at that, @Ocawesome101
L669[22:41:17] <Bri​anH> Amanda: Basically, you could implement an IO component on the computer expansion ports that would provide HCF capability
L670[22:41:57] <Bri​anH> It would be callable as a normal instruction, since the CPU supports calling instructions that are not supported on chip.
L671[22:43:51] <Bri​anH> 16 bit instructions.
L672[22:43:51] <Bri​anH> first two bits = mode, rest is dependent on that mode.
L673[22:43:52] <Bri​anH> Code Block pastebined https://paste.pc-logix.com/uwofezulix [Edited]
L674[22:44:44] <Bri​anH> One interesting side effect is that there are effectively two subtract instructions
L675[22:44:58] <Bri​anH> it wasn't intended, but you can make do A - B or B - A
L676[22:45:40] <Bri​anH> nothing entirely special but could be very useful for optimizing, because it means now that if you wanted to B - A instead of A - B you don't have to swap the top two stack elements and then A - B, you can just B - A
L677[22:46:04] <Ocawes​ome101> huh neat
L678[22:47:03] <Bri​anH> What kind of processor are you making?
L679[22:47:11] <Bri​anH> This of course above is a stack processor
L680[22:48:09] <Ocawes​ome101> accumulator-based, not sure about much other than that
L681[22:48:40] <Bri​anH> My cpu consists of stack and alu, that's it. There is no general purpose registers.
L682[22:48:48] <Bri​anH> My cpu consists of stack and alu, that's it. There are no general purpose registers. [Edited]
L683[22:48:58] <Bri​anH> You get two stacks though.
L684[22:49:23] <Bri​anH> One stack is used to preserve program counter register values, so that you can create functions.
L685[22:49:24] <Amanda> @BrianH so, same as hooking up your parallel port to a C4 brick
L686[22:49:35] <Bri​anH> ahahahaha
L687[22:49:42] <Bri​anH> please don't do that
L688[22:59:50] <Amanda> Instructions unclear, ended up on a no-fly terrorist watchlist
L689[23:02:20] <Forec​aster> %sip
L690[23:02:21] <MichiBot> You drink a liquid gold potion (New!). Forecaster remembers an important appointment.
L691[23:02:42] <Ariri> appointment in baghdad
L692[23:02:43] <Corded> * <Forec​aster> goes to the fridge
L693[23:07:35] <Amanda> %splash Inari with mutable aluminium potion
L694[23:07:35] <MichiBot> You fling a mutable aluminium potion (New!) that splashes onto Inari. Inari turns into a naqahdah cat until the next time they hug someone.
L695[23:07:54] <Amanda> Pawhugs are cute. :3
L696[23:10:01] <Ariri> na-kah-dah
L697[23:13:28] <Amanda> %splash Ariri with mutable naqahdah potion
L698[23:13:28] <MichiBot> You fling a mutable naqahdah potion (New!) that splashes onto Ariri. Ariri turns into a dog boy until they say the word "Wat".
L699[23:14:15] <Ariri> woof
L700[23:15:02] <Ariri> bork- I thought it was spelled Naquadah -bork
L701[23:15:18] <Ariri> In SG, some say nuh-quay-duh
L702[23:15:39] <Forec​aster> I probably copy-pasted it from somewhere
L703[23:16:25] <Amanda> Hopefully not me, since unaided I'll spell it differently every time
L704[23:17:25] <Amanda> And I'm sure if I suggested it I said "or however it's spelt"
L705[23:17:58] <Brisingr​Aerowing> The first 1.17 snapshot is out, and it adds candles. They can even be placed on cakes! I seriously can’t wait.
L706[23:19:23] * Amanda beams Inari onto a cake
L707[23:31:39] <Michiyo> https://stargate.fandom.com/wiki/Naquadah So yes, it is
L708[23:31:45] <Michiyo> %blame @"Forec​aster"
L709[23:31:45] * MichiBot blames @"Forec​aster" for this text not being very interesting
L710[23:32:50] ⇦ Quits: Inari (~Pinkishu@p508ef02f.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L711[23:40:25] <Bri​anH> https://www.youtube.com/watch?v=w7x_lWJNnNg&ab_channel=CashCatFlava
L712[23:40:25] <MichiBot> Cat has a crazy deep meow | length: 53s | Likes: 878,894 Dislikes: 23,527 Views: 22,948,800 | by Cash Cat Flava | Published On 12/12/2015
L713[23:40:49] <Ocawes​ome101> i have seen this
L714[23:40:52] <Bri​anH> sounds like he says "woah"
L715[23:40:55] <Ocawes​ome101> the cat has a deeper voice than i do
L716[23:41:10] <Bri​anH> woah dude he says
L717[23:41:26] <Bri​anH> oh yeah also
L718[23:41:29] <Bri​anH> https://pasteboard.co/JyRGoHL.png
L719[23:41:58] <Bri​anH> stupid discord
L720[23:42:41] <Bri​anH> https://tinyurl.com/y2c2puu3
L721[23:49:17] <Amanda> %choose laptop nap time?
L722[23:49:17] <MichiBot> Ama​nda: I'd advice against "laptop nap time?" right now.
L723[23:57:04] <Ryonez C​oruscare> A couple of days ago it was suggested to try the dev build of OC, where would I find that? Looking for a build for 1.12.2.
L724[23:57:14] <Forec​aster> Topic
L725[23:59:27] <Amanda> They're only given out on USB Drives at the stroke of midnight in the local fish marker
L726[23:59:47] <Forec​aster> %tonkout
L727[23:59:48] <Amanda> ( That is to say, the CI Link in the topic )
L728[23:59:48] <MichiBot> Aw jeez! Forec​aster! You beat your own previous record of 7 hours, 9 minutes and 55 seconds (By 10 minutes and 8 seconds)! I hope you're happy!
L729[23:59:49] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 1.59533372, Position #1
L730[23:59:51] <Ryonez C​oruscare> Thank you. It's not named as dev in the build, but 213 is later than the curseforge version.
<<Prev Next>> Scroll to Top