home.social

#livebook — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #livebook, aggregated by home.social.

  1. Spent way too long finally learning #Elixir #Livebook techniques to do some data processing. I wanted to upload all my old bookmarks, with some munging from two different sources and cleaning, to my #selfhosted #Linkding instance at links.odaeus.eu/.

    Ended up writing out a Netscape bookmarks format file to upload as the direct API doesn't support setting the created date, which would be quite the mess for 4000+ entries.

    Linkding is a nice replacement for Pinboard (which I left years ago). It just needs federalisation support now. 😆

  2. i was looking for "kino_req" or something like that, and finally found this project

    "Interactive HTTP Client for Livebook w/ power-ups"

    github.com/acalejos/merquery

    #elixir #livebook #req #kino

  3. I am currently trying to write some #elixir code in #livebook with the help of chatgpt3.5.

    While I can user explorer, when I currect some mistakes #chatgpt makes with the help of the documentation. But flatten a somewhat more complicated, data structures is to hard for #chatgpt and the same goes with insertion into a #sqlitedb. Perhaps it would know how to do the last in a project. But #chaptgpt was superbe in accessing #mastodon toots with #elixir.