|
|
|
|
|
by cushychicken
1663 days ago
|
|
It's arbitrary. I have a field, post_status, in my backend database, that I use to categorize posts. Each category is a numeric code so SQL can filter it relatively quickly. I have statuses for active posts, dead posts, ignored links, links needing review, etc. It's a way for me to sort through my scraper's results quickly. |
|
[0]: https://news.ycombinator.com/item?id=29430281