back
user profile
auraham
1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
That's a really nice project. I used it a few minutes ago and the resulting file is great. I like how top-level comments are sections. Also, you can highlight text and write notes.
comment
Related https://fly.io/phoenix-files/single-file-elixir-scripts/
comment
Aside note: Have any of you used elixir-desktop [1]? It is a wxWidgets + LiveView bundle, pretty much like a Electron app. In [2], Wojtek Mach explains how the team behind Elixir build Livebook Deskto…
comment
Personally, I prefer iex over irb, iex feels more intuitive. Recently, some improvements were made into iex, the most relevant to me is the ability to use Ctrl+l to clean the output. Now, iex is getti…
comment
Hi Brian, thanks for all effort put into LiveView Native. Quick suggestion, it would be nice if the landing page [1] has more information or links to actual examples of how to use LiveView Native. Tha…
comment
Have any of you used elixir-desktop [1]? It is a wxWidgets + LiveView bundle, pretty much like a Electron app. In [2], Wojtek Mach explains how the team behind Elixir build Livebook Desktop.
He explai…
comment
Awesome! Thanks
comment
Awesome work! It would be great if you can share a post of how you developed that extension. I am not familiar with SQLite extensions, so I am not sure how to dig into the github repo.
comment
I really like this format: short videos that go straight to the point. I would like the author to extend the series to cover TypeScript and maybe Electron.
comment
I really like this format [1]: short videos that go straight to the point. I would like the author to extend the series to cover TypeScript and maybe Electron. [1] https://actualize.teachab…
comment
Where is the GPT implementation in JAX? I only found this [1] in PyTorch and NumPy. [1] https://github.com/karpathy/nanoGPT …
comment
Is that a good practice? It involves many steps and seems a bit overwhelming, but I see the benefit in the Git log.