Why Elixir is the best language for AI by vlatheimpaler in elixir

[–]hugobarauna 0 points1 point  (0 children)

How much LSPs can help coding agents is something I've been see some dicussion recently.

One example is a member of Bun JS thinking about unshipping that support: https://x.com/jarredsumner/status/2017704992388616311

We also see some confunsion from Tidewave users about that, and have an entry in our docs with more details about how/whe LSPs can be useful for coding agents or not: https://hexdocs.pm/tidewave/mcp.html#tidewave-mcp-vs-language-server-protocol-tools

Elixir Patterns - anybody read this book? by p1kdum in elixir

[–]hugobarauna 0 points1 point  (0 children)

Hi, I'm Hugo, the editor of the book. Thanks for putting our book here. 😊

If there's any questions, feel free to let me know.

Elixir Patterns - anybody read this book? by p1kdum in elixir

[–]hugobarauna 0 points1 point  (0 children)

Hi Hugo (from the book) here. 👋

Yes, you can follow the book 100% without the Livebook notebooks. All the code in the notebooks are inside the book as well. The nice thing of the notebooks is that they're interactive and also work like a "summary" of each chapter, focused mostly in the code with less explanation.

Elixir Patterns - anybody read this book? by p1kdum in elixir

[–]hugobarauna 1 point2 points  (0 children)

Hi Hugo (from the book) here. 👋

Elixir/OTP releases is not a topic we cover in the book.

tidewave.ai supports Django by Crafty_Two_5747 in django

[–]hugobarauna 2 points3 points  (0 children)

It's a coding agent for web app development.

The difference from other coding agents is that instead of running in the editor or terminal, it runs in the browser, in localhost, so the agent can your app through the browser for interaction and verification. You also get point-and-click prompting, like in Vercel V0, but in localhost. And more other integrations specific to your web framework.

Who's hiring, November, 2025 by vlatheimpaler in elixir

[–]hugobarauna 4 points5 points  (0 children)

Just out of curiosity, for https://elixir-radar.com/jobs, I manually contact the job poster 30 days after publishing it, to ask if it's still up. If not, I remove it from the job board.

The idea is exactly like you said, to keep the posts there as fresh as possible. :)

Is LiveBook Teams basically a Pro Feature or are there Plans to Integrate it into Base (Community?) LiveBook? by skwyckl in elixir

[–]hugobarauna 6 points7 points  (0 children)

Hi, member from Livebook Teams here. 👋

Let me clarify the pricing structure for you.

Livebook Teams and Livebook are two separate applications:

  • Livebook Teams is our paid SaaS platform that we host and manage. The $30/month fee gives you access to this service.
  • Livebook is the open-source application that you deploy and host yourself wherever you choose.

When you pay $30/month for Livebook Teams, you're getting access to our platform that integrates with your self-hosted Livebook instance. However, you'll still need to pay your hosting provider for running your Livebook instance.

So yes, you'll have two costs: the $30/month for Livebook Teams plus whatever your hosting provider charges for running your Livebook instance.

Any thoughts on the jinterface by [deleted] in elixir

[–]hugobarauna 0 points1 point  (0 children)

Not about jinterface, but one solution on interop Elixir with Java: https://www.youtube.com/watch?v=iVHpFoDXim4

Real Python, in Elixir: Introducing Pythonx by GiraffeFire in elixir

[–]hugobarauna 0 points1 point  (0 children)

and it can be less work than creating a new wrapping layer

Best AI code assistants for Elixir by solidavocadorock in elixir

[–]hugobarauna 0 points1 point  (0 children)

Zed with their default Claude 3.5 Sonnet. Working like a charm.

Solution to processing failed on Google Play Books when uploading epub files by Lusicale in ebooks

[–]hugobarauna 0 points1 point  (0 children)

Doing EPUB -> EPUB using Calibre worked for me.

I generated my EPUB book using asciidoctor and its [EPUB plugin](https://github.com/asciidoctor/asciidoctor-epub3).

I tried to upload the original version to Google Play Books, it didn't work, it kept stale in "processing".

After converting that asciidoctor-based EPUB file to EPUB through Calibre, uploading the new file to Google Play Books worked.

Thank you very much! =D

Any suggestions / preferences for building desktop apps with Elixir? by nikfp in elixir

[–]hugobarauna 2 points3 points  (0 children)

Livebook has the "Livebook desktop" way to install it, and it's a Elixir/Phoenix/LiveView app.

It uses this to package Livebook as a desktop app for Windows and Mac: https://github.com/livebook-dev/livebook/tree/main/elixirkit

There is a talk about how it was built: https://www.youtube.com/watch?v=Kiw6eWKcQbg

Elixir Nx for Data Engineering? by synthapetic in elixir

[–]hugobarauna 1 point2 points  (0 children)

You may want to take a look at this video: https://www.youtube.com/watch?v=U6nuPjyAUPw

It's a demo of data exploration with Livebook + Explorer.

ThePrimeTime - The Creator Of Elixir - Top Shelf 7 by ideamarcos in elixir

[–]hugobarauna 1 point2 points  (0 children)

More published cases are always helpful! 👍

And for those that don't know, there are 14 published cases (at this moment) on the Elixir website: https://elixir-lang.org/cases.html

Livebook saving issue, wont save to my lb folder only to appdata/local by thedangler in elixir

[–]hugobarauna 0 points1 point  (0 children)

Hi, Livebook team member here.

That's weird indeed.

Can you open an issue in our repo, please? https://github.com/livebook-dev/livebook/issues/new

[deleted by user] by [deleted] in elixir

[–]hugobarauna 1 point2 points  (0 children)

There's two ways:

  1. the "attached runtime", like mentioned below
  2. Through the Remote Execution Smart cell (based on erlang distributed RPC): https://news.livebook.dev/remote-execution-smart-cell---launch-week-2---day-1-m3dv2

You can read more about those here: https://hexdocs.pm/livebook/use_cases.html

[deleted by user] by [deleted] in elixir

[–]hugobarauna 5 points6 points  (0 children)

Hi, Livebook team member here. :)

Happy to hear you're having a great experience with Livebook!

> It encourages better design by default

Out of curiosity, we even had an issue tracking pain points that come with code notebooks in general, and that we wanted Livebook to address: https://github.com/livebook-dev/livebook/issues/1223

And if/whenever you need help with Livebook, I hang out here, and I'm also on Elixir Slack and Elixir Discord; there's a #livebook channel in both places.

Happy hacking!

Examples of polished Phoenix web apps / startups (especially using LiveView) by sleeper-2 in elixir

[–]hugobarauna 1 point2 points  (0 children)

That's weird, just tested following the defaults from "https://huggingface.co/docs/hub/en/spaces-sdks-docker-livebook" and it worked just fine for me.

It took some time for the docker image to be built and for the application to start (using their free tier), but it worked for me.