But doesn't this just happen because n is a pointer? What would you expect it to print? 1,2,3,4?
HN user
Shizka
Is it a better alternative to set it up on EC2 instances?
Cached version here: http://webcache.googleusercontent.com/search?site=&source=hp...
How does this compare to cmder on Windows?
The document says 1994 and diablo was released 31st of December 1996(https://en.wikipedia.org/wiki/Diablo_%28video_game%29). So it was very delayed. I guess that the game underwent some huge changes to justify this delay.
Some of the changes are described in this chapter of the book "Stay Awhile and Listen": http://www.shacknews.com/article/76406/chapter-8-finale-cond.... The part I found especially interesting was how they changed it from turn-based to ARPG:
Our company was saying, "We're going to take on this developer, Condor, and we're going to publish their game. It's called Diablo." And for a couple of months we were working on it not knowing that it was turn-based. When it came out that it was turn-based, we said, "No, that sucks."
We actually took a vote. They said, "Raise your hand if you would buy this game if it were turn-based." I think two people raised their hands. Then they said, "Raise your hand if you would buy this game if it were real-time." Everybody raised their hands. Allen went in and called Dave Brevik and said, "Look, you've got to make this real-time."
This sounds quite different from all the things I have heard about South Korea and the general impression I have of the society and the people. Do you have some sources to back these claims up?
I agree.
I am currently in the early stages of starting a project and I want to use react+flux. However with the different variants of flux finding the one that is the best fit and is going to be maintained a year from now isn't an easy task. I think I might end up using the facebook variant as I'm fairly certain that they will continue to maintain it.
Paul Graham
I see your point in hobbyist vs. enterprise, but Python is already used in multiple big corporations and I don't think I have seen any result of it being a problem. If anything, the language gets more and more attention due to its spreading popularity on all levels. Isn't that just for the good of the language?
As I mentioned it is already used in several big corporations. From your point of view - is it a problem right now?
How does it look with transfers for other countries than US?
But that would still leave you with a risk that the card is closed or that the payment will get rejected, right?
Thanks for the answer. Ouch, that makes sense and it is probably something similar in Europe.
Do you have any idea for how to ensure that the person has the funds when we need to charge the card?
And do you know how vendors like Airbnb handles this?
Great question! I recently launched a startup where we ended up using Paypal because we simply couldn't find any good alternatives. It is a huge drawback from our point of view and we really want an alternative. There just doesn't seem to be one.
We wanted to set up a payment flow where a consumer would transfer the money to us, and after the delivery of the product we would transfer it to the seller. Strripe offers something that can accomodate this flow, but not internationally. It is only available in the US.
There seems to be a huge gap in the market here. Is there something missing from my exploration of alternatives?
And here is an answer from the developer. He does seems to be sorry about it. http://www.reddit.com/r/Android/comments/2u9zkx/dont_install...
I do however find this highly suspicious and I do not condone the actions of the developer.
"[...]from next week will offer rewards of as much as 1 million won ($905) to people who provide information on Uber’s services. "
"The maximum penalty for Uber’s alleged legal violation is a two-year prison sentence or a fine of as much as 20 million won[...]"
Can anyone clarify this for me?
I read it as two years in prison or pay a 20.000$ fine. The difference between two years in prison and 20.000$ seems very large to me. It seems slightly illogical to me if this is the case.
I recently had a use case for this where I needed a naively created bag of words along with the frequency of words. Having Counter made this extremely easy as I could simply split the string on whitespaces and pass the result to a Counter object. Another useful feature is that you can take the intersection of two Counter objects. It's a really nice data structure to have!
I've had the exact same concerns as the person you replied to. I just want to make sure since the title differs from the one you stated. Is this the book you were talking about: http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockfor... And how/why did the book improve your opinion about the language?
I might be wrong but isn't that a faulty argument. That's the same as saying that you pay tax in the US(or any other counter) and you therefore condone of all the behavior of said country? Or saying that if you use any Google product you promote corporate monopoly? There's quite a way from paying for a service such as Github to promoting misogyny.
I can see how you could make it a valid argument like that. Thanks for elaborating.
Do you think that not using services from companies with a monoculture is the most effective way of furthering the cause? I'm all for more diversity in the technology and startup sector, but I do believe that the cause should, and eventually will, be solved by dialogue and focus on the issue - not by silently boycutting the companies. Or am I missing some part of the picture?
I will bite.
How does using Github even remotely contribute to accepting misogyny in our industry?
Yeah I could see how that would be beneficial. And I guess that it could work for repetition as well. Where did you get the audio?
Is it actually possible to learn this through audio? With equations and so forth I would imagine it being rather hard. Do you have any experience with it?
Didn't know about that one! What an absolutely great thing. I keep a log over the work I do and being able to look back at the work I have done and examine the thoughts I had say a year ago is incredibly valuable. I wouldn't be surprised if you can get the same benefits from this.
Thanks for sharing!
This looks rather useful. It even seems to be working with a remote server! However from the issues it seems like this plugin is not being actively maintained :/
From what I can see in the application form it looks like you can apply from every country. I also can't find any other information that conflicts with this.
It looks like the eligibility criteria are pretty lax, but they are probably going to receive tons of applications and do some heavy filtering. It wouldn't be unthinkable that the country plays a role in that filtering, but that is only speculation.
That is awesome! In a project I'm doing we are currently assessing payment gateways and Stripe comes in as a clear first, but since it wasn't previously available for Denmark we had dumped it. Looks like we might not have to do that now!
The alternatives were a bit lacking in Denmark for the kind of payment flow we need. It is reminiscent of the one from Airbnb where the fees are collected in two steps - first from the customer and then for the merchant. We went through Braintree, Paypal, and Paymill among others, but there wasn't a good fit. And it was surprisingly hard to find information about the different payment gateways for a specific country. Really hope we can get access to this beta!
How do you draw invites for the beta and do you do the drawing more than once?
If you still have IBS you might want to try http://nordicrebalance.dk/en
I was told about it recently and am going to start treatment in a couple of weeks. They claim a 95% rate in chance of improvement amongst test subjects according to [1]. There are also a few more studies on their website supporting the product. They do however seem to be a relatively new company and I haven't been able to find much information besides their website. I have been told that the doctors behind it have been researching IBS and CD for about 20 years, so that seems to be a plus.
I wonder. If they have an exhaustive vocabulary would it be possible to generate a picture of what the system believes an object to look like? I know that there is something called generative models in machine learning and my guess is that it could be applied here.
I've found the same as you - pasting code from anywhere to a Python application comes with a risk. This risk is however not too different from other languages where you wouldn't want mixed spaces and tabs in your code either. In my opinion, Python just enforces good coding style. You might have been as the error messages I get is rather verbose telling me the linenumber with an exception "IndentationError: unexpected indent" or "IndentationError: unindent does not match any outer indentation level". The first is for wrong identation level and the second is for mixed tabs and spaces.
Anyways - to mitigate the risk of misaligned code. The usual thing is that the wrong type of indentation is used. I use sublime text and in that editor there's a button where I can convert tabs to spaces and vice versa. The other thing is that of misaligned code with your existing code. You can usually get some plugins that handle this for you. In Python I use the Anaconda-plugin with the 'Auto format' feature which aligns in accordance to the PEP-8 standard.
EDIT -- See the response by Svips. It gives a better overview.
In Denmark(and Scandinavia) we have a company called Nets who is a provider for credit card and banking transaction services. They thus have a lot of personal information on everybody
There was a highly ranked entrusted person within Nets who leaked personal information from a database containing banking transactions to the magazine "Se & Hør". This magazine is probably something like "The Sun" in Britain. I'm not entirely sure about the comparison, but I think it's about the same.
Anyways, the person who leaked the information provided information about the location of several celebrities and the royal family to a journalist within the magazine. This allowed the paper to locate people when they were traveling or on honeymoon. After looking at the information the person could, due to his high ranking, delete all traces of having looked at the information.