For quite some time I’ve been bombarded with statements like “this new neural network is great for software engineering productivity”. And sure thing, it picked my curiosity. New shiny toy, what could be more interesting to try?
Continue reading “E = m * c ^ 2”Category: BEAM
Erlang VM – BEAM
Debugging the BEAM
Erlang’s virtual machine, BEAM, is incredibly stable. It’s not often that I see SIGSEGV or something more elaborate. But when it happens, what options do I have other than analysing code dump? How do I debug the BEAM itself, when I have a test case crashing the emulator?
Continue reading “Debugging the BEAM”