Interfacing Elixir with Rust to Improve Performance: Discord's Story
https://www.infoq.com/news/2019/07/rust-elixir-performance-at-scale/
Discussions: https://discu.eu/q/https://www.infoq.com/news/2019/07/rust-elixir-performance-at-scale/
| Blog | https://www.strangeleaflet.com |
Interfacing Elixir with Rust to Improve Performance: Discord's Story
https://www.infoq.com/news/2019/07/rust-elixir-performance-at-scale/
Discussions: https://discu.eu/q/https://www.infoq.com/news/2019/07/rust-elixir-performance-at-scale/
I’ve been missing having a blog lately, so here’s a first post for a new mostly Elixir blog called the Programmer’s Stone: https://programmersstone.blog/posts/easier-recursion/
I definitely understand the sentiment behind the L. Peter Deutsch quote, "To iterate is human, to recurse divine." I enjoy an elegant recursive solution as much as other programmers, but lately I've been playing with another style of coding up similar needs that might just be easier and more flexible.
Erlang, the Unix way
http://blog.syncpup.com/posts/erlang-the-unix-way.html
Discussions: https://discu.eu/q/http://blog.syncpup.com/posts/erlang-the-unix-way.html
https://hexdocs.pm/openai_ex/streaming_orderbot.html#setup
A chatbot using gpt3-turbo in Livebook. That’s important because I am using Livebook as my primary IDE these days.
It collects orders for a restaurant. For example, you can type “menu” and it will list the menu. All of this with no code. It passes the Turing test as far as this judge is concerned.
I’m shook.
“Throughout this book, you’ll use Livebook—Elixir’s interactive code notebooks—to work with data and train models in an interactive and reproducible way.”
— Machine Learning in Elixir by Sean Moriarity
❤️ That is exactly what I wanted to hear. I’ve previously been translating my Elixir book reads from IEx examples to Livebook. It’s awesome to see Livebook as a first class learning environment.
What's new in Livebook 0.10 - Introducing Multi-Session Livebook Apps
Join the panel for a riveting talk with Sean Moriarity on Elixir and Machine Learning