frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•10mo 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•10mo 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

Nice Graphs – Text to chart in one click

https://nice-graphs.com/pt
1•domiuau•1m ago•1 comments

Elon Musk's last co-founder reportedly leaves xAI

https://techcrunch.com/2026/03/28/elon-musks-last-co-founder-reportedly-leaves-xai/
2•SilverElfin•4m ago•0 comments

A n00B PM's guide to vibe coding kernels from scratch

https://www.ddmckinnon.com/2026/03/28/a-n00b-pms-guide-to-vibe-coding-kernels-from-scratch/
2•dmckinno•6m ago•0 comments

Aging Is a Software Problem

https://twitter.com/davidasinclair/status/2037966418453410024
1•dschol•6m ago•0 comments

Show HN: Local-first dictation for macOS – Parakeet TDT, zero cloud calls

https://typedwith.ai/
1•newtechwiz•7m ago•0 comments

FreeBSD, Caddy and PHP – a perfect match (2022)

https://it-notes.dragas.net/2022/07/18/freebsd-caddy-and-php-a-perfect-match/
1•indigodaddy•9m ago•0 comments

Iteration should increase value, not just output

https://vibe2value.com/iteration-should-increase-value/
1•mattcameron•11m ago•0 comments

Anthropic Wins Injunction in Court Battle with Trump Administration

https://www.wsj.com/politics/policy/anthropic-wins-injunction-in-court-battle-with-trump-administ...
1•theahura•11m ago•0 comments

Room fee no bar cut

https://dollar-tree.neocities.org/BLOG060725
1•gregsadetsky•12m ago•0 comments

Anthropic May Have Had an Architectural Breakthrough

https://twitter.com/AndrewCurran_/status/2037967531630367218
1•kok14•15m ago•2 comments

Learn what your AI built. easily

https://github.com/jstuart0/sourcebridge
1•Craze0•22m ago•0 comments

Which AI Calculates Taxes Correctly?

https://thefinancebuff.com/ai-tax-calculator.html
1•hnburnsy•23m ago•1 comments

How flat is your name

https://matthewc.dev/musings/baby-names/
1•matthewfcarlson•25m ago•0 comments

Show HN: NoEyes – Terminal chat where the server is architecturally blind

https://github.com/Ymsniper/NoEyes
1•Ymsniper•40m ago•0 comments

As Platforms Decay, Let's Put Users First (2023)

https://www.eff.org/deeplinks/2023/04/platforms-decay-lets-put-users-first
2•QuadrupleA•41m ago•0 comments

Peer-to-peer sync for a reading app with mTLS, CRDTs, and HLCs

https://tech.stonecharioteer.com/posts/2026/merrilin-local-sync/
1•stonecharioteer•41m ago•0 comments

Show HN: JSONPath Benchmark in Java (SJF4J vs. Jayway)

1•hannyu•46m ago•1 comments

6o6 v1.1: Faster 6502-on-6502 virtualization for a C64/Apple II Apple-1 emulator

http://oldvcr.blogspot.com/2026/03/6o6-v11-faster-6502-on-6502.html
6•classichasclass•52m ago•0 comments

What's Your Hour in 'Silicon Valley Time'? (2015)

https://medium.com/backchannel/how-the-tech-press-forces-a-narrative-on-companies-it-covers-5f89f...
1•_air•57m ago•0 comments

Making and Machines

https://www.chrbutler.com/making-and-machines
1•jfil•58m ago•0 comments

Replacing the Orange Website

https://deathbyclawd.com/?url=news.ycombinator.com
3•walterbell•1h ago•0 comments

The Texas Lawyer and Part-Time Pastor Who Beat Meta and Google

https://www.wsj.com/us-news/law/the-texas-lawyer-and-part-time-pastor-who-beat-meta-and-google-82...
2•1vuio0pswjnm7•1h ago•0 comments

Show HN: An Economic OS with a 16,200x Stability Floor (100M Monte Carlo runs)

1•bedardbrandon89•1h ago•0 comments

Will the AI data centre boom become a $9T bust?

https://www.ft.com/content/805f78f3-8da3-4fc0-b860-207a859ac723
18•1vuio0pswjnm7•1h ago•18 comments

UK joins global push to rein in children's screen use with national guidance

https://www.reuters.com/technology/uk-joins-global-push-rein-childrens-screen-use-with-national-g...
3•1vuio0pswjnm7•1h ago•0 comments

TurboQuant: KV Cache Quantization to 3.5 Bits with Zero Accuracy Loss- ICLR 2026

https://darshanfofadiya.com/research-papers/turboquant/
1•DARSHANFOFADIYA•1h ago•0 comments

Memlab – Analyzes JavaScript heap and finds memory leaks in browser and Node.js

https://facebook.github.io//memlab/
1•h4ch1•1h ago•4 comments

GitHub Actions for Gradle v6: What's Changing and Why

https://blog.gradle.org/github-actions-for-gradle-v6
2•arkon_hn•1h ago•0 comments

TIL: Uv Settings I Changed after LiteLLM

https://antisimplistic.com/posts/2026-03-28-til-uv-settings-after-litellm/
2•vinhnx•1h ago•0 comments

Grade Caps Fail the Game Theory Exam

https://www.thecrimson.com/article/2026/3/27/kominers-harvard-grade-cap/
1•yurivish•1h ago•0 comments