All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Analyzing Hacker News User Behavior Through Comment History Profiling

By

simonw

2mo ago· 5 min readenInsight

Summary

The article describes a method for profiling Hacker News users by analyzing their last 1,000 comments using the Algolia Hacker News API. The author presents a 'mildly dystopian' prompt of 'Profile this user' and explains how to access comment data through the API, which has open CORS headers allowing direct browser access. The piece explores the technical implementation and ethical implications of creating user profiles based on comment history, framing it as an experimental approach to understanding user behavior patterns on the platform.

Key quotes

· 3 pulled
Here's a mildly dystopian prompt I've been experimenting with recently: 'Profile this user', accompanied by a copy of their last 1,000 comments on Hacker News.
Obtaining those comments is easy. The Algolia Hacker News API supports listing comments sorted by date that have a specific tag, and the author of a comment is tagged there as author_username.
The Algolia API is served with open CORS headers, which means you can fetch it directly from a browser.
Snippet from the RSS feed
Here’s a mildly dystopian prompt I’ve been experimenting with recently: “Profile this user”, accompanied by a copy of their last 1,000 comments on Hacker News. Obtaining those comments is easy. …

You might also wanna read