Viewing profile — anandology
anandology
HN member- Joined
- Fri, Mar 09, 2007, 2:55 PM UTC
- HN karma
- 46
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About anandology
http://anandology.com/
https://twitter.com/anandology
Recent public activity
-
comment
Comment #32220639
When I saw the name Vi Hart , the author of the video, it sounded quite familiar. It turned out that She is the daughter of George W Hart , a mathematician and polyhedron man. I'm …
-
comment
Comment #25163345
I have been playing with a Raspberry 400 for couple of days now. I thought of recommend it for my nephew, but couldn't do it because of the following drawbacks. 1. Lack of 3.5mm au…
-
comment
Comment #24067296
> Just for curiosity, is the # of forecasts due to SKU/locations, or due to granularity of series (i.e. let's forecast absolutely every KPI driver, as well as on different time sca…
-
story
Show HN: HyperProphet – The Easiest Way Run FB Prophet at Scale
We are Anand and Raghav, the creators of HyperProphet (https://hyperprophet.com/), a tool to enable developers to compute thousands of forecasts in minutes using fbprophet without …
-
comment
Comment #23497659
https://github.com/aaronsw/html2text
-
comment
Comment #20417191
Didn't realize I could use `itertools.count`. In fact, it accepts a `start` parameter. The `take` function is borrowed from Haskell. It feels lot more natural to say/read `take(10,…
-
comment
Comment #20413622
I think Infinity can be handled lot more elegantly in Python. Here is my response with the same problem solved in Python. https://anandology.com/blog/python-is-infintely-beautiful/…
-
comment
Comment #20321551
Any slice implementation that references to the original data has to be some kind of "fat pointer". Is there any other way that can be done? String.substring in Java does exactly t…
-
comment
Comment #19650682
In addition to apt and npm, I would like to see docker image distribution powered by IPFS. It really feels stupid to pull images from a central registry sitting on the other side o…
-
comment
Comment #19076848
Reminds of Bhopal, a city in India. People there are very fond of numbers. You see people getting on a bus and buying a ticket for "aath number" (number 8) or even "saade paanch" (…
-
comment
Comment #18314561
ZKM in Karlsruhe, Germany has an exhibition called Open Codes, where they have used a single solid object to generate all letters in the alphabet using projections. https://zkm.de/…
-
comment
Comment #16850008
Agree. Thats what makes jupyter lab in the cloud very interesting.
-
comment
Comment #16849859
Yes, it is incredibly easy, except when you upgrade to tensorflow 1.6 and it fails with [a cuda error][1] and after couple of sleepless nights you realize nvidia has deleted the do…
-
comment
Comment #8159347
Please submit an issue on github. https://github.com/anandology/python-practice-book
-
comment
Comment #8159345
Thanks for the suggestion. Added a note on the index page.
-
comment
Comment #5494218
I'm teach Python professionally. People come to learn Python so that they can go back and use it at their work place. And almost all Python installations in productions are in Pyth…
-
comment
Comment #5494086
Thanks for pointing the mistake. Corrected the tests now. Solution to that problem is correct. Sets weren't introduced yet.
- story
- story