Viewing profile — gordianknot
gordianknot
HN member- Joined
- Sat, Mar 22, 2008, 4:21 AM UTC
- HN karma
- 86
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About gordianknot
No profile information was provided.
Recent public activity
-
comment
Comment #4302188
And authoritarians, believing in criminalization of both. Gun laws reflect a society's general property rights, and drug laws their intellectual freedom.
-
comment
Comment #4038129
No, but it is a Brave New World. We're the ones out on that island with the artists and scientists. We make tools of change, but sell them off so that we can go on bike rides. It's…
-
comment
Comment #3993350
Humans are social animals, and awareness of a negative state of our community makes us sad or mad, which seems meant to drive us to action. Evolution appears to be mostly about the…
-
comment
Comment #3978241
I hear you, and can relate to the romance and frustration! I was in grade school when JS was released... but've been writing it for over 10 years now. I tried "everything" else, an…
-
comment
Comment #3977657
I use Python at work because I have to, but I'd rather be writing JavaScript.
- comment
-
comment
Comment #3972978
To me that's the value proposition actually. Invest in learning and collaborating now, then be ahead of the curve in a few years (if interested in getting hired) or be ready to cap…
-
comment
Comment #3968220
Adoption isn't the problem. We don't need Congress to use such a system initially; we need bills, the US Code, etc. mirrored on Github. When it's there, people will get it. The inf…
-
comment
Comment #3876011
"Consider the source" is always relevant, and always a weak argument. Regardless of who wrote it, the main point of the article seems to be that hackers working in essentially utop…
-
comment
Comment #3872263
Or we just migrate to self-driving electric cars, with the batteries serving as Intergrid energy storage.
- story
-
comment
Comment #155060
You should write What Made Basic Different.
-
comment
Comment #154296
I'd tend to agree on those who want to replace HTML/CSS/JS with some other abstraction. What I'm suggesting is that they're arbitrarily divided and should be unified under one synt…
-
comment
Comment #154283
Built-in data structures are a big point of categorization of langs on my end. To me, the defining feature of Java is its classical structure. If you got rid of classes, you'd have…
-
comment
Comment #154245
Okay, and I would look to hashtables as the best way of describing these "sets."
-
comment
Comment #154242
Maybe they have. What system are you using?
-
comment
Comment #154188
I was only talking about the code itself, the primary metaphor of the programming language, not what the language actually represents. Most langs that I've encountered are structur…
-
comment
Comment #154178
I've never looked at CLOS. But, what I mean is the "dominant metaphor," which I suspect is still lists. I'll just go through my probably plebeian understanding. Arrays are to lists…
-
comment
Comment #154162
Really what are classes other than sugary hashtables?
-
comment
Comment #154158
Thanks for the tip. I've heard some good things about Lua, but never gone further than Wikipedia.
-
comment
Comment #153996
I mean failure like the tyrannosaurus rex. That is, from an an evolutionary perspective. Not at the arbitrary present. And I'd wager that Perl is still actually more used than Pyth…
-
comment
Comment #153978
Perl, PHP, Python, and Ruby are all interesting failures. They are important for their effect on languages that will last longer (Lisp, ECMAScript) though. Edit: I don't mean these…
- comment
-
comment
Comment #153953
The power of a programming language is proportional to its capability for innate abstraction. If that's true, it follows list-oriented languages are inherently inferior to their ha…
-
comment
Comment #153948
What makes Lisp a "smart" language?