back
user profile

auraham

1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
Nice to see this kind of projects in Elixir. They help me discover libraries like finch and floki. I do not know them, but for what I understand from the post, they are similar to requests and beauti…
3y ago·view thread
comment
According to 1984, 2 + 2 = 3 could be possible if we shrink our language and mutate our history to the point that, in a few generations in the future, nobody could even think or remember that 2 + 2 = …
3y ago·view thread
comment
Related: Using GNU Stow to manage your dotfiles (2022) https://news.ycombinator.com/item?id=32253018 …
3y ago·view thread
comment
When I started reading the post, I though the author would talk about pattern matching to get rid of the switch block. In that case, creating a user can be expressed in Elixir as follows: def cr…
3y ago·view thread
comment
I think a (N, D) array can be used as a lookup table. Here, N is the number of emojies and D is the dimensionality of the color space (say 3 for RGB). Each emoji is converted to a D-dimensional vector…
3y ago·view thread
comment
I think there is an algorithm for determining the dominant color in an image (in this case, in a emoji). I do not its name, though. https://stackoverflow.com/questions/3241929…
3y ago·view thread
comment
There is a section called "Building a Docker image". Why do you need Docker if you are using Nix? It is like creating an environment inside another environment(?).
3y ago·view thread
comment
What distro are you using? I read somewhere in HN that the 12th gen is not recommended for Linux (previous gen was suggested instead).
3y ago·view thread
comment
Side note: Can somebody explain the difference between real, user, and sys? I understand that real is basically the time spent from start to finish (which can be affected by other processes), whereas …
3y ago·view thread
comment
I have almost the same config as you. Wonder what distro you are using. I use Ubuntu 22.04 with XFCE and i3, installed in that order. However, I noticed that the file chooser for snap apps (firefox, c…
3y ago·view thread
comment
Today I was very excited after installing Helix. I gave it a try and loved it. I liked the default theme, the select-before-action approach for editing text, the file chooser, too many good things out…
3y ago·view thread
comment
> Here's the thing, the best part about it vim is that it is not slow (plus paired with a terminal emulator like kitty/wez/alacritty). When I type the characters actually appear on t…
3y ago·view thread
comment
This is the list of features (in Eclipse) that I'd like to use in Vim: - Show in Breadcrumb to show the package name > class > function in the top of the editor - Open Call Hierarchy to sho…
3y ago·view thread
comment
Thanks for the repo! I love to compare programming languages side by side as you did. For example, a few months ago I was learning about Java streams, but they looked a bit convoluted to me, especiall…
3y ago·view thread
comment
Somewhat related, does anyone know of a repository than manages CRUD like Django models?
3y ago·view thread
comment
Wonder how hard could it be to add tiling support?
3y ago·view thread