Viewing profile — mmiller
mmiller
HN member- Joined
- Thu, Apr 26, 2007, 10:18 AM UTC
- HN karma
- 60
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About mmiller
No profile information was provided.
Recent public activity
-
comment
Comment #15335514
"And even COND isn't special, it's just represented as messaging in Smalltalk, right?" Right. What I meant was that the parsing would begin with "eyeball" (ST-72 was an iconic lang…
-
comment
Comment #15335304
You've got the right idea. If you think about how services on the internet operate, they don't have one way of implementing their internal processes, either. I finally got the idea…
-
comment
Comment #15334958
One of the things I've realized is that using names for locating what's needed (I assume we're talking about the same idea) is part of the problem. At small scales it's fine. As sy…
-
comment
Comment #15328546
"Most of the old hands and historians of the moon shot point to the public in the 70s no longer being afraid of the Russians in the way they had been in the 50s, and the successful…
-
comment
Comment #15328442
I can't remember if I've brought this up already in this thread, but if you want to "kick the tires" on ST-72, Dan Ingalls has an implementation of it up on the web. It's running o…
-
comment
Comment #15309518
What came to mind when I read your comments were some complaints I've had that relate to the "looking for the keys under the streetlight" fallacy. There are intuitions and anecdote…
-
comment
Comment #15300647
"We are 'story creatures' and it takes a lot of training and willpower to depart from 'fond stories and beliefs' to 'actually think things through'." What your analysis did for me …
-
comment
Comment #15300414
Taking your feedback into consideration, I had the thought that it would be more accurate to talk about things like "2" in an OOP context as symbols with semantics (which provide m…
-
comment
Comment #15299922
Great description of the problem (and great description of what we could have instead)! What came to mind as I read what you said here was a bit that I caught Neil deGrasse Tyson t…
-
comment
Comment #15299416
I know this is getting nit-picky, but I think people might be interested in getting some of the details in the history of how Smalltalk developed. Dan Ingalls said in "Smalltalk-80…
-
comment
Comment #15290076
Hmm. So, it sounds like the same "keyhole" problem I've seen you talk about before (you used an AIDS epidemic as an example with this). What's seen is taken as "good enough," becau…
-
comment
Comment #15289731
I was using "data" in the spirit of a saying I heard many years ago in CS, that, "Data is code, and code is data." It seems that people in CS are still familiar with this phrase. I…
-
comment
Comment #15289600
"This is more of an optimization choice, perhaps? Given the link is maintained, it might be OK to say the source code and the bytecode form are two forms representing the same obje…
-
comment
Comment #15289568
"The more interesting/optimized ways to map this would be where a single object in the software internet somehow maps to multiple computers, either doing parallel computation or pa…
-
comment
Comment #15282343
"In fact a person would be labelled "elitist" to dare suggest anything else -- e.g. that universities are not just vocational schools for getting the skills for one's future job, o…
-
comment
Comment #15282158
I think your analogy is going in a better direction. I had the same idea after taking a look at Squeak for a while. What would need to be added to your analogy is a notion of desig…
-
comment
Comment #15281956
"There aren't any parents around to take care of childish adults. We are it. So we need to grow up and take responsibility for our world, and the first actions should be to try to …
-
comment
Comment #11965656
This kind of gets into philosophy, but a metaphor I came up with for thinking about this (another phrase for it is "thought experiment") is: If I speak something to a rock, what is…
-
comment
Comment #11965503
Thanks. I share it wherever I think it will add to the discussion.
-
comment
Comment #11965446
This is not "bringing X11 back," but it's an improvement on JS. https://news.ycombinator.com/item?id=11965253
-
comment
Comment #11965253
It's difficult at this point to come up with an example, since we don't have it yet (that I know of), but to give you an idea, take a look at Lively Kernel https://www.lively-kerne…
-
comment
Comment #11964839
I agree. I hate to be a downer about this, but these days I'm glad to find someone who knows how to debate well, much less argue well.
-
comment
Comment #11964693
My reference to X11 was mostly rhetorical, to tell the story. I learned at some point that the reason X11 wasn't adopted, at least in the realm of business apps. I was in, was that…
-
comment
Comment #11964199
More "textland" than anything else, though that has to do with the medium we're using to communicate "across space and time." What Alan has advocated is that the medium we're using…
-
comment
Comment #11959172
I misspoke. I just tried doing what I described, with String. Squeak notified me about "obsolete references" to the original class name in existing source code. It's been a long ti…