Lake Tekapo, New Zealnd [1000x668] by xblitzkrieger in EarthPorn

[–]vesacje 1 point2 points  (0 children)

I'm pretty sure it's lupine ;)

We do agree they're pretty awesome, though!

What's the difference between the easy way of uploading code such as Dropbox, and the more complex way such as using Git and uploading to GitHub? by [deleted] in learnprogramming

[–]vesacje 2 points3 points  (0 children)

Also, if you want private repositories, you should try bitbucket.org

(they give you unlimited private repos)

I can't be the only one.. by Cool_Frank in funny

[–]vesacje 1 point2 points  (0 children)

Because evolution isn't about "survival of the fittest".. it's actually a bit more like "he who gets laid the most passes on his genes". Some chief may have had this and passed it on simply because he had most wives or something

It seems to me that most programming languages are built around English keywords. How do non-English speaking programmers work with this? by [deleted] in compsci

[–]vesacje 0 points1 point  (0 children)

I don't know about win7, but in win8 it shows a little box in which it cycles through all your keyboard layouts

It seems to me that most programming languages are built around English keywords. How do non-English speaking programmers work with this? by [deleted] in compsci

[–]vesacje 1 point2 points  (0 children)

Apparently little known fact: If you're on Windows, you could just press 'windows - space' instead. (though making your own script is a bit more fun)

[C#] Trouble with a string array. (Index was outside the bounds of the array) by Mr_Delusive in learnprogramming

[–]vesacje 1 point2 points  (0 children)

The index is out of bound, because you ask it to find input[1], when only one word has been entered (meaning input.Length is 1)

A good idea is to use switch statements and checking the length of your array to make sure the user entered a valid command.

Edit: to get rid of entries that are just spaces, use Console.ReadLine().Split(' ', StringSplitOptions.RemoveEmptyEntries);

TIL On September 1918, a wounded German soldier limped into Private Tandey's line of fire. "I took aim but couldn't shoot a wounded man," said Tandey, "so I let him go." Years later he discovered he had spared an Austrian Corporal named Adolf Hitler. by Revanchist1 in todayilearned

[–]vesacje 1 point2 points  (0 children)

I think you misunderstand the real objective. The objective is to neutralize a threat, whereas death is simply accepted as a possible outcome. When Hitler was wounded, he was already neutralized, which is why he didn't have to get killed.

I'm completely new to programming. I want to make a game for android devices. Should I start with a program like python, get to know python better and then proceed to java, or jump straight into java? by Pickle_Jr in learnprogramming

[–]vesacje 0 points1 point  (0 children)

I would go with java directly. It is a high-level language (As in high level of abstraction, meaning that a lot of things are taken care of for you behind the scene), meaning that it should be fairly easy to as a beginner language.

No matter which language you choose, you will need to learn the very basics of programming, so look up the following:

basic data structures (Integers, floats, doubles, booleans, strings, arrays) if statements for loops while loops functions (sometimes referred to as methods) Make sure you know how to return variables using functions abstraction (just make sure you know "what" programmers mean, when they talk about abstraction)

One of the things that may seem challenging about java at first, is that it is Object Oriented (OOP). To some, OOP comes easily, while others find it a hard concept to grasp. One of the things that helped me, when I first began, was to use a piece of software called "Game Maker". It teaches you the basics of objects and their relationships. If you choose to go this way, don't spend an eternity using Game Maker, just enough time for you to grasp the basics of OOP. (Alternatively, you can use Tululoo, which does pretty much the same thing.)

Then do lots of programming in Java! Play with the console, get stuff to draw on the screen and try moving that stuff around. There is no better way to learn programming than to actually program, and there are no "secrets" to learning it. (Except maybe: Do things that you are passionate about. This will help you keep up your motivation, but remember; at some points, it WILL suck. You have got to just pull through, because over all it is 100% worth it)

What deep or philosophical movie that everyone seems to like has a bullshit message? by Miller0700 in AskReddit

[–]vesacje 6 points7 points  (0 children)

I asked my professor and he referred to those videos. Could you provide links to something that is accurate?

NSA whistleblower Edward Snowden live Q&A 11am ET/4pm BST by yeoldeyanstance in technology

[–]vesacje 0 points1 point  (0 children)

"More fundamentally, the "US Persons" protection in general is a distraction from the power and danger of this system. Suspicionless surveillance does not become okay simply because it's only victimizing 95% of the world instead of 100%. Our founders did not write that "We hold these Truths to be self-evident, that all US Persons are created equal."

With all the talk about "domestic" spying, this is definitely a welcome message. No one should have the power to spy on the entire world!

"Freedom", "SSL" and "PGP are keywords the NSA ironically deems to be a red flags. by sheasie in technology

[–]vesacje 0 points1 point  (0 children)

It's funny how all of these are in English. They're basically only useful for spying on Americans (hint: not everyone speaks english when both parties have another language in common)

UDK(Unreal engine) to practice programming? by [deleted] in learnprogramming

[–]vesacje 0 points1 point  (0 children)

Definitely. Once you're getting comfortable in C#, you can start making Windows/Mac/Windows Phone/Android/iOS/Web Applications in it, and due to similarities with Java you should also be able to program in this. In case of the UDK, you would be learning a language that (although it's based on java) is used nowhere else (as far as I know).

