frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Is "Loop Engineering?"

https://newsletter.pragmaticengineer.com/p/what-is-loop-engineering
1•Khaine•3m ago•0 comments

The website Fable 5 built for my iOS App

https://www.xtraktr.com/
1•kiloloco•3m ago•0 comments

Git-absorb: Git commit –fixup, but automatic

https://github.com/tummychow/git-absorb
1•birdculture•3m ago•0 comments

The Center of Our Galaxy Is More Like a Raspberry Donut Than We Realized

https://www.sciencealert.com/scientists-find-the-first-true-sugar-ever-detected-in-interstellar-s...
1•gmays•3m ago•0 comments

The Future of American Power

https://carnegieendowment.org/projects/beyond-disruption/collections/the-future-of-american-power
1•luu•5m ago•0 comments

Building a Static Site with Pandoc

https://joeldare.com/building-a-static-site-with-pandoc
1•codazoda•8m ago•0 comments

ARDY: Autoregressive Diffusion for Human Motion Generation

https://research.nvidia.com/labs/sil/projects/ardy/
1•klaussilveira•10m ago•0 comments

LLM-as-a-Verifier: A General-Purpose Verification Framework

https://arxiv.org/abs/2607.05391
1•gmays•15m ago•0 comments

Plans for New Zealand's first AI datacentre spark concerns

https://www.theguardian.com/world/2026/jul/10/new-zealand-first-datacentre-concern-locals-makarew...
4•billybuckwheat•16m ago•0 comments

Japan begins standing up new Intel agency with input from allies

https://www.japantimes.co.jp/news/2026/07/13/japan/politics/japan-intelligence-agency/
3•keepamovin•20m ago•0 comments

The Luna-cy of getting Lock The Clock done

https://locktheclock.net/time/2026/07/the-luna-cy-of-getting-lock-the-clock-done/
2•toomuchtodo•24m ago•1 comments

New flapping robot swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
5•gmays•28m ago•1 comments

Only 90s Web Developers Remember This (2014

https://zachholman.com/posts/only-90s-developers/
5•downbad_•28m ago•1 comments

Ask HN: How useful is Gemini for Google Apps?

3•cobbzilla•29m ago•1 comments

Show HN: Tilion – Stealth Browser Infrastructure for Agents

https://twitter.com/tiliondev/status/2077162199739752933
7•arhamshahrier•31m ago•3 comments

Linear is always a lagging indicator

https://remark.ing/rob/rob.mw/-/Linear-is-always-a
2•koch•32m ago•0 comments

Why devs turn to Buildkite in the AI era

https://www.thestack.technology/buildkite-ai-developer-cicd/
4•juanfatas•34m ago•0 comments

The politics of air conditioning in Switzerland

https://lenews.ch/2026/05/29/the-politics-of-air-conditioning-in-switzerland/
2•bookofjoe•34m ago•0 comments

Ask HN: How's the idea of creating LinkedIn styled character profiles

3•anitroves•35m ago•3 comments

Sets of Overlapping Circles

https://unsung.aresluna.org/sets-of-overlapping-circles/
2•frizlab•35m ago•0 comments

Batteries 'cheaper' than gas plants as data centres fuel turbine costs

https://www.abc.net.au/news/2026-07-15/csiro-says-batteries-cheaper-than-gas-as-ai-drives-turbine...
4•femto•35m ago•0 comments

Pioneers of Computer Graphics [video]

https://www.youtube.com/watch?v=WeJX1DV0hq0
2•gabrielsroka•35m ago•0 comments

Casio FX870P Emulator

https://github.com/urbancamo/fx870p-emulator
2•austinallegro•36m ago•0 comments

OpenAI's first hardware device will be a HomePod, but don't tell them that

https://appleinsider.com/articles/26/07/14/openais-first-hardware-device-will-be-a-homepod-but-do...
4•frizlab•37m ago•0 comments

QR-Swastika-Avoider

https://crates.io/crates/qr-swastika-avoider
17•gregsadetsky•37m ago•1 comments

Audio Transport: A Generalized Portamento via Optimal Transport

https://arxiv.org/abs/1906.06763
2•E-Reverance•50m ago•1 comments

LeMario: Training a JEPA World Model on Super Mario Bros

https://www.benjamin-bai.com/projects/lemario
4•kevinjosethomas•53m ago•0 comments

The Campaign to Kill American AI Runs Through San Francisco

https://garryslist.org/posts/the-campaign-to-kill-american-ai-runs-through-san-francisco
3•shinryudbz•57m ago•1 comments

The Chuwi MiniBook X N150

https://taoofmac.com/space/reviews/2025/05/15/2230
4•edward•57m ago•0 comments

Buffett omits gift to Bill Gates' foundation after his Epstein ties disclosed

https://www.theguardian.com/business/2026/jul/14/bill-gates-warren-buffet-donation
11•Teever•58m ago•0 comments
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