back
user profile

auraham

1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
Can you elaborate on this? After skimming the README, I understand that "Who art Henry" is the prompt. What should be the correct 19th century prompt?
7mo ago·view thread
comment
I gave it a try a few months ago. The first thing that I searched for was the REPL. Comparing it with Python, I prefer ipython over irb. It would be nice to see some improvement on DX on the REPL side
7mo ago·view thread
comment
Updated revision (2022): https://nlp.seas.harvard.edu/annotated-transformer/
7mo ago·view thread
comment
I was about to mention that.
8mo ago·view thread
comment
Wonder if Wails have the same issue on Linux.
8mo ago·view thread
comment
I thought this article was about using Rust for mobile development, like Tauri on Android.
9mo ago·view thread
comment
Have you tried cocoindex? [1] https://cocoindex.io/ [2] https://dev.to/cocoindex/how-to-build-index-with-text-embedd... …
9mo ago·view thread
comment
Can you elaborate on this? How is npm/cargo/etc better than pip on this regard? As far as I know, files like requirements.txt, package.json, cargo.toml are intended to be used as a snapshot …
9mo ago·view thread
comment
I gave it a try a few months ago, but did not work for me. My main issue is that atuin broke my workflow with fzf (If I remember correctly, pressing ctrl + r to lookup my shell history did not work we…
9mo ago·view thread
comment
I am aware of that option. However, AFAIK patching links do not prevent the user to press Back button.
10mo ago·view thread
comment
Another advantage of using Elixir/Erlang/Phoenix is high availability. If one client/incomming requests is taking a lot of time to complete, other users are not affected. We can even in…
10mo ago·view thread
comment
That is an interesting mix. Wonder if it is possible to send messages among Erlang VMs in different pods. If Kubernetes is not involved, passing messages between Elixir nodes is easy. We just need the…
10mo ago·view thread
comment
Demos on youtube?
10mo ago·view thread
comment
Can you elaborate on how React was a better fit than LiveView for your use case? In my opinion, the main drawback of LiveView is that we assume that the user do no click on the Back button of the brow…
10mo ago·view thread
comment
I tried helix a few months ago. Before that, I gave it a try several times. The editor is fine, but I always go back to vim and vscode for these reasons: - In vim, I can use vim-fugitive [1] to easily…
10mo ago·view thread
comment
Related: Rust Dependencies Scare Me [1] [1] https://vincents.dev/blog/rust-dependencies-scare-me/ …
11mo ago·view thread
comment
Thanks for sharing!
11mo ago·view thread
comment
Why Can't We Make Simple Software? Interesting talk about complexity: Complexity is when your systems interact. A complex system can become unreasonable. A complex system cab be generative and s…
11mo ago·view thread