Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ollran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ollran
5y ago
Erich Fromm came to mind as well. The same ideas and themes also appear in the books of Hermann Hesse.
2.
▲
by
ollran
5y ago
Sicilian Defence (1. e4 c5) and how to develop it further by using different variations. It is easy to learn, it has hundreds of years of history and it is very popular in grandmaster tournaments.
3.
▲
by
ollran
5y ago
APL is quite common in the code golf scene.
4.
▲
by
ollran
5y ago
You could follow the western canon if you wish to find classics.
5.
▲
by
ollran
5y ago
For culture and fun: GolfScript
6.
▲
by
ollran
5y ago
Catch Me If You Can by Spielberg (2002) Good Will Hunting by Van Sant (1997)
7.
▲
by
ollran
5y ago
I think the most common thing to implement is the perceptron algorithm from scratch. I would recommend Pattern Recognition and Machine Learning by Christopher M. Bishop. It assumes no previous knowledge of pattern recognition or machine l
8.
▲
by
ollran
5y ago
Learn You a Haskell for Great Good! is aimed at people who have experience in imperative programming languages but haven't programmed in a functional language before. http://learnyouahaskell.com/
9.
▲
by
ollran
5y ago
Esoteric programming languages are usually created to bend the boundaries of programming language design or prove something, not to be actually used to write software. It is hacker culture.
10.
▲
by
ollran
5y ago
Similar quote from Steve Jobs (1998) "That's been one of my mantras - focus and simplicity. Simple can be harder than complex: you have to work hard to get your thinking clean to make it simple. But it's worth it in the end
11.
▲
by
ollran
5y ago
The Sublime Object of Ideology (1989) by Žižek
12.
▲
by
ollran
5y ago
Interactive and high-level languages are really fun to use. This reminds me of Sharp tools essay in The Mythical Man-Month (1975). "The most important two tools for system programming today are two that were not used in OS/36
13.
▲
by
ollran
5y ago
Oh yes, reader macros, now I get it. As far as I know, you cannot write your own reader macros in Clojure (unlike in Common Lisp).
14.
▲
by
ollran
5y ago
What's the story behind clojure.core/read-string? I have always wondered why it executes code. There are some examples in the docs: https://clojuredocs.org/clojure.core/read-string
15.
▲
by
ollran
5y ago
I started reading The Wealth of Nations by Adam Smith and I think I'll continue with Debt: The First 5,000 Years by David Graeber. Not really compexity economics, but classical economics and anthropology.
16.
▲
by
ollran
5y ago
The Art of Electronics is on my technical reading list as well. If you are into Clojure, you will probably enjoy Elements of Clojure by Zachary Tellman. It is not a tutorial, it's more like an attempt to bring tacit knowledge of id
17.
▲
by
ollran
5y ago
The Rum Diary by Hunter Thompson was also absorbing.
18.
▲
by
ollran
5y ago
There is a list of Forth projects used in NASA missions. https://www.forth.com/resources/space-applications/
19.
▲
by
ollran
5y ago
I think the only way to do this might be founding your own company and building your own product in Forth and Lisp.
20.
▲
by
ollran
5y ago
Paul Graham is great and his blog is one of the most quotable and inspiring blogs I have ever read. I even bought Hackers & Painters: Big Ideas from the Computer Age . It is a must read for anyone attempting to found a new start up com
21.
▲
by
ollran
5y ago
I think it applies to almost any programming language and certainly also to every programming paradigm.
22.
▲
by
ollran
5y ago
Darknet diaries is not as technical as HN but it has good quality content related to the industry. I especially like the stories from the visitors. https://darknetdiaries.com/
23.
▲
by
ollran
5y ago
It is hard to find learning resources when trying to write NIFs for BEAM. The documentation and bindings are fine if you are using C, but when using some rarer programming language it can be quite difficult to get along.
24.
▲
MAYhem: A CitySec Event
(mayhem.citysec.fi)
2 points
by
ollran
5y ago
|
0 comments
25.
▲
by
ollran
5y ago
Programming in Lisp or Forth is such fun since you can stretch the programming language itself. For me, the reflective approach keeps the fun in programming.
26.
▲
by
ollran
5y ago
I haven’t seen even one relatively large open source project without politics involved.
27.
▲
by
ollran
5y ago
Thanks for the tip. All my experience is based on the use of an analog oscilloscope. Analog Discovery 2 looks interesting though. I will definitely take a look on it.
28.
▲
by
ollran
5y ago
Oh sure. It's for hobby projects: reverse engineering and building electronic devices. Price range is somewhere between $300 and $1000.
29.
▲
Ask HN: What are the state-of-the-art oscilloscopes today?
2 points
by
ollran
5y ago
|
5 comments
30.
▲
by
ollran
5y ago
Thanks for sharing this. Call-site optimization for Common Lisp seems quite interesting after looking at the article. http://metamodular.com/SICL/call-site-optimization.pdf
More ›