Viewing profile — auraham
auraham
HN member- Joined
- Sun, Jul 27, 2014, 5:12 AM UTC
- HN karma
- 1,774
- Public activity
- 359 items
- HN profile
- View on Hacker News ↗
About auraham
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #48918158
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 abo…
- story
-
comment
Comment #48729039
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 explai…
-
comment
Comment #48728982
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 …
-
comment
Comment #48678847
> Tauri proved to be quite problematic except when in macOS Can you elaborate?
-
comment
Comment #48640018
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…
- story
-
comment
Comment #48513916
I hope it stays the same for a long time
-
comment
Comment #48471949
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), …
-
comment
Comment #48446728
Interesting project! I will take a look at it.
- story
-
comment
Comment #47967717
Thanks for pointing that out.
-
comment
Comment #47967678
Both uv and asdf can be compiled from source. I prefer that way.
-
comment
Comment #47966862
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, u…
-
comment
Comment #47799161
I have the same concern with all hardware used for storing keys and secrets for crytpo.
-
comment
Comment #47579708
How can you detect the system preferences in the browser?
- story
- story
-
comment
Comment #47220436
Do you know what is the purpose of the staging build? Not sure why the author requires that flag when building the binary.
-
comment
Comment #47162472
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 …
-
comment
Comment #46839923
Can you explain how to build the installer? I pressume you bundle python and typescript in a single binary.