Livebook (@livebookdev) 's Twitter Profile
Livebook

@livebookdev

Open-source, Elixir-powered computational notebook.

Automate tasks, analyze data, run ML models, prototype, and build internal tools with notebook-based apps.

ID: 1453340007884861442

linkhttps://livebook.dev/?utm_source=twitter&utm_medium=social&utm_content=twitter-livebook-profile calendar_today27-10-2021 12:37:42

497 Tweet

4,4K Followers

2 Following

Membrane (@elixirmembrane) 's Twitter Profile Photo

#BoomboxLaunchWeek At ElixirConf Europe'23, there was a wonderful talk by Evadne W. about recreating Sillicon Valley's Not Hotdog app using Membrane 🌭 Here's how to check if something is a hot dog in Livebook with Boombox and Bumblebee - just point your cam🎦 #NotHotdog

#BoomboxLaunchWeek

At <a href="/ElixirConfEU/">ElixirConf Europe</a>'23, there was a wonderful talk by <a href="/evadne/">Evadne W.</a> about recreating Sillicon Valley's Not Hotdog app using Membrane 🌭

Here's how to check if something is a hot dog in <a href="/livebookdev/">Livebook</a> with Boombox and Bumblebee - just point your cam🎦

#NotHotdog
Membrane (@elixirmembrane) 's Twitter Profile Photo

Let us announce Elixir Stream Week – five days, five streams, five Elixir experts: 🔥José ValimThe Elixir programming language creator 🔥Mateusz Front – @elixirmembrane co-creator 🔥Chris McCordPhoenix Framework creator 🔥Jonatan Kłosko – Livebook creator 🔥Filipe Cabaco – Elixir dev at Supabase

Let us announce Elixir Stream Week – five days, five streams, five Elixir experts:

🔥<a href="/josevalim/">José Valim</a> – <a href="/elixirlang/">The Elixir programming language</a> creator
🔥<a href="/uusszz/">Mateusz Front</a> – @elixirmembrane co-creator
🔥<a href="/chris_mccord/">Chris McCord</a> – <a href="/elixirphoenix/">Phoenix Framework</a> creator
🔥Jonatan Kłosko – <a href="/livebookdev/">Livebook</a> creator
🔥<a href="/filipecabaco/">Filipe Cabaco</a> – Elixir dev at <a href="/supabase/">Supabase</a>
Dr. Christian Geuer-Pollmann (@chgeuer) 's Twitter Profile Photo

Want to toggle your Windows VPN from Livebook ? Sometimes your code requires a VPN, so there you go: github.com/chgeuer/ex_win… #MyElixirStatus #webeamtogether

Dr. Christian Geuer-Pollmann (@chgeuer) 's Twitter Profile Photo

Fetch hi-res profile pictures from Microsoft Graph using Livebook ? Assuming the az cli is installed, there you go... gist.github.com/chgeuer/d7079a… #webeamtogether #MyElixirStatus

Fetch hi-res profile pictures from Microsoft Graph using <a href="/livebookdev/">Livebook</a> ? Assuming the az cli is installed, there you go... 

gist.github.com/chgeuer/d7079a…

#webeamtogether #MyElixirStatus
Alex Koutmos (@akoutmos) 's Twitter Profile Photo

Open source announcement 🎉🥳🎉🥳 Thanks to help from the Livebook team (and especially Jonatan Kłosko), my PR for generating images from VegaLite specs via a Rust NIF has been merged! If you are interested in the PR: github.com/livebook-dev/v… #MyElixirStatus

Lukas Ender 💡👷‍♂️🌱 (@lukasender) 's Twitter Profile Photo

Might come in handy for you Livebook devs :) "pbcopy for Livebook" Here's the code for you in a handy gist: gist.github.com/lukasender/db7… Kudos to Sheharyar Naseer 🤝 (shyr.io/blog/iex-copy-…)

Might come in handy for you <a href="/livebookdev/">Livebook</a> devs :)

"pbcopy for Livebook"

Here's the code for you in a handy gist: 
gist.github.com/lukasender/db7…

Kudos to <a href="/sheharyarn/">Sheharyar Naseer</a> 🤝 (shyr.io/blog/iex-copy-…)
Alchemy Conf (@alchemy_conf) 's Twitter Profile Photo

Developer advocate at Livebook and founder of Elixir Radar, Hugo Baraúna is joining us as a speaker at Alchemy Conf! With his experience at Plataformatec, where Elixir was born, Hugo brings unmatched expertise. 🚀

Developer advocate at <a href="/livebookdev/">Livebook</a> and founder of <a href="/elixir_radar/">Elixir Radar</a>, <a href="/hugobarauna/">Hugo Baraúna</a> is joining us as a speaker at Alchemy Conf! With his experience at <a href="/plataformatec/">Plataformatec</a>, where Elixir was born, Hugo brings unmatched expertise. 🚀
Hugo Baraúna (@hugobarauna) 's Twitter Profile Photo

I'm preparing a new talk about Livebook <-> Livebook Teams internals for this. Hope to see you there! #MyElixirStatus #ElixirLang

Alchemy Conf (@alchemy_conf) 's Twitter Profile Photo

🚀 Hugo Baraúna, helping Elixir devs learn Livebook and curator at Elixir Radar, is bringing a deep dive into the architecture behind seamless Livebook app deployment at #AlchemyConf2025! Don’t miss his talk! 🎟️ Tickets: buff.ly/4aRywWn

🚀 <a href="/hugobarauna/">Hugo Baraúna</a>, helping Elixir devs learn <a href="/livebookdev/">Livebook</a> and curator at <a href="/elixir_radar/">Elixir Radar</a>, is bringing a deep dive into the architecture behind seamless Livebook app deployment at #AlchemyConf2025! Don’t miss his talk!

🎟️ Tickets:  buff.ly/4aRywWn
Thomas Millar (@thmsmlr) 's Twitter Profile Photo

turns out you can just `rsync --inplace` a sqlite backup and it'll just transfer what changed, at a page level, between backups my analytics stack is now, · Phoenix -> SQLite · ssh user@myserver "sqlite3 '.backup /tmp/myapp.db'" · rsync --inplace user@myserver:/tmp/myapp.db