back
user profile
auraham
1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
I've been learning about React, Vue, and HTMX these days. As I understand, these tools aim to bring some level of interaction in a web application: - Both React and Vue are all about reactivity: …
comment
I have the same feeling about Zig. In this interview [1], Andrew Kelley, creator of Zig, explains a lot of the features of the language; compares it against c, rust, go; and explains why he created th…
comment
Can you give more details about using zig along with elixir? > microscope is mounted on a elixir nerves deployment! What do you mean? I imagine that there is an Elixir application running on an emb…
comment
> Tauri proved to be quite problematic except when in macOS Can you elaborate?
comment
For me, the best about Tauri is that: - We can embed an existing application using a sidecar [1]. - Now, we can also use Elixir in the backend, embed the BEAM, and deliver a single binary, see ElixirK…
comment
I hope it stays the same for a long time
comment
I gave it a try today using Linux Mint 22.3 with 16 GB of memory. Writing experience is OK, the UI is beautiful. However, when I load a medium markdown file (less than 200 lines), the UI is a bit slow…
comment
Interesting project! I will take a look at it.
comment
Thanks for pointing that out.
comment
Both uv and asdf can be compiled from source. I prefer that way.
comment
This week I was wondering whether using uv for managing Python versions is a good idea. From their website [1] > Python does not publish official distributable binaries. As such, uv uses distributi…
comment
I have the same concern with all hardware used for storing keys and secrets for crytpo.
comment
How can you detect the system preferences in the browser?
comment
Do you know what is the purpose of the staging build? Not sure why the author requires that flag when building the binary.
comment
I highly recommend Build a large language model from scratch [1] by Sebastian Raschka. It provides a clear explanation of the building blocks used in the first versions of ChatGPT (GPT 2 if I recall c…
comment
Can you explain how to build the installer? I pressume you bundle python and typescript in a single binary.