Hacker News new | past | comments | ask | show | jobs | submit | babyrainbow's comments login

First of all what do you see as "successful"?


Yes. Non one has built an electric car. A rocket engine. and a payment gateway.

Paypal was not even built by Elon Musk...By the way.

[1] https://en.wikipedia.org/wiki/Confinity


I think that totally misses the point. Yes, there have been other electric cars. There have been no other electric cars that have integrated such great functionality in such a desirable body. Musk proved electric cars could be cool. Same thing goes for private spaceflight. There are other private spaceflight companies, but no others are doing as much to advance the reduction of launch costs.

Again, it's similar to the argument some people make that the iPod was just another MP3 player, or the iPhone was just another phone.


Elon Musk is the Christopher Nolan of Tech.


Ok..What is interesting about this?


Elon Musk; the thread up top about him has some discussion about him being an interesting human being; there is literally a book about him.

The domain name x.com: It's interesting that something happened X.com as most of the other 26 single character domain names are reserved and won't be sold.

The history of it; Paypal, the previous owner of X.com and started by Elon Musk is a well known internet commerce success story; many readers not only have Paypal accounts, but also complex opinions of their service, and may even have worked there at one point.

Tantalizingly, as Elon Musk "enthusiastically" now owns X.com and has done other cool stuff in his life, it's interesting to fantasize about what might sort of content, if anything, Elon Musk will put up at X.com.

Finally, this is an article on TechCruch, and we're suckers for anything they post.

None of that might be as interesting as, say, "taking control of all .io domains with a targeted registration", but that has about 10x the points (1068 to this post's 104), but each upvote adds 1 point and is then plugged into the mysterious frontpage algorithm.

Elon Musk buying X.com isn't going to keep me up at night going wild with possibility, but it's really a human interest story and we're not robots. He owned this back in 1999; where where you then, where are you, and where do you think will you be, 18 years from now?


A person can be interesting. I agree. But I don't agree that any mundane actions that this interesting person do is also automatically interesting.


>For any line of python, there's a line or two of PHP to accomplish the same thing (same with javascript).

Python decorators? What is the counterpart of that in Php?


The syntactic-sugar form isn't there with the @, but it can still be done in a single line.

https://coderpad.io/RWTYEFY3

<?php

// DEFINE DECORATOR

$decoratorFunction = function($orig) { print "decorating $orig"; return function() use ($orig) { $params = func_get_args(); print "\nCalling a function with: " . count($params) . " arguments"; return call_user_func_array($orig, $params); }; };

// DEFINE A FUNCTION TO DECORATE

function someFunction($a, $b) { return $a + $b; }

// CREATE NEW DECORATED FUNCTION(s)

$decorated = $decoratorFunction("someFunction");

$decorated2 = $decoratorFunction("printf");

echo "\noutput: " . $decorated(1,2);

echo "\nOutput: " . $decorated2("\n%s", "cool"); }


>The syntactic-sugar form isn't there with the @..

But those things are differences, right? Certain languages makes certain things easy and idiomatic. The differences in languages are all about that...


So there are two options:

1. Join the languages (so PHP would get that syntatic sugar too) [or preferably never have so many in the first place]

2. Be where we are now, where we have redundant libraries, frameworks, languages, package-managers, version idiosyncrasies, and IDEs for mere syntactic sugar.


Eh? Two options for what? I was talking about how languages are different...


I am not sure. Do you read news for entertainment, or do you read it for truth?


The algorithm will adapt to your every need.


Try to explain programs as a to do list for computers. This might be hard since her fist exposure to computers is HTML/CSS. kind of sad actually. How did that happen? Just curious...

Maybe show her that she can put dots of any colors on screen using html canvas and javascript. Show her how to draw lines. How to draw circles and color them. Show her how to move them....That should be enough to get her off from Html/Css and move to real computer programs...

May be just leave her alone..encourage her to spend less time with computers and go out and play with other kids..She is 10 year old, right?


> such that societies should maximize liberty of the individual?

This is required only because the controlling mechanism (the ruler/government) can be selfish and clueless in regards to what rules the subjects should follow for the well being of everyone. and also they are so detached from the problems of individuals....

Imagine a system where a ruler experience every pain and discomfort of every one of their subjects, real time (like in the body of a living thing). In such a system, I think individual liberty can be completely removed, because no one would not want to do anything outside of the rules anyway...


I don't think this is desirable in general. In the case of an individual, it makes sense to have a "live or die together" behaviour (mostly). I don't think this is the case with modern societies (cities or countries). It's completely plausible that a single individual has conflicting interests with the the rest of the system, and still, the individual (and the system) is better off doing its own thing.


>Imagine a system where a ruler experience every pain and discomfort of every one of their subjects, real time (like in the body of a living thing).

And now imagine that the rule is a masochist, which was to intensify such pain and discomfort!


Individuals commit suicide all the time because of the pain they feel. Do we want a government that does that to society? Obviously not.


> social networking online...

Isn't this a manufactured problem/requirement?

EDIT: I mean, did people have this problem before social networks?


I don't understand what you're trying to say. Surely you can't be suggesting that social interaction between human beings is a "manufactured" requirement?


No. Social interaction between human beings has been going on well before these social networks.

The manufactured requirement is the need to reach to every person we ever know and share every little detail of your life with them, possibly multiple times a day, in return for their some kind of acknowledgement...

That is the manufactured need and that is what people are hooked on.


Social interaction between human beings was also severely limited for most of human history as soon as geographical distance was introduced. You don't have to look further back than the massive emigrations to the US from Europe, it completely shattered extended families. The need to communicate with the people you love is not "manufactured", what's always been missing is a well working and easy to use solution for it online. Facebook solves a problem, I don't even see a controversy in that statement. If they didn't, people wouldn't use it.


> The need to communicate with the people you love is not "manufactured"...

Again, the need is not manufactured. But the need for constantly in touch, is manufactured. No one before social network wanted that. There was normal mails, then we had telephones, emails etc etc..all of which have solved this pretty well, even across the globe.

But none of these are 24x7.

The need for 24x7 "networking" is manufactured.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: