HN user

polvalente

4 karma
Posts0
Comments5
View on HN
No posts found.

Professionally, I'm working on extending Nx, the Elixir ML framework which I help maintain, for distributed and sharded computing. Should have an working v0 by December!

GitHub for the project: https://github.com/elixir-nx/nx

As a side-project, I've been diving back into hardware. Fixed/modded a crappy guitar amplifier I had into a great amp, and the next project in line will be a new version of a digital synth I designed a fey years back

Yeap, this is a big one. In Nx we have some facilities for doing zero-copy stuff that only really work if you have, say, Evision and EXLA running on the same OS process.

We do have IPC handles that could enable this over, say, ports, but then there's a whole other discussion on pointers vs ipc handles

Makes sense! I on the other hand prefer more "human-like" syntax like Python and elixir provide, though I really dislike Python being so sensitive to whitespace (especially tabs vs spaces sensitivity)