HN user

gkst

1,120 karma
Posts54
Comments29
View on HN
geeksta.net 5mo ago

Building a 3D Elevation Photo Diary with deck.gl

gkst
4pts0
geeksta.net 9mo ago

Build Mental Resilience: A 30-Day Challenge Inspired by Science – Geeksta

gkst
1pts0
geeksta.net 1y ago

Show HN: Audio Samples of Microsoft Edge Text-to-Speech Voices

gkst
2pts0
programminglanguages.info 6y ago

Programming Languages Influence Network • Programminglanguages.info

gkst
2pts0
github.com 6y ago

IT Merchandise List of shops that support original creators and projects

gkst
2pts0
github.com 6y ago

Vaex: Out-of-Core DataFrames for Python, visualize and explore big tabular data

gkst
1pts0
www.youtube.com 7y ago

MIT AI: Stack Overflow and Coding Horror (Jeff Atwood)

gkst
2pts0
exploring-data.com 7y ago

Graph of Mentors, Books and Authors

gkst
6pts0
irlpodcast.org 9y ago

All Your Data Are Belong to Us [Podcast]

gkst
2pts1
stackoverflow.com 9y ago

What are five things you hate about your favorite language? – Stack Overflow

gkst
2pts0
greatergood.berkeley.edu 9y ago

Ways to Cultivate Gratitude at Work

gkst
131pts45
codegolf.stackexchange.com 9y ago

Make Your Language Unusable – Programming Puzzles and Code Golf Stack Exchange

gkst
1pts0
en.wikipedia.org 9y ago

Fortran – Wikipedia

gkst
1pts0
ourworldindata.org 9y ago

World Population Growth

gkst
115pts111
greatergood.berkeley.edu 9y ago

America’s Trust Fall – Greater Good

gkst
2pts0
www.youtube.com 9y ago

Ada Lovelace Draw My Life [video]

gkst
2pts0
greatergood.berkeley.edu 9y ago

Does Mind-Wandering Make You Unhappy? – Greater Good

gkst
3pts1
greatergood.berkeley.edu 9y ago

John Gottman on Trust and Betrayal – Greater Good

gkst
2pts0
greatergood.berkeley.edu 9y ago

The Banality of Heroism – Greater Good

gkst
3pts0
greatergood.berkeley.edu 9y ago

Can Fighting Poverty Make You Happy? – Greater Good

gkst
1pts0
webmasters.googleblog.com 9y ago

Google Webmaster Central: Penguin is now part of our core algorithm

gkst
1pts0
en.wikipedia.org 9y ago

List of computing and IT abbreviations

gkst
3pts0
www.kaggle.com 9y ago

Y Combinator Companies Exploratory Jupyter Notebook

gkst
1pts0
blog.kaggle.com 9y ago

What We’re Reading: 15 Favorite Data Science Resources – No Free Hunch

gkst
1pts0
medium.com 9y ago

What countries have more open source developers per capita than the US? – Medium

gkst
3pts0
www.aosabook.org 9y ago

500 Lines or Less – A Python Interpreter Written in Python

gkst
183pts45
bl.ocks.org 9y ago

Interactive General Update Pattern for D3.js – Bl.ocks.org

gkst
2pts0
medium.com 9y ago

Analyzing 205 718 Verified Twitter Users – Medium

gkst
7pts0
nodesource.com 9y ago

11 Simple Npm Tricks That Will Knock Your Wombat Socks Off

gkst
5pts0
github.com 9y ago

Beets: music library manager and MusicBrainz tagger

gkst
1pts0

I've been a customer since 2006 and just cancelled my account. Not sure, where I'll move, but I need a provider that supports .de domains. I'm leaning towards uberspace.de, but will consider Hetzner as well.

I doubt that Google prioritizes Wikipedia deliberately. Wikipedia has tons of backlinks, authority, trust, typically a high text to html ratio, probably a low bounce rate. Moreover, it is fast, works well on mobile and on and on. It's is just a very well done and useful site for users and search engines.

Having done a similar project[1], that also includes affiliate links to Amazon and being called a spammer by some people because of that, I really appreciate your stance, that if a project adds value, monetizing it is okay.

Moreover, I'd like to add that affiliate links are less intrusive and dangerous wrt to malicious code and user privacy. I wonder why Adsense et al rarely get called out, but affiliate links do. Maybe it's my confirmation bias or it's because people don't see those other ads, because of using an ad blocker.

[1] https://news.ycombinator.com/item?id=10924741

Apache server. I know it is not a hip choice, but I've used it for more than 15 years to serve static and dynamic websites. I've changed tech stacks from perl to php to python used different data bases and Apache always just worked.

D3 v4.0.0 released 10 years ago

Exciting release! I played with the force layout on canvas to graph reddit conversations http://ramiro.org/tool/graphit/

It's harder to get interaction done with canvas compared to SVG, but for large graphs the performance gains are huge. Curious to dive into the other new features.

Thanks for this incredible piece of software mbostock!

I've used robobrowser for a project, where I needed to log in to a website and subsequently access pages as a logged in user. It worked well and I like the API. For "simple" scrapers that require authentication or some form of user interaction this is a good tool. If I need to scrape many pages from a site as fast as possible, I'd probably go for Scrapy though.

Does it make any sense to you to compare a particular group to the general population then? I think it does, the insights you may draw from such a comparisons are obviously different than comparing two sub-groups, e.g. programmers vs. doctors for example.

Also the article doesn't judge the differences of incomes, the "overpaid" is your interpretation.

The full text of the comment is available on BigQuery, but I can't write an SQL query that returns all comments containing potential book titles.

To do such an analysis I'd need to download all 8M comments and process them individually and find a good way to detect book titles.

I see the case for having a disclosure section that informs about affiliate links and don't mind adding that. But quite frankly, everyone who knows about affiliate programs can see that the links to Amazon contain that tag. No redirects or whatever fishy techniques I've seen to hide that.

Yes, that is probably the case. Quoting from the post

"Amazon is often the goto website for referring books, but many books have dedicated homepages as well as pages pages on their publisher's website. Moreover, many freely available are referred frequently in comments, but are not considered in this ranking."

The approach used here has limitations, I hoped to make that clear by pointing them out and choosing titles and headlines accordingly.

As mentioned in the post Amazon is often the goto website for linking books, I've never seen a link to Barnes and Noble on HN, Reddit or the like. I took care to make clear that this is a limited sample and didn't claim generalizability anywhere in the post.

Tagging the links was a conscious decision, but I do think that the approach of looking for Amazon links provides more insight than any other domain/online store.

Discounting multiple links by the same user is a good idea. Your seconds suggestion brings some rather complex problems, for example if a comment goes like "Code Complete is the worst book I ever read" it is certainly not an endorsement, while linking to a book in most cases is. Also a sentence like "programming perl is fun" does not necessarily refer to the book.

So this would require some form of sentiment analysis and also require book titles to be uniquely identifiable.