Viewing profile — rafiei
rafiei
HN member- Joined
- Wed, Feb 22, 2017, 11:10 AM UTC
- HN karma
- 131
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About rafiei
No profile information was provided.
Recent public activity
-
comment
Comment #14884625
Because typically you'd be building `five` out of `zero`, but that's more of an "implementation detail" rather than a property of `five` or `zero`. Examples are numerous: i. Peano …
-
comment
Comment #14879773
1. Perhaps make a new directory `.emacs.d/elisp`, append it to your path and add your files in it and have .gitignore not ignore the directory? 2. You could!
-
comment
Comment #14879449
1. You shouldn't be updating your `.gitignore` continuously. You need to ignore everything and explicitly define exceptions e.g. * !.gitignore !init.el 2. The reason I prefer ~/.em…
- story
- story
-
comment
Comment #13774196
So the units in Stack editor is not “files”, it’s “functions”(or “definitions”). And we navigate by functions, edit by functions, and finally program by functions. It’s more like t…