#livebook — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #livebook, aggregated by home.social.
-
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 https://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. 😆
-
i was looking for "kino_req" or something like that, and finally found this project
"Interactive HTTP Client for Livebook w/ power-ups"
-
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.