frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•1y ago
It's been a while since I shared my blog directory...

In proper HN fashion, the site is open-source and requires no JS!

There's instructions on how to add/edit a blog on the Github README.

[0] https://github.com/surprisetalk/blogs.hn

Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata:

  if (
    3 > 0  
      + !!blog.title  
      + (blog.desc.length > 40)  
      + !!blog.about  
      + !!blog.now  
      + !!blog.feed  
      + 3 * (blog.hn.length > 1)      
  )
    continue;
As I mention on the /about page, if you don't already have a blog, I recently made a minimal static site generator! It's easier than ever to begin your writing journey :)

[1] https://github.com/surprisetalk/worstpress

Comments

gnabgib•1y ago
Discussion on your 2023 post (225 points, 57 comments) https://news.ycombinator.com/item?id=36613727

Related:

Show HN: Hacker News user blogroll (937 points, 2023, 187 comments) https://news.ycombinator.com/item?id=36605493

Show HN: OPML list of Hacker News Users Personal Blogs (281 points, 2023, 101 comments) https://news.ycombinator.com/item?id=36627112

The TikTok AI Slop Report

https://www.kapwing.com/resources/the-tiktok-ai-slop-report/
1•antondd•1m ago•0 comments

Where AI Agents Belong in Data Engineering: The Correctness Layer

https://www.altimate.ai/blog/where-ai-agents-belong-in-data-engineering-the-correctness-layer/
1•zazuke•2m ago•0 comments

Atrophy in preclinical Alzheimer's disease predicts longitudinal decline

https://www.nature.com/articles/s41380-026-03706-0
1•bookofjoe•3m ago•0 comments

Designing partitions DB partitions you don't have to babysit

https://explainanalyze.com/p/designing-partitioning-you-dont-have-to-babysit/
1•rtolkachev•4m ago•0 comments

Rethinking Databases for Humans and AI Agents

https://marcobambini.substack.com/p/rethinking-databases-for-humans-and
1•marcobambini•5m ago•0 comments

Internal Combustion Engine

https://ciechanow.ski/internal-combustion-engine/
1•StefanBatory•5m ago•0 comments

Pollux – a natively vector quantized LLM with 0.76 bits per parameter

https://github.com/alavicka/pollux
1•pollux_llm•6m ago•0 comments

Show HN: Ox – an AI agent that catches tech debt before it's committed

1•riggo•6m ago•0 comments

Upcoming access restrictions to public API endpoints and UI views

https://github.blog/changelog/2026-06-30-upcoming-access-restrictions-to-public-api-endpoints-and...
1•petercooper•6m ago•0 comments

Why mocking Azure 429s gives you false confidence about your retry logic

https://topaz.thecloudtheory.com/blog/chaos-engineering-local-azure-fault-injection/
1•kamilmrzyglod•7m ago•0 comments

Rapid spread of AI may worsen global inequality, UN warns

https://www.theguardian.com/technology/2026/jul/01/un-report-ai-inequality
3•andsoitis•8m ago•0 comments

Show HN: Grammar-to-marser, input a PEG/Pest grammar and get a full rust parser

https://grammar-to-marser.arnedebo.com/
3•ArneCode•8m ago•0 comments

Show HN: Infini-News – 1.36B news articles from Common Crawl, queryable in ms

https://cs2.uni-graz.at/blog/infini-news/
3•ruggsea•9m ago•0 comments

California Is Chasing Wealth That Has Feet

https://progressandpoverty.substack.com/p/california-is-chasing-wealth-that
1•surprisetalk•9m ago•0 comments

Why expertise makes you solve the wrong problem

https://www.thesignalist.io/s/the-cost-of-knowing/
1•kodesko•9m ago•0 comments

Show HN: Yogile – Photo sharing without accounts

https://www.yogile.com
1•tekkertje•10m ago•0 comments

An interactive museum about courage

https://couragemuseum.org/
2•mooreds•12m ago•0 comments

Meta Is Building a Cloud Business to Sell Excess AI Compute

https://www.bloomberg.com/news/articles/2026-07-01/meta-is-building-a-cloud-business-to-sell-exce...
2•jmsflknr•13m ago•1 comments

Understanding Signing Key Configurations and Shadow Keys in FusionAuth JWTs

https://fusionauth.io/community/forum/topic/2968/understanding-signing-key-configurations-and-sha...
1•mooreds•13m ago•0 comments

Canada Officially Joins Eurovision

https://variety.com/2026/tv/global/canada-joins-eurovision-song-contest-1236791260/
2•bhouston•14m ago•0 comments

Nobody Cares About the Code in the Box

https://www.codenaked.com/code-in-the-box
1•code_naked•14m ago•0 comments

Baidu's CFO on How It Became a Full-Stack AI Player [video]

https://www.youtube.com/watch?v=o5QiW-jvAag
1•mooreds•15m ago•0 comments

The iPhone contributed to 'a collapse in US fertility,' claims scientific study

https://9to5mac.com/2026/07/01/the-iphone-contributed-to-a-collapse-in-us-fertility-claims-scient...
3•bhouston•15m ago•1 comments

The Power of the Powerless

https://www.metanoia-research.com/review-001-the-power-of-the-powerless/
1•metanoia_•16m ago•0 comments

Machine Learning finds previously unknown ECG signal for cardiac death risk

https://www.scientificamerican.com/article/ai-finds-hidden-ecg-signal-that-predicts-sudden-cardia...
3•ck2•16m ago•2 comments

Pitwall – an MCP server for Formula 1 data

https://github.com/darshjoshi/pitwall
1•darshjoshi•17m ago•0 comments

Show HN: OpenLily – turn your device into an Alexa-like assistant powered by LLM

https://github.com/getlark/openlily
1•crush_robo_1536•17m ago•0 comments

They tell us surveillance makes us safer. It undermines our democratic rights

https://werd.io/they-tell-us-surveillance-makes-us-safer-it-undermines-our-democratic-rights/
1•benwerd•17m ago•0 comments

Show HN: Functional Programming Strategies, the book I'm working on

https://functionalprogrammingstrategies.com/
4•noelwelsh•17m ago•1 comments

Postgres data stored in Parquet on S3: LTAP architecture explained

https://www.databricks.com/blog/lakebase-ltap-rethinking-database-storage
2•andrenotgiant•21m ago•0 comments