Viewing profile — angara
angara
HN member- Joined
- Sat, Nov 24, 2018, 4:54 PM UTC
- HN karma
- 22
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About angara
No profile information was provided.
Recent public activity
-
comment
Comment #22928336
Fascinating, do you have any links to papers about machine-verifiable formalisms?
-
comment
Comment #20494609
If you are following along with gcc on Linux and continuing to get linker errors even after adding -lfreetype, try passing it as the very last argument, e.g. gcc `pkg-config --cfla…
-
comment
Comment #19904130
> This whole “study” is based on data gathered through a “viral Facebook quiz” in which people provided self-assestments of their own skills and learning process. The quiz (which y…
-
comment
Comment #19021974
Regular expressions are also useful for lexing. I like to work from this example code from the Python standard library docs: https://docs.python.org/3.6/library/re.html#writing-a-t…
-
comment
Comment #18741167
Historically inaccurate flags are used for the Soviet Union, Germany pre-1949, and Libya as well. It seems the creator chose to use the modern flag in all cases for consistency.
-
comment
Comment #18621322
> Java is not a good language for compilers Could you elaborate?