back
user profile
auraham
1,775karma·364submissions·July 27, 2014
recent activity (364 total)
comment
That distinction should be part of Git. For now, we may rely on wip branches for "save" and merging them into master for "publish".
comment
Any chance you still have the link to the micro-commits post you mentioned below? Even better, do you have a post on your blog describing your workflow? I'd love to read a concrete example and ap…
comment
An article about photos... with no photos.
comment
Asahi Linux is an impressive project. I cannot imagine how difficult is to reverse-engineering the M1 platform for porting a distro. I know that https://rosenzweig.io describes how the dri…
comment
Does anyone know if PyTorch performs well on the M1? In other words, are there issues using PyTorch on the M1?
comment
This is the kind of post I love to find in HN: an interesting topic and code. Does anyone know what is the theme of the blog? I am interested in how the references are created. I suppose it is based o…
comment
Is this a thing current Lenovo Thinkpads still have? If so, it is a deal breaker for me. I do not want to spend money on an expensive machine today, just to realize I cannot replace its battery two ye…
comment
Wonder if there are similar issues on AMD.
comment
Really interesting project! I actually gave it a try and got some mobi files. However, I got this issue when converting to mobi on Ubuntu 18.04: Output saved to /home/auraham/Kind…
comment
Wonder if there is something similar in spanish
comment
- Open source - It should be easy to use (not org mode, not vim) like typora - Support for markdown - Just plain text - Easy sync between my laptop and phone I have nothing against emacs or vim. I jus…
comment
I expected something like "If you develop a X type of application, you can distribute it with/without a fee"
comment
Really cool!
comment
Although I like the concept, it does not seem to be real.
comment
sentdex, he has a lot of deep-learning applications and explains them very well https://www.youtube.com/c/sentdex …
1 pts
comment
Does anyone here have a Lemur Pro from System76? I want to buy a new laptop for development and considering the Lemur Pro, Macbook Pro (Intel), or a Dell. I have had a good experience with my current …
comment
Awesome piece of code!
comment
Just skimmed the first chapter, very interesting! Pragmatic Studio [1] has a similar course for Elixir. The authors explain how to create an HTTP server from scratch (ie, using Elixir and Erlang nativ…
comment
Sure! Pandoc is great option. Actually, my pelican blog is based on Pandoc. However, I think is a bit overkill (for learning purposes) since the code base is in Haskell [1]. I would prefer something m…