Skip to content

giekaton/Hacker-Dig

Repository files navigation

logo

Hacker Dig is a custom Hacker News interface, enhanced with summaries and special functionalities that help the user to dig Hacker News for ideas and success opportunities.

See it live on https://hackerdig.com

The app is written in Vue.js and PHP. The source code of the app is provided in this repository.

Quickstart

To run Hacker Dig in your PHP & MySQL environment:

  1. Edit /setup/config.php file with your login details.
  2. Open /setup/create_db.php in your browser to create MySQL database tables.
  3. Open /backend/cron.php in your browser to fetch new content from APIs.
  4. Then to start the app, open index.html file in your browser.


How Hacker Dig works

First of all, this tool puts the user into the mindset required for idea digging. If browsing Hacker News directly, the mind quickly shifts to a 'curiosity' or an 'entertainment' mode, and forgets (or doesn't have this purpose in the first place) to interpret everything creatively and look for potentially great ideas and opportunities.

This mindset change on Hacker Dig is done by setting the correct expectations at the beginning (here we dig for ideas) and then creating a particularly limited interface which displays only as much information as necessary for digging, and allows to scan through titles, summaries and comments quickly, and in a plain text mode, without any visual or stylistic distractions.

Inspired by the different topics and concepts from Hacker News, the user can then transform this inspiration into innovative ideas and with a one-click note them in the "Ideas" view of the app. Each new note has a reference to the original HN story or a comment.

All ideas are saved as cookies. To archive ideas, you can send them to your email address and then clear the "Ideas" view and start over.

Updates from Hacker News API come every 10 minutes. For summaries extraction, the app uses Aylien API.

Hacker Dig is a PWA app. Based on the CSS grid layout, it can be comfortably used on both narrow and wide screens. With Google Chrome you can install the app on your mobile or Windows desktop device and use it as a native app.

Issues

Report issues in issue tracker.

Contribution

Feel free to make a pull request or suggest ideas.

Screenshots

shot-01

shot-02

shot-03

About

Digging ideas from Hacker News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published