@extends('layouts.app') @section('styles') html { height: 100%; } .hn { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em; fill: #ff6600; } @endsection @section('content')

More about {{ env('APP_NAME') }}

I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build this. All articles are structured and categorized to get a better overview. Unsurprisingly computing was on the top, but then it might get interesting.

So I keep this as a resource of curious, obscure, inspiring and interesting bits and insights. Other way to phrase it: Reading Wikipedia was my hobby, so I automated it. (Sure, what else.)

Enter mostdiscussed.com. This is a collection of curated Wikipedia articles, sourced primarily (for now) from {!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News. For structured consuming most of them are further categorized in topics. For starting, I recommend reading the most popular articles or browse by topics.

@endsection @section ('footer') @include ('layouts.footer') @endsection