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?
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
comment
Updated revision (2022): https://nlp.seas.harvard.edu/annotated-transformer/
comment
I was about to mention that.
comment
Wonder if Wails have the same issue on Linux.
comment
I thought this article was about using Rust for mobile development, like Tauri on Android.
comment
Have you tried cocoindex? [1] https://cocoindex.io/ [2] https://dev.to/cocoindex/how-to-build-index-with-text-embedd... …
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 …
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…
comment
I am aware of that option. However, AFAIK patching links do not prevent the user to press Back button.
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…
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…
comment
Demos on youtube?
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…
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…
comment
Related: Rust Dependencies Scare Me [1] [1] https://vincents.dev/blog/rust-dependencies-scare-me/ …
comment
Thanks for sharing!
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…
2 pts