Skip to content
Maxim Fedorov

Maxim Fedorov

The Erlang Journey

  • Home
  • About me
  • GitHub

Category: BEAM

Erlang VM – BEAM

E = m * c ^ 2

E = m * c ^ 2

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”
Author max-auPosted on March 19, 2025Categories BEAMLeave a comment on E = m * c ^ 2

Debugging the 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”
Author max-auPosted on March 29, 2022Categories BEAM1 Comment on Debugging the BEAM
  • Home
  • About me
  • GitHub
Maxim Fedorov