LBPHacker
LBPHacker
634 / 14
7th Jul 2018
2nd Apr 2022
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

  • DUC
    DUC
    12th Jul 2018
    @LBPHacker I usually like to use ARAY instead of INWR, since I use PSCN a lot and INWR can get sparked.
  • LBPHacker
    LBPHacker
    12th Jul 2018
    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.
  • LBPHacker
    LBPHacker
    12th Jul 2018
    @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.
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    @NoVIcE, I really wish you at least had Discord so I can send u dm's.
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    /i don't understand quadratic equations/
  • R33sesK1ng
    R33sesK1ng
    12th Jul 2018
    I did *fav, never unfav'ing
  • Facennapper
    Facennapper
    12th Jul 2018
    heh this computer is smarter than me
  • LithiumJanus
    LithiumJanus
    12th Jul 2018
    how to design peripherals like as RT2812a? and how to use I/O Breakout box?
  • NoVIcE
    NoVIcE
    12th Jul 2018
    Its on the first page of 'computer'! Sorry for the wall btw.
  • NoVIcE
    NoVIcE
    12th Jul 2018
    @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.