randomracker | 12 years ago | on: Mt. Gox died, yet Bitcoin didn't.
randomracker's comments
randomracker | 12 years ago | on: Is the Universe a Simulation?
But, I'd argue that if we can be a simulation, we're ignoring the qualia of consciousness issue. So I'd say that if we can be a simulation, we can just be one of those mathematical entities in Platonic space. The universe seems to be written in math, perhaps all of this is just what it's like to be one of those Platonic ideals.
There's not much use in speculating in that which cannot be falsified.
randomracker | 12 years ago | on: Japanese 'Prince' Switched At Birth Was Raised A Pauper
randomracker | 12 years ago | on: Wine 1.6 Released With 10,000 Changes
90% of your peers using a Mac is a good reason to use a Mac. But I have to admit people feeling superior for using a Mac is ridiculous.
randomracker | 12 years ago | on: Drugs and the Meaning of Life (2011)
randomracker | 13 years ago | on: Ask HN: what do you HN think about Eckhart Tolle?
randomracker | 13 years ago | on: Ask HN: what do you HN think about Eckhart Tolle?
I'd recommend the Zen Teaching of Huang Po, and the practices of Zen in general, Rinzai zen in particular, especially koans, which are easy to neglect and were a brilliant stroke of insight. That's really skillful teaching. If you can wrap your head around Huang Po, you'll be closer to what Tolle is talking about. Huang Po is dead-on like nothing else I ever read, but it didn't make any real sense to me until I didn't need it anymore. And I believe Hakuin was right in his belief that the most effective way for a student to achieve insight is through koan practice. Rinzai zen is most on the mark.
The main problem with Zen is that it's not well packaged for a modern Western audience, but it's the best we've got.
randomracker | 13 years ago | on: Ask HN: Does it feel good to be smart?
It's best to just forget about being smart, and assume you're smart enough to do anything. The best way to be smart is just that it removes "I'm not smart enough to do X" from the way you think. If it does anything else, it's probably not good. It shouldn't make you think you don't have to try, it shouldn't raise your expectations, only just take "I'm not smart enough" off of the table. In fact, there's always someone smarter anyway. I find that, while keeping any sense of self-congratulation in check, without developing a superiority complex, I do need to keep in mind to a limited extent that I actually am smarter than a lot of people, so I do need to sometimes review their decisions and that some of the rules really don't apply to me. It's a fine line between that and hubris or narcissism, and it did take me sometime to come to that balance, going through "I'm better" to "I'm no better" to simply "I'm different, not really better or worse, but uniquely capable and in a position where I'll have to keep in mind that sometimes I'm wrong, but sometimes, the world is wrong." In the judicial system, you're judged by a jury of your peers. But there is an added responsibility if you are without peer. No one really has the insight to act as a check on your thinking, so you can be alone the way a pilot can be in a cabin full of passengers. They're not any less valuable than you, but they're really not in any position to review your decisions.
It's hard to explain.
randomracker | 13 years ago | on: James Gosling Screwed Us: “Write Once…” is Anti-Customer
randomracker | 13 years ago | on: Show HN: Quickly copy a file between computers
nc -l 8888 | tar xf - tar cf - file | nc host.example.com 8888
Also, unnecessary process spawned with cat: nc.host.example.com 8888 < file