I made a computer again. It can do a lot of stuff the previous one couldn't and still can't do a lot of stuff I'd like it to be able to do. It definitely can solve quadratic equations. Check the relevant forum thread too. And try tpt.setfpscap(2)!
technology
computer
magic
electronics
16bit
processor
programmable
subframe
rt2812a
r216
Comments
-
@LBPHacker I usually like to use ARAY instead of INWR, since I use PSCN a lot and INWR can get sparked.
-
Note that that's just how I do things. Others do them differently. Every subframer has their own style, so to say. You know how all programmers write code differently? Well, subframe contraptions are basically programs written in a very esoteric language, as mark2222 once put it.
-
@NoVIcE: There is a reason for using INWR instead of FILT in some cases. What's nice about INWR is that DTEC stops changing ctype when is finds INWR, so INWR can be used to protect FILT from DTEC. Another reason is that INWR can be on the top of a stack, unlike FILT. I often need a particle that can be on top so I can hide stuff under it and that lets BRAY through. And DMND is better than INSL in general, as it stops CRAY too. I tend to only use INSL for barriers that are sometimes destroyed.
-
@NoVIcE, I really wish you at least had Discord so I can send u dm's.
-
/i don't understand quadratic equations/
-
I did *fav, never unfav'ing
-
heh this computer is smarter than me
-
how to design peripherals like as RT2812a? and how to use I/O Breakout box?
-
Its on the first page of 'computer'! Sorry for the wall btw.
-
@LBPHacker, I see INWR is used mostly in places that act as a FILT with tmp of 6 (no change). Is there a reason for using INWR rather than FILT, or its just a choice of elements? I also looked for adjacent cray/aray/etc elements to make sure INWR wasnt placed there because of that. Im also surprised how little INSL is there.