FYI: one of your links is broken: > Zillabyte allows easy distributed crawling, using pipe programming to modify streams of tuples The first link currently points to http://docs.zillayte.com/ -- did you mean http://docs.zillabyte.com/
What is Lil Wayne’s PageRank?
11–20 of 24 posts
Re: What is Lil Wayne’s PageRank?
#12Author here, something I've always wondered: how many software engineers are hip hop heads?
I've always wondered what about rap music makes people do these things with it.
Re: What is Lil Wayne’s PageRank?
#13Author here, something I've always wondered: how many software engineers are hip hop heads?
Re: What is Lil Wayne’s PageRank?
#14Author here, something I've always wondered: how many software engineers are hip hop heads?
Re: What is Lil Wayne’s PageRank?
#15Author here, something I've always wondered: how many software engineers are hip hop heads?
Re: What is Lil Wayne’s PageRank?
#16Earlier quoted context omitted.
I certainly count as one. And I also agree that Rae and Ghost are by far the best hip hop duo. It'd be really cool if you made this an interactive page.
I'd love to improve the UI. My frontend skills need work, but any suggestions on javascript for interactive graphing? I played with sigma.js for about 15 minutes.
Re: What is Lil Wayne’s PageRank?
#17Author here, something I've always wondered: how many software engineers are hip hop heads?
Re: What is Lil Wayne’s PageRank?
#18How big is the data set? Does it really need distributed processing?
Re: What is Lil Wayne’s PageRank?
#19Now I do thanks to you!!
Re: What is Lil Wayne’s PageRank?
#20Earlier quoted context omitted.
Hey Nikhil. I've been wanting to do some similar link analysis (including PageRank style calculations) as well as clustering. I'm trying to decide between learning Python and R, not much free time for playing with both. What do you recommend and why? Obviously your product uses Python, but please try to be objective. Since your blog posts are clearly marketing (not a criticism), it would be very useful to also show h…
Working on a mixtape right now actually. I can't really speak to R, having barely used it, but Python is definitely better to know in general, given that it is heavily used for scientific computing/data science and many other domains. Zillabyte's original API is actually for Ruby, and we just started supporting Python recently. Ultimately, R vs Python comes down to a preference in tools. R has a large community and i…