Live data from Hacker News

Viewing profile — hugobarauna

hugobarauna

HN member
Joined
Sun, Apr 08, 2007, 1:17 AM UTC
HN karma
103
Public activity
26 items

About hugobarauna

Member of the https://livebook.dev team

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47087184

    Regarding adding persistence, people in the community are already building solutions, like: https://github.com/ChristianAlexander/durable_object The good thing about those, IMO, is…

  4. story
  5. comment
    Comment #39819684

    I think this may solve live reloading in Livebook for you: https://github.com/jonatanklosko/mix_install_watcher

  6. comment
    Comment #35574599

    Good feedback, thanks. Livebook already has a SQL Smart cell ( https://livebook.dev/integrations/sql ). It doesn't integrate with Explorer yet, but it's already possible to referen…

  7. comment
    Comment #35570028

    Hi everyone, member of the Livebook team here. We’ve been investing a lot in making Elixir great for data exploration. Today we’re taking one step further in this journey by contri…

  8. story
  9. comment
    Comment #35540916

    Hi everyone, member of the Livebook team here. Dealing with sensitive data in code notebooks is a pain point [0]. That's why we've been improving secret management in Livebook for …

  10. story
  11. comment
    Comment #35515310

    Hey HN, Hugo from the Livebook team here! Super excited to share our first-ever Livebook Launch Week with you all! Each day this week, we'll announce new features and capabilities …

  12. story
  13. comment
    Comment #34806992

    Announcement of integration between Livebook and Hugging Face Spaces.

  14. story
  15. comment
    Comment #33167714

    Livebook is an open-source code notebook built with Elixir and Phoenix LiveView. This release has cool new features, like visualizing message-passing between Elixir processes and a…

  16. story
  17. comment
    Comment #32323262

    Recently opened notebooks are on the roadmap. ;)

  18. comment
    Comment #11086725

    Yes :) Here's a little bit of the story on how we create it: http://blog.plataformatec.com.br/2015/01/introducing-elixir-...

  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story
    Improve your test readability using the xUnit structure

    This post talks about improving your tests quality by making them more readable. It teaches you how to do that using the xUnit four-phase test structure standard.