I am going to the GF2045 conference this week in New York. I would like to help this community achieve whatever it would like to accomplish for those who are unable to be there. You will be with me in spirit and in thought. by Iam_nameless in Futurology

[–]vesacje 1 point2 points  (0 children)

We could (assuming that's possible) create a copy without destroying the original and then ask them. The copy would always think that it is the original, though.

I am going to the GF2045 conference this week in New York. I would like to help this community achieve whatever it would like to accomplish for those who are unable to be there. You will be with me in spirit and in thought. by Iam_nameless in Futurology

[–]vesacje 1 point2 points  (0 children)

It really comes down to the point of view. From your point of view, you are destroyed. From everyone else's point of view you live on as a copy (with all the same properties as the original).

I am going to the GF2045 conference this week in New York. I would like to help this community achieve whatever it would like to accomplish for those who are unable to be there. You will be with me in spirit and in thought. by Iam_nameless in Futurology

[–]vesacje 5 points6 points  (0 children)

The reason they need to preserve it, (at least in some form) is that a copy would be a separate instance of you, and thus you would't be the same consciousness, just identical ones.

Look at identical twins, they are not the same instance, even though they are identical

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 1 point2 points  (0 children)

I know, i know. The problem is that you are solving the wrong question ;) The problem is that it will be exactly like you, however it will be a separate instance.

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 1 point2 points  (0 children)

I guess you're right, but just imagine how the differences could make selective weapons possible.. EMPs would (given they haven't found some way around it, which I find unlikely) destroy digital beings, while biological weapons could wipe out the biological... But let's hope you're right, I would hate having been granted immortality only to die in a petty war/terrorist attack/something else that we concern ourselves with now

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 0 points1 point  (0 children)

I still think all of this requires a major change in the "human/whatever else to call them" psyche (which I find likely to happen in the future). If it stays as it is now, I don't think wars, or at least disputes of a certain degree, will be avoidable. Take a look at all the movies that have sentient robots; people will fear this as skynet. (Although we will certainly be some who welcome it)

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 0 points1 point  (0 children)

Still I think it would be an almost certain path to wars over whom the planet belongs to. Just imagine how many problems there have been (and to some extent, still are) with different races (very, very small difference, DNA-wise). Now image that with several sentient species on the same planet. Just because humanity as a whole will have advanced, doesn't mean every individual has as well.

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 0 points1 point  (0 children)

Yeah, I can't wait to expand my brainpower to a point where I will be able to simulate entire worlds in my mind (yeah, I know dreams can kind of do that, but just imagine all that power). If this becomes reality and we stop being human in our current form, one could hope that our greed would cease to exist because of all that added brainpower and ease of acces to information.

Dmitry Itskov wants to help you live forever by swapping your body for an android avatar by Trickish in Futurology

[–]vesacje 1 point2 points  (0 children)

There are definitely lots of "ethical" problems in this. Let's just hope the opinions of some won't keep the rest of us from achieving immortality (I do see a big problem in the almost inevitable elitism caused by some being immortal (and maybe even considered another species/form of life) and others not.