Gergő Érdi
Gergő Érdi
JS backend: exported function's calling convention inconsistent between definitions of the same type
These two functions are FFI-exported with the exact same type `Int -> PrimIO Int`, so I think it should be a reasonable expectation that their calling convention is the same....
https://webaudio.github.io/web-audio-api/ For my particular use case, I'd like to use the `AudioContext` to decode the contents of a file I `get` (e.g. MP3) and then get access to its metadata...
I'd like to configure a timer for CTC mode with polling instead of interrupts. Unfortunately, this is not possible at the moment because setting the comparator target is coupled with...
My Rust code is peak "I have no idea what I'm doing" territory so please feel free to improve especially the implementation of `collect_register_bitfields`
I'd like to use Rust to develop for the ArduBoy, which uses an ATmega32U4, which I believe is the same mcu as used on the Arduino Leonardo. So there should...
I'm trying to upgrade [Pong](https://github.com/gergoerdi/clash-pong) to use Clash 1.8 with a recent version of GHC. I've managed to upgrade to Clash 1.8/GHC 9.0, but then when I try to switch...
Original Space Invaders arcade machine uses a TI SN76477 chip for sound generation. Quote Wikipedia: > uses monaural sound hosted by a combination of analog circuitry and a Texas Instruments...
http://www.hartetechnologies.com/manuals/Intel/Intel%208080%20System%20Manual.pdf http://www.nj7p.info/Manuals/PDFs/Intel/9800153B.pdf Memory pulls `READY` low to make CPU wait, CPU acknowledges it by pulling `WAIT` high. When `READY` is pulled high again, the CPU exits waiting stage: > Once...
I'm re-creating https://github.com/gergoerdi/functional-mos6502-web-performance/pull/1 because it accidentally got marked as "merged" when in fact it isn't.
I am trying to synthesize a very simple circuit, targeting `xc7a50tcsg324-1`. I can take the same input and synthesize all the way to a bitfile with Vivado. VPR fails with...