<whitequark[cis]>
<zerobytesecurity> "So if you want some I will..." <- i actually do want some
<zerobytesecurity>
I have a tray of 50 I can send you. They look like the picture and are not complete clips. These are just the tops that you can place on nand chips, just to be clear.
Attie[m] has quit [Quit: Idle timeout reached: 172800s]
<zerobytesecurity>
so its the bottom, and then you have to solder the ffc onto the top, which usually has a cover but good luck i haven't been able to source a whole clip at all
<zerobytesecurity>
let me show you the clip I am duplicating because i refuse to pay 100 bucks to someone in china for it.
<zerobytesecurity>
if you want a clip that is fully complete and it will help you on your dev work the brown one in the picture is 48 pin. if you dont want to build yourself or go down crazy route like me. i can send you one full clip.
<whitequark[cis]>
it's not automatic, you need a method in the applet class, i think `def tests` or sth
<jn>
i have that, but python behaves really strangely: when i, for example, edit the 'tests' function in software/glasgow/applet/debug/arm/arm7/__init__.py to return None (or remove the tests method entirely), the arm7 applet tests are still run. i'm on an editable install and placing a "raise RuntimeError('foo')" into the global scope of arm7/__init__.py shows that the file is indeed loaded. i'm confused
redstarcomrade has quit [Read error: Connection reset by peer]
redstarcomrade has quit [Read error: Connection reset by peer]
galibert[m] has joined #glasgow
<galibert[m]>
Catherine: before I try, do you think the glasgow has enough usb bandwidth for two 44100 32-bits stereo synchronous streams? That's 705600 bytes per second uninterrupted
zyp[m] has joined #glasgow
<zyp[m]>
throughput-wise that should be trivial, the only issue you might have is the tradeoff between how much buffering you need to make it reliably uninterrupted and how much latency you can accept
<galibert[m]>
latency is not an issue, not losing data is important
<galibert[m]>
(in-depth analysis of an old expander [synth without a keyboard])
Attie[m] has joined #glasgow
<Attie[m]>
iirc Glasgow can achieve ~42 MB/s, so ~0.7 MB/s should be trivial
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Read error: Connection reset by peer]
<whitequark[cis]>
<jn> "i have that, but python behaves..." <- how are you running tests?
<whitequark[cis]>
<Attie[m]> "iirc Glasgow can achieve ~42 MB..." <- this is correct
<jn>
i found the problem with my tests not being run: my applet is in software/glasgow/applet/debug/powerpc/e300, but i forgot to add an empty software/glasgow/applet/debug/powerpc/__init__.py