We help startups and enterprises adopt and run Elixir in production via the Elixir Dev Subscription. We are maintainers of Broadway, Ecto, Elixir, and others.
ALT The Broadway logo written in the style of neon lights. The logo has Broadway in its center, written in orange, with a blue neon sign around it, and the subtitle "An Elixir Library" written in red under it.
Our page to download the Little Ecto Cookbook is up and running again: dashbit.co/ebooks/the-little… - we apologise to everyone who tried to get it and didn't receive an email. #MyElixirStatus
Livebook v0.1.1 is out with VegaLite graphs! We also shipped the initial version of the VegaLite bindings library, with exports to JSON, HTML, PNG, SVN, and PDF. Plus a web viewer mode if you are running on OTP 24 : hex.pm/packages/vega_lite
Graphing support via VegaLite has arrived to Livebook! github.com/elixir-nx/liveboo… - currently static but dynamic graphs are coming soon!
We are also working on a VegaLite library with support for JSON, PNG, SVG, and PDF exports.
#MyElixirStatus
Graphing support via VegaLite has arrived to Livebook! github.com/elixir-nx/liveboo… - currently static but dynamic graphs are coming soon!
We are also working on a VegaLite library with support for JSON, PNG, SVG, and PDF exports.
#MyElixirStatus
The Dashbit team is proud to have contributed to some of the improvements in Nx and Livebook! Check the blog post to learn some of the amazing features coming in to Machine Learning in Elixir! #MyElixirStatus
Livebook is now live on Hex.pm! While you won't use it as a package, you can now install it a escript by doing:
mix escript.install hex livebook
And enjoy! (if using asdf, remember to "asdf reshim elixir" afterwards).
Maps are now supported in numerical definitions. For models that had too many parameters, the positional aspect of tuples were too cumbersome. Using maps give developers more flexibility to work with complex models: github.com/elixir-nx/nx/pull…#MyElixirStatus
Numerical definitions in Nx now support while loops. This is important as it allows the whole training loop to run in the GPU without back and forth with host: github.com/elixir-nx/nx/pull…#MyElixirStatus
ALT The Broadway logo. The logo is made of neon signs, with a light blue border, "Broadway" written in yellow, and with "an Elixir library" written in red as subtext.
User collaboration is coming to Livebook! Users now have a tiny profile and we can see all users in a notebook. Each user cursor has a distinct color and you can even follow them as they work! PR: github.com/elixir-nx/liveboo…#MyElixirStatus
Episode 46: Jonatan Kłosko, the coder behind Livebook explains how it works, how the collaborative feature was done, what you can do with it, what you shouldn't do with it, some unusual ways people are using it, and more! #ElixirLang@ElixirLang#Livebookthinkingelixir.com/podcast-e…
Thank you for the Req shout out in the news! <3 I really need to work on messaging (and name, possibly) but in a nutshell it's supposed to be curl/requests/etc out of the box experience with automatic decoding/decompression/etc backed by Tesla-like pipeline design. :)
Episode 43: @mspanc explains what @ElixirMembrane is and what the project's goals are. Very cool stuff! We talk about WebRTC, speed to market, why you want to deploy it to your own infrastructure, why startups fail and more! #ElixirLang@ElixirLangthinkingelixir.com/podcast-e…
Our last contribution from our venture into Bytepack has finally been released! See what @wojtekmach has to say about the redesign of the Goth library: dashbit.co/blog/goth-redesig…
In our latest article, @wojtekmach explains how to use the new "mix hex.registry build" feature in latest Hex to build custom Hex repositories: dashbit.co/blog/mix-hex-regi… - this is one of our last contributions based on our @bytepackio work!