back
user profile
auraham
1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
New MacBooks seem to be good again, especially the model with MagSafe. However, non-replaceable SSDs is a big deal for me. I know that a MacBook can have a long life span, but I'm not sure how lo…
comment
Pied piper?
comment
Pelican [1] can translate markdown to html. However, I think read the docs [2] and Sphinx [3] are more suitable for a wiki (but it uses RST). Also, you can use themes [3]. [1] https://docs.…
comment
I use Pelican for my blog because it meets all my requirements: markdown, latex support, jupyter notebook support, syntax highlighting, and integration with GitLab. I tried another blog engines, like …
comment
I skimmed this book and seems that it covers a lot of topics on the surface. Wonder if there are more in-depth books out there. Something like money ball or a book written by a statistician about appl…
comment
what about the fans? Many reviews online say that the fans spins frequently and are a bit loud. Also, did you find any issue on the output of dmesg?
comment
I am learning Elixir and I'd love to see a tiny game made in Elixir to play with and learn from the code. Any examples?
comment
Yes. There are many apps that work for mobile phones. There are also some devices that block calls using a landline phone. However, they are not flexible. If you want to block phone numbers using a pa…
comment
This tutorial [0] is by far the best resource I have found for learning the intuition of reverse-mode automatic differentiation in Python [0] https://sidsite.com/posts/autodiff…
comment
I have searched for a project for blocking robocallers using a Raspberry Pi. Recently, I have received a lot of annoying calls on my landline phone. Surprisingly, there is a lack for solutions based o…
comment
Dave Thomas' post and talk about this. He 1) criticizes the overuse of GenServers, 2) the boilerplate code and large directory structures created by tools like mix and 3) gives a few ideas to dea…
comment
Use this extension [1]. It is based on WebRequests [2], so you can intercept HTTP requests and block content, like HN. [1] https://ops.tips/blog/extension-to-block-websites/ …
comment
I was about to say the same.
comment
I think you meant this link https://huggingface.co/transformers/
comment
Thanks for your answer! At first I though you were using machine learning as an end-to-end approach for solving an optimization task. Now, I understand that you use ML for creating a surrogate model a…
comment
I would like to know more about how they use machine learning for tuning. From the article: > OtterTune works by iterating through different knob setting configurations and observing the database…
comment
It is an interesting idea to have a USA model. However, I do not understand why do they have two models of the same phone? It is like saying "We have this made-in-China phone which is secure and …
comment
I am interested in reading books about software development and best practices like Clean Code and The Pragmatic Programmer [0]. I have coded for about eight years, but I would like to do it better. I…
comment
Clickbait. There is no Machine Learning behind this.
comment
It's amazing the huge progress that the Elixir community has made in the last years. Jose mentioned other talk he did (I did not watched it yet), but I would like to see more examples and compari…
comment
Thanks!
comment
Great talk! Wonder if the source code of the demo is available.