Viewing profile — khinsen
khinsen
HN member- Joined
- Thu, Jul 15, 2010, 10:21 AM UTC
- HN karma
- 10
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About khinsen
No profile information was provided.
Recent public activity
-
comment
Comment #33271686
I doubt there is a single good answer to that question. I'd call it a workbench for software and knowledge management, but I am well aware that this doesn't mean much for people wh…
-
comment
Comment #18987665
I sympathize with your criticism, which reflects my first impressions of Smalltalk when I played with Smalltalk 80 on my Atari ST 25 years ago. An impressive system, but isolated f…
-
comment
Comment #18987625
From my experience as a recent Pharo user (started in October 2018 with the Pharo MOOC), the two main issues with existing documentation are 1) Much of it is outdated. 2) Much of i…
-
comment
Comment #18986738
There is a nice overview/demo, though unfortunately the quality of the video isn't great: https://www.youtube.com/watch?v=qeYEais1eT4&feature=youtu.be
-
comment
Comment #13035494
My recent presentation on Leibniz may answer some questions that have remained open in this discussion: http://www.slideshare.net/khinsen/leibniz-a-digital-scientif...
-
comment
Comment #12992567
Leibniz and Modelica indeed share the objective of writing digital scientific models rather than software. But the kind of information that can be expressed is quite different. Per…
-
comment
Comment #12992553
You can indeed consider a context plus a term to be reduced as a program, which is executed by term reduction. But the unit of code in Leibniz is the context, not the context + ter…
-
comment
Comment #12978965
In Leibniz, you wouldn't write only "nabla v = 0", but also what v is (by associating it with a sort), what properties v has (e.g. being positive), and how you actually obtained "n…
-
comment
Comment #12978931
You don't "run" Leibniz code. Leibniz is not a programming language. A Leibniz context is more like a database of equations than like a program. You can use the database of equatio…
-
comment
Comment #10424497
The analysis of the problem is good, but I am not convinced about the solution. There has never been a central hub for scientific papers, but that has never been a problem. Why sho…
-
comment
Comment #10251175
Your comment is a nice example of the frequent misunderstandings concerning bitwise reproducibility. My article argues that infrastructure tools (compilers, runtimes, ...) should e…
-
comment
Comment #1518221
I don't think I am among the "main" ones, but to answer your question: Python is what I use for doing research, Clojure is what I look at because there are lots of good ideas in it…