Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines (brutalist.report)
Hi HN. I was inspired by so many other folks also longing for a return to the old web that I put together a service to scratch my own itch: An extremely fast headline aggregator done in 1990s style HTML.
Sharing it with you all for those of you that also would enjoy this now esoteric style.
90 comments
[ 0.20 ms ] story [ 160 ms ] threadIt's interesting to see how polarizing it is to some folks.
[0] https://brutalistwebsites.com/
Lol
lol who donvoted this? you don't need more than two minutes of image search to utterly demolish the notion that brutalism is function over form.
I do like the basic style, not a massive fan of the color, needs better contrast for the text - imho
Maybe i will next do the opposite, in plain text insert senzationalism, but that's called marketing.
What if I want different sources, e.g. Babylon Bee instead of (or in addition to) The Onion? Would be great if this is doable without login, just give the custom feed its own URL. Yeah, it would become my own echo chamber but otherwise everyone is stuck with whatever echo chamber you choose.
OK this one isn't old web but it would be sweet if I could select a headline (or word/words within a headline) and see all articles matching that topic. e.g. volcano, or FCC.
https://sumi.news/
A couple questions:
1) That's a lot of news! Just browsing the headlines would take a long time. Any ideas on how to make it more compact? I'd definitely be interested in a site that could give me 15-30 high quality links per day across a diverse spectrum of content and sources.
2) I personally appreciate the discussion aspect of HN and wouldn't enjoy just visiting the links alone. Any thoughts around including a link back to the original HN discussion?
Thanks for sharing!
2.) Great idea, I could perhaps add an [hn] tag to those stories to preserve the link to the discussion.
Putting it another way, I'm fine with manually parsing the long list, as long as I can manually exclude whole sites from hitting my eyeballs and have that work remembered next time I visit from the same device.
Example: https://brutalist.report/?limit=10 or https://brutalist.report/topic/business?limit=10
https://brutalist.report/?limit=5
Could you make an "api" (maybe just a csv or static json file) available? Alternatively, is it ok if I scrape your page occasionally?
Example to get the tech topic via API: https://brutalist.report/api/tech
Or front page: https://brutalist.report/api/
Enjoy!
https://blog.sequin.io/events-not-webhooks
PS: Well done!
I like it. It won't replace my RSS reader, but it's well done. One thought: could you link to articles on text.npr.org rather than the full-fat NPR site?
I think this is what people need. I favorited. Keep it up!
Would be cool to make it more global in coverage and presentation.
https://github.com/searchableguy/burger
Although, after trying out different feeds and approaches. I must admit, I don't care about every item that is posted on a news site or someone's blog.
Anything interesting will get posted here.
So I figured I need a way to clean up HN stories that I don't find useful. I built an API server which does this using sentiment analysis.
Another problem I noticed is I tend to click on comments of stories I know won't be any useful (web3?) but it's hard to stop the urge so I check if comments are overly negative and return a score which is used to hide or show the see discussion button.
I also return all the urls from the discussion separately because those are usually good resources.
Meet cabbage news - https://github.com/searchableguy/cabbage_news
I haven't updated the repo so it is probably outdated and that's my first time writing a python application.
Oh here's the block list of keywords I recommend to everyone using HN
https://github.com/searchableguy/cabbage_news/blob/main/app/...
Also worth mentioning https://text.npr.org/ and https://lite.cnn.com/en
Warning about HTTP; no HTTPS if you're concerned about that sort of thing.
ul {line-height:1.3;} ul li {padding-left:1ch;text-indent:-1ch} ul li + li {margin-top:.2em;} a:hover, a:focus {text-decoration:revert;}
Also, using <ol> lists instead of <ul> could help too.