Since that time, things have moved quite a bit. Between the Erlang VM JIT, then Nx, and now this, it's starting to look hopeful!
I'm looking forward to digging into this.
11–20 of 87 posts
Since that time, things have moved quite a bit. Between the Erlang VM JIT, then Nx, and now this, it's starting to look hopeful!
I'm looking forward to digging into this.
Is it just me or is Elixir being talked/written about more in the past couple of months?
Is it just me or is Elixir being talked/written about more in the past couple of months?
These guys are amazingly productive, while also running a commercial company
So this is like Jupyter notebooks for Elixir?
Not sure what parts are in Jupyter but I've heard collab editing isn't.
Pretty hype about trying this for some living docs and teaching. Will see if I can do anything neat with it. Already tried it some.
"connect to an existing node" is going to be amazing. I imagine two interesting uses for this. 1. producing reports. Connect a livebook session to your system in prod, run a livebook (which pulls data from DB eg), then get back a report. User engagement, cloud resources consumed, p90s, or an incident report... 2. manual database intervention. Suppose you need to manually make a batch of changes to the DB. It would be…
- Minute 25: Saved notebook is readable (markdown)
- Minute 23: Live collaborate on a single notebook
- Minute 22: Visual indication that cell is stale after an upstream cell changesIs it just me or is Elixir being talked/written about more in the past couple of months?
"connect to an existing node" is going to be amazing. I imagine two interesting uses for this. 1. producing reports. Connect a livebook session to your system in prod, run a livebook (which pulls data from DB eg), then get back a report. User engagement, cloud resources consumed, p90s, or an incident report... 2. manual database intervention. Suppose you need to manually make a batch of changes to the DB. It would be…
Be careful, websockets are tricky to secure and get right. It's easy to do something like forget to check the origin and now you've opened up a whole class of cross-site websocket scripting attacks. I love the idea of easy access and nice UI to prod machines, but put it behind a secure proxy or VPN layer and not facing the public internet.
So this is like Jupyter notebooks for Elixir?