Hacker News new | past | comments | ask | show | jobs | submit | auraham's comments login

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 explains how the project started, some subtle bugs found when building the app for MacOS, some limitations of wxWidgets in Windows, and many other implementation details.

It would be awesome if the Elixir team release something like elixir-desktop based on Livebook. That is, forking the Livebook repo and release an official template project for generating desktop applications based on LiveView.

[1] https://github.com/elixir-desktop/desktop-example-app

[2] https://www.youtube.com/watch?v=Kiw6eWKcQbg


Tangential to this, there's also https://native.live/.


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.


I definitely plan to! I have a much larger list of SQLite extensions I've built here: https://github.com/asg017/sqlite-ecosystem

Here's a few other references you may enjoy if you wanna learn more about SQLite extensions:

- The single source file for sqlite-vec: https://github.com/asg017/sqlite-vec/blob/main/sqlite-vec.c

- sqlean, a project from Anton Zhiyanov which is good base of great SQLite extensions: https://github.com/nalgeon/sqlean

- The official SQLite docs: https://www.sqlite.org/loadext.html

- The "hello world" SQLite extension example: https://www.sqlite.org/src/file/ext/misc/rot13.c


Awesome! Thanks


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.


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.teachable.com/p/modern-javascript-explaine...


Where is the GPT implementation in JAX? I only found this [1] in PyTorch and NumPy.

[1] https://github.com/karpathy/nanoGPT


Is that a good practice? It involves many steps and seems a bit overwhelming, but I see the benefit in the Git log.


Broken link



I am very impressed by the examples, they are so easy to read. I have zero experience with React, Svelte and JS in general, but after reading the examples make me want to learn more.


Thank you! So glad to hear this


Interesting post. It would be much better if the author included a few code snippets to show how to identify the failing GPU during training.


deno or bun for learning?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: