Comments for Ubershmekel's Uberpython Pythonlog https://uberpython.wordpress.com Python, music, sports, gaming and philosophy. Sat, 23 Jun 2018 18:03:04 +0000 hourly 1 http://wordpress.com/ Comment on Why I’m not leaving Python for Go by Torkel https://uberpython.wordpress.com/2012/09/23/why-im-not-leaving-python-for-go/#comment-2993 Sat, 23 Jun 2018 18:03:04 +0000 http://uberpython.wordpress.com/?p=620#comment-2993 In reply to Christian Romney.

“Github is making serious money”

Yea, but the struggled to make a profit. I think that was one of the (explicitly expressed) resons for accepting Microsofts acquisition-offer.

]]>
Comment on Precision, recall, sensitivity and specificity by asd https://uberpython.wordpress.com/2012/01/01/precision-recall-sensitivity-and-specificity/#comment-2415 Wed, 03 Aug 2016 09:40:49 +0000 http://uberpython.wordpress.com/?p=539#comment-2415 omg, why do you people always transpose your matrices ? normally it should be true valies for columns, and prediction for rows and not otherwise , like 99% is doing… thats really confusing now

]]>
Comment on Reversing Hebrew Text For Premiere/Photoshop by alissa.levytska@web.de https://uberpython.wordpress.com/2009/06/21/reversing-hebrew-text-for-premierephotoshop/#comment-2412 Thu, 28 Jul 2016 10:13:41 +0000 http://uberpython.wordpress.com/2009/06/21/reversing-hebrew-text-for-premierephotoshop/#comment-2412 Thank you so much kind stranger!
My photoshop just can’t reverse it, I don’t know why.
You saved me 🙂

]]>
Comment on Why I’m not leaving Python for Go by Torkel Bjørnson-Langen https://uberpython.wordpress.com/2012/09/23/why-im-not-leaving-python-for-go/#comment-2358 Mon, 25 Apr 2016 19:55:27 +0000 http://uberpython.wordpress.com/?p=620#comment-2358 In reply to cesium62.

God invented threads for a reason.

Then man invented asynchronous programming so he did not have to use threads 🙂

]]>
Comment on Secret societies of reddit by Reddit Secret https://uberpython.wordpress.com/2012/08/24/secret-societies-of-reddit/#comment-2330 Tue, 15 Mar 2016 21:01:13 +0000 http://uberpython.wordpress.com/?p=610#comment-2330 r/GoldAlumni

]]>
Comment on Why I’m not leaving Python for Go by Goninja https://uberpython.wordpress.com/2012/09/23/why-im-not-leaving-python-for-go/#comment-2270 Mon, 07 Dec 2015 22:16:11 +0000 http://uberpython.wordpress.com/?p=620#comment-2270 Check out https://github.com/JosephBuchma/calmly

]]>
Comment on About by Kyle https://uberpython.wordpress.com/about/#comment-2246 Mon, 19 Oct 2015 13:17:20 +0000 #comment-2246 I’m not sure if you still check this, but this seemed to be the best way to get in contact with you. Is there any way you’re still working on redditp.com? Because imgur album support would be the coolest thing ever.

]]>
Comment on Why I’m not leaving Python for Go by Donovan Baarda https://uberpython.wordpress.com/2012/09/23/why-im-not-leaving-python-for-go/#comment-2244 Thu, 15 Oct 2015 05:02:11 +0000 http://uberpython.wordpress.com/?p=620#comment-2244 In reply to Michael.

The problem you describe is mostly due to Python’s of lack of compile-time checking (usually related to no static type checking). There is a bug in the code, and you don’t find out until you run it.

The good thing about Python is bugs related to failing to explicitly handle an error IMMEDIATELY kills the program and gives a traceback pointing at exactly where things went wrong. In Go, a bug related to failing to explicitly check for an error will allow the error to propagate through the program until something really blows up, sometimes long after and far away from where the error really happened, making it very hard to find the real cause.

Note that Python requires you to explicitly ignore an error, Go requires you to explicitly check for an error. So lazy coding mistakes in Python results in errors being raised, but lazy coding mistakes in Go results in errors being ignored.

Go doesn’t “take error checking seriously”, it requires and encourages programmers to “take error checking seriously”, because it’s not going to do it for you.

]]>
Comment on Precision, recall, sensitivity and specificity by Shru https://uberpython.wordpress.com/2012/01/01/precision-recall-sensitivity-and-specificity/#comment-2214 Mon, 07 Sep 2015 07:03:58 +0000 http://uberpython.wordpress.com/?p=539#comment-2214 while comparing two classifier which should have more percentage either recall or specificity?

]]>
Comment on Reversing Hebrew Text For Premiere/Photoshop by Er https://uberpython.wordpress.com/2009/06/21/reversing-hebrew-text-for-premierephotoshop/#comment-2203 Sat, 15 Aug 2015 18:19:58 +0000 http://uberpython.wordpress.com/2009/06/21/reversing-hebrew-text-for-premierephotoshop/#comment-2203 מצוין!!!!!!

]]>