Live data from Hacker News

Viewing profile — auraham

auraham

HN member
Joined
Sun, Jul 27, 2014, 5:12 AM UTC
HN karma
1,774
Public activity
359 items

About auraham

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. 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…

  6. story
  7. 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…

  8. 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 …

  9. comment
    Comment #48678847

    > Tauri proved to be quite problematic except when in macOS Can you elaborate?

  10. 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…

  11. story
  12. comment
    Comment #48513916

    I hope it stays the same for a long time

  13. 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), …

  14. comment
    Comment #48446728

    Interesting project! I will take a look at it.

  15. story
  16. comment
    Comment #47967717

    Thanks for pointing that out.

  17. comment
    Comment #47967678

    Both uv and asdf can be compiled from source. I prefer that way.

  18. 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…

  19. comment
    Comment #47799161

    I have the same concern with all hardware used for storing keys and secrets for crytpo.

  20. comment
    Comment #47579708

    How can you detect the system preferences in the browser?

  21. story
  22. story
  23. 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.

  24. 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 …

  25. comment
    Comment #46839923

    Can you explain how to build the installer? I pressume you bundle python and typescript in a single binary.