HN user

cynicaldevil

105 karma
Posts2
Comments32
View on HN

You're really twisting what happened here. It wasn't so much "yanked" as it was "replaced". I was initially against the idea, but soon got around to it. It was a very risky and daring move by the government, but it was a good one.

I don't understand this, AFAIK a problem is NP-Hard or NP-Complete (or P) in _general_, that is, over all instances. But not so for a specific instance. Wouldn't these games count as just one specific instance of the problem?

I don't think the author necessarily means being a CEO is an unworthy line of work. What he wants us to understand from this is that it's futile deriving one's worth from the fact that he's the CEO and that he has the ability to boss other people around, but instead he must seek worthiness from the fact that he has the potential to bring about significant change in this world; more than most people could, because like you said, he is not just some "cog in the wheel", but someone who is in charge of many like-minded people who belive in him.

What I learnt on 1v1 was that you should keep travelling towards the opposite corner of the map, forming one or two very thin attack lines, to surprise them in the beginning itself.

Sometimes I used the first, weaker one as a recon team, so that they give me the king's location before they are slaughtered, and then the second, stronger one comes in from an altogether different route and finishes them.

Where did you get that notion? At least among people working in the tech sector, it is widely believed that we will achieve AGI one day, and that too with the the help of Turing machines. Except for Roger Penrose's argument against this, I haven't seen any opposition to this belief yet.

Usually people begin by contributing to projects which they already use. For a beginner, it might be better to start contributing to a project which is mainly written in the language which they're familiar with. Also, try to find a project which is beginner friendly; they usually have some issues marked as 'beginner' or 'good first bug', and also have a CONTRIBUTING.md page.

Bonus: A good idea is to start contributing to a project which contain problems sets to be solved by coding the solutions in a particular language. You could send PRs for creating/implementing some problems. http://exercism.io/ is a good example.

If I'm right, one of the advantages of this move is that llvm will finally switch over to using Git as its main version control system, and get rid of svn altogether.

I'm probably not as old as you; I turned 20 a couple of days ago, and I most certainly do not want to become an entrepreneur, but here's something about how I keep myself motivated:

Each day; at least once, I try to read/think about something which makes me feel totally worthless. It could be anything, about how there are people out there building really awesome stuff, conducting research in various STEM fields, or producing fantastic works of art, just anything good, really. Elon Musk's Mars mission would be a great example.

Realising this fact makes feel really, really guilty inside, and I know that I am not contributing enough to this world. That's all the motivation I need to get on with my work.

This stuff may sound a little cheesy, but it works for me :)

Bogdanov affair 10 years ago

I remember my friend mentioning this when I told him I had just started web development and wanted to learn a new framework. I even selected the features I thought I should have, hit the download button, and was surprised to see an empty folder in my downloads *facepalm"

The totalitarian authority in 1984 actually has the exact opposite goal. They wanted to control creativity, self expression, and thinking of new ideas as much as possible, and one of the methods to achieve this goal was to try to reduce the number of words being used in the general vocabulary of the public.

Special projects 10 years ago

The hardest part here is not the actual generation of code, but to analyze the problem first and to determine what data structures/algorithms are best suited to tackle it. Also, there are a lot of real world examples used in these problems, so the AI would need a general understanding of the modern-day world, which again, is hard.

Lastly, even if the AI figures out the implementation, it has to take care of all the edge cases too, so that the test cases pass. But I suppose this is a trivial problem compared to the other two I mentioned above...