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: …
1mo ago·view thread
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…
1mo ago·view thread
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…
1mo ago·view thread
comment
> Tauri proved to be quite problematic except when in macOS Can you elaborate?
1mo ago·view thread
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…
1mo ago·view thread
comment
I hope it stays the same for a long time
2mo ago·view thread
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…
2mo ago·view thread
comment
Interesting project! I will take a look at it.
2mo ago·view thread
comment
Thanks for pointing that out.
3mo ago·view thread
comment
Both uv and asdf can be compiled from source. I prefer that way.
3mo ago·view thread
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…
3mo ago·view thread
comment
I have the same concern with all hardware used for storing keys and secrets for crytpo.
4mo ago·view thread
comment
How can you detect the system preferences in the browser?
4mo ago·view thread
comment
Do you know what is the purpose of the staging build? Not sure why the author requires that flag when building the binary.
5mo ago·view thread
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…
5mo ago·view thread
comment
Can you explain how to build the installer? I pressume you bundle python and typescript in a single binary.
6mo ago·view thread