{:ok, 💻} = chase (@chasegilliam) 's Twitter Profile
{:ok, 💻} = chase

@chasegilliam

#Elixir developer, eng. manager, photographer, cyclist, brewer, and cat hoarder. I rate tweets.

ID: 15602711

linkhttps://by-cha.se/ calendar_today25-07-2008 19:47:53

7,7K Tweet

492 Takipçi

650 Takip Edilen

ElixirConf Europe (@elixirconfeu) 's Twitter Profile Photo

.PepsiCo is one of the world’s leading food & beverage companies & a regular supporter of the conferences / the community. This article explores how the Search Marketing and&Sales Intelligence Platform teams adopted & use Elixir to build internal tools. elixir-lang.org/blog/2021/04/0…

.<a href="/PepsiCo/">PepsiCo</a> is one of the world’s leading food &amp; beverage companies &amp; a regular supporter of the conferences / the community. 
This article explores how the Search Marketing and&amp;Sales Intelligence Platform teams adopted &amp; use Elixir to build internal tools.

elixir-lang.org/blog/2021/04/0…
Livebook (@livebookdev) 's Twitter Profile Photo

José Valim announces Bumblebee: GPT2, Stable Diffusion, and more in Elixir Learn how to run machine learning models in Livebook with 3 clicks. news.livebook.dev/announcing-bum…

José Valim (@josevalim) 's Twitter Profile Photo

Announcing Bumblebee: from GPT2 to Stable Diffusion neural networks for Elixir. And - with Livebook v0.8 - all it takes for you to give it a try is three clicks. Watch the video announcement: youtube.com/watch?v=g3oyh3… [1/4]

Chris McCord (@chris_mccord) 's Twitter Profile Photo

Congrats to José Valim Sean Moriarity & team for shipping Bumblebee– library for pre-trained NN's like GPT2, Stable Diff, & more in Elixir. It's amazing how little code it takes. Here's an entire single file Phoenix + Image classifier app in < 300 LOC: phx-ml-example.fly.dev

Cocoa (@_uwu_cocoa) 's Twitter Profile Photo

A #bumblebee-like Livebook smart cell is available in #evision v0.1.22 now! Including - Face Detection/Recognition - Text Detection/Recognition - Image Classification/Segmentation Enable it with: Evision.SmartCell.register_smartcells(Evision.SmartCell.Zoo) #MyElixirStatus

A #bumblebee-like Livebook smart cell is available in #evision v0.1.22 now! Including

- Face Detection/Recognition
- Text Detection/Recognition
- Image Classification/Segmentation

Enable it with:
Evision.SmartCell.register_smartcells(Evision.SmartCell.Zoo)

#MyElixirStatus
Hugging Face (@huggingface) 's Twitter Profile Photo

You can now run Docker with Spaces! 🤯 What does that mean? The Elixir programming language Phoenix, Dash, FastAPI, Shiny, and your favorite ML tools can now be used with Spaces! 🚀 What will you build?

Isaac Yonemoto is cooking (@dnautics) 's Twitter Profile Photo

#elixirlang protip in .iex.exs: defmodule :_exit do defdelegate exit(), to: System, as: :halt end import :_exit You're welcome #myelixirstatus

yburyug (x is dead same bsky handle) (@yburyug) 's Twitter Profile Photo

Know anyone hiring Ruby (preferable) or elixir devs for a remote senior/staff level position? Got a couple friends in search of lately and would love a good recommendation

{:ok, 💻} = chase (@chasegilliam) 's Twitter Profile Photo

Github Actions continues to be terrible. The docs around runners are poor and have more than a few typos that will break your action. The also don't validate runner names, but instead just eventually timeout. Thanks...

Rudolf (@rudmanusachi) 's Twitter Profile Photo

Elixir/Erlang tip: `:lists.flatlength/1` will get the length of flattened nested list, but more efficiently than `flatten |> length` iex> :lists.flatlength([1, [2, [3, [4, 5]]]]) 5 erlang.org/doc/man/lists.… #WeBeamTogether #MyElixirStatus

Elixir/Erlang tip:

`:lists.flatlength/1` will get the length of flattened nested list, but more efficiently than `flatten |&gt; length`

    iex&gt; :lists.flatlength([1, [2, [3, [4, 5]]]])
    5

erlang.org/doc/man/lists.…

#WeBeamTogether #MyElixirStatus
German Velasco (@germsvel) 's Twitter Profile Photo

People asked me, what about dbg/2 with iex? Spoiler alert — also awesome! ⚡️ - Get access to variables in scope - Get access to the context with `binding/0` - Step through pipelines with `next` and `continue` - 🤩 #MyElixirStatus

Livebook (@livebookdev) 's Twitter Profile Photo

What's new in Livebook 0.8.1? Here's a blog post about some of the new features in this release. news.livebook.dev/what-s-new-in-…

What's new in Livebook 0.8.1?

Here's a blog post about some of the new features in this release.

news.livebook.dev/what-s-new-in-…
{:ok, 💻} = chase (@chasegilliam) 's Twitter Profile Photo

We had a minor problem with the new version of this plug and José Valim had it fixed and released within 30 minutes of me identifying the issue. I can’t imagine how he keeps up! Amazing!

{:ok, 💻} = chase (@chasegilliam) 's Twitter Profile Photo

Can someone from CircleCI take a look at this PR github.com/CircleCI-Publi…? We really want to upgrade our Elixir version but also want to keep our versions in sync.

Chris McCord (@chris_mccord) 's Twitter Profile Photo

Phoenix LiveView 0.20.0 is out with some of the features I showed off at ElixirConf: 🔥 assign_async / start_async / <.async_result> 🔥 HTML debug comments in your markup tree to know which component rendered any given fragment

Phoenix LiveView 0.20.0 is out with some of the features I showed off at ElixirConf:

🔥 assign_async / start_async / &lt;.async_result&gt;
🔥 HTML debug comments in your markup tree to know which component rendered any given fragment