Giter Site home page Giter Site logo

blogs.hn's Introduction

blogs.hn is for personal blogs! Non-technical blogs are okay too, but remember that the community is mostly folks from HackerNews.

Adding Blogs

This repo comes with a helper script fetch.js to automatically grab blog info from a URL. But feel free to manually add/edit information to blogs.json!

  1. Run the script:
npm init -y && npm i axios cheerio
node fetch.js "https://taylor.town" "https://gwern.net"
  1. Clean the output:
[
  {
    "url": "https://taylor.town",
    "title": "Taylor Troesh",
    "about": "https://taylor.town/about",
    "now": "https://taylor.town/now",
    "feed": "https://taylor.town/feed.xml",
    "desc": "🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸",
    "hn": [
      {
        "created_at": "2023-04-04T11:42:33.000Z",
        "title": "How to be a -10x Engineer",
        "url": "https://taylor.town/-10x",
        "points": 875,
        "comments": 494,
        "id": "35438068"
      }
    ]
  },
  {
    "url": "https://gwern.net",
    "title": "Essays Β· Gwern.net",
    "about": "https://gwern.net/about",
    "feed": "https://gwern.substack.com/feed",
    "keywords": "meta",
    "desc": "Personal website of Gwern Branwen (writer, self-experimenter, and programmer): topics: psychology, statistics, technology, deep learning, anime. This index page is a categorized list of Gwern.net pages.",
    "hn": [
      {
        "created_at": "2019-01-21T12:08:15.000Z",
        "title": "On whether changes in bedroom CO2 levels affect sleep quality",
        "url": "https://www.gwern.net/zeo/CO2",
        "points": 576,
        "comments": 306,
        "id": "18959796"
      }
    ]
  }
]
  1. Add to blogs.json in a pull request. To prevent merge conflicts, please don't append to the top or bottom!

blogs.hn's People

Contributors

surprisetalk avatar nolenroyalty avatar martinheinz avatar blmayer avatar jaymody avatar jeffersglass avatar zanetaylor avatar rajkumaar23 avatar simonw avatar activatedgeek avatar samsolomon avatar rukshn avatar rafibayer avatar phagenlocher avatar pankaj-tanwar avatar x0axz avatar nkantar avatar acnolan avatar smpanaro avatar timharek avatar ttntm avatar zdimension avatar vedranmiletic avatar vitovan avatar jackeyjack1 avatar m-i-l avatar pongolopod avatar uzantonomon avatar antoniosbarotsis avatar artegoser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.