Hacker Newsnew | past | comments | ask | show | jobs | submit | 0ren's commentslogin

Check out Tavis Rudd's Using Python To Code By Voice (from Pycon 2013) for a cool demo (that starts at 9:00): http://pyvideo.org/video/1735/using-python-to-code-by-voice


San Francisco

http://www.meetup.com/San-Francisco-Hacker-News-Meetup/

The first meetup a couple of days ago was successful- thanks Dan for organizing it and Coderwall for hosting. Hope to see more of these.

Also: https://www.facebook.com/groups/gosfhn http://sfhn.eventbrite.com


Photos of the event via Chute (YC W12): http://slidechute.com/w/hnsfmeetup


We really enjoyed having everyone out. We'll be having these bi-monthly from now on, so expect another in late january.

I'll also try to do other nice things for members. For instance, we will have a free lottery for an after-hours secret showing of the movie "Hackers" at The Roxie.


Nitpick:

> Temporary files usually start with a dot or a dollar-sign.. to make sure that Nginx never serves any files starting with either of those characters...

> location ~ ~$ { access_log off; log_not_found off; deny all; }

Wouldn't that regex match temporary files ending with ~ (as it should)?


Have these disputes changed YC views regarding single founders?[0] I think YC has always favored founding teams with a dominant leader[1], but I wonder if these break-up experiences have pushed it a bit further towards single founders with strong teams.

I guess there is no change, since the advantage YC sees in multi founders is probably only for the time interval before these disputes, at which point they are already doomed. But what I may be missing: could amicable breakup ever help a company avoid the dead pool?

Another thing I find missing from the discussion: is this move also meant to push new founders to profitability faster? PG seems to be mentioning it more lately ([2], [3] etc.).

[0] Honest question- I hope it does not spark another single vs. multi founder debate.

[1] http://www.youtube.com/watch?v=JK3sVFs6_rs

[2] The best solution is not to need money. http://news.ycombinator.com/item?id=4067297

[3] The best thing to measure the growth rate of is revenue. http://www.paulgraham.com/growth.html


Try Segaran's Programming Collective Intelligence.


More details can be found in the ctrl/escape section in:

http://stevelosh.com/blog/2012/10/a-modern-space-cadet/


I find it interesting that they awarded the prize to Shapley after Gale's death[0]. I always thought that there was some rule that prevented them from awarding the Physics Nobel Prize to Aharonov after Bohm died[1].

[0] https://en.wikipedia.org/wiki/Stable_marriage_problem

[1] http://en.wikipedia.org/wiki/Aharonov–Bohm_effect


You are correct, Nobel prizes are not awarded to the dead, unless they die just after announcing the prize and before the ceremony (http://www.guardian.co.uk/science/2011/oct/03/nobel-prize-aw...). Gandhi was denied the prize for this reason.

In this case, it is simply the post title being misleading, as it's not the Nobel prize these folks won, but the Nobel memorial prize in economics, which is a relatively new prize which is not part of the 5 Nobel prizes which had been given by Nobel's estate for more than a century.

Edit: oh I see they didn't reward a dead in this case, misread your comment..


Several Nobels have been given out after a collaborator's death - probably the most famous being Watson and Crick's prize four years after Rosalind Frankin's death.


While I may agree that the US should do more to encourage immigrant entrepreneurs, I do not think that the author chose a good openning example.

The author points to statistics about tech companies started by immigrants and presents Desai as part of the team that developed new technology, but Desai studied MBA and he was only doing an administrative job at IR Diagnostyx[0].

Moreover, the openning example does not seem to be precise; the author claims that Desai was not given an opportunity to start his business, which does not seem to be aligned with Desai being affiliated with IR Diagnostyx from 2009 to Feb 2012[1]. Furthermore, upon graduation in 2009, the US did give Desai 12 months of OPT[2], for which self-employment does qualify. In fact, if Desai had studied Science/Tech/Engineering/Math, he would have been give an an extension of 17 months of OPT[3], for a total of ~2.5 years to work on his business.

[0] http://it-jobs.fins.com/Articles/SB130652363641519729/Americ...

[1] http://www.linkedin.com/in/hardikadesai

[2] Optional Practical Training, assuming he was on F1 visa as a student: http://icenter.stanford.edu/students/current/employment_faq....

[3] http://www.uscis.gov/portal/site/uscis/menuitem.5af9bb95919f...


He's just refuting Khosla's agument and pointing out that if VCs were really repelled, then the valuations could not be high (since these are determined by the demand of the market).


Some good points for comparison:

http://www.scipy.org/NumPy_for_Matlab_Users

IMHO, it's best to prototype in Octave and then build in python. I find that the Matlab/Octave syntax is too focused on linear algebra, so it's better for small prototypes (and for people coming from non-SW fields). For big projects, I prefer the 0-based arrays, more than one function per file, and all the rest of the python goodies. I estimate that 70% of my time is usually spend preparing the data (e.g. parsing xml, or some other files, etc), for which I find python more suitable.

In fact, I usually work with them side by side, testing ideas in Octave, then implementing these pieces into a large python project.

Edit: this has also been discussed here before, e.g.

http://news.ycombinator.com/item?id=363096

http://news.ycombinator.com/item?id=689183


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

Search